]> granicus.if.org Git - transmission/shortlog
transmission
2017-11-30 Will Thompsongtk: add symbolic icon
2017-11-28 Mike GelfandMerge pull request #387 from DevilDimon/noGrowl
2017-11-28 Dmitry SerovRemove Growl support
2017-11-28 Mike GelfandMerge pull request #364 from futekov/patch-2
2017-11-28 Mike GelfandMerge pull request #411 from dubhater/master
2017-11-28 Mike GelfandMerge pull request #429 from Fish2/master
2017-11-28 Mike GelfandRefactor completion scripts execution
2017-11-14 Mike GelfandEnsure include guard is the first non-comment line
2017-11-04 Fish2lossless compression of images
2017-11-01 Mike GelfandMerge pull request #394 from Allezxandre/fix/no-visible...
2017-10-31 Mike GelfandFix potential NULL pointer dereference introduced by...
2017-10-30 Mike GelfandTake another approach to creating intermediate dirs...
2017-09-30 cantabileShow file names in tooltips in Torrent Properties
2017-08-30 Alexandre JouandinFix `No @interface declares "containsIndex:"`
2017-08-27 Mike GelfandMerge pull request #386 from kholia/Netdisk
2017-08-27 Mike GelfandFix torrent list styling issue in Chrome 59+ (patch...
2017-08-26 Dhiru KholiaAdd Peer ID for Baidu Netdisk
2017-08-23 Mike GelfandMerge pull request #371 from bobbyhopere/anti-brute
2017-08-23 Mike GelfandMerge pull request #353 from DevilDimon/master
2017-08-18 Dmitry SerovUse NSInvocation to make Growl compile under ARC
2017-08-13 bobbyhopereAll modifications suggested by mikedld
2017-08-12 bobbyhopereanti-brute force for RPC Server
2017-08-11 Mike GelfandMerge pull request #367 from clyang/master
2017-08-10 clyangDisable browser to autocomplete on torrent url field
2017-08-08 Mike GelfandMerge pull request #360 from clyang/master
2017-08-07 Alexander FutekovDL/UL speed typography changes for web ui
2017-08-06 Mike GelfandMerge pull request #363 from kholia/Folx
2017-08-05 Dmitry SerovMerge remote-tracking branch 'origin/master'
2017-08-05 Dmitry SerovEnforce VDKQueue destruction before closing transmissio...
2017-08-05 Dhiru KholiaAdd Peer ID for Folx
2017-08-03 clyangImprove ToS on IPv6 connections
2017-08-02 Mike GelfandMerge pull request #355 from kholia/FDM
2017-08-02 Dhiru KholiaAdd Peer ID for Free Download Manager (FDM)
2017-08-02 Mike GelfandEnable ARC when configuring the project via CMake
2017-08-01 Dmitry SerovRemove leftover dealloc empty lines, nullify StatsWindo...
2017-08-01 Dmitry SerovCorrect __bridge_retained and __bridge_transfer casts...
2017-08-01 Dmitry SerovTransition to ARC for QuickLook plugin
2017-07-31 Dmitry SerovRemove ARC compiler flags for 3rd-party C libraries
2017-07-31 Dmitry SerovDisable ARC for 3rd-party libraries
2017-07-30 Mike GelfandMerge pull request #351 from puyt/master
2017-07-30 Sven DepondtRevert indentation from commit d94f44b
2017-07-30 Sven DepondtRework hotkeys for focused input fields and open dialogs
2017-07-29 Dmitry SerovEnable ARC in project settings
2017-07-29 Dmitry SerovTransition to ARC
2017-07-28 Sven DepondtUse id when handling hotkeys for specific dialogs
2017-07-28 Sven DepondtAdd keyboard hotkeys for web interface
2017-07-27 Mike GelfandBump miniupnpc version to 2.0.20170509 (take two)
2017-07-27 Mike GelfandBump miniupnpc version to 2.0.20170509
2017-07-26 Mike GelfandGo back to using hash as base name for resume and torre...
2017-07-22 Mike GelfandMerge pull request #329 from DevilDimon/master
2017-07-20 Mike GelfandDon't force debug configuration in qmake project
2017-07-20 Mike GelfandPatch up file test to allow for a bit of time discrepancy
2017-07-17 Mike GelfandMake version text in about dialog selectable/copyable...
2017-07-17 Dmitry SerovManually released collections are not autoreleased...
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 Dmitry SerovNSDictionary init literals
2017-07-08 Dmitry SerovNSDictionary subscripting
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-08 Dmitry SerovNSArray subscripting
2017-07-08 Dmitry SerovNSArray init literals
2017-07-08 Dmitry SerovNSString literals
2017-07-07 Dmitry SerovNSNumber literals
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
next