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