summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2006-04-10Stop assuming every authority is a v1 authorityPeter Palfrader
2006-04-10make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine
2006-04-10Remove redundant includes. They are all hanled in torint.h which we already ...Peter Palfrader
2006-04-10Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson
2006-04-08i like the name FetchUselessDescriptors better.Roger Dingledine
2006-04-08add a new config option FetchUselessRouters, off by default, forRoger Dingledine
2006-04-08fix a typo that was confusing meRoger Dingledine
2006-04-08Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson
2006-04-03fix some xxxs.Nick Mathewson
2006-04-01Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine