transmission/daemon
Mike Gelfand 3b129a72d8 #5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile`
Seems like there could be a defect in uClibc making errno not
thread-local. Don't rely on errno value but check function return value
instead which is a better failure indicator.

Return errors from `tr_loadFile` and `tr_variantFromFile` via tr_error.
Fix `tr_sessionLoadSettings` to not fail on Windows if settings.json
does not exist.
2015-04-11 10:51:59 +00:00
..
CMakeLists.txt #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
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 #5910: Run daemon as a service on Windows 2015-04-04 17:43:56 +00:00
daemon.h #5910: Run daemon as a service on Windows 2015-04-04 17:43:56 +00:00
my-valgrind.sh refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
remote.c #5908: Check for `tr_loadFile` return value instead of `errno` in `tr_variantFromFile` 2015-04-11 10:51:59 +00:00
transmission-daemon.1 add transmission-daemon's --dump option to the manpage. 2013-05-25 23:20:20 +00:00
transmission-daemon.service (trunk, daemon) #5503: add an ExecReload rule to the systemd service file. 2014-01-21 02:19:48 +00:00
transmission-remote.1 (trunk, daemon) #5743 'unknown option: -R': revert previous commit, sync manpage 2014-07-19 23:35:10 +00:00
watch.c Fix a couple more MinGW/MSVC warnings. 2015-03-19 19:13:23 +00:00
watch.h Copyedit the license's revised text: (1) remove unnecessary repitition use of the word 'license' from the top of the header and source files (2) add the standard 'we hope it's useful, but no warranty' clause to COPYING (3) make explicit that linking OpenSSL is allowed (see https://people.gnome.org/~markmc/openssl-and-the-gpl.html for background) (4) sync the Qt and GTK+ clients' license popups with COPYING's revised text 2014-01-21 03:10:30 +00:00