]> granicus.if.org Git - transmission/shortlog
transmission
2017-07-16 Mike GelfandMerge pull request #320 from gonstr/master
2017-07-16 Mike GelfandMerge pull request #334 from xzcvczx/ssl-noverify
2017-07-16 Simon WellsChange TR_CURL_SSL_VERIFY to TR_CURL_SSL_NO_VERIFY
2017-07-15 Mike GelfandRevert dd538539aa, fix RPC queue processing
2017-07-08 Mike GelfandRename `tr_sys_file_prefetch` to `tr_sys_file_advise`
2017-07-08 Mike GelfandChange `tr_sys_file_prefetch` behavior a bit
2017-07-06 Mike GelfandChange torrent location even if no data move is needed
2017-07-05 Mike GelfandSet idle seed limit range to 1..40320 (4 weeks tops...
2017-07-04 Mike GelfandUncaught exception when dragging multiple items between...
2017-07-04 Mike GelfandDon't switch trackers while announcing
2017-07-02 Mike GelfandCorrect "annouce" spelling
2017-07-02 Mike GelfandMove uTP timer to session struct
2017-07-02 Mike GelfandFix a couple more implicit boolean expressions
2017-07-01 gonstrRemoved freespace-info class from sass file
2017-07-01 gonstrUnhide upload file button
2017-06-29 Mike GelfandHandle IPv6 RPC addresses in transmission-remote
2017-06-28 Mike GelfandIntroduce peer socket struct to improve readability
2017-06-28 Mike GelfandRemove obsolete comment as we're using C99 now
2017-06-24 Mike GelfandUse field initializers for readability
2017-06-19 Mike GelfandMerge pull request #312 from realzhtw/master
2017-06-19 Aleksej LebedevFixed platform-quota.c for DragonFly. The patch is...
2017-06-18 Mike GelfandMove generic macros to a separate tr-macros.h file
2017-06-13 Mike GelfandMerge pull request #304 from Fish2/master
2017-06-13 Mike GelfandBring assertions closer to the beginning of blocks
2017-06-08 Mike GelfandAdd tr-assert.{h,c} to Xcode project
2017-06-08 Mike GelfandIntroduce our own assertion macros with finer control
2017-06-03 Fish2lossless compression of images saved 72KB
2017-05-30 Mike GelfandMake use of new checking capabilities in unit tests
2017-05-30 Mike GelfandAdd generic `check_mem` (libtest)
2017-05-30 Mike GelfandAdd generic `check_bool`, extend `check` to be more...
2017-05-30 Mike GelfandTransform `check_ptr_eq` into generic `check_ptr` ...
2017-05-30 Mike GelfandTransform `check_uint_eq` into generic `check_uint...
2017-05-30 Mike GelfandTransform `check_int_eq` into generic `check_int` ...
2017-05-30 Mike GelfandTransform `check_str_eq` into generic `check_str` ...
2017-05-30 Mike GelfandContinue running other test-cases even if one fails...
2017-05-30 Mike GelfandPass `(u)intmax_t` instead of `(u)int64_t` to `check_...
2017-05-30 Mike GelfandRename `check_streq` to `check_str_eq` to be in line...
2017-05-29 Mike GelfandFixup 2321bc3fad (unintended logic change, spotted...
2017-05-25 Mike GelfandAdd command line interface notes readme section
2017-05-24 Mike GelfandInclude stdbool.h unconditionally
2017-05-23 Mike GelfandLittle bastards keep popping up here and there :(
2017-05-22 Mike GelfandReduce code duplication in logging macros
2017-05-21 Mike GelfandMerge pull request #285 from kholia/PicoTorrent
2017-05-21 Dhiru KholiaAdd Peer ID for PicoTorrent
2017-05-21 Mike GelfandMerge pull request #146 from tonsV2/master
2017-05-21 Mike GelfandFix web UI loading on mobile devices
2017-05-21 Sebastian JensenETA is now shown in compact view.
2017-05-20 Mike GelfandFix some issues reported by Coverity
2017-05-20 Mike GelfandWrap sizeof arguments in braces
2017-05-20 Mike GelfandDisable part of mmap test on OpenBSD that depends on UBC
2017-05-20 Mike GelfandUse C++ linker for anything that depends on static...
2017-05-20 Mike GelfandMerge pull request #284 from haasn/libressl
2017-05-20 Niklas HaasLibreSSL compatibility
2017-05-19 Mike GelfandMerge pull request #260 from piotrdrag/move-ta-translation
2017-05-19 Piotr Drąggtk: move Tamil translation to the correct language...
2017-05-19 Mike GelfandSync gettext translations with Transifex
2017-05-19 Mike GelfandSync gettext translations with code, unwrap lines
2017-05-19 Mike GelfandSync Qt translations with Transifex
2017-05-19 Mike GelfandSync Qt translations with code
2017-05-19 Mike GelfandMove pl_PL translations to pl
2017-05-19 Mike GelfandMove tr_TR translations to tr, sync list in qtr.pro
2017-05-16 Mike GelfandFix autotools build
2017-05-16 Mike GelfandMerge pull request #224 from wjt/appdata
2017-05-16 Mike GelfandFix some issues reported by Coverity
2017-05-13 Mike GelfandReduce for loop variables scope
2017-05-09 Mike GelfandFix some more off-by-one errors on last piece
2017-05-03 Will Thompsongtk: add AppData file
2017-05-02 Mike GelfandMerge pull request #259 from piotrdrag/fix-comment
2017-05-02 Piotr Drąglib: fix translator comment extraction
2017-05-02 Mike GelfandFix torrent file trashing upon addition (Qt client)
2017-05-01 Mike GelfandMerge pull request #158 from spark4160/queue-hotkeys
2017-05-01 Mike GelfandFix FTBFS on Windows (oops!)
2017-05-01 Mike GelfandAdd queue up/down hotkeys (GTK+ client)
2017-05-01 Thomas HinesAdded queue up/down hotkeys to the Qt interface.
2017-05-01 Mike GelfandFix a number of other style inconsistencies met along...
2017-05-01 Mike GelfandAvoid declaring multiple variables on the same line
2017-05-01 Mike GelfandMerge pull request #161 from slokhorst/rpc-ipv6
2017-05-01 Mike GelfandMerge pull request #234 from muesli/master
2017-05-01 Mike GelfandDon't return NaN from Torrent::percentComplete (Qt...
2017-05-01 Mike GelfandOnly compare magnet state if not yet different
2017-05-01 Christian MuehlhaeuserFix sorting by progress (Qt client)
2017-05-01 Mike GelfandMerge pull request #247 from cmskog/make-room-for-ipv6...
2017-05-01 Mike GelfandAnnounce INT64_MAX as size left if the value is unknown
2017-04-30 Carl Michael... Enlarge IP address column in transmission-remote
2017-04-30 Mike GelfandAnnounce -1 as size left if the value is unknown
2017-04-30 Mike GelfandCompare system function return value to a specific...
2017-04-30 Mike GelfandMerge pull request #256 from kholia/Xfplay
2017-04-30 Mike GelfandFix a number of other style inconsistencies met along...
2017-04-30 Mike GelfandMake conditional expressions explicitly boolean
2017-04-30 Mike GelfandUse nullptr consistencty instead of 0 and NULL (Qt...
2017-04-30 Mike GelfandAvoid declaring variables inside conditional expression...
2017-04-29 Dhiru KholiaAdd Peer ID for Xfplay torrent client
2017-04-26 Sebastiaan... Allow the RPC server to listen on an IPv6 address
2017-04-22 Mike GelfandFix mount points enumeration (platform quota) on Solaris
2017-04-21 Mike GelfandCode style change leftovers
2017-04-20 Mike GelfandAlign type qualifiers to the right (code style)
2017-04-20 Mike GelfandAdjust uncrustify config, reformat all but Mac client
2017-03-12 Mike GelfandMerge pull request #215 from transmission/fix-xenial...
2017-03-12 Eric PetitWork around "error: m4_copy: won't overwrite defined...
2017-02-25 Mike GelfandFail installation on Windows if UCRT is not installed
next