aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader2005-10-18
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* remove obsolete IgnoreVersion config from or.hRoger Dingledine2005-10-16
* Enable trivial "download by descriptor digest" functionality.Nick Mathewson2005-10-14
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader2005-10-12
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson2005-10-12
* doxygen fixRoger Dingledine2005-10-07
* Make doxygen marginally happierNick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* infrastructure for the 'change pseudonym' button.Roger Dingledine2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* resolve some directory-related XXXXs; downgrade naming conflict messages from...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
* free helper node status info on shutdownNick Mathewson2005-09-30
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson2005-09-30
* Hey kids, guess why connection_mark_for_close() started giving an assert when...Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine2005-09-24
* I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson2005-09-22
* Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson2005-09-22
* Implement new version handling code.Nick Mathewson2005-09-21
* Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson2005-09-18
* Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson2005-09-18
* Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson2005-09-18
* Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson2005-09-16
* Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson2005-09-16
* Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...Nick Mathewson2005-09-15
* make some functions static; clean dead networkstatus entries more often.Nick Mathewson2005-09-15
* Stop downloading directories and download routers instead. This still needs ...Nick Mathewson2005-09-15
* separate validation from naming in authoritative directory servers; simplify ...Nick Mathewson2005-09-15
* Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson2005-09-14
* Would you believe that the software_versions field of routerlist_t was never ...Nick Mathewson2005-09-14
* Big commit: clients start downloading and using network-statuses.Nick Mathewson2005-09-14
* Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson2005-09-14
* note that routerstatus_t.entries is sorted.Nick Mathewson2005-09-14
* checkpoint: clean up and document the three ways to call config_assign()Roger Dingledine2005-09-14
* add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson2005-09-13
* be more thorough about noticing when a directory request has failed:Roger Dingledine2005-09-12
* Numerous changes to move towards client-side v2 directories.Nick Mathewson2005-09-12
* Fix an assert in directory.c. Check received network-status objects against ...Nick Mathewson2005-09-08
* Only caches download network-status for now, and they use a different strateg...Nick Mathewson2005-09-08
* make doxygen output look prettierRoger Dingledine2005-09-08
* Download network-status at regular intervals. The code is probably iffy, and ...Nick Mathewson2005-09-08
* fix some typosRoger Dingledine2005-09-08