História revízii

Autor SHA1 Správa Dátum
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 13 rokov pred
  Nick Mathewson 2bc82324d5 Remove a needless keep_open_until_flushed 13 rokov pred
  Nick Mathewson 4d2e9974f9 Close a non-open OR connection *only* after KeepalivePeriod. 13 rokov pred
  Roger Dingledine 67b38d5068 close idle tls conns early 14 rokov pred
  Roger Dingledine b264192083 finally get rid of "clique mode" 14 rokov pred
  Roger Dingledine cb31978adb close idle dir-fetch circs early 14 rokov pred
  Nick Mathewson c3e63483b2 Update Tor Project copyright years 14 rokov pred
  Sebastian Hahn aea9cf1011 Fix compile warnings on Snow Leopard 14 rokov pred
  Roger Dingledine 4c297f74f7 Only send reachability status events on overall success/failure 14 rokov pred
  Roger Dingledine e7bc189f7c the third piece of bug 969 fixing 15 rokov pred
  Nick Mathewson b262e76563 Fix gprof bottlenecks on exit nodes found by Jacob. 15 rokov pred
  Nick Mathewson ec7e054668 Spell-check Tor. 15 rokov pred
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 rokov pred
  Nick Mathewson 25c6ff6f55 Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate. 15 rokov pred
  Nick Mathewson 8ebceeb352 Make sure that even in the weird fiddly paths that lead to init_keys, 15 rokov pred
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 rokov pred
  Nick Mathewson df608fef45 Checkpoint my big bug-891 patch. 15 rokov pred
  Nick Mathewson 558e9899e4 Document most undocumented variables. 15 rokov pred
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. 15 rokov pred
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 rokov pred
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 15 rokov pred
  Nick Mathewson c3e4b12e7f Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. 15 rokov pred
  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 rokov pred
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. 15 rokov pred
  Nick Mathewson 4911ec627b Call release_lockfile() before exiting. 15 rokov pred
  Nick Mathewson 7d92053286 Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha 15 rokov pred
  Nick Mathewson 2ad36f68c8 Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. 15 rokov pred
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. 15 rokov pred
  Nick Mathewson 26632d59dd Rename or_is_obsolete and move it to or_connection_t where it belongs. 15 rokov pred
  Nick Mathewson f3b52e331e Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. 15 rokov pred