aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Avoid potential infinite recursion when building a descriptorNick Mathewson2005-10-24
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader2005-10-12
* Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson2005-10-12
* you can't declare variables in the middle of a blockRoger Dingledine2005-10-07
* Make doxygen marginally happierNick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson2005-10-04
* we were leaking some memory every time the client changes IPsRoger Dingledine2005-09-30
* resolve a docdocRoger Dingledine2005-09-30
* re-enable dirport testing againRoger Dingledine2005-09-29
* Be more conservative about whether to advertise our dirport.Roger Dingledine2005-09-29
* make the numbers in read-history and write-history into uint64s,Roger Dingledine2005-09-23
* simplifyRoger Dingledine2005-09-16
* correct "your server is reachable" log entries to indicate that it wasRoger Dingledine2005-09-13
* Numerous changes to move towards client-side v2 directories.Nick Mathewson2005-09-12
* Only caches download network-status for now, and they use a different strateg...Nick Mathewson2005-09-08
* dirserv_add_descriptor() doesn't chew up its argument anymore,Roger Dingledine2005-09-08
* strip obsolete codeRoger Dingledine2005-09-08
* More stuff for new directories.Nick Mathewson2005-09-07
* if you're an auth dir server, start yourself out as verified.Roger Dingledine2005-09-03
* when we think a router is unreachable, pass the message back to theRoger Dingledine2005-08-31
* refactor -- no actual changesRoger Dingledine2005-08-30
* fix compile complaints (and a bug)Roger Dingledine2005-08-26
* No need to load cached directory twiceNick Mathewson2005-08-26
* Clean up the "add myself as a trusted dirserver" code.Nick Mathewson2005-08-26
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* Add some documentation; move the signature generation logic into routerparse....Nick Mathewson2005-08-26
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* fix bad logic that has been lurking for eons, that now prevented usRoger Dingledine2005-08-23
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* if you're an auth dir server, always publish your dirport,Roger Dingledine2005-07-15
* forward-port the 0.1.0.11 stuffRoger Dingledine2005-07-01
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* don't tell people you're publishing the server descriptor if you'reRoger Dingledine2005-06-09
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09