1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 10:07:40 +00:00
transmission/daemon
Charles Kerr b824c704b7 first batch of portability changes based on spry's winport:
(1) added tr_getcwd(), a simple portability wrapper for getcwd()
(2) cli: show the help page if no command-line arguments are provided
(3) daemon: use tr_wait() intead of sleep()
(4) daemon: SIGQUIT, SIGPIPE, SIGHUP aren't defined on windows
(5) libtransmission: a couple of small cleanups to bencode.c, list.c, web.c
(6) libtransmission: win32 portability fixes to platform.c
2008-10-13 22:26:02 +00:00
..
daemon.c first batch of portability changes based on spry's winport: 2008-10-13 22:26:02 +00:00
Makefile.am
my-valgrind.sh
remote.c first batch of portability changes based on spry's winport: 2008-10-13 22:26:02 +00:00
transmission-daemon.1 #1309: Web/RPC interface ACL ignored 2008-10-01 20:23:57 +00:00
transmission-remote.1