summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-18Merge remote-tracking branch 'andrea/bug6028'Nick Mathewson
2012-06-15fix the typo on the typo fixRoger Dingledine
2012-06-15Always set *socket_error to something appropriate when returning -1 from conn...Andrea Shepard
2012-06-15fix typos from 783f705dRoger Dingledine
2012-06-15Document that we are unlikely to underflow session group IDs.Nick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-05Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_s...Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'public/bug5374'Nick Mathewson
2012-05-30Merge branch 'bug5604'Nick Mathewson
2012-05-30Add a little documentation for the bug5604 fixNick Mathewson
2012-05-24Delay getsockname() call until after connect() is doneNick Mathewson
2012-05-14MSVC build issue: it can't tell that tor_assert(0) aborts.Nick Mathewson
2012-04-24Merge remote-tracking branch 'public/bug5537'Nick Mathewson
2012-04-18If DisableNetwork, don't even try to open non-controller listenersNick Mathewson
2012-04-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-10Include a Host: header with any HTTP/1.1 proxy requestNick Mathewson
2012-03-30We allow IPv6 connections, don't use sockaddr_in with getsocknameNick Mathewson
2012-03-28Fix a bunch of check-spaces complaintsSebastian Hahn
2012-03-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-07Remove misleading function comment (bug 5324)Roger Dingledine
2012-02-22Implement 'safe cookie authentication'Robert Ransom
2012-01-31Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.Nick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-23set SO_REUSEADDR before we bind, not afterRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2012-01-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-30Fix a check-spaces violation in compat.cSebastian Hahn
2011-12-30Fix spelling in a controlsocket log msgSebastian Hahn
2011-12-22Merge remote-tracking branch 'public/bug4697'Nick Mathewson
2011-12-21Convert a couple of char[256]s into sockaddr_storageNick Mathewson
2011-12-21Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-21Do not even try to keep going on a socket with socklen==0Nick Mathewson
2011-12-17Ignore all bufferevent events on a marked connectionNick Mathewson
2011-12-02Resolve bug 3448: remove mention of tor-ops (which is not in use)Nick Mathewson
2011-11-30Use correct address family where necessary for bridges on IPv6.Linus Nordberg
2011-11-30Add some logging and comments.Linus Nordberg
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Fix some DOCDOCsNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-15Fix compile warnings on windowsSebastian Hahn
2011-10-26Fix memory leak in retry_all_listeners: Coverity CID 485Nick Mathewson
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-10-10Cell types and states for new OR handshakeNick Mathewson