aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* stick to nick's nul/null conventionRoger Dingledine2006-07-15
* rename X-You-Are to something slightly better.Roger Dingledine2006-07-06
* whitespace/tab fixesRoger Dingledine2006-07-06
* Make the X-You-Are header more accurate when there's a proxy in the middle.Roger Dingledine2006-07-04
* Oops. Headers work better when named right.Nick Mathewson2006-07-01
* Unify HTTP response code into one place so it is easier to add headers. Add ...Nick Mathewson2006-06-30
* complete_only == !allow_partial. This enables useful use of partial desc down...Nick Mathewson2006-06-29
* Fix a bunch of spaces.Nick Mathewson2006-06-22
* Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson2006-06-22
* When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson2006-06-21
* Start spooling v2 networkstatus docs as well.Nick Mathewson2006-06-20
* write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...Nick Mathewson2006-06-18
* And actually check the url when it exists. that might work better.Nick Mathewson2006-06-18
* That dir_refresh_src fix will only work if I enable it.Nick Mathewson2006-06-18
* Fix a couple of bugs in last patch.Nick Mathewson2006-06-18
* Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson2006-06-18
* And a minor bugfix to the weaselhackPeter Palfrader2006-06-15
* fix spacingRoger Dingledine2006-06-15
* Add a /tor/dir-all-weaselhack directory resource so I do not have to update m...Peter Palfrader2006-06-15
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson2006-04-10
* fix typoRoger Dingledine2006-04-09
* When fetching rendezvous descriptors, we were willing to askRoger Dingledine2006-04-09
* Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine2006-04-01
* On our dirport return a robots.txt so maybe google doesn't index all those se...Peter Palfrader2006-03-27
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* Note a vulnerability with our current recommended-version concensusRoger Dingledine2006-03-22
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* when we get funny-looking lines on our dirport, shut up about it.Roger Dingledine2006-03-12
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* be quieter about hidserv descriptors that are too old or too new.Roger Dingledine2006-02-21
* New config options to address bug 251:Roger Dingledine2006-02-19
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* the things we do for our windows users.Roger Dingledine2006-02-13
* and don't warn when it happens here either, unless the userRoger Dingledine2006-02-12
* don't tell ordinary users about broken directory servers.Roger Dingledine2006-02-12
* stop leaking thatRoger Dingledine2006-02-11
* When a client asks for an old-style directory and our write bucketRoger Dingledine2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* Only v1 authorities get hidden service descriptors with current protocolNick Mathewson2006-02-06
* clean up tabs and wide-lines from weasel's commitRoger Dingledine2006-02-05
* typos and nitsRoger Dingledine2006-02-05
* Fix compiler warning on 64 bit archsPeter Palfrader2006-02-03
* Try to make tor work better through squid: Limit number of descriptors we fetchPeter Palfrader2006-02-03
* don't warn when we receive a 503 from a dirserver/cache -- thisRoger Dingledine2006-02-03
* Jan 18 18:42:05.671 [debug] Encountered eofRoger Dingledine2006-01-19
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12