transmission/daemon
Jordan Lee 11d60307cf (trunk libT) #3967 "regression: transmission-daemon's non-inotify watchdir is broken in 2.20 betas" -- fixed.
When inotify isn't available, watch.c uses readdir() to look for new .torrent files. It keeps a list of old .torrent files internally so that it doesn't try to keep re-adding the same file. This list is stored in an evbuffer. As part of the libevent2 upgrade (#3836), r11594 changed how the buffer is searched by replacing the (deprecated) event_find() call with libevent2's evbuffer_search(). However the latter's semantics are different in that searching stops when '\0' is reached, so '\0' is no longer a good filename delimiter. Fixed by changing watch.c's internal delimiter from '\0' to '\t' ... so all those torrents with tabs in their filenames had better watch out.
2011-02-03 17:37:53 +00:00
..
Makefile.am (trunk) use AC_ARG_VAR for some autoconf variables s.t. their values will persist between reconfs 2009-12-18 05:02:48 +00:00
daemon.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
my-valgrind.sh add wrapper for invoking transmission-daemon in valgrind 2008-07-16 20:36:21 +00:00
remote.c (trunk daemon) #3775 "'-tall' no longer works for transmission-remote" -- fixed. 2011-02-02 03:17:38 +00:00
transmission-daemon.1 (trunk) update credits 2011-01-03 05:58:58 +00:00
transmission-remote.1 (trunk daemon) #3775 "'-tall' no longer works for transmission-remote" -- fixed. 2011-02-02 03:17:38 +00:00
watch.c (trunk libT) #3967 "regression: transmission-daemon's non-inotify watchdir is broken in 2.20 betas" -- fixed. 2011-02-03 17:37:53 +00:00
watch.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00