]> granicus.if.org Git - transmission/shortlog
transmission
2008-09-03 Charles Kerrpump the web connections more frequently when there...
2008-09-03 Charles Kerr#450: OpenSSL in FreeBSD basesystem doesn't have openssl.pc
2008-09-03 Charles Kerr#1249: fix BSD "make install" issue
2008-09-03 Charles Kerr(gtk) #1244: Crashing while scrolling up used port
2008-09-03 Charles Kerr(gtk) unclutter the prefs dialog a bit
2008-09-03 Mukund SivaramanRevert r6688 (this was no bug)
2008-09-03 Malcolm Jarvis#1252 - Extranious semi-colon
2008-09-03 Mukund SivaramanFix use of key
2008-09-03 Mukund SivaramanFix bug in schedule calculation
2008-09-02 Charles Kerr(gtk) #989: add a checkbox to auto-update the blocklist...
2008-09-02 Charles Kerr(gtk) #964: tweak the scheduler's prefs dialog a bit
2008-09-01 Mitchell Livingstonmissed on mainRunLoop
2008-09-01 Mitchell Livingstonruns on Tiger again, although blocklist auto-update...
2008-09-01 Mitchell Livingstonif the blocklist downloader is running, don't allow...
2008-09-01 Mitchell Livingstonability to auto-update the blocklist automatically...
2008-09-01 Mukund SivaramanApply changes in scheduled limits when they're updated...
2008-09-01 Mukund SivaramanChange info messages on scheduled limits
2008-09-01 Mukund SivaramanCorrect the key name for scheduled upload limits
2008-09-01 Mukund SivaramanFix use of new Glib API which fails on older Glib build...
2008-09-01 Mukund SivaramanAdd simple scheduled bandwidth control for the GTK...
2008-09-01 Mitchell Livingston"Last updated: never" if there's no blocklist
2008-09-01 Mitchell Livingstonadd a field indicating when the blocklist was last...
2008-08-31 Mitchell Livingstonthis should've been part of the last commit
2008-08-31 Mitchell Livingstonmake sure the blocklist sheet's initial text matches...
2008-08-31 Mitchell Livingstonadd BlocklistDownloaderViewController.[hm] to the makefile
2008-08-31 Mitchell Livingstonsome more streamlining of the blocklist code
2008-08-31 Mitchell Livingstonblocklist xib needs to reference the new blocklist...
2008-08-31 Mitchell Livingstoncancel blocklist download when quitting; cleanup
2008-08-31 Mitchell Livingstonsome cleanup of the blocklist code, and store the date...
2008-08-31 Mitchell Livingstoninitial separation of blocklist downloader and the...
2008-08-30 Mitchell Livingstonturn on "Build independent targets in parallel"
2008-08-30 Mitchell Livingstonrename "Development" to "Debug"
2008-08-30 Mitchell Livingstonupdate a whole bunch of project build settings, especia...
2008-08-29 Charles Kerrbetter r6662
2008-08-29 Charles Kerr(clutch) #1240: inspector's layout is broken
2008-08-29 Mitchell Livingstonbetter [6658]
2008-08-29 Mitchell Livingstontrunk: update the list of mac files to include in the...
2008-08-28 Mitchell Livingstonif the quick look window is in the middle of opening...
2008-08-28 Mitchell Livingstonupdate NEWS
2008-08-27 Charles Kerr(clutch) fix variablename typo. this is from a patch...
2008-08-27 Charles Kerr(cli) #1226: errors should print to stderr
2008-08-27 Charles Kerr(daemon) #1234: Improve transmission-remote's help...
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...
next