]> granicus.if.org Git - transmission/history - libtransmission/peer-msgs.c
Update to Uncrustify 0.68.1
[transmission] / libtransmission / peer-msgs.c
2019-02-15 Mike GelfandUpdate to Uncrustify 0.68.1
2018-05-01 Mike GelfandMerge branch '2.9x'
2018-01-26 Mike GelfandMerge pull request #57 from Teteros/update-wiki-links
2018-01-25 Mike GelfandMerge branch '2.9x'
2017-06-28 Mike GelfandIntroduce peer socket struct to improve readability
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-16 Mike GelfandMerge pull request #224 from wjt/appdata
2017-05-13 Mike GelfandReduce for loop variables scope
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-09-02 Mike GelfandGet rid of $Id$ SVN keywords in source files
2016-04-23 Mike Gelfand#6071: Fix typo in comment
2016-01-07 Mike GelfandUse `TR_BAD_SIZE` instead of -1 in `tr_quark_new()...
2016-01-07 Mike Gelfand#6048: Improve error checking on metadata retrieval
2015-12-29 Mike GelfandRemove useless checks and definitions (C99)
2015-12-25 Mike GelfandOngoing refactoring (use size_t instead of int)
2015-12-13 Mike GelfandOptionally return result length from `evbuffer_free_to_...
2015-12-06 Jordan Leeconst correctness
2015-10-05 Mike Gelfand#5732: Change length argument type to uint32_t for...
2015-10-05 Mike Gelfand#5732: Fix possible overflow in messageLengthIsCorrect...
2015-05-09 Mike GelfandFix some issues revealed by coverity
2015-03-11 Mike Gelfand#5505: Temporarily comment assert out so that nightly...
2015-01-02 Mike GelfandReplace tabs with spaces; remove trailing spaces
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-09-21 Jordan Leemikedld patch: 4160-05b-file-fmt.patch
2014-07-08 Jordan Lee(trunk, libT) #4160 'foreign character support' --...
2014-06-29 Jordan LeeFix peer communication vulnerability (no known exploits...
2014-04-27 Jordan Lee(trunk, libT) #5651 'int to bool patch' -- fixed, patch...
2014-01-21 Jordan LeeCopyedit the license's revised text: (1) remove unneces...
2014-01-19 Jordan LeeLicensing changes:
2014-01-18 Jordan Lee(trunk) restore copyright year as suggested in email...
2013-09-09 Jordan Leefix pedantic compiler warnings
2013-09-08 Jordan Leeintroduce TR_PRIuSIZE macro for portable printf()ing...
2013-09-08 Jordan Leecorrect function pointer type correctness. mikedld
2013-09-08 Jordan Leeuse evutil_socket_t instead of int to define socket...
2013-08-18 Jordan Leeadd inline wrapper functions to tr_torrent to decouple...
2013-07-09 Jordan Leein peer-msgs.c's tr_peerMsgsCalculateActive(), adjust...
2013-07-08 Jordan Leein peer-msgs.c's my_funcs struct, remove an unnecessary...
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-22 Jordan Leeundo previous commit's accidental inclusion of changes...
2013-05-22 Jordan Lee(trunk, libT) #5356 'only set CURLOPT_COOKIEFILE if...
2013-02-04 Jordan Lee(libT) make the class hierarchy between tr_peer, tr_pee...
2013-02-03 Jordan Lee(libT) reduce the scope of REQUEST_BUF_SECS from peer...
2013-02-03 Jordan Leemove tr_peer.encryptionPreference to tr_peermsgs.encryp...
2013-02-03 Jordan Lee(libT) move the tr_peer declaration from peer-mgr.h...
2013-01-30 Jordan Lee(libT) peer-mgr doesn't care about non-piece data being...
2013-01-25 Jordan Leemake all the log functions/structs/enums use a single...
2013-01-09 Jordan Leeincrease the per-peer prefetch count from 12 to 18...
2012-12-22 Jordan Lee(trunk, libT) first drop of the tr_quark patch.
2012-12-14 Jordan Leerefactor libtransmission's tr_benc class as tr_variant.
2012-12-12 Jordan Lee(trunk) #5168 'make libtransmission's public funcs...
2012-12-07 Jordan Lee(trunk, libT) #5165: fix r13625 oops
2012-12-05 Jordan LeeFollow more common whitespace style conventions in...
2012-09-19 Jordan Lee(trunk, libt) #4932 'crash on magnet links' -- fixed.
2012-09-07 Jordan Leeremove trailing spaces
2012-07-01 Jordan Lee(trunk libT) #4402 "Transmission Bandwidth allocation...
2012-05-17 Jordan Lee(trunk libT) #4894 -- don't use evbuffer_add_printf...
2012-01-10 Jordan Lee(trunk libT) #4700 "compilation fails on FreeBSD becaus...
2011-09-26 Jordan Lee(trunk libt) in tr_bitfieldSetRaw(), add a `bounded...
2011-07-25 Jordan Lee(trunk libT) during the extended handshake, don't send...
2011-07-17 Jordan Lee(trunk libT) remove trailing spaces from a couple of...
2011-07-10 Jordan Lee(trunk libT) #4338 "improved webseed support" -- patch...
2011-05-12 Jordan Lee(trunk libT) fix magnet link crash in peer-msgs.c's...
2011-05-01 Jordan Lee(trunk libT) the functions tr_peerMsgsSetChoke() and...
2011-04-27 Jordan Lee(trunk libT) heap pruning: use tr_bencToBuf() instead...
2011-04-17 Jordan Lee(trunk libT) more heap pruning: don't allocate peer...
2011-04-17 Jordan Lee(trunk libT) heap and event pruning: don't create evtim...
2011-04-05 Jordan Lee(trunk libT) use alloca() for allocating the block...
2011-04-04 Jordan Lee(trunk libT) avoid an unnecessary malloc() + free(...
2011-04-04 Jordan Lee(trunk libT) when reading piece data in from a socket...
2011-03-31 Jordan Lee(trunk libT) remove dead logic branch detected by clang...
2011-03-28 Jordan Lee(trunk libT) break the mac build and introduce new...
2011-03-25 Jordan Lee(trunk) yet more "#include" tweaks
2011-03-25 Jordan Lee(trunk libT) copyediting: yes, removing more unnecessar...
2011-03-25 Jordan Lee(trunk libT) still fiddling around with #includes ...
2011-03-25 Jordan Lee(trunk libT) copyediting: '#include "crypto.h"' cleanup
2011-03-24 Jordan Lee(trunk libT) copyediting: clean up the "#include <event...
2011-03-22 Jordan Lee(trunk libT) tr_set_func 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) #4138 "use stdbool.h instead of tr_bool" -...
2011-03-07 Jordan Lee(trunk libT) copyediting.
2011-03-04 Jordan Lee(trunk) copyediting: remove trailing spaces from source...
2011-03-02 Jordan Lee(trunk libT) #4078 "Better calculation of the bitfield...
2011-02-24 Jordan Lee(trunk libT) #4035 "In seed state, transmission disconn...
2011-02-23 Jordan Lee(trunk libT) #4051 "Use composition for the tr_history...
2011-02-23 Jordan Lee(trunk libT) #4048 "use bitsets instead of bitfield...
2011-02-18 Juliusz ChroboczekClear utp_failed flag upon seeing an announcement for...
2011-02-18 Juliusz ChroboczekWhen failing to connect over uTP, fall back to TCP.
next