]> granicus.if.org Git - transmission/history - libtransmission/torrent.c
Update to Uncrustify 0.68.1
[transmission] / libtransmission / torrent.c
2019-02-15 Mike GelfandUpdate to Uncrustify 0.68.1
2019-02-10 Charles KerrMerge pull request #825 from transmission/update-resume...
2019-02-06 Charles KerrMerge branch 'master' into update-resume-file-before...
2019-02-02 Charles Kerraddress dirty/save sequencing issue in prev commit
2019-02-02 Charles Kerrfix: update the resume file before running scripts
2018-05-01 Mike GelfandMerge branch '2.9x'
2018-04-06 geertjanFix setting the ETA timestamps
2018-04-06 Mike GelfandMerge pull request #522 from gjalsem/master
2018-02-19 geertjanFix setting the ETA timestamps
2018-01-26 Mike GelfandMerge pull request #57 from Teteros/update-wiki-links
2018-01-25 Mike GelfandMerge branch '2.9x'
2017-11-28 Mike GelfandMerge pull request #387 from DevilDimon/noGrowl
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-07-26 Mike GelfandGo back to using hash as base name for resume and torre...
2017-07-16 Mike GelfandMerge pull request #320 from gonstr/master
2017-07-06 Mike GelfandChange torrent location even if no data move is needed
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 GelfandIntroduce our own assertion macros with finer control
2017-05-24 Mike GelfandInclude stdbool.h unconditionally
2017-05-22 Mike GelfandReduce code duplication in logging macros
2017-05-16 Mike GelfandMerge pull request #224 from wjt/appdata
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-02 Mike GelfandMerge pull request #259 from piotrdrag/fix-comment
2017-05-02 Piotr Drąglib: fix translator comment extraction
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-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-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-01-07 Mike GelfandMerge pull request #11 from JanX2/macosx-misc-1
2016-12-31 Mike GelfandInterrupt verification ASAP if torrent is being removed
2016-09-02 Mike GelfandGet rid of $Id$ SVN keywords in source files
2016-03-13 Mike GelfandExplicitly compare result of str(n)cmp/memcmp to signif...
2016-03-13 Mike GelfandHandle potential dirname/basename errors where needed
2015-12-29 Mike GelfandRemove useless checks and definitions (C99)
2015-12-29 Mike GelfandWould you please die already, nasty chdir warning...
2015-12-29 Mike GelfandGet rid of some more warnings
2015-12-28 Mike GelfandGet rid of some more warnings
2015-12-25 Mike GelfandOngoing refactoring (use size_t instead of int)
2015-12-06 Jordan Leeconst correctness
2015-10-23 Mike GelfandUse tr_sys_path_remove instead of remove
2015-05-31 Mike GelfandAdd more booleans to the picture
2015-05-30 Mike GelfandUse CreateProcess instead of _spawnvpe to execute scrip...
2015-05-09 Mike GelfandFix some issues revealed by coverity
2015-04-11 Mike Gelfand#5908: Check for `tr_loadFile` return value instead...
2015-03-19 Mike GelfandFix a couple of MinGW warnings.
2015-01-02 Mike GelfandReplace tabs with spaces; remove trailing spaces
2014-12-13 Mike GelfandFix compilation on Windows
2014-12-10 Mike GelfandFix tr_moveFile error reporting
2014-12-04 Mike Gelfand#4400, #5462: Move SHA1 helpers to crypto-utils
2014-12-04 Mike Gelfand#4400, #5462: Move random helpers to crypto-utils
2014-11-30 Mike Gelfand#5771: Use true and false instead of 1 and 0 for bool...
2014-11-10 Jordan Leefix infinite loop in deleteLocalData().
2014-09-21 Jordan Lee(trunk, libt) #4160 - the slow slog to catch trunk...
2014-07-08 Jordan Lee(trunk, libT) #4160 'foreign character support' --...
2014-07-04 Jordan Lee(trunk, libT) #5656 'Problems renaming files' -- fixed...
2014-07-04 Mitchell LivingstonUse built-in _WIN32 macro instead of WIN32
2014-07-03 Mitchell LivingstonUse built-in __APPLE__ macro instead of SYS_DARWIN...
2014-01-21 Jordan LeeCopyedit the license's revised text: (1) remove unneces...
2014-01-19 Jordan Lee(trunk, libT) #4089: 'magnet download not verified...
2014-01-19 Jordan LeeLicensing changes:
2014-01-18 Jordan Lee(trunk) restore copyright year as suggested in email...
2013-10-20 Jordan Lee(trunk, libT) #5427 'torrents start in pause' -- fix...
2013-09-09 Jordan Leefix pedantic compiler warnings
2013-09-08 Jordan Leeintroduce TR_PRIuSIZE macro for portable printf()ing...
2013-09-08 Jordan Leefunction pointer type correctness. mikedld
2013-08-24 Jordan Leemore treating-bools-as-bools
2013-08-24 Jordan Lee#include limits.h where we use it, and don't where...
2013-08-18 Jordan Leeadd inline wrapper functions to tr_torrent to decouple...
2013-08-05 Jordan Lee(trunk, libT) #5452 'preventing zombies from child...
2013-07-27 Jordan Leesilence a pair of 'unused variable' gcc warnings
2013-07-20 Jordan Leeadd tr_sessionGetTorrents(), a private utility to avoid...
2013-07-16 Jordan Leewhen a torrent finishes downloading, first rename/move...
2013-07-15 Jordan Leechange the callback functions' orders s.t. torrent...
2013-07-08 Jordan Leefix bug #5372, 'wrong peer states displayed'.
2013-05-27 Jordan Lee(trunk, libT) fix tr_torrentStat() regression in the...
2013-05-23 Jordan Leewhitespace/indentation
2013-05-22 Jordan Leesafer implementation of tr_torrentName()
2013-05-22 Jordan Lee(trunk, libT) #4682 'Add return id from duplicate torre...
2013-02-09 Jordan Lee(trunk) first draft of changing the FreeSpace API to...
2013-02-06 Jordan Lee(libT) #5276 'regression in nightly: assert (tr_session...
2013-02-04 Jordan Lee(trunk) prefer tr_remove() to unlink() or rmdir()
2013-02-04 Jordan Lee(trunk) add portability wrappers tr_rename(), tr_remove...
2013-02-02 Jordan Lee(libT) recycle the peer id used for public torrents...
2013-02-01 Jordan Lee(libT) #5259 'Minor memory leaks in tr_torrentDeleteLoc...
2013-01-31 Jordan Lee(libT) change the API signature for tr_torrentVerify...
2013-01-31 Jordan Lee(libT) add assertions to check that block-writing funct...
2013-01-31 Jordan Leefix race condition triggered in the unit tests by requi...
2013-01-27 Jordan Lee(libT) #5259 'Minor memory leak in tr_torrentDeleteLoca...
2013-01-27 Jordan Lee#5146 'seeding complete callback called twice': revert...
2013-01-26 Jordan Lee(libT) add package-visible API hook for when a block...
next