transmission/libtransmission
Charles Kerr a5446669b4 (trunk libT) #2711 "no metadata exchange when using magnet links and trackerless torrents" -- fixed 2010-01-04 20:28:54 +00:00
..
ConvertUTF.c
ConvertUTF.h
JSON_parser.c
JSON_parser.h (trunk) add #include guards to prevent non-libtransmission files from #including implementation headers 2009-12-15 00:51:39 +00:00
Makefile.am (trunk) use AC_ARG_VAR for some autoconf variables s.t. their values will persist between reconfs 2009-12-18 05:02:48 +00:00
announcer.c (trunk libT) #2722 "crash when removing/modifying trackers" -- fixed 2010-01-04 09:11:27 +00:00
announcer.h
bandwidth.c (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
bandwidth.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
bencode-test.c
bencode.c (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
bencode.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
bitfield.c
bitfield.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
bitset.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
blocklist-test.c
blocklist.c (trunk libT) maybe fix that blocklist crash John_Clay reports about once a month 2009-12-14 18:47:45 +00:00
blocklist.h
clients-test.c
clients.c should've alphabetized by peer id, not client name 2010-01-02 18:50:59 +00:00
clients.h (trunk) add #include guards to prevent non-libtransmission files from #including implementation headers 2009-12-15 00:51:39 +00:00
completion.c (trunk libT) remove dead code -- tr_assert() 2009-12-28 23:11:26 +00:00
completion.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
crypto.c
crypto.h (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
fdlimit.c (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
fdlimit.h
ggets.c
ggets.h
handshake.c
handshake.h
inout.c
inout.h
json-test.c
json.c
json.h
libt.dox
list.c
list.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
magnet-test.c
magnet.c
magnet.h
makemeta.c
makemeta.h (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
metainfo.c (trunk libT) https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/500625 2009-12-28 00:35:29 +00:00
metainfo.h #2673 crash in tr_torrentGetMetadataPiece 2009-12-15 15:19:08 +00:00
natpmp.c (trunk libT) fix <assert.h> #includes 2010-01-01 22:14:50 +00:00
natpmp.h (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
net.c (trunk libT) #2667 "Ignore martian addresses" -- apply jch's 0001-Simplify-martian-address-detection.patch cleanup patch from http://trac.transmissionbt.com/ticket/2667#comment:8 2009-12-15 20:06:48 +00:00
net.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
peer-common.h (trunk) #2548 "T's request queue can send out too many duplicate requests" -- (1) fix r9465 implementation bug that caused some peers to get starved of requests if they rejected a request or choked, then unchoked us. (2) increase a block request's TTL by 15 seconds to reduce cancel/req cycles between two or more blocks (3) add a debug mode to the GTK+ client's peer tab to watch the pending requests counts both up & down 2009-12-16 18:20:01 +00:00
peer-io.c (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
peer-io.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
peer-mgr.c (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
peer-mgr.h (trunk) #2548 "T's request queue can send out too many duplicate requests" -- (1) fix r9465 implementation bug that caused some peers to get starved of requests if they rejected a request or choked, then unchoked us. (2) increase a block request's TTL by 15 seconds to reduce cancel/req cycles between two or more blocks (3) add a debug mode to the GTK+ client's peer tab to watch the pending requests counts both up & down 2009-12-16 18:20:01 +00:00
peer-msgs-test.c
peer-msgs.c (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
peer-msgs.h
platform.c
platform.h (trunk libT) improved API documentation / commenting for doxygen 2010-01-01 22:13:27 +00:00
port-forwarding.c (trunk libT) fix <assert.h> #includes 2010-01-01 22:14:50 +00:00
port-forwarding.h
ptrarray.c (trunk libT) improved API documentation / commenting for doxygen 2010-01-01 22:13:27 +00:00
ptrarray.h (trunk libT) improved API documentation / commenting for doxygen 2010-01-01 22:13:27 +00:00
publish.c
publish.h
ratecontrol.c
ratecontrol.h (trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway 2010-01-01 22:26:35 +00:00
resume.c (trunk libT) #2632 "Add streaming capability to libtransmission (but not the Transmission GUI clients)" -- revert this feature due to pushback from devs and users and the 1.80 freeze 2009-12-24 18:01:48 +00:00
resume.h (trunk libT) #2632 "Add streaming capability to libtransmission (but not the Transmission GUI clients)" -- revert this feature due to pushback from devs and users and the 1.80 freeze 2009-12-24 18:01:48 +00:00
rpc-server.c (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
rpc-server.h (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
rpc-test.c
rpcimpl.c (trunk libT) fix various minor compiler warnings that show up when you build libtransmission with NDEBUG defined 2009-12-28 23:27:17 +00:00
rpcimpl.h
session.c (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
session.h (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
stats.c
stats.h
test-peer-id.c
torrent-ctor.c
torrent-magnet.c (trunk libT) #2673 "crash in tr_torrentGetMetadataPiece" -- add safeguards against small sizes 2009-12-15 16:34:12 +00:00
torrent-magnet.h
torrent.c (trunk libT) #2711 "no metadata exchange when using magnet links and trackerless torrents" -- fixed 2010-01-04 20:28:54 +00:00
torrent.h (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
tr-dht.c (trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked} 2010-01-04 09:05:02 +00:00
tr-dht.h (trunk) add #include guards to prevent non-libtransmission files from #including implementation headers 2009-12-15 00:51:39 +00:00
tr-getopt.c
tr-getopt.h (trunk libT) improved API documentation / commenting for doxygen 2010-01-01 22:13:27 +00:00
transmission.h (trunk libT) remove dead code: tr_announce_list_err 2010-01-04 20:14:25 +00:00
trevent.c (trunk libT) rename tr_wait() tr_wait_msec() 2010-01-01 22:30:36 +00:00
trevent.h
upnp.c
upnp.h
utils-test.c
utils.c (trunk libT) rename tr_wait() tr_wait_msec() 2010-01-01 22:30:36 +00:00
utils.h (trunk libT) rename tr_wait() tr_wait_msec() 2010-01-01 22:30:36 +00:00
verify.c (trunk libT) rename tr_wait() tr_wait_msec() 2010-01-01 22:30:36 +00:00
verify.h
web.c (trunk libT) make sure to restart curl's periodic timer 2010-01-04 20:06:39 +00:00
web.h (trunk) update the copyright notices 2009-12-05 02:19:24 +00:00
webseed.c (trunk libT) fix <assert.h> #includes 2010-01-01 22:14:50 +00:00
webseed.h
wildmat.c