]> granicus.if.org Git - transmission/shortlog
transmission
2008-05-22 Charles Kerr(libt) more janitorial work on cleaning up tr_session...
2008-05-22 Mitchell Livingstonfix errors with the new file structure code when displa...
2008-05-22 Charles Kerr(rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torren...
2008-05-22 Mitchell Livingstonmove new files into the macosx directory
2008-05-22 Mitchell Livingstonuse a custom class instead of a dictionary for holding...
2008-05-22 Charles Kerr#963: use branch numbers for help, such as 1.2x, instea...
2008-05-22 Charles Kerrmake tr_stat identical in transmission.h and rpc-spec...
2008-05-22 Charles Kerr(rpc) make our generated JSON more human-readable.
2008-05-22 Charles Kerrmore janitorial cleanup on the "tr_session*" namespace...
2008-05-22 Charles Kerrtr_base64_decode() now decodes both data with, and...
2008-05-21 Mitchell Livingstonquicklook window expands from the icon instead of the... 1.21
2008-05-21 Mitchell Livingston(trunk) update to 1.21
2008-05-21 Charles Kerr#934: remove invalid tracker addresses
2008-05-21 Mitchell Livingstonbuild shttpd statically
2008-05-21 Mitchell Livingstonfix infinite loop when quicklooking a collapsed group
2008-05-21 Mitchell Livingstonenable/disable the quicklook menu item/toolbar item
2008-05-21 Mitchell Livingstonwhen showing quicklook window, leave previous window...
2008-05-21 Charles Kerrrename tr_torrentClose() as tr_torrentFree() and make...
2008-05-21 Mitchell Livingstononly "suck" in and out when quicklook-ing when the...
2008-05-21 Mitchell Livingstonadd quick look menu item
2008-05-21 Mitchell Livingstonwarnings--
2008-05-21 Mitchell Livingstonmake the quicklook toolbar item off by default
2008-05-21 Mitchell Livingstonadd a QuickLook button to the toolbar
2008-05-21 Mitchell Livingstononly allow QuickLook of folders or finished downloads...
2008-05-21 Mitchell Livingstonadd QuickLook to the main window (keeping it in the...
2008-05-21 Mitchell Livingstonmove quick look into its own class, making it a singlet...
2008-05-21 Charles Kerr(rpc) ensure "doc/rpc-spec.txt" is added to the tarball
2008-05-21 Mitchell Livingstonupdate Mac project file
2008-05-21 Charles Kerr(rpc) refresh our snapshot of Jean Gressmann's JSON...
2008-05-20 Charles Kerr(#954) rpc: add "torrent-remove" method. rename tr_tor...
2008-05-20 Mitchell Livingstonupdate quicklook when switch tabs to the file tab
2008-05-20 Mitchell Livingstononly update quicklook window when changing transfer...
2008-05-20 Mitchell Livingstonupdate the quicklook window when the selected transfer...
2008-05-20 Mitchell Livingstonallow quicklook of transfers through the inspector...
2008-05-20 Mitchell Livingstonremove quicklook animation when the table disappears
2008-05-20 Mitchell Livingston#958 QuickLook from within the Inspector - thanks Waldorf!
2008-05-20 Charles Kerrfix up the man pages a bit
2008-05-20 Charles Kerr(1) RPC "add-torrent" now lets clients embed base64...
2008-05-20 Charles Kerrfix 20-byte memory leak every time we stopped a torrent. :/
2008-05-20 Mitchell Livingstona little progress on setting up the rpc callback (no...
2008-05-20 Charles Kerrtweak the daemon & remote console messages a little
2008-05-19 Charles Kerrsync man page with the transmission-remote rewrite
2008-05-19 Charles Kerr* better RPC handling of requests submitted via http...
2008-05-19 Charles Kerrminor tweaks.
2008-05-19 Charles Kerrupdated daemon manpage
2008-05-19 Charles Kerrpossible fix for the crash in http://forum.transmission...
2008-05-19 Mitchell Livingstonmore ipc code removal
2008-05-19 Charles Kerrfix a substitution bug for openssl in the spec file
2008-05-19 Mitchell Livingstonupdate project for new rpc code (part 2)
2008-05-19 Mitchell Livingstonupdate project for new rpc code (part 1)
2008-05-19 Charles Kerrfix compile error reported by BentMyWookie
2008-05-19 Charles Kerrfix compile error reported by BentMyWookie
2008-05-19 Charles Kerrfix the cyclical header dependency, and fix a couple...
2008-05-18 Charles Kerrmissed a few files.
2008-05-18 Charles KerrRPC/IPC redesign
2008-05-16 Charles Kerrupdate the rpc spec.
2008-05-16 Charles Kerr* add some #ifdefs to fix -DNO_SSI
2008-05-16 Mitchell Livingston#948 - when processing the blocklist, don't block the...
2008-05-15 Charles Kerrminor logging tweak
2008-05-15 Charles Kerradd tr_strdup_printf()
2008-05-15 Charles Kerradded "download-dir" to session variables.
2008-05-14 Mitchell Livingstonclarify "remaining time unknown"
2008-05-14 Mitchell Livingstonminor adjustments/code cleanup of the new group drawing...
2008-05-14 Mitchell Livingstonadjust the look of the group colors
2008-05-14 Mitchell Livingstondragging directly onto group row won't change queue...
2008-05-14 Charles Kerr(gtk) #945: Use shift+del to delete torrent+files
2008-05-14 Mitchell Livingston(trunk) re-add Italian localization
2008-05-13 Charles Kerrmore work on rpc. bug fixes, regression tests, and...
2008-05-13 Charles Kerrfix bug in the benc-to-json converter.
2008-05-12 Charles Kerrmake the request/response messages a little terser...
2008-05-12 Mitchell Livingstonmore adjustments to dragging with groups
2008-05-12 Mitchell Livingstonwhen sorting by queue order, dragging on group header...
2008-05-12 Mitchell Livingstonallow changing groups by dragging (regardless of sort)
2008-05-12 Mitchell Livingstonmoving torrents between groups will change their groups...
2008-05-12 Charles KerrAdd shttpd (http://shttpd.sourceforge.net/) to the...
2008-05-12 Charles Kerradd benc-to-json conversion + unit tests.
2008-05-12 Mitchell Livingstonmac build compiles
2008-05-12 Charles Kerripc: add session accessor/mutators.
2008-05-12 Charles Kerrfix daemon breakage
2008-05-12 Charles Kerrjson ipc: implement torrent-add, torrent-set-file,...
2008-05-12 Mitchell Livingstona little redundant code removal
2008-05-12 Mitchell Livingstonremove useless "sorted" variables
2008-05-12 Mitchell Livingstonfix ordering error
2008-05-12 Charles Kerrpartial implementation of json-ipc backend: torrent...
2008-05-11 Charles Kerrremove benc2php, since we're going to be using json...
2008-05-11 Charles Kerrplug a small memory leak in the last patch
2008-05-11 Charles Kerradd json-to-benc parser
2008-05-11 Mitchell Livingstona little tidyup; update NEWS
2008-05-11 Mitchell Livingstonallow reordering while groups are shown (and sorting...
2008-05-10 Charles Kerreliminate spec ambiguity from the last commit. it...
2008-05-10 Charles Kerrrevised the spec based on Gimp_ and hawkman's feedback...
2008-05-10 Mitchell Livingstonupdate NEWS, remove unused variable
2008-05-10 Mitchell Livingstonthe "selected" status string and the minimal view's...
2008-05-10 Charles Kerrfix an error in the examle.
2008-05-10 Charles Kerrreadability. better explain the response arguments...
2008-05-10 Charles Kerrreadability
2008-05-10 Mitchell Livingstonperhaps avoid a rare crash when removing transfers
2008-05-10 Charles Kerr(very) rough draft of the new ipc protocol
2008-05-10 Mitchell Livingstonrevert the upgrade of CTGradient
2008-05-10 Charles Kerrnew utility for iterating through torrents: tr_torrentN...
next