aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2009-12-29add config options to override.Roger Dingledine
2009-12-29add separate per-conn write limitingRoger Dingledine
2009-12-23New consensus params "bwconnrate" and "bwconnburst"Roger Dingledine
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-17Make changes to latest bridge-stats fixes as suggested by Nick.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-06Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-16Recover from changing network connections.Mike Perry
2009-06-19Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine
2009-01-28Don't obsolete a very-new connection for having no circuits yet.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Explain why the XXXX021 in connection_or.c was there, and explain why it does...Nick Mathewson
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-19More approx_time() calls. Noted by forest.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-17Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson
2008-12-15Apply rovv's bug 805 fix: take more care never to prefer a non-canonical conn...Nick Mathewson
2008-11-12Apparently sparc64 is way more strict about uint16_t access alignment than I ...Nick Mathewson
2008-09-09Catch and report a few more bootstrapping failure cases when TorRoger Dingledine
2008-09-05Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson
2008-08-07 r17680@tombo: nickm | 2008-08-07 16:06:30 -0400Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-07-23 r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson
2008-06-18Directory authorities shouldn't complain about bootstrappingRoger Dingledine
2008-06-11start sending "bootstrap problem" status events when we're having troublesRoger Dingledine
2008-06-10minor fixes and notesRoger Dingledine
2008-06-09Start noticing and reporting bootstrapping failures too. It looks likeRoger Dingledine
2008-06-07infrastructure for the 'bootstrap status event' feature, so we canRoger Dingledine
2008-05-29New code to implement proposal for local geoip stats. Only enabled with --ena...Nick Mathewson
2008-04-22When we choose to abandon a new entry guard because we think ourRoger Dingledine
2008-04-09 r19273@catbus: nickm | 2008-04-09 14:44:23 -0400Nick Mathewson
2008-02-22 r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson
2008-02-19 r18218@catbus: nickm | 2008-02-19 17:27:40 -0500Nick Mathewson
2008-02-15 r14181@tombo: nickm | 2008-02-15 16:48:17 -0500Nick Mathewson
2008-02-12 r18056@catbus: nickm | 2008-02-12 17:21:10 -0500Nick Mathewson
2008-02-12 r18051@catbus: nickm | 2008-02-12 15:20:43 -0500Nick Mathewson
2008-02-11 r14108@tombo: nickm | 2008-02-10 20:09:10 -0500Nick Mathewson
2008-02-10 r14101@tombo: nickm | 2008-02-10 13:24:27 -0500Nick Mathewson