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