Historie revizí

Autor SHA1 Zpráva Datum
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 před 13 roky
  Nick Mathewson c3e63483b2 Update Tor Project copyright years před 14 roky
  Nick Mathewson ec7e054668 Spell-check Tor. před 15 roky
  Mike Perry 29bf271ba2 Fix misreporting of stream bandwidths. před 15 roky
  Karsten Loesing 9b32e8c141 Update copyright to 2009. před 15 roky
  Roger Dingledine decdf4537a If we're using bridges and our network goes away, be more willing před 15 roky
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. před 15 roky
  Nick Mathewson 3a8a2cb2de Downgrade some xxx021s, comment more on others, etc před 15 roky
  Nick Mathewson f7fb1bf931 Refactor sockaddr family match check into a new function před 15 roky
  Nick Mathewson ae71b52945 remove the responsibility for setting listensocklen to the function that made the sockaddr před 15 roky
  Nick Mathewson a87335472c Make connection_create_listener take a sockaddr_len, not just a sockaddr whose length we try to divine. před 15 roky
  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). před 15 roky
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. před 15 roky
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. před 15 roky
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. před 15 roky
  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. před 15 roky
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. před 15 roky
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. před 15 roky
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. před 15 roky
  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. před 15 roky
  Nick Mathewson ae33d3ead7 Apply rovv's fix for bug 824. před 15 roky
  Nick Mathewson 8bc1536a9e Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. před 15 roky
  Roger Dingledine 4fd9880540 give rend_client_desc_here a slightly more accurate name před 15 roky
  Roger Dingledine 38f2272d5d patch from karsten for bug 814. whew. před 15 roky
  Roger Dingledine 2bde30efa6 read_to_buf should take an int *error_socket and return it. před 15 roky
  Karsten Loesing 52fbfc5d45 Correct indentation. před 15 roky
  Roger Dingledine d37fae2f4e Catch and report a few more bootstrapping failure cases when Tor před 15 roky
  Nick Mathewson baeb260ad1 Refactor use of connection_new so that we get more verifiable typesafety. před 15 roky
  Nick Mathewson 3f2b7078d2 Use warn_too_many_conns() when accept() fails with a resource limit. před 15 roky
  Nick Mathewson 730f1b6d3f Oops. Make warn_too_many_conns() actually work. před 15 roky