aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Merge branch 'bug7011'Nick Mathewson2012-10-10
|\
| * Use fmt_addrport where appropriate.David Fifield2012-10-10
| * Decorate addresses given to a HTTP CONNECT proxy.David Fifield2012-10-10
| * Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | Convert relay.c/relay.h to channel_tAndrea Shepard2012-10-08
* | Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard2012-10-08
|/
* Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg2012-09-20
* finish backing out 5492de76Roger Dingledine2012-09-09
* Fix whitespaceNick Mathewson2012-08-27
* Remove needless flush-on-write code.Nick Mathewson2012-08-17
* Updated docs for new connections.Matthew Finkel2012-08-02
* Merge remote-tracking branch 'sysrqb/bug6518'Nick Mathewson2012-08-02
|\
| * Constify struct sockaddr *sa parameter for checkMatthew Finkel2012-08-02
* | Removed redundant check_sockaddr_family_match callMatthew Finkel2012-08-02
|/
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-18
|\
| * Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | Merge remote-tracking branch 'asn/bug3589'Nick Mathewson2012-07-17
|\ \ | |/ |/|
| * Address Nick's comments.George Kadianakis2012-07-12
* | On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson2012-07-05
|/
* Merge remote-tracking branch 'andrea/bug6028'Nick Mathewson2012-06-18
|\
| * Always set *socket_error to something appropriate when returning -1 from conn...Andrea Shepard2012-06-15
* | fix the typo on the typo fixRoger Dingledine2012-06-15
* | fix typos from 783f705dRoger Dingledine2012-06-15
* | Document that we are unlikely to underflow session group IDs.Nick Mathewson2012-06-15
* | Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
|/
* Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_s...Nick Mathewson2012-06-05
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* Merge remote-tracking branch 'public/bug5374'Nick Mathewson2012-05-31
|\
| * Delay getsockname() call until after connect() is doneNick Mathewson2012-05-24
* | Merge branch 'bug5604'Nick Mathewson2012-05-30
|\ \
| * | Add a little documentation for the bug5604 fixNick Mathewson2012-05-30
| * | If DisableNetwork, don't even try to open non-controller listenersNick Mathewson2012-04-18
* | | MSVC build issue: it can't tell that tor_assert(0) aborts.Nick Mathewson2012-05-14
* | | Merge remote-tracking branch 'public/bug5537'Nick Mathewson2012-04-24
|\ \ \ | |/ / |/| |
| * | We allow IPv6 connections, don't use sockaddr_in with getsocknameNick Mathewson2012-03-30
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-04-11
|\ \ \ | |/ / |/| / | |/
| * Include a Host: header with any HTTP/1.1 proxy requestNick Mathewson2012-04-10
* | Fix a bunch of check-spaces complaintsSebastian Hahn2012-03-28
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-03-26
|\|
| * Implement 'safe cookie authentication'Robert Ransom2012-02-22
* | Remove misleading function comment (bug 5324)Roger Dingledine2012-03-07
* | Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.Nick Mathewson2012-01-31
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | set SO_REUSEADDR before we bind, not afterRoger Dingledine2012-01-23
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-03
|\|
| * Fix spelling in a controlsocket log msgSebastian Hahn2011-12-30