Commit History

Author SHA1 Message Date
  Nick Mathewson 2c4097e99d More compilation tweaks on Android: fix two clear errors in our code that apparently the compiler cares about there. 17 years ago
  Nick Mathewson e8a3fa91a6 Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. 17 years ago
  Nick Mathewson 870fd18b8f Refactor some exit-policy-related functions that showed up in oprofile. 17 years ago
  Roger Dingledine 365c72246c partial move to letting bridge descriptor fetches use our new (well, 17 years ago
  Roger Dingledine 5519e633ec New controller event "clients_seen" to report a geoip-based summary 17 years ago
  Nick Mathewson df608fef45 Checkpoint my big bug-891 patch. 17 years ago
  Nick Mathewson ac2f6b608a Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we reject it after downloading it so that we do not download it again 17 years ago
  Nick Mathewson 558e9899e4 Document most undocumented variables. 17 years ago
  Nick Mathewson 167d266dbf Documentation and conformance for WRA_* returns. 17 years ago
  Roger Dingledine 0c6ff7d990 the default should not be the notify the poster, unless something 17 years ago
  Nick Mathewson 98a376fab1 More propagating of things that need to be was_router_added_t now. 17 years ago
  Nick Mathewson 029be5ad02 Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. 17 years ago
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 17 years ago
  Nick Mathewson 7d92053286 Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha 17 years ago
  Nick Mathewson 2ad36f68c8 Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. 17 years ago
  Roger Dingledine 03f413f5c7 declare that we're putting out 0.2.1.9-alpha next week 17 years ago
  Nick Mathewson 33e2053ebc Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian. 17 years ago
  Nick Mathewson 2de9bd7bae Rename a couple of v2-networkstatus-only fields so that it is clear they are v2-networkstatus-only. 17 years ago
  Nick Mathewson f43bcdc063 Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone. 17 years ago
  Nick Mathewson 1beb1c113b Add some missing documentation in or.h 17 years ago
  Nick Mathewson 0dc724d19c Make ALLOW_INVALID_* into an enum. 17 years ago
  Nick Mathewson d0e1cc6fe2 Remove the no-longer-used incoming_cmd_type field from control_connection_t. 17 years ago
  Nick Mathewson 68a6935afb Change CELL_DIRECTION_* to an enum. 17 years ago
  Nick Mathewson 44e19a4949 Oops; remove extraneous comma. 17 years ago
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. 17 years ago
  Nick Mathewson 26632d59dd Rename or_is_obsolete and move it to or_connection_t where it belongs. 17 years ago
  Nick Mathewson a4a481d81c Implement proposal 148: Make client stream end reasons uniform. 17 years ago
  Nick Mathewson 5fb2ab1e65 Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157. 17 years ago
  Nick Mathewson 69ce955484 Add cross-certification to authority key certificates. Partial implementation of proposal 157. 17 years ago
  Nick Mathewson 02e26ebc49 If we are building under Coverity, enable geoip_stats and instrument_downloads. 17 years ago