Age | Commit message (Collapse) | Author |
|
Being annoyed by different types of eina critical macros - CRI, CRIT,
CRITICAL -, I concluded to unify them to one. Discussed on IRC and
finally, CRI was chosen to meet the consistency with other macros -
ERR, WRN, INF, DBG - in terms of the number of characters.
If there is any missing bits, please let me know.
|
|
Since we now free exe on goto restart, exe will always be NULL.
CID 1139955
|
|
this actually fixes the issue. coverity did point it out but i fixed
it incorrectly. since it was still there in the scan i now fixed it
properly. fixes CID 1039279
|
|
this fixes CID 1039279
|
|
Use strncpy to prevent buffer overrun on buf, and '\0' terminate.
Fixes CID 1039584
|
|
stat() function may fail and return an error code
This fixes CID 1039697
|
|
Add check by NULL for input parameter 'path' in method ecore_file_mkpath
Reviewers: seoz, Hermet
CC: cedric
Differential Revision: https://phab.enlightenment.org/D349
|
|
inotify_add_watch can be failed because of several reasons.
|
|
I think I teached raster well, my job here is done !
|
|
now that it's runtime dlopen'ed etc. ecore-con "always" has url
support via curl so ecore-file needs to assume that this can always
work and this just use ecore-con-url anyway.
|
|
potentially passing -1 to the read() function.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
|
|
ecore_main_fd_handler_fd_get can return -1, so check return value
before passing to close().
Signed-off-by: Chris Michael <cp.michael@samsung.com>
|
|
to ecore_file_cp.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
|
|
|
|
|
|
|
|
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 83454
|
|
having to replicate 18 lines per file just to access alloca() is
insane. Let's do that in Eina.h and avoid that crap :-/
SVN revision: 82082
|
|
SVN revision: 81667
|
|
SVN revision: 81293
|
|
SVN revision: 80434
|
|
instead of the previous mess, just define the functions with common
names and call the backend that was compiled in, similar to what eio
does.
also do not be silent on errors, use eina_safety_checks to issue warnings.
SVN revision: 80360
|
|
Another try to make inotify checks more common.
This time uses AC_CHECK_HEADERS() as for others, that already define
HAVE_SYS_INOTIFY_H, then uses that.
I still kept AM_CONDITIONAL([HAVE_INOTIFY]) because I plan to convert
ecore_file to the same, smarter, method that is used in eio (compiling
the file depending on the backend.
SVN revision: 80358
|
|
BUILD_ECORE_CON checks as ecore_con is always compiled anyway
SVN revision: 80024
|
|
SVN revision: 79995
|