]> granicus.if.org Git - transmission/shortlog
transmission
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...
2008-08-14 Mukund SivaramanRemove obsolete macro call
2008-08-14 Charles Kerr(libT) add unit tests for tr_bitfieldAddRange()
2008-08-14 Charles Kerr(libT) don't use goto when we don't have to :)
2008-08-14 Mukund SivaramanOptimize tr_bitFieldAddRange()
2008-08-14 Mukund SivaramanFix leak; err is not used anyway
2008-08-14 Mukund SivaramanReplace values.h with limits.h
2008-08-14 Mukund SivaramanReplace random number generation code
2008-08-14 Mukund SivaramanFix leaks of dbus proxy and conn
2008-08-14 Mukund SivaramanFix leak of torrents
2008-08-14 Mukund SivaramanRespect non-standard install paths for web interface...
2008-08-14 Charles Kerr(gtk) #826: Transmission doesn't open torrents via...
2008-08-14 Mitchell Livingstonalways manually remove torrents from libT, even when...
2008-08-14 Charles Kerr#1156: make the RPC callbacks a little more flexible...
2008-08-14 Malcolm Jarvis#1125 - If a torrent has 0% completed, the progressbar...
2008-08-14 Malcolm Jarvis#1124 - Make progress bars match that of the transmissi...
2008-08-13 Charles Kerr(libT) tr_bitfieldRemRange speedup. (muks)
2008-08-13 Charles Kerrupdate the regression tests to hammer tr_bitfieldRemRan...
2008-08-13 Charles Kerrfix a cut/paste error in the spec.
2008-08-13 Charles Kerrfix an error in the rpc spec's example: "sort-method...
2008-08-13 Charles Kerr#1186: crash by maliciously-crafted .torrent files...
2008-08-13 Charles Kerr(gtk) #1185: crash by maliciously-crafted .torrent...
2008-08-12 Charles Kerr(libT) recognize BitSpirit peer-ids.
2008-08-12 Charles Kerrreadability tweak: remove thread names. (muks)
2008-08-12 Charles Kerrfix r6496 oops: common.css wasn't supposed to be checked in
2008-08-12 Charles Kerrreadability improvments #1, #2, #3, #4. (muks)
2008-08-12 Malcolm Jarvis* Possible fix for 1183
2008-08-12 Charles Kerr(web) #1116: clean the remainings of php
2008-08-12 Charles Kerr(web) #1160: web ui inconsistent names
2008-08-12 Charles Kerr(gtk) #1182: "Untranslatable" strings
2008-08-11 Charles Kerrlots of C correctness tweaks suggested by sparse/cgcc
2008-08-11 Charles Kerr(libT) safer environmental variable handling (muks)
2008-08-11 Charles Kerr(libT) #1179: when creating a torrent, don't add an...
2008-08-11 Charles Kerr(libT) #1176: memory leaks in libtransmission
2008-08-11 Charles Kerr(daemon) #1177: transmission-remote -a segaults on...
2008-08-11 Charles Kerr(libT) #1178: Add missing va_end()s
2008-08-10 Mitchell Livingstonchange "Former" to "Previous"
2008-08-10 Mitchell Livingstonupdate Credits to match AUTHORS
2008-08-10 Charles KerrUpdate the AUTHORS credits to include the Clutch devs
2008-08-10 Charles Kerr(web) #1171: bugs in viewing torrent info and progress bar
2008-08-10 Charles Kerr(gtk) show "remaining time unknown" instead of "data...
2008-08-10 Mitchell Livingstonshow "remaining time unknown" instead of "data not...
next