Историја ревизија

Аутор SHA1 Порука Датум
  Nick Mathewson 8730884ebe Merge remote branch 'origin/maint-0.2.2' пре 13 година
  Nick Mathewson f1de329e78 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 пре 13 година
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 пре 13 година
  Nick Mathewson a5289fa794 Remove the unused old fuzzy-time code пре 14 година
  Steven Murdoch 8a12ce2cf9 Add a unit test for tor_spawn_background пре 14 година
  Steven Murdoch a6dc00fa75 Start tor-fw-helper in the background, and log whatever it outputs пре 14 година
  Nick Mathewson 418e6caeeb New function to load windows system libraries пре 14 година
  Nick Mathewson 6d8fc4eb38 Add a simple integer-ceiling-division macro before we get it wrong пре 14 година
  Nick Mathewson 285addbd94 Fix some issues in rate-limiting noticed by Sebastian пре 14 година
  Nick Mathewson ba9c1275c4 Add a generic rate-limited log mechanism, and use it in a few places пре 14 година
  Nick Mathewson b006e3279f Merge remote branch 'origin/maint-0.2.1' пре 14 година
  Nick Mathewson c3e63483b2 Update Tor Project copyright years пре 14 година
  Nick Mathewson 235f1e1a96 Refactor out the 'find string at start of any line' logic. пре 14 година
  Nick Mathewson e56747f9cf Refactor a bit so that it is safe to include math.h, and mostly not needed. пре 14 година
  Nick Mathewson e1ddee8bbe Code to generate, store, and parse microdescriptors and consensuses. пре 15 година
  Mike Perry e2cc4e353a Add a couple of time helper functions. пре 15 година
  Nick Mathewson 00b37f071d Revise parsing of time and memory units to handle spaces. пре 15 година
  Karsten Loesing 7b716878cb Fix dirreq and cell stats on 32-bit architectures. пре 15 година
  Karsten Loesing 8f1a973669 Two tweaks to exit-port statistics. пре 15 година
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' пре 15 година
  Nick Mathewson ec7e054668 Spell-check Tor. пре 15 година
  Karsten Loesing 9b32e8c141 Update copyright to 2009. пре 15 година
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. пре 15 година
  Nick Mathewson 6ac3a8b0cd Command-line option to dump SHA1 digests of all source files. пре 15 година
  Nick Mathewson 26d83fc04c Add a simple locale-independent no-surprises sscanf replacement. пре 15 година
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. пре 15 година
  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. пре 15 година
  Nick Mathewson efb863189c Expose hex_decode_digit from util.c пре 15 година
  Nick Mathewson bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. пре 15 година
  Nick Mathewson 4277b0e926 Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; instead, use the standard convert-to-boolean hack of "svn st" пре 16 година