transmission/libtransmission
Mike Gelfand c768af3865 #5407: Fix crash on Mac when pausing torrents (patch by x190) 2015-03-26 18:32:33 +00:00
..
CMakeLists.txt #4400: Add CyaSSL support 2015-01-07 02:04:08 +00:00
ConvertUTF.c
ConvertUTF.h
Makefile.am #5881: Explicitly state all possible crypto backend source files so that they are included into archive by `make dist` 2015-01-21 22:32:27 +00:00
announcer-common.h
announcer-http.c
announcer-udp.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
announcer.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
announcer.h
bandwidth.c
bandwidth.h
bitfield-test.c
bitfield.c Don't use ssize_t in bitfield.c (cleaner w/o it anyway) 2015-01-04 15:31:47 +00:00
bitfield.h
blocklist-test.c Fix compilation on Windows 2014-12-13 15:22:39 +00:00
blocklist.c
blocklist.h
cache.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
cache.h
clients-test.c
clients.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
clients.h
completion.c
completion.h
crypto-test-ref.h #4400, #5462: Add possibility to test one crypto backend against another (reference) backend 2015-01-01 14:23:47 +00:00
crypto-test.c Increase BASE64 encoding size when using system libb64 2015-01-03 21:35:20 +00:00
crypto-utils-cyassl.c Fix copyright years and SVN attributes on new files 2015-01-07 13:20:56 +00:00
crypto-utils-fallback.c Fix a couple of ordinary and pedantic warnings 2014-12-11 05:11:02 +00:00
crypto-utils-openssl.c Use libb64 instead of OpenSSL to encode/decode BASE64 2015-01-01 21:16:36 +00:00
crypto-utils-polarssl.c Further adjustments to support PolarSSL 1.2 2015-01-07 14:05:58 +00:00
crypto-utils.c Increase BASE64 encoding size when using system libb64 2015-01-03 21:35:20 +00:00
crypto-utils.h Use libb64 instead of OpenSSL to encode/decode BASE64 2015-01-01 21:16:36 +00:00
crypto.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
crypto.h #4400, #5462: Move SSHA1 helpers to crypto-utils 2014-12-04 20:45:18 +00:00
error-test.c
error-types.h Fix tr_moveFile error reporting 2014-12-10 18:37:58 +00:00
error.c Fix tr_moveFile error reporting 2014-12-10 18:37:58 +00:00
error.h Fix tr_moveFile error reporting 2014-12-10 18:37:58 +00:00
fail.sh
fdlimit.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
fdlimit.h Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
file-posix.c Define one of LFS macros instead of using xxx64 functions directly. 2015-03-10 22:31:09 +00:00
file-test.c Kill some warnings when compiling on Windows 2015-01-02 04:02:13 +00:00
file-win32.c Fix a couple more MinGW/MSVC warnings. 2015-03-19 19:13:23 +00:00
file.c
file.h
handshake.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
handshake.h
history-test.c
history.c
history.h
inout.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
inout.h
json-test.c
jsonsl.c
jsonsl.h
libt.dox
libtransmission-test.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
libtransmission-test.h Fix compilation on Windows 2014-12-13 15:22:39 +00:00
list.c
list.h
log.c Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
log.h Minor type adjustments (incomplete, it takes way too much time) 2015-03-15 11:43:32 +00:00
magnet-test.c
magnet.c #4400, #5462: Move SHA1/HEX helpers to crypto-utils 2014-12-04 20:53:56 +00:00
magnet.h
makemeta-test.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
makemeta.c #4400, #5462: Move SHA1 helpers to crypto-utils 2014-12-04 12:13:59 +00:00
makemeta.h
metainfo-test.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
metainfo.c #4400, #5462: Move SHA1 helpers to crypto-utils 2014-12-04 12:13:59 +00:00
metainfo.h
move-test.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
natpmp.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
natpmp_local.h Add missing svn:keywords property to recently (and not so recently) added files 2014-12-10 18:58:12 +00:00
net.c Do not return `-EINVAL` as socket value (obviously not a good idea). 2015-03-26 18:29:11 +00:00
net.h Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
peer-common.h Fix compilation on Windows 2014-12-13 15:22:39 +00:00
peer-io.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
peer-io.h Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
peer-mgr.c #5407: Fix crash on Mac when pausing torrents (patch by x190) 2015-03-26 18:32:33 +00:00
peer-mgr.h Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
peer-msgs-test.c
peer-msgs.c #5505: Temporarily comment assert out so that nightly builds are usable again 2015-03-11 06:22:11 +00:00
peer-msgs.h
platform-quota.c Fix a couple of MinGW warnings. 2015-03-19 06:08:06 +00:00
platform-quota.h
platform.c Fix compilation on Windows 2014-12-13 15:22:39 +00:00
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
quark-test.c
quark.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
quark.h Add missing svn:keywords property to recently (and not so recently) added files 2014-12-10 18:58:12 +00:00
rename-test.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
resume.c
resume.h
rpc-server.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
rpc-server.h
rpc-test.c
rpcimpl.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
rpcimpl.h
session-test.c
session.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
session.h Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
stats.c
stats.h
torrent-ctor.c
torrent-magnet.c #4400, #5462: Move SHA1 helpers to crypto-utils 2014-12-04 12:13:59 +00:00
torrent-magnet.h
torrent.c Fix a couple of MinGW warnings. 2015-03-19 06:08:06 +00:00
torrent.h Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
tr-dht.c Fix a couple more MinGW/MSVC warnings. 2015-03-19 19:13:23 +00:00
tr-dht.h
tr-getopt-test.c
tr-getopt.c
tr-getopt.h
tr-lpd.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
tr-lpd.h
tr-udp.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
tr-udp.h
tr-utp.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
tr-utp.h
transmission.h Fix format specifier warning introduced couple commits earlier 2014-12-13 17:04:14 +00:00
trevent.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
trevent.h
upnp.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
upnp.h
utils-test.c Fix a couple of MinGW warnings. 2015-03-19 06:08:06 +00:00
utils.c Use lseek64 instead of lseek, if available (large files on 32-bit systems) 2015-03-08 19:14:24 +00:00
utils.h Fix a couple more MinGW/MSVC warnings. 2015-03-19 19:13:23 +00:00
variant-benc.c
variant-common.h Add missing svn:keywords property to recently (and not so recently) added files 2014-12-10 18:58:12 +00:00
variant-json.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
variant-test.c Fix compilation on Windows 2014-12-13 15:22:39 +00:00
variant.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
variant.h Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
verify.c #4400, #5462: Move SHA1 helpers to crypto-utils 2014-12-04 12:13:59 +00:00
verify.h
version.h.in
web.c Fix a couple of MinGW warnings. 2015-03-19 06:08:06 +00:00
web.h
webseed.c Replace tabs with spaces; remove trailing spaces 2015-01-02 11:15:31 +00:00
webseed.h
wildmat.c