transmission/daemon
Mike Gelfand b928ae1ba8 Use libb64 instead of OpenSSL to encode/decode BASE64
Some crypto libraries (like CyaSSL, MatrixSSL and CommonCrypto) either
don't have or expose this functionality at all, expose only part of it,
or (like OpenSSL) have heavyweight API for it. Also, for the task as
easy as BASE64 encoding and decoding it's much better to use small and
simple specialized library.
2015-01-01 21:16:36 +00:00
..
CMakeLists.txt Do not use target_include_directories which requires CMake 2.8.11 2014-12-02 20:42:33 +00:00
Makefile.am Use libb64 instead of OpenSSL to encode/decode BASE64 2015-01-01 21:16:36 +00:00
daemon.c Fix compilation on Windows 2014-12-13 15:22:39 +00:00
my-valgrind.sh
remote.c #4400, #5462: Move BASE64 helpers to crypto-utils 2014-12-04 19:58:34 +00:00
transmission-daemon.1
transmission-daemon.service
transmission-remote.1 (trunk, daemon) #5743 'unknown option: -R': revert previous commit, sync manpage 2014-07-19 23:35:10 +00:00
watch.c (trunk, libt) #4160 - the slow slog to catch trunk up to mike.dld's 4160 diff continues. This step applies 4160-04b-dir.patch, which replaces native file operations with the tr_sys_dir_*() portability wrappers added in the previous commit. 2014-09-21 17:55:39 +00:00
watch.h