]> granicus.if.org Git - transmission/shortlog
transmission
2011-04-01 Jordan Lee(trunk libT) simplify tr_torrent's hasAnyLocalData...
2011-04-01 Jordan Lee(trunk libT) more malloc pruning. *yawn*
2011-04-01 Jordan Lee(trunk libT) avoid an unnecessary malloc/free in tr_url...
2011-04-01 Jordan Lee(trunk libT) copyediting in resume.c
2011-04-01 Jordan Lee(trunk libT) streamline parsing the metainfo's file...
2011-04-01 Jordan Lee(trunk libT) since the JSON parser gives us the string...
2011-04-01 Jordan Lee(trunk gtk) remove tr-torrent.c from POTFILES.in
2011-04-01 Mitchell Livingstonupdate to 2.30b1 2.30b1
2011-03-31 Mitchell Livingstonupdate jQuery to 1.5.2
2011-03-31 Mitchell Livingstonupdate German localization for 2.3
2011-03-31 Jordan Lee(trunk libT) announcer.c: fold the tiers and trackers...
2011-03-31 Jordan Lee(trunk libT) copyediting: peer-io's "EncryptionMode...
2011-03-31 Jordan Lee(trunk libT) save 48 bytes per tr_torrent object. whoo!
2011-03-31 Jordan Lee(trunk libT) use aggregation for the tr_bandwidth objec...
2011-03-31 Mitchell Livingstonupdate Russian localization to 2.30
2011-03-31 Jordan Lee(trunk libT) fix never-executed code branch detected...
2011-03-31 Jordan Lee(trunk gtk) remove "dead nested assignment" wart detect...
2011-03-31 Jordan Lee(trunk libT) remove dead logic branch detected by clang...
2011-03-31 Jordan Lee(trunk libT) fix "dangerous pointer arithmetic" warning...
2011-03-31 Jordan Lee(trunk libT) fix minor dead store detected by clang...
2011-03-31 Jordan Lee(trunk libT) fix ABR detected by clang static analyzer...
2011-03-31 Jordan Lee(trunk libT) fix potential UMR detected by clang static...
2011-03-31 Jordan Lee(trunk libT) fix potential null pointer dereference...
2011-03-31 Jordan Lee(trunk libT) fix file descriptor leak in tr-dht.c
2011-03-30 Jordan Lee(trunk libT) #4153 "Protect against non-monotonic time...
2011-03-30 Jordan Lee(trunk libT) #4153 "Protect against non-monotonic time...
2011-03-30 Jordan Lee(trunk libT) #4153 "Protect against non-monotonic time...
2011-03-30 Jordan Lee(trunk daemon) fix minor text formatting bug when the...
2011-03-30 Jordan Lee(trunk libT) #4157 "'transmission-remote -si' doesn...
2011-03-30 Jordan Lee(trunk daemon) #4156 "request: transmission-remote...
2011-03-30 Jordan Lee(trunk libT) merge tr_bitfieldTestFast() and tr_bitfiel...
2011-03-30 Jordan Lee(trunk libT) handle situations where we don't know...
2011-03-30 Juliusz ChroboczekDon't explicitly protect against non-monotonic gettimeo...
2011-03-30 Juliusz ChroboczekProtect against monotonic time being non-monotonic...
2011-03-29 Juliusz ChroboczekProtect against monotonic time being non-monotonic.
2011-03-29 Jordan Lee(trunk libT) fix endgame detection bug introduced in...
2011-03-29 Jordan Lee(trunk libT) fix a crasher introduced yesterday in...
2011-03-29 Jordan Lee(trunk libT) safeguard against a minor memory leak...
2011-03-29 Jordan Lee(trunk libT) fix bitfield.c assertion failure reported...
2011-03-29 Jordan Lee(trunk libT) don't cache unininteresting peer addresses...
2011-03-29 Jordan Lee(trunk libT) better scrape management on private trackers.
2011-03-29 Jordan Lee(trunk libT) fix bitfield assertion failure due to...
2011-03-29 Jordan Lee(trunk libT) more completion and bitfield cleanup:...
2011-03-28 Jordan Lee(trunk mac) delete bitset.[ch] from the xcode file...
2011-03-28 Jordan Lee(trunk libT) whoops, remove 4 debugging fprintf()'s...
2011-03-28 Jordan Lee(trunk libT) break the mac build and introduce new...
2011-03-28 Jordan Lee(trunk libT) strip trailing whitespace
2011-03-28 Jordan Lee(trunk libT) fix memory leak in tr_utf8clean()'s utilit...
2011-03-27 Mitchell Livingstondrop two NSLogs
2011-03-27 Mitchell Livingstonupdate Spanish localization for 2.3
2011-03-27 Mitchell LivingstonAttempt to fix #4148 "Mac client gives inappropriate...
2011-03-26 Mitchell Livingstonadd µTP to the help documentation
2011-03-26 Mitchell Livingstonupdate NEWS
2011-03-26 Mitchell Livingstonupdate Credits to match AUTHORS
2011-03-26 Mitchell Livingstonupdate Italian localization for 2.3
2011-03-26 Jordan Lee(trunk libT) remove the tr_session argument from the...
2011-03-26 Jordan Lee(trunk libT) minor code cleanup in announcer-udp: white...
2011-03-25 Jordan Leedraft of NEWS for 2.30
2011-03-25 Jordan Leeadd Andreas Nilsson to the credits
2011-03-25 Jordan Lee(trunk) fix a handful of small memory leaks that valgri...
2011-03-25 Jordan Lee(trunk) yet more "#include" tweaks
2011-03-25 Jordan Lee(trunk gtk) get everything except torrent-cell-renderer...
2011-03-25 Jordan Lee(trunk gtk) gtk_open_uri(): use gtk_show_uri() as the...
2011-03-25 Jordan Lee(trunk libT) copyediting: yes, removing more unnecessar...
2011-03-25 Jordan Lee(trunk libT) API cleanup of the tr_address functions...
2011-03-25 Jordan Lee(trunk libT) still fiddling around with #includes ...
2011-03-25 Mitchell Livingston#4055 Fix a memory leak when removing a transfer +...
2011-03-25 Jordan Lee(trunk libT) copyediting: '#include "crypto.h"' cleanup
2011-03-24 Jordan Lee(trunk libT) copyediting: remove a bunch of seemingly...
2011-03-24 Jordan Lee(trunk libT) copyediting: clean up the "#include <event...
2011-03-24 Jordan Lee(trunk) copyediting: remove some unneeded #includes...
2011-03-24 Jordan Lee(trunk gtk) gtr_compare_double() is only used in one...
2011-03-24 Jordan Lee(trunk gtk) gtr_localtime() is only used in one place...
2011-03-24 Jordan Lee(trunk gtk) gtr_cell_renderer_get_padding() is only...
2011-03-24 Jordan Lee(trunk gtk) remove function gtr_strcmp0, which is redun...
2011-03-24 Mitchell Livingston#4063 Adding a tracker before last failed add causes...
2011-03-23 Mitchell Livingstonensure the Stats window's min and max widths are the...
2011-03-23 Mitchell Livingstonupdate Brazilian Portuguese localization for 2.3
2011-03-23 Mitchell Livingstonupdate Chinese localization for 2.3
2011-03-23 Jordan Lee(trunk qt) housekeeping: tr_bool --> bool
2011-03-23 Jordan Lee(trunk libT) If transmission.h is being processed by...
2011-03-23 Jordan Lee(trunk qt) move "#include <QFile>" from the header...
2011-03-22 Jordan Lee(trunk libT) tr_set_func is only used in one place...
2011-03-22 Jordan Lee(trunk libT) tr_strtruncd() is only used in one place...
2011-03-22 Jordan Lee(trunk libT) tr_set_compare() is only used in one place...
2011-03-22 Jordan Lee(trunk) remove unused gcc symbol: TR_GNUC_PURE
2011-03-22 Jordan Lee(trunk libT) #4136 "r12181 causes excessive disk activi...
2011-03-22 Jordan Leestill trying to make hudson happy
2011-03-22 Jordan Lee(trunk gtk) revert r12201 to try & make hudson happy
2011-03-22 Jordan Lee(trunk) #4138 "use stdbool.h instead of tr_bool" -...
2011-03-22 Jordan Leetest & see if xcode/osx has stdbool.h
2011-03-21 Jordan Lee(trunk gtk) tweak Makefile.am
2011-03-21 Jordan Lee(trunk gtk) dbus tweaks in Makefile.am based on example...
2011-03-21 Jordan Lee(trunk libt) more transmission.h copyediting
2011-03-21 Jordan Lee(trunk libT) discard out-of-range reject messages from...
2011-03-21 Jordan Lee(trunk libT) remove dead code: tr_sessionSetLazyBitfiel...
2011-03-21 Jordan Leetidy up
2011-03-21 Jordan Leemaybe fix the mac build?
2011-03-21 Jordan Lee(trunk libT) copyediting in transmission.h: fix some...
2011-03-21 Jordan Lee(trunk libT) remove unused configDir argument from...
next