aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Remove connection_uses_transport() since it was unused.George Kadianakis2011-09-11
* Reverting the accounting thing introduced in 5492de76 till I think how it sho...George Kadianakis2011-07-14
* Put some last missing pieces together.George Kadianakis2011-07-13
* Refactor the interfaces of transport/proxy lookup fnsNick Mathewson2011-07-03
* Small tweaks to 2841 codeNick Mathewson2011-07-02
* Trivial code tweaks and documentation updates.George Kadianakis2011-06-28
* Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis2011-06-22
* Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis2011-06-21
* Fixes small bugs.George Kadianakis2011-06-14
* This commit is an attempt to beautify the previous commit.George Kadianakis2011-06-14
* Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis2011-06-14
* We now warn the user if a proxy server is not up when we try to connect with it.George Kadianakis2011-06-14
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-02
|\
| * Fix unit test failure in dir/formatsSebastian Hahn2011-06-02
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\|
| * 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 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\| |
| * | 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 remote-tracking branch 'origin/maint-0.2.2'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
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-05-20
|\| |
| * | Fix a compile warning on OSX 10.6Sebastian Hahn2011-05-20
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-17
|\| |
| * | Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich2011-05-16
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-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
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-13
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-12
|\| | |
| * | | Fixes ticket #2503mikey992011-05-12
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-09
|\| |
| * | Remove a duplicated line, found by clangSebastian Hahn2011-05-09
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\|
| * 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
* | Add a missing ! to the check for CountPrivatebandwidth.Nick Mathewson2011-04-06
* | Tweaks to Cagara's CountPrivateBandwidth patch:Nick Mathewson2011-04-05
* | Patch from cagara: Add a CountPrivateBandwidth flagDaniel Cagara2011-04-05