1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
transmission/libtransmission
2011-03-21 16:33:16 +00:00
..
announcer-common.h (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
announcer-http.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
announcer-udp.c (trunk libT) #117 "UDP tracker protocol support" -- (1) fix connection attempt retries after a failed connection attempt. (2) extract method from tau_tracker_upkeep() for clarity: tau_tracker_send_reqs() and tau_tracker_timeout_reqs() 2011-03-20 15:28:41 +00:00
announcer.c (trunk libT) #117 "UDP tracker protocol support" -- fix trivial r12141 log message typo: s/Unsupported ur/Unsupported url/ 2011-03-20 15:33:45 +00:00
announcer.h (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
bandwidth.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bandwidth.h (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
bencode-test.c
bencode.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bencode.h (trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done. 2011-02-23 03:54:04 +00:00
bitfield.c (trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/ 2011-03-04 23:26:10 +00:00
bitfield.h (trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done. 2011-02-23 03:54:04 +00:00
bitset.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bitset.h (trunk libT) finish r12108 2011-03-07 03:46:26 +00:00
blocklist-test.c
blocklist.c (trunk libT) #4016 "blocklists don't handle overlapping/unsorted rules" -- fixed. 2011-02-13 16:14:31 +00:00
blocklist.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
cache.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
cache.h (trunk libT) memory cache should use evbuffers to avoid unnecessary calls to memcpy -- done. 2011-01-29 18:56:53 +00:00
clients-test.c
clients.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
clients.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
completion.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
completion.h (trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done. 2011-02-23 03:54:04 +00:00
ConvertUTF.c (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
ConvertUTF.h (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
crypto.c (trunk libT) minor code tweak to crypto.c's tr_sha1() function 2011-01-19 21:50:51 +00:00
crypto.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
fdlimit.c (trunk libT) #4085 "transmission crashed when adding a new torrent: assert failed" -- possible fix? 2011-03-05 16:29:19 +00:00
fdlimit.h (trunk libT) add an "existing dir" argument to tr_fdFileCheckout(). 2011-03-03 19:59:12 +00:00
handshake.c (trunk libT) #4106 "Assert in buildHandshakeMessage, r12131" -- probable fix 2011-03-11 19:28:44 +00:00
handshake.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
history-test.c (trunk libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed. 2011-02-23 06:01:16 +00:00
history.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
history.h (trunk libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed. 2011-02-23 06:01:16 +00:00
inout.c (trunk libT) make readOrWriteBytes() more readable 2011-03-16 04:44:38 +00:00
inout.h (trunk libT) add an "existing dir" argument to tr_fdFileCheckout(). 2011-03-03 19:59:12 +00:00
json-test.c
json.c (trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed. patch by jlouis 2011-02-12 17:27:47 +00:00
json.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
JSON_parser.c
JSON_parser.h (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
libt.dox
list.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
list.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
magnet-test.c
magnet.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
magnet.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
Makefile.am (trunk libT) #117 "UDP tracker protocol support" -- working implementation; needs testing and valgrinding and review. 2011-03-13 00:18:11 +00:00
makemeta.c (trunk libT) use libevent's portability wrapper for strcasecmp() 2011-03-13 08:21:55 +00:00
makemeta.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
metainfo.c (trunk libT) #117 "UDP tracker protocol support (BEP #15)" -- refactor announcer.c so that alternate tracker protocols can be supported. 2011-03-11 04:19:01 +00:00
metainfo.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
natpmp.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
natpmp.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
net.c (trunk libT) minor tweak: use evutil_closesocket() instead of the older EVUTIL_CLOSESOCKET() macro. 2011-03-13 19:47:21 +00:00
net.h (trunk libT) use libevent2's portability wrappers for inet_ntop() and inet_pton(). 2011-03-13 08:15:40 +00:00
peer-common.h (trunk libT) #4035 "In seed state, transmission disconnect from leechers" -- fixed. 2011-02-24 14:35:45 +00:00
peer-io.c (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
peer-io.h (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
peer-mgr.c (trunk libT) #4084 "after reaching seed state, no new peers are acquired" -- possible fix. 2011-03-07 14:59:47 +00:00
peer-mgr.h (trunk libT) copyediting. 2011-03-07 14:33:45 +00:00
peer-msgs-test.c (trunk libT) copyediting. 2011-03-07 14:33:45 +00:00
peer-msgs.c (trunk libT) copyediting. 2011-03-07 14:33:45 +00:00
peer-msgs.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
platform.c (trunk libT) #2363 "daemon on mac moves config files on first launch" -- fixed. 2011-01-30 01:33:53 +00:00
platform.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
port-forwarding.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
port-forwarding.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
ptrarray.c (trunk libT) make tr_ptrArrayNth() an inline function 2011-03-14 14:09:41 +00:00
ptrarray.h (trunk libT) make tr_ptrArrayNth() an inline function 2011-03-14 14:09:41 +00:00
resume.c (trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/ 2011-03-04 23:26:10 +00:00
resume.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
rpc-server.c (trunk libT) move the single-use utility function "evbuffer_ref_cleanup_tr_free()" from a public header into a private function to limit its visibility/scope 2011-03-16 17:42:32 +00:00
rpc-server.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
rpc-test.c
rpcimpl.c (trunk libT) #117 "UDP tracker support" -- fix add-UDP-tracker-URL-via-RPC bug reported by johnea @ https://trac.transmissionbt.com/ticket/117#comment:79 2011-03-20 15:42:54 +00:00
rpcimpl.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
session.c (trunk libT) remove dead code: tr_sessionSetLazyBitfieldEnabled(), tr_sessionIsLazyBitfieldEnabled() 2011-03-21 16:33:16 +00:00
session.h (trunk libT) remove dead code: tr_sessionSetLazyBitfieldEnabled(), tr_sessionIsLazyBitfieldEnabled() 2011-03-21 16:33:16 +00:00
stats.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
stats.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
test-peer-id.c (trunk libT) Add an enumeration for the peer id length. Use that enum for the peer_id fields in tr_session and tr_torrent. 2011-03-10 12:35:23 +00:00
torrent-ctor.c (trunk) #4081 "Add 'cookieString' argument 'torrent-add' method in RPC" -- done. 2011-03-15 04:22:47 +00:00
torrent-magnet.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
torrent-magnet.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
torrent.c (trunk libT) #4127 "Torrent complete script doesn't pass on the environment" -- fixed with patch from geirha. 2011-03-16 18:11:48 +00:00
torrent.h (trunk libT) Add an enumeration for the peer id length. Use that enum for the peer_id fields in tr_session and tr_torrent. 2011-03-10 12:35:23 +00:00
tr-dht.c (trunk libT) move tr_dhtUpkeep() out of the announcer module 2011-03-17 12:34:43 +00:00
tr-dht.h (trunk libT) move tr_dhtUpkeep() out of the announcer module 2011-03-17 12:34:43 +00:00
tr-getopt.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
tr-getopt.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
tr-lpd.c (trunk libT) as a followup to r12182, move LPD's periodic upkeep timer into the tr-lpd.c module where it can be started & stopped with the pre-existing tr_lpdInit() and tr_lpdUninit() functions. 2011-03-17 13:16:23 +00:00
tr-lpd.h (trunk libT) as a followup to r12182, move LPD's periodic upkeep timer into the tr-lpd.c module where it can be started & stopped with the pre-existing tr_lpdInit() and tr_lpdUninit() functions. 2011-03-17 13:16:23 +00:00
tr-udp.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
tr-udp.h (trunk libT) #117 "UDP tracker support (BEP #15)" -- added request timeout 2011-03-13 06:38:54 +00:00
tr-utp.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
tr-utp.h add configure script switch to enable/disable utp 2011-02-18 00:45:44 +00:00
transmission.h (trunk libT) remove dead code: tr_sessionSetLazyBitfieldEnabled(), tr_sessionIsLazyBitfieldEnabled() 2011-03-21 16:33:16 +00:00
trevent.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
trevent.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
upnp.c (trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/ 2011-03-04 23:26:10 +00:00
upnp.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
utils-test.c (trunk libT) utils-test.c: remove some debugging stubs that should not have been checked in 2011-02-24 04:16:47 +00:00
utils.c (trunk libT) tweak comments to fix inconsistent capitalization 2011-03-20 15:56:32 +00:00
utils.h (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
verify.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
verify.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
web.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
web.h (trunk) #4081 "Add 'cookieString' argument 'torrent-add' method in RPC" -- done. 2011-03-15 04:22:47 +00:00
webseed.c (trunk) #4081 "Add 'cookieString' argument 'torrent-add' method in RPC" -- done. 2011-03-15 04:22:47 +00:00
webseed.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
wildmat.c (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00