.. |
announcer-common.h
|
Cut internal macro names to have equal number of underscores on each side
|
2015-05-04 19:58:34 +00:00 |
announcer-http.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
announcer-udp.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
announcer.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
announcer.h
|
|
|
bandwidth.c
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +00:00 |
bandwidth.h
|
|
|
bitfield-test.c
|
Fix bitfield bit removal, add more asserts, extend unit test
|
2015-12-27 16:34:47 +00:00 |
bitfield.c
|
Fix bitfield bit removal, add more asserts, extend unit test
|
2015-12-27 16:34: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
|
const correctness
|
2015-12-06 22:13:10 +00:00 |
cache.h
|
|
|
clients-test.c
|
|
|
clients.c
|
Avoid assert on passing negative values to isprint (due to type promotion)
|
2015-06-26 21:22:27 +00:00 |
clients.h
|
|
|
CMakeLists.txt
|
Add version info to executables (on Windows). Group projects into folders (CMake).
|
2015-04-14 22:46:40 +00:00 |
completion.c
|
|
|
completion.h
|
|
|
ConvertUTF.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
ConvertUTF.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
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
|
Get rid of some more warnings
|
2015-12-28 23:53:55 +00:00 |
crypto-utils-polarssl.c
|
Further adjustments to support PolarSSL 1.2
|
2015-01-07 14:05:58 +00:00 |
crypto-utils.c
|
Reserve a few more bytes for base64 operations to prevent heap corruption
|
2015-12-13 01:29:39 +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
|
|
|
error-test.c
|
|
|
error-types.h
|
Add ERROR_DIRECTORY_NOT_SUPPORTED define missing in MinGW
|
2015-04-11 10:58:08 +00:00 |
error.c
|
|
|
error.h
|
|
|
fail.sh
|
|
|
fdlimit.c
|
Use sockerrno and tr_net_strerror for most of network-related errors
|
2015-07-01 00:54:41 +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
|
Get rid of some more warnings
|
2015-12-28 23:53:55 +00:00 |
file-test.c
|
Better support for UNC paths in tr_sys_path_is_relative
|
2015-10-23 03:55:04 +00:00 |
file-win32.c
|
Support absolute paths longer than ~260 chars on Windows
|
2015-10-23 05:29:47 +00:00 |
file.c
|
Forward-declare tr_error structure in headers
|
2015-04-11 14:54:01 +00:00 |
file.h
|
#5802: Don't make assumptions of remote path validity in transmission-remote
|
2015-10-20 21:22:19 +00:00 |
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
|
Get rid of some more warnings
|
2015-12-28 23:53:55 +00:00 |
jsonsl.c
|
|
|
jsonsl.h
|
|
|
libt.dox
|
|
|
libtransmission-test.c
|
Remove unused session tag
|
2015-10-18 18:39:14 +00:00 |
libtransmission-test.h
|
Fix compilation on Windows
|
2014-12-13 15:22:39 +00:00 |
list.c
|
|
|
list.h
|
|
|
log.c
|
Print log messages in one OutputDebugString() call (Windows)
|
2015-12-13 10:34:53 +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
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
magnet.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 |
makemeta-test.c
|
Replace tabs with spaces; remove trailing spaces
|
2015-01-02 11:15:31 +00:00 |
makemeta.c
|
|
|
makemeta.h
|
|
|
metainfo-test.c
|
Replace tabs with spaces; remove trailing spaces
|
2015-01-02 11:15:31 +00:00 |
metainfo.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
metainfo.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
move-test.c
|
Use tr_sys_path_remove instead of remove
|
2015-10-23 04:09:40 +00:00 |
natpmp.c
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +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
|
#5992: Remove now obsolete check for 13th Baktun (already happened)
|
2015-10-16 19:49:07 +00:00 |
net.h
|
Initialise networking in daemon before making libevent calls
|
2015-10-11 16:35:51 +00:00 |
peer-common.h
|
Fix compilation on Windows
|
2014-12-13 15:22:39 +00:00 |
peer-io.c
|
Use sockerrno and tr_net_strerror for most of network-related errors
|
2015-07-01 00:54:41 +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
|
Get rid of some more warnings
|
2015-12-28 23:53:55 +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
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +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
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
platform.h
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +00:00 |
port-forwarding.c
|
|
|
port-forwarding.h
|
|
|
ptrarray.c
|
Use tr_realloc (BSD reallocf-alike) instead of plain realloc
|
2015-10-25 17:13:14 +00:00 |
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
|
#5908: Check for tr_loadFile return value instead of errno in tr_variantFromFile
|
2015-04-11 10:51:59 +00:00 |
resume.c
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +00:00 |
resume.h
|
|
|
rpc-server.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
rpc-server.h
|
|
|
rpc-test.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
rpcimpl.c
|
#5963: Fix two more places where int is used in boolean context
|
2015-12-27 15:19:03 +00:00 |
rpcimpl.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
session-test.c
|
|
|
session.c
|
const correctness
|
2015-12-06 22:13:10 +00:00 |
session.h
|
Remove unused session tag
|
2015-10-18 18:39:14 +00:00 |
stats.c
|
#5908: Check for tr_loadFile return value instead of errno in tr_variantFromFile
|
2015-04-11 10:51:59 +00:00 |
stats.h
|
|
|
torrent-ctor.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
torrent-magnet.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
torrent-magnet.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
torrent.c
|
Get rid of some more warnings
|
2015-12-28 23:53:55 +00:00 |
torrent.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
tr-dht.c
|
Bump DHT version used in CMake scripts (includes latest Win32 fixes)
|
2015-06-08 19:54:51 +00:00 |
tr-dht.h
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +00:00 |
tr-getopt-test.c
|
|
|
tr-getopt.c
|
fix const warnings
|
2015-12-06 22:39:14 +00:00 |
tr-getopt.h
|
fix const warnings
|
2015-12-06 22:39:14 +00:00 |
tr-lpd.c
|
Add more booleans to the picture
|
2015-05-31 22:13:31 +00:00 |
tr-lpd.h
|
|
|
tr-udp.c
|
Use sockerrno and tr_net_strerror for most of network-related errors
|
2015-07-01 00:54:41 +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
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 10:19:50 +00:00 |
trevent.c
|
Fix some issues revealed by coverity
|
2015-05-09 08:37:55 +00:00 |
trevent.h
|
|
|
upnp.c
|
#6003: Update to miniupnpc api 14 (slightly modified patch by infirit)
|
2015-10-04 04:53:18 +00:00 |
upnp.h
|
|
|
utils-test.c
|
Optimize URL-parsing functions a bit; rewrite tr_urlParse()
|
2015-12-28 23:52:26 +00:00 |
utils.c
|
Optimize URL-parsing functions a bit; rewrite tr_urlParse()
|
2015-12-28 23:52:26 +00:00 |
utils.h
|
Optimize URL-parsing functions a bit; rewrite tr_urlParse()
|
2015-12-28 23:52:26 +00:00 |
variant-benc.c
|
Cut internal macro names to have equal number of underscores on each side
|
2015-05-04 19:58:34 +00:00 |
variant-common.h
|
Cut internal macro names to have equal number of underscores on each side
|
2015-05-04 19:58:34 +00:00 |
variant-json.c
|
Don't print trailing space char on each line when saving JSON
|
2015-06-01 20:50:25 +00:00 |
variant-test.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
variant.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
variant.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
verify.c
|
Avoid possible _XOPEN_SOURCE redefinition warning
|
2015-06-23 21:16:33 +00:00 |
verify.h
|
|
|
version.h.in
|
|
|
web.c
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
web.h
|
Ongoing refactoring (use size_t instead of int)
|
2015-12-25 11:34:35 +00:00 |
webseed.c
|
Optionally return result length from evbuffer_free_to_str()
|
2015-12-13 10:23:22 +00:00 |
webseed.h
|
|
|
wildmat.c
|
|
|