]> granicus.if.org Git - transmission/shortlog
transmission
2008-08-27 Charles Kerrfix a confusing extraneous line in the previous commit
2008-08-27 Charles Kerr(libT) maybe fix the hangs reported by users in the...
2008-08-27 Mukund SivaramanFix coding style of last commit
2008-08-27 Mukund SivaramanReturn early if no URL is passed
2008-08-26 Mitchell Livingstonenable lazy bitfields
2008-08-26 Charles Kerr(clutch) #1232: useless slash of inspector's Web UI...
2008-08-26 Charles Kerrclarify part of the RPC spec
2008-08-26 Charles Kerr#1217: libt/shttpd: "shttpd crash in decide_what_to_do()"
2008-08-25 Charles Kerr(shttpd) replace VERSION with SHTTPD_VERSION.
2008-08-25 Charles Kerrupgrade to shttpd 1.42
2008-08-23 Mitchell Livingstonsave the add window's location (#1221), and adjust...
2008-08-22 Mitchell Livingston#1210 on Mac, the web ui should now work when Transmiss...
2008-08-22 Charles Kerr#1222: web access authentication text
2008-08-22 Mitchell Livingston#1224 memory leak when updating blocklist: autoreleased...
2008-08-22 Charles Kerr(cli) #1223 ratio display in CLI client malformed
2008-08-22 Charles Kerruncrash the build
2008-08-22 Charles Kerrcrash deeper inside libtransmission. do not use this...
2008-08-22 Charles Kerr(libT) add an environmental variable to enable libcurl...
2008-08-22 Charles Kerr#1214: add RPC support for per-peer status,ul,dl,addres...
2008-08-22 Charles Kerrforce Transmission to crash when started. don't use...
2008-08-22 Mukund SivaramanDon't use memmove() for simple assignment
2008-08-22 Mukund SivaramanUse stricter type for enums
2008-08-22 Mukund SivaramanDon't move all the rest of peers if current peer is...
2008-08-22 Mukund SivaramanUse stricter type for enums
2008-08-22 Mukund SivaramanRemove unused missingBlockCount
2008-08-22 Charles Kerr(libT) remove a little more dead code
2008-08-22 Charles Kerraccording to vraa's profiling, the highest CPU hit...
2008-08-22 Charles Kerr(libT) say goodbye to the last `ii' variable in libT
2008-08-22 Charles Kerr(libT) more dead code removal: tr_compareUint32(),...
2008-08-22 Mukund SivaramanSort piece_data_time in descending order.
2008-08-22 Mukund SivaramanFurther fix/cleanup compare code
2008-08-22 Charles Kerrundo part of r6616 to address the assertion failure...
2008-08-22 Charles Kerrfix #include warning
2008-08-21 Charles Kerr* add DISABLE_GETTEXT preprocessor directive to turn...
2008-08-21 Charles Kerr(libT) more dead code removal: tr_compareTime() and...
2008-08-21 Charles Kerrmaybe fix m1b's tracker issue
2008-08-21 Charles Kerr(libT) remove some dead functions: tr_calloc(), tr_comp...
2008-08-21 Charles Kerr(libT) avoid an unnecessary memory alloc
2008-08-21 Charles Kerrfix metainfo bug from earlier today. (m1b, andersos)
2008-08-21 Charles Kerrmore metainfo/bencode cleanup
2008-08-21 Charles Kerrbencode cleanup: remove unused functions and unnecessar...
2008-08-21 Mitchell Livingstonupdate the trunk version to 1.33+
2008-08-21 Mitchell Livingstonupdate the appcast and NEWS
2008-08-20 Mitchell Livingstontrunk: update NEWS
2008-08-20 Charles Kerrmore metainfo cleanup
2008-08-20 Charles Kerrget rid of strlcat_utf8()
2008-08-20 Charles Kerrallocate torrent/resume filenames on the heap instead...
2008-08-20 Charles Kerrmake tr_bencDictFindType() private.
2008-08-20 Mukund SivaramanUse signed integers for storing the random values
2008-08-20 Mukund SivaramanRename function to indicate its stupidity
2008-08-20 Mukund SivaramanReplace the random number generator inside peer-mgr...
2008-08-20 Mukund SivaramanInline tr_compareUint16() in this case
2008-08-20 Mukund SivaramanMake tr_bitfieldHas() a macro
2008-08-20 Charles Kerrtweak
2008-08-19 Charles Kerr(libT) do proper JSON escaping
2008-08-19 Charles Kerrfix a misplaced comma in the rpc spec's JSON example
2008-08-19 Mukund SivaramanUse ANSI declaration
2008-08-18 Charles Kerrroll back the last two diffs (r6582 and r6583) in favor...
2008-08-18 Charles Kerrhudson-t is a wuss
2008-08-18 Charles Kerr(libT) better handling of non-ascii characters when...
2008-08-18 Mitchell Livingstontypo--
2008-08-18 Mitchell Livingston finish updating web ui inconsistent names, part 2
2008-08-18 Mitchell Livingston#1160: finish updating web ui inconsistent names
2008-08-18 Mitchell Livingstonremove another unused file
2008-08-18 Mitchell Livingstoncli and daemon build in Xcode again
2008-08-17 Mitchell Livingstonfix pluralization of "address"
2008-08-17 Mitchell Livingstonwhen checking the previous tracker address for the...
2008-08-17 Mukund SivaramanSend UTF-8 characters straight out in the JSON without...
2008-08-17 Mukund SivaramanFixing dependency (tr-core.c: tr-core-dbus.h)
2008-08-17 Mukund SivaramanAdd UTF-8 charset to Content-Type HTTP headers
2008-08-17 Mitchell Livingstonremove unused applescript
2008-08-17 Mitchell Livingstonremove unneeded hardcoded default values
2008-08-17 Mukund SivaramanUse dbus even if the binding tool is not found
2008-08-17 Mukund SivaramanCheck for threads
2008-08-17 Mukund SivaramanAdd tr-core-dbus.xml to EXTRA_DIST
2008-08-17 Mukund SivaramanDon't show an error when transmission is run twice
2008-08-17 Mitchell Livingstonupdate release notes url
2008-08-16 Mitchell Livingstonupdate appcast a bit
2008-08-16 Charles Kerr#220: lazy bitfields
2008-08-16 Mitchell Livingstonadjustments to the releasenotes
2008-08-16 Mitchell Livingstonupdate the appcast with a new look
2008-08-16 Mitchell Livingstonthe default is now to not limit upload and to have...
2008-08-16 Charles Kerrmore connection management changes
2008-08-16 Charles Kerr(gtk) #1193: add a shadow to the torrent list
2008-08-16 Charles Kerr(libT) some more peer connection management: (1) reset...
2008-08-16 Charles Kerra few attempts to reduce the "router death" load: lower...
2008-08-16 Charles Kerr(libT) route all outbound peer protocol messages throug...
2008-08-15 Mitchell LivingstonSparkled
2008-08-15 Mitchell Livingstontrunk: update NEWS
2008-08-15 Charles Kerr#1196: configure switch --enable-darwin is dubious
2008-08-15 Charles Kerr(libT) fix a couple of compiler warnings from gcc ...
2008-08-15 Charles Kerrfix shttpd issue reported by Gimp_
2008-08-15 Mukund SivaramanEnable checking of deprecated GTK usage (in beta/unstab...
2008-08-15 Mukund SivaramanMake URL clickable in about dialog
2008-08-15 Mukund SivaramanAdd autogen.sh to EXTRA_DIST
2008-08-15 Mitchell Livingstoninitial Sparkle 1.5 b5 commit
2008-08-15 Mitchell Livingstonremove Sparkle 1.1
2008-08-14 Mitchell Livingstonremove a nonexistent cli file from the xcode project
2008-08-14 Mitchell Livingstonremove potentially invalid tracker url's in the creator...
2008-08-14 Charles Kerrpossible quick-fix for the "wasted data due to collisio...
next