0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Post-"The End" fixes to Readme
dmitrymatveev
as Dmitry Matveev
More... about 6 years ago
The end
dmitrymatveev
as Dmitry Matveev
More... almost 8 years ago
Merge pull request #32 from wulf7/integrate-dmatveev13
dmitrymatveev
as Dmitry Matveev
More... over 8 years ago
use lchown syscall instead of nonstandard touch option "-h" to change symlinks attributes More... almost 9 years ago
dont use extra temporary variable on linked list deletions More... almost 9 years ago
IN_DELETE_SELF/IN_ATTRIB separation cleanup More... almost 9 years ago
Bring errno into line with documentation More... almost 9 years ago
Fix absolute path case in at* functions. Not related to libinotify More... almost 9 years ago
Merge pull request #31 from wulf7/integrate-dmatveev12
dmitrymatveev
as Dmitry Matveev
More... almost 9 years ago
Merge pull request #27 from wulf7/integrate-dmatveev11
dmitrymatveev
as Dmitry Matveev
More... almost 9 years ago
Fixed tests compilation error on NetBSD
dmitrymatveev
as Dmitry Matveev
More... almost 9 years ago
Merge pull request #26 from wulf7/integrate-dmatveev10
dmitrymatveev
as Dmitry Matveev
More... about 9 years ago
Merge pull request #25 from wulf7/integrate-dmatveev9
dmitrymatveev
as Dmitry Matveev
More... about 9 years ago
sed -i '' -e 's/worker_sets/watch_set/g' *.[ch] More... about 9 years ago
rename worker-sets.c -> watch-set.c & worker-sets.h -> watch-set.h More... about 9 years ago
inotify_add_watch: Pass errno from worker to indicate error cause More... about 9 years ago
Don`t run inotify watch if no event flags are set More... about 9 years ago
Move worker_start_watching remnants into worker_add_watch & worker_add_subwatch More... about 9 years ago
Create worker_sets_insert for API consistency More... about 9 years ago
Some support for ancient OSes with missing stdint.h like FreeBSD 4.x Still need to replace stdint.h with inttypes.h in sys/inotyfy.h header to compile More... about 9 years ago
Close source fd inside compat fdopendir so no special handling for it required in library itself More... about 9 years ago
Move O_SYMLINK and O_EVTONLY defines from compat header to place where open called as O_RDONLY and O_NOFOLLOW are not 1:1 replacements. Suggested by Dmitry Matveev More... about 9 years ago
Import sys/queue.h and sys/tree.h from FreeBSD and #include its instead of system ones when latter lacks some defines It also allows building on MacOSX without installed kernel sources More... about 9 years ago
Dont rely on POSIX.1-2008 behaviour of realpath and use preallocated buffer to store resulting string. This fixes crashes on OpenBSD 3.x More... about 9 years ago
Rename remainings of compat.c to atfuncs.c More... about 9 years ago
Move openat, fdopendir and fstatat implementations to separate files More... about 9 years ago
Move pthread_barrier implementation to separate file More... about 9 years ago
restrict exportable symbols to ones listed in sys/inotify.h to prevent possible namespace clashings between main executable and inotify library It can happen on compat symbols most probably More... about 9 years ago
move compat.c into compat subdir More... about 9 years ago
Merge pull request #24 from wulf7/integrate-dmatveev8
dmitrymatveev
as Dmitry Matveev
More... about 9 years ago