mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(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