Historial de Commits

Autor SHA1 Mensaje Fecha
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' hace 15 años
  Nick Mathewson ec7e054668 Spell-check Tor. hace 15 años
  Karsten Loesing 54c97c9133 Change the way how directories that are configured with --enable-geoip-stats write geoip stats to disk. hace 15 años
  Roger Dingledine 9a4b0446b0 fix a comment hace 15 años
  Martin Peck 7703b887f5 Add support for dynamic OpenSSL hardware crypto acceleration engines. hace 15 años
  Jacob Appelbaum 75f963e951 Log the number and size of DNS cache entries on SIGUSR1. hace 15 años
  Karsten Loesing 9b32e8c141 Update copyright to 2009. hace 15 años
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. hace 15 años
  Nick Mathewson 25c6ff6f55 Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate. hace 15 años
  Nick Mathewson 8ebceeb352 Make sure that even in the weird fiddly paths that lead to init_keys, hace 15 años
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. hace 15 años
  Nick Mathewson df608fef45 Checkpoint my big bug-891 patch. hace 15 años
  Nick Mathewson 558e9899e4 Document most undocumented variables. hace 15 años
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. hace 15 años
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. hace 15 años
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. hace 15 años
  Nick Mathewson c3e4b12e7f Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. hace 15 años
  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. hace 15 años
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. hace 15 años
  Nick Mathewson 4911ec627b Call release_lockfile() before exiting. hace 15 años
  Nick Mathewson 7d92053286 Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha hace 15 años
  Nick Mathewson 2ad36f68c8 Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. hace 15 años
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. hace 15 años
  Nick Mathewson 26632d59dd Rename or_is_obsolete and move it to or_connection_t where it belongs. hace 15 años
  Nick Mathewson f3b52e331e Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. hace 15 años
  Nick Mathewson 4e69284e89 Fix wide line in main.c hace 15 años
  Nick Mathewson 53d3f812bd Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856. hace 15 años
  Nick Mathewson 9aa706e20c Bug 691 fix: do not shutdown Tor servers right away if the network is down. hace 15 años
  Roger Dingledine f31c16d993 Directory mirrors no longer fetch the v1 directory or hace 15 años
  Jacob Appelbaum cf75162a0c Add comment clarifying OpenSSL usage. hace 15 años