]> granicus.if.org Git - transmission/shortlog
transmission
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
2008-12-29 Charles Kerr(trunk libT) wrap tr_inf(), tr_msg(), tr_dbg() calls...
2008-12-29 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2008-12-29 Charles Kerr(trunk libT) recycle the tr_list nodes when possible
2008-12-29 Charles KerrAdd "SD" to the clients list as Xunlei as reported...
2008-12-29 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2008-12-29 Charles Kerr(trunk libT) avoid some unnecessary memory fragmentatio...
2008-12-29 Charles Kerr(trunk libT) revert #7517 since it didn't do any good...
2008-12-29 Mitchell Livingstonsmall improvement to the group filtering code
2008-12-29 Mitchell Livingstonsmall streamline of filter code
2008-12-28 Mitchell Livingstonupdate the help documentation for the changes in Groups
2008-12-26 Mitchell Livingstonupdate localizable strings and other trivial changes
2008-12-26 Mitchell Livingston#1633 embed predicate evaluation in a @try
2008-12-26 Charles Kerr(trunk libT) experimental test for #1631 in web.c:...
2008-12-26 Mitchell Livingstonmissed one class for fast enumeration
2008-12-26 Mitchell Livingstonfinish fast enumeration conversion
2008-12-26 Mitchell Livingstoneliminate some more enumerator objects
2008-12-26 Mitchell Livingstonswitch over Controller.m's enumerator's to Objective...
2008-12-26 Mitchell Livingstonset the Deployment Target to 10.5
2008-12-26 Mitchell Livingstonupdate NEWS
2008-12-26 Mitchell Livingstonre-add the gear image
2008-12-26 Mitchell Livingstonremove CTGradient - we now use NSGradient
2008-12-26 Mitchell Livingstonso long Tiger support
2008-12-26 Charles Kerr(trunk daemon) #1619: tm-daemon: daemon mode fails...
2008-12-26 Mitchell Livingstonchange the "Use Groups" shortcut to Cmd-G
2008-12-26 Mitchell Livingstonreuse existing TorrentGroup object instead of recreatin...
2008-12-25 Mitchell Livingston#722 Add UTI support
2008-12-25 Charles Kerr(trunk daemon) #1619: fix noclose error in our fallback...
2008-12-25 Charles Kerr(trunk gtk) #996: make status location configurable...
2008-12-25 Mitchell Livingstonget rid of "creator" as a auto group option
2008-12-24 Mitchell Livingstonget rid of unnecessary localizable strings
2008-12-24 Mitchell Livingstonmake GroupRules.xib localizable
2008-12-24 Mitchell Livingstonsave the groups right away when upgrading from an old...
2008-12-24 Mitchell Livingston#1626 update group rules sheet to use NSPredicateEditor...
next