]> granicus.if.org Git - transmission/history - libtransmission/net.c
Update to Uncrustify 0.68.1
[transmission] / libtransmission / net.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-11-28 Mike GelfandMerge pull request #364 from futekov/patch-2
2017-08-23 Mike GelfandMerge pull request #353 from DevilDimon/master
2017-08-08 Mike GelfandMerge pull request #360 from clyang/master
2017-08-03 clyangImprove ToS on IPv6 connections
2017-06-28 Mike GelfandIntroduce peer socket struct to improve readability
2017-06-24 Mike GelfandUse field initializers for 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-16 Mike GelfandMerge pull request #224 from wjt/appdata
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 GelfandCompare system function return value to a specific...
2017-04-30 Mike GelfandMerge pull request #256 from kholia/Xfplay
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-02-19 Mike GelfandMerge pull request #184 from neheb/patch-1
2017-02-19 nehebAdd TCP_FASTOPEN support
2017-02-12 lisenenkovMerge branch 'master' into master
2017-01-27 Mike GelfandMerge branch 'sync-translations'
2017-01-27 Mike GelfandUse PRIdMAX instead of TR_PRI_SOCK to accomodate intltool
2017-01-07 Mike GelfandMerge pull request #11 from JanX2/macosx-misc-1
2016-10-20 Maciej WolnyGo back to using memcmp in libtransmission/net.c
2016-10-05 Maciej WolnyUse strncmp instead of memcmp to avoid out-of-bounds...
2016-09-02 Mike GelfandGet rid of $Id$ SVN keywords in source files
2015-10-16 Mike Gelfand#5992: Remove now obsolete check for 13th Baktun (alrea...
2015-10-11 Mike GelfandInitialise networking in daemon before making libevent...
2015-07-01 Mike GelfandFix `tr_net_strerror` on Windows (oops)
2015-07-01 Mike GelfandUse `sockerrno` and `tr_net_strerror` for most of netwo...
2015-05-09 Mike GelfandFix some issues revealed by coverity
2015-03-26 Mike GelfandDo not return `-EINVAL` as socket value (obviously...
2015-03-18 Mike GelfandDefine and use tr_socket_t and TR_BAD_SOCKET instead...
2015-01-02 Mike GelfandKill some warnings when compiling on Windows
2014-12-13 Mike GelfandFix compilation on Windows
2014-11-30 Mike Gelfand#5771: Use true and false instead of 1 and 0 for bool...
2014-07-04 Mitchell LivingstonUse built-in _WIN32 macro instead of WIN32
2014-04-27 Jordan Lee(trunk, libT) #5651 'int to bool patch' -- fixed, patch...
2013-04-13 Jordan Lee(trunk libT) #5318: 'socket leak when bind() fails...
2013-01-25 Jordan Leemake all the log functions/structs/enums use a single...
2012-12-07 Jordan Lee(trunk, libT) #5165: fix r13625 oops
2012-12-06 Jordan Lee(trunk, libT) #5157 -- fix r13628 oops
2012-12-05 Jordan Lee(trunk, libT) #5157 'check valid address before UTP_Cre...
2012-12-05 Jordan LeeFollow more common whitespace style conventions in...
2012-05-30 Jordan Lee(trunk libT) fix the Linux build wrt compiling with...
2011-10-08 Jordan Lee(trunk) #4490 "Transmission 2.40b1 fails to build:...
2011-04-02 Juliusz ChroboczekReinstate including tcp.h in net.c.
2011-03-25 Jordan Lee(trunk libT) API cleanup of the tr_address functions...
2011-03-24 Jordan Lee(trunk libT) copyediting: remove a bunch of seemingly...
2011-03-24 Jordan Lee(trunk) copyediting: remove some unneeded #includes...
2011-03-22 Jordan Lee(trunk) #4138 "use stdbool.h instead of tr_bool" -...
2011-03-13 Jordan Lee(trunk libT) minor tweak: use evutil_closesocket()...
2011-03-13 Jordan Lee(trunk libT) use libevent2's portability wrappers for...
2011-03-04 Jordan Lee(trunk) copyediting: remove trailing spaces from source...
2011-03-04 Jordan Lee(trunk libT) new function: tr_ssToAddr()
2011-02-18 Juliusz ChroboczekStub out UTP_Create in non-uTP builds.
2011-02-18 Jordan Leeadd configure script switch to enable/disable utp
2011-02-18 Juliusz ChroboczekImplement outgoing uTP connections.
2011-01-19 Jordan LeeUpdate the copyright year in the source code comments.
2010-12-30 Charles Kerr(trunk libT) #3528 "TR_PREFS_KEY_BIND_ADDRESS_IPV4...
2010-12-27 Charles Kerr(trunk) Join the 21st century and use only 1 space...
2010-12-24 Charles Kerr(trunk libT) #3836 "libevent2 support" -- finish moving...
2010-12-08 Charles Kerr(trunk libT) #3806 "logging error in net.c" -- fixed.
2010-10-14 Charles Kerr(trunk libT) silence minor compiler warning
2010-07-01 Charles Kerr(trunk libT) #3311 "MingW build of Transmission" -...
2010-06-30 Charles Kerr(trunk) #3311 "MingW build of Transmission" -- apply...
2010-06-25 Charles Kerr(trunk libT) #3311 "MingW build of Transmission" -...
2010-06-22 Charles Kerr(trunk) more win32 fixes from rb07 in #3311
2010-06-14 Charles Kerr(trunk libT) remove a pair of unnecessary, but expensiv...
2010-04-22 Charles Kerr(trunk libT) #3162 "allow optional end-user configurati...
2010-04-20 Charles Kerr(trunk libT) #3047 "Periodic disk access in idle state...
2010-03-17 Charles Kerr(trunk) one of the least interesting commits ever:...
2010-02-06 Charles Kerr(trunk libT) when we can't bind to a port and the error...
2010-01-31 Charles Kerr(trunk libT) #2778 "IPv6 accepts garbage addresses...
2010-01-31 Charles Kerr#2778 (IPv6 PEX accepts garbage addresses) -- accept...
2010-01-25 Charles Kerr(trunk libT) make "tr_globalAddress" a private function
2009-12-15 Charles Kerr(trunk libT) #2667 "Ignore martian addresses" -- apply...
2009-12-15 Charles Kerr(trunk libT) #2667 "ignore martian addresses" -- revise...
2009-12-15 Charles Kerr(trunk libT) #2667 "ignore martian addresses" -- modifi...
2009-12-14 Charles Kerr(trunk libT) #2667 "Ignore martian addresses in LTEP...
2009-12-06 Eric PetitThe IPv6 check could always fail because we did not...
2009-12-02 Charles Kerr(trunk libT)
2009-12-02 Charles Kerr(trunk libT) experimental: Reduce SO_SNDBUF and SO_RCVB...
2009-11-26 Charles Kerr(trunk libT) #2610 "avoid unnecessary calls to time...
2009-11-10 Charles Kerr(trunk libT) #2112: provide "ipv6=" parameter to trackers
2009-11-09 Charles Kerr(trunk libT) #2502: announce own IPv6 address to peers
2009-11-06 Charles Kerr(trunk libT) #2558: "build failure in r9484"
2009-10-27 Charles Kerr(trunk libT) add a wrapper function, tr_netCloseSocket...
2009-10-23 Charles Kerr(trunk) trunk's just been too stable lately. #2119...
2009-08-10 Charles Kerr(trunk) remove trailing spaces
2009-07-09 Eric PetitDon't assume that errnos are positive (they are not...
2009-06-03 Charles Kerr(trunk) on non-mac platforms, try not building our...
2009-05-15 Charles Kerrfix last commit :/
2009-05-15 Charles Kerr(trunk libT) fix a minor bug in peer count tabulation
2009-05-14 Charles Kerr(trunk libT) fix minor r8394 bug
next