summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2006-08-14 r7046@Kushana: nickm | 2006-08-05 13:57:04 -0400Nick Mathewson
2006-08-14 r7369@Kushana: nickm | 2006-08-14 02:03:10 -0400Nick Mathewson
2006-08-14save 3-7 bytes per edge connectionRoger Dingledine
2006-08-13simplify the connection_write_to_buf_zlib() wrapper.Roger Dingledine
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
2006-08-10 r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700Nick Mathewson
2006-08-10 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson
2006-08-05 r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700Nick Mathewson
2006-08-05 r7027@Kushana: nickm | 2006-08-04 13:06:48 -0700Nick Mathewson
2006-08-04 r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson
2006-07-30fix assert found by DreadWingKnight: now that rendezvous streamsRoger Dingledine
2006-07-28 r6950@Kushana: nickm | 2006-07-28 10:32:08 -0400Nick Mathewson
2006-07-28 r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400Nick Mathewson
2006-07-28 r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400Nick Mathewson
2006-07-27 r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson
2006-07-27Fix comments that implied that only dir connections had a purpose field, and ...Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-26 r6907@Kushana: nickm | 2006-07-25 19:03:43 -0400Nick Mathewson
2006-07-26 r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400Nick Mathewson
2006-07-26 r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400Nick Mathewson
2006-07-25Remove code to special-case "-cvs" ending, since it has not actually mattered...Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-22i lied, that won't work at all. maybe this will.Roger Dingledine
2006-07-18Define a schedule for how long to wait between retryingRoger Dingledine
2006-07-18If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine
2006-07-17Allow servers with no hostname or IP address to learn their IP addressRoger Dingledine
2006-07-16whitespace/etc cleanupsRoger Dingledine
2006-07-15parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine
2006-07-07When using eventdns: suppress logging of addresses when SafeLogging is active...Nick Mathewson
2006-07-04Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine
2006-06-22Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson
2006-06-21When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson
2006-06-20Start spooling v2 networkstatus docs as well.Nick Mathewson
2006-06-18write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...Nick Mathewson
2006-06-18Oops. conn->requested_resource is client only.Nick Mathewson
2006-06-18Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson
2006-06-13now we can tell dirserv_dump_directory_to_string() whether we wantRoger Dingledine
2006-06-13export the default exit policy via the control port, so controllersRoger Dingledine
2006-06-10Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine
2006-06-08ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work.Roger Dingledine
2006-06-07re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson
2006-05-30connection_t kept the identity_pkey but all it did was store it andRoger Dingledine
2006-05-30stop fetching descriptors if we're not a dir mirror and weRoger Dingledine
2006-04-29Start remembering *where* we are storing routerdescs. This will make us easie...Nick Mathewson
2006-04-18[Forward-port ]Test and document last patch.Nick Mathewson
2006-04-18[forward-port] Implement an option, VirtualAddrMask, to set which addresses g...Nick Mathewson
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson