История коммитов

Автор SHA1 Сообщение Дата
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 13 лет назад
  Nick Mathewson c3e63483b2 Update Tor Project copyright years 14 лет назад
  Nick Mathewson ec7e054668 Spell-check Tor. 15 лет назад
  Mike Perry 29bf271ba2 Fix misreporting of stream bandwidths. 15 лет назад
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 лет назад
  Roger Dingledine decdf4537a If we're using bridges and our network goes away, be more willing 15 лет назад
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 лет назад
  Nick Mathewson 3a8a2cb2de Downgrade some xxx021s, comment more on others, etc 15 лет назад
  Nick Mathewson f7fb1bf931 Refactor sockaddr family match check into a new function 15 лет назад
  Nick Mathewson ae71b52945 remove the responsibility for setting listensocklen to the function that made the sockaddr 15 лет назад
  Nick Mathewson a87335472c Make connection_create_listener take a sockaddr_len, not just a sockaddr whose length we try to divine. 15 лет назад
  Nick Mathewson df5e8f65bc Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). 15 лет назад
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. 15 лет назад
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 лет назад
  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 лет назад
  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 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 15 лет назад
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. 15 лет назад
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. 15 лет назад
  Nick Mathewson 04ec7d1f98 Now that tor_assert is no longer using a broken force-to-boolean formulation, we can tor_assert a bitfield without a gcc compile error. 15 лет назад
  Nick Mathewson ae33d3ead7 Apply rovv's fix for bug 824. 15 лет назад
  Nick Mathewson 8bc1536a9e Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. 15 лет назад
  Roger Dingledine 4fd9880540 give rend_client_desc_here a slightly more accurate name 15 лет назад
  Roger Dingledine 38f2272d5d patch from karsten for bug 814. whew. 15 лет назад
  Roger Dingledine 2bde30efa6 read_to_buf should take an int *error_socket and return it. 15 лет назад
  Karsten Loesing 52fbfc5d45 Correct indentation. 15 лет назад
  Roger Dingledine d37fae2f4e Catch and report a few more bootstrapping failure cases when Tor 15 лет назад
  Nick Mathewson baeb260ad1 Refactor use of connection_new so that we get more verifiable typesafety. 15 лет назад
  Nick Mathewson 3f2b7078d2 Use warn_too_many_conns() when accept() fails with a resource limit. 15 лет назад
  Nick Mathewson 730f1b6d3f Oops. Make warn_too_many_conns() actually work. 15 лет назад