1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 15:04:13 +00:00
transmission/daemon
Mike Gelfand 650db1f46e #5802: Don't make assumptions of remote path validity in transmission-remote
Defer validity checks until path gets to the remote side, where they
actually make sense. Add simple checks for download directory path to
ensure it's not relative, since one cannot know what current working
directory of the remote process is.
2015-10-20 21:22:19 +00:00
..
CMakeLists.txt Add version info to executables (on Windows). Group projects into folders (CMake). 2015-04-14 22:46:40 +00:00
daemon-posix.c #5910: Fix autotools and Xcode build 2015-04-04 18:21:34 +00:00
daemon-win32.c #5910: Fix autotools build (#2) and workaround MSVC bug 2015-04-04 18:28:13 +00:00
daemon.c Remove unused session tag 2015-10-18 18:39:14 +00:00
daemon.h #5910: Run daemon as a service on Windows 2015-04-04 17:43:56 +00:00
Makefile.am #5910: Fix autotools build (#2) and workaround MSVC bug 2015-04-04 18:28:13 +00:00
my-valgrind.sh
remote.c #5802: Don't make assumptions of remote path validity in transmission-remote 2015-10-20 21:22:19 +00:00
transmission-daemon.1
transmission-daemon.service
transmission-remote.1
watch.c Fix a couple more MinGW/MSVC warnings. 2015-03-19 19:13:23 +00:00
watch.h