aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* commit my annotations while i was hunting down the host order bugRoger Dingledine2010-03-05
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Don't spam controllers with TOO_MANY_CONNECTIONS eventsSebastian Hahn2010-02-08
* | Don't use OutboundBindAddress to connect to localhostNick Mathewson2010-01-20
* | Log a notice when we get a new control connectionSebastian Hahn2010-01-18
* | whitespace fixesRoger Dingledine2010-01-15
* | add separate per-conn write limitingRoger Dingledine2009-12-29
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Optimize cell-ewma circuit priority algorithm.Nick Mathewson2009-12-13
| * | Adjust EWMA patch to conform to whitespace style.Nick Mathewson2009-12-12
| * | Favor quiet circuits when choosing which order to relay cells in.Can Tang2009-12-12
* | | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ \ | |/ / |/| |
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | | *_free functions now accept NULLSebastian Hahn2009-12-12
|/ /
* | clobber connections with different number than we clobber circuitsRoger Dingledine2009-11-21
* | stop assuming that our downcasts have a struct offset of 0Roger Dingledine2009-11-21
* | Remove checks for array existence. (CID 410..415)Nick Mathewson2009-10-26
* | fix a bug where we were decrementing the wrong bucketRoger Dingledine2009-10-10
* | minor fixes in some commentsRoger Dingledine2009-09-06
* | Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\ \
| * | Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
| * | Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
| * | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* | | Merge commit 'public/socks-client'Nick Mathewson2009-08-26
|\ \ \ | |/ / |/| |
| * | Clean up a couple of style issues in the socks-client branch.Nick Mathewson2009-08-25
| * | Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
* | | Some tweaks to statistics.Karsten Loesing2009-07-15
* | | Some tweaks to directory request download times.Karsten Loesing2009-07-15
* | | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
* | | If configured, write per-port exit statistics to disk periodically.Karsten Loesing2009-07-02
|/ /
* | Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Fix misreporting of stream bandwidths.Mike Perry2009-05-14
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Fix misreporting of stream bandwidths.potentiate2009-05-14
* | Remove unused rendversion parameters. YAGNI.Karsten Loesing2009-05-04
* | Clients do not request version 0 hidserv descs anymore.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* If we're using bridges and our network goes away, be more willingRoger Dingledine2009-02-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Downgrade some xxx021s, comment more on others, etcNick Mathewson2008-12-29
* Refactor sockaddr family match check into a new functionNick Mathewson2008-12-29
* remove the responsibility for setting listensocklen to the function that made...Nick Mathewson2008-12-27
* Make connection_create_listener take a sockaddr_len, not just a sockaddr whos...Nick Mathewson2008-12-27
* Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson2008-12-26