aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Merge branch 'bug3216_v2' into maint-0.2.2Nick Mathewson2011-05-30
|\
| * Don't try to build descriptors when router_get_advertised_or_port()==0Nick Mathewson2011-05-24
* | Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson2011-05-30
|\ \ | |/ |/|
| * Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
|\ \ | |/ |/|
| * Split control connection cleanup out of connection_freeRobert Ransom2011-05-20
* | Fix a compile warning on OSX 10.6Sebastian Hahn2011-05-20
* | Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich2011-05-16
* | Merge remote-tracking branch 'public/bug2850' into maint-0.2.2Nick Mathewson2011-05-16
|\ \
| * | Set SO_REUSEADDR on all sockets, not just listenersNick Mathewson2011-05-03
* | | Check permissions on the directory holding a control socketNick Mathewson2011-05-15
* | | Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* | | Clean up the 2972 implementation a littleSebastian Hahn2011-05-15
* | | Add UnixSocketsGroupWritable config flagJérémy Bobbio2011-05-15
* | | Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* | | Teach retry_listener about "auto" ports.Nick Mathewson2011-05-13
* | | "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson2011-05-13
* | | Fixes ticket #2503mikey992011-05-12
| |/ |/|
* | Remove a duplicated line, found by clangSebastian Hahn2011-05-09
|/
* Add a missing cast to silence the compilerSebastian Hahn2011-03-28
* Fix some 'impossible' overflow bugs in byte countingNick Mathewson2011-03-25
* Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* Merge branch 'bug2756_relay' into maint-0.2.2Nick Mathewson2011-03-15
|\
| * Consider sending stream-level SENDME cells on partial flushes.Nick Mathewson2011-03-14
* | Check newconn, not conn, before marking newconn for closeNick Mathewson2011-03-14
|/
* Add client code to detect attempts to connect to 127.0.0.1 etcNick Mathewson2011-01-25
* Fix double-mark bug when failing to init transparent connectionNick Mathewson2011-01-25
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Change Natd into NATD in our options.Sebastian Hahn2010-11-10
* | Synx manpage and source wrt option capitalizationSebastian Hahn2010-11-10
* | Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson2010-08-18
* | Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\ \
| * | Correctly report written bytes on linked connections.Karsten Loesing2010-08-18
| * | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
* | | Merge commit 'sebastian/bug1831'Nick Mathewson2010-08-15
|\ \ \
| * | | Fix misplaced labelsSebastian Hahn2010-08-16
| |/ /
* / / Refactor exit port statistics code and add unit tests.Karsten Loesing2010-08-11
|/ /
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create rephist.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create reasons.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create dns.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27
* | Create directory.hSebastian Hahn2010-07-27
* | Create cpuworker.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection_or.hSebastian Hahn2010-07-27