]> granicus.if.org Git - transmission/shortlog
transmission
2009-01-06 Charles Kerr(trunk libT) hm, checked in the wrong version.
2009-01-06 Charles Kerr(trunk libT) faster tr_cpBlockBitfieldSet()
2009-01-06 Erick Turnquist(trunk libT) Fix an assertion failure in ptrarrays...
2009-01-06 Charles Kerr(trunk libT) fix refcount error in the new peer-io...
2009-01-06 Mitchell Livingstonwarnings--; miscellaneous other cleanup
2009-01-06 Mitchell Livingston#1661 show group rules for the proper group
2009-01-06 Charles Kerr(trunk libT) two bugfixes in one: (1) fix leaking tr_ha...
2009-01-05 Charles Kerr(trunk libT) fix the new-code errors reported by ZogG...
2009-01-05 Charles Kerr(trunk libT) fix a minor memory leak reported by Valgrind
2009-01-05 Charles Kerr(trunk libT) yet another step in the debugging cycle...
2009-01-05 Charles Kerr(trunk libT) probably fix r7618 reported in #transmissi...
2009-01-05 Charles Kerr(trunk libT) fix the much-hated "Assertion failed:...
2009-01-04 Charles Kerrensure that -ggdb3 is used if we're using gcc
2009-01-04 Charles Kerr(trunk libT) minor speedup tweaks in peer-request hotspots
2009-01-04 Charles Kerr(trunk libT) remove a small memory leak in the request...
2009-01-04 Charles Kerr(trunk libT) minor tr_ptrArray API cleanup
2009-01-04 Charles Kerr(trunk libT) forgot to "svn add" request-list-test...
2009-01-04 Mitchell Livingstonthe year is 2009
2009-01-04 Charles Kerr(trunk libT) fix r7610 bug reported by BentMyWookie
2009-01-04 Mitchell Livingstonadd request-list.[ch] to xcode project
2009-01-04 Charles Kerr(trunk libT) new peer request fifo queue with log(N...
2009-01-04 Charles Kerr(trunk libT) remove unnecessary prototype
2009-01-04 Charles Kerr(trunk libT) don't use void* when doing pointer math.
2009-01-04 Charles Kerr(trunk libT) minor improvement to testing to see if...
2009-01-04 Charles Kerr(trunk libT) do scrape paused torrents.
2009-01-04 Charles Kerr(trunk libT) don't scrape paused torrents.
2009-01-04 Charles Kerr(trunk gtk) small typo fix as reported by via in http...
2009-01-03 Charles Kerr(trunk cli) fix command-line arg mixup for encryption...
2009-01-03 Charles Kerr(trunk libT) tr_torrentStat() speedups
2009-01-03 Mitchell Livingstonit's 2009
2009-01-03 Mitchell Livingstonshoo log
2009-01-03 Mitchell Livingstononly increment the tier count for valid tiers
2009-01-03 Charles Kerr(trunk libT) experimental code to get more peers faster
2009-01-03 Mitchell Livingstonfix dock badging
2009-01-03 Charles Kerr(trunk libT) fix r7594 typo
2009-01-03 Charles Kerr(trunk libT) use ssize_t where appropriate in tr_peerIo...
2009-01-03 Charles Kerr(trunk libT) oh ffs
2009-01-03 Charles Kerr(trunk libT) add "deep log" message to help track down...
2009-01-03 Charles Kerr(trunk libT) inline a few more torrent methods
2009-01-03 Charles Kerr(trunk libT) inline the tr_bencIs*() utility functions
2009-01-02 Charles Kerr(trunk libT) avoid unnecessary duplicate calls to tr_da...
2009-01-02 Charles Kerr(trunk libT) revert r7548, which broke very low speed...
2009-01-02 Charles Kerr(trunk libT) fix a typo that made jhujhiti giggle
2009-01-02 Charles Kerr(trunk libT) commit some debugging messages that were...
2009-01-02 Erick Turnquist(trunk libT) use IN_MULTICAST macro
2009-01-02 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2009-01-02 Charles Kerrif we're building with gcc, add "-std=gnu99" to CFLAGS...
2009-01-02 Charles Kerr(trunk libT) inline the ptrarray one-liners
2009-01-02 Charles Kerr(trunk libT) make the tr_bandwidth macros into safer...
2009-01-02 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2009-01-02 Charles Kerr(trunk libT) inline parts of peer-io and bandwidth...
2009-01-02 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2009-01-02 Mitchell Livingstonre-add turtle to bandwidth prefs tab
2009-01-02 Charles Kerr(trunk libT) add "inline" hint to several one-liner...
2009-01-02 Charles Kerr* add autoconf test AC_C_INLINE to do the Right Thing...
2009-01-02 Charles Kerr(trunk libT) make tr_isAddress() and tr_isDirection...
2009-01-02 Charles Kerr(trunk libT) very minor style cleanup in tr_bandwidthAl...
2009-01-02 Mitchell Livingstonremove deleted files from Makefile.am
2009-01-02 Mitchell Livingstonthe speed limit turtle button uses a single turtle...
2009-01-02 Mitchell Livingstonmake the toolbar images templates; auto-generate the...
2009-01-02 Mitchell Livingstonextremely trivial adjustments
2009-01-02 Mitchell Livingstonclean up the table text coloring code; trivial cleanup
2009-01-01 Charles Kerr(trunk libT) Fix sparse warnings: symbol 'XXX' shadows...
2009-01-01 Charles Kerr(trunk libT) Remove UNUSED attribute, the function...
2009-01-01 Charles Kerr(trunk libT) Remove unused field: struct tr_peermsgs...
2009-01-01 Erick Turnquist(trunk libT) < Rolcol> For example: I have a lot of...
2009-01-01 Erick Turnquist(trunk libT) fix another endian oops
2009-01-01 Erick Turnquist(trunk libT) fix endian oops in tr_suspectAddress()
2008-12-31 Erick Turnquist(trunk libT) Stop trying to connect to multicast addres...
2008-12-31 Charles Kerr(trunk libT) take the timeout condition out of tr_bandw...
2008-12-31 Charles Kerr(trunk libT) improve piece verification speed by provid...
2008-12-31 Charles Kerr(trunk libT) make the evbuffer pool threadsafe
2008-12-31 Charles Kerr(trunk libT) this diff has held #1631 at bay for 18...
2008-12-31 Charles Kerr(trunk daemon) #1619: add __UCLIBC__ test based on...
2008-12-30 Charles Kerr(trunk wx) patch from fulgas to get wx client building...
2008-12-30 Charles Kerr(trunk daemon) another patch from er13 for ticket ...
2008-12-30 Charles Kerr(trunk libT) fix a couple of minor memory leaks
2008-12-30 Charles Kerr(trunk libT) have tr_bencSaveAsJSON() use an evbuffer
2008-12-30 Charles Kerr(trunk libT) blockIteratorNew() was overallocating...
2008-12-30 Charles Kerr(trunk libT) patch from wereHamster to recycle the...
2008-12-30 Charles Kerr(trunk libT) have a pool of reusable evbuffers
2008-12-30 Charles Kerr(trunk libT) patch from wereHamster to simplify BT...
2008-12-30 Charles Kerr(trunk daemon) #1618: patch from er13 to make transmiss...
2008-12-30 Charles Kerr(trunk libT) use a static buffer for fillOutputBuffer()
2008-12-30 Charles Kerr(trunk libT) remove obsolete tr_peerMgr.c's getConnecte...
2008-12-30 Charles Kerr(trunk libT) #1632: bandwidth.c: 428: tr_bandwidthUsed...
2008-12-30 Charles Kerr(trunk libT) eliminate a couple more unnecessary malloc...
2008-12-30 Charles Kerr(trunc macosx) #1643: more Makefile.am tweaks
2008-12-30 Charles Kerr(trunk libT) minor cleanup: use symbolic name instead...
2008-12-30 Charles Kerr(trunk libT) fix r7535 bug reported by Rolcol
2008-12-30 Charles Kerr(trunk libT) avoid an unnecessary evbuffer_new() +...
2008-12-30 Charles Kerr(trunk mac) #1643: leftover dependency on CTGradient
2008-12-30 Charles Kerr(trunk daemon) #1642: fix bug in auth & no-auth command...
2008-12-30 Charles Kerr(trunk libT) probable fix for #1631
2008-12-30 Charles Kerr(trunk libT) avoid a few more unnecessary malloc()...
2008-12-29 Charles Kerr(trunk libT) fix obsolete `iobuf' reference. (wereHamster)
2008-12-29 Charles Kerr(trunk libT) use torrent's unique ID as the torrent...
2008-12-29 Charles Kerr(trunk libT) simplify web.c's remove_finished_tasks...
2008-12-29 Charles Kerr(trunk libT) omit unnecessary malloc/free calls in...
2008-12-29 Charles Kerrthis should've been in r7529
next