Commit History

Autor SHA1 Mensaxe Data
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 %!s(int64=13) %!d(string=hai) anos
  Peter Palfrader 5e679acc72 testsuite: Prevent the main thread from starving the worker threads %!s(int64=14) %!d(string=hai) anos
  Peter Palfrader a02923122e testsuite: Only free the main mutex when and if all the worker threads are done %!s(int64=14) %!d(string=hai) anos
  Nick Mathewson 404af59ed5 Backport fix for time-goes-forward test. Fix bug 1267 %!s(int64=14) %!d(string=hai) anos
  Nick Mathewson c3e63483b2 Update Tor Project copyright years %!s(int64=14) %!d(string=hai) anos
  Sebastian Hahn aea9cf1011 Fix compile warnings on Snow Leopard %!s(int64=14) %!d(string=hai) anos
  Karsten Loesing d49711e52c Fix unit tests that were broken after last fix of #932. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson ec7e054668 Spell-check Tor. %!s(int64=15) %!d(string=hai) anos
  Karsten Loesing 9b32e8c141 Update copyright to 2009. %!s(int64=15) %!d(string=hai) anos
  Roger Dingledine ee58153b50 log more verbosely when we accept or decline a router descriptor, %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson cbbc0c9c86 Actually use tor_sscanf() to parse untrusted input. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 26d83fc04c Add a simple locale-independent no-surprises sscanf replacement. %!s(int64=15) %!d(string=hai) anos
  Karsten Loesing 42c824b405 True, 17 is greater than 0. But this applies to 4111 as well. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson a33452c401 Fix up (I hope) most ot the things that coverity suddenly claimed were REVERSE_INULL. This is what we get for bragging about being down to 0 issues. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson c32a4ce6b3 Do the tor_assert hack everywhere in test_crypto_aes_iv. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 92ce533f71 Another round of downgrading removing or postponing XXXX021 issues. Some remain, though. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 9c94b428d9 Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address on any platform. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 61722638ea Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and has decent semantics for maskbits; and so that CMP_EXACT works right for bits==0. %!s(int64=15) %!d(string=hai) anos
  Roger Dingledine a12c3f2c86 some fixes i found in my sandbox %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson e6bf9fdf94 Remove bogus extern declaration for unused (and nonexistant) field from test.c %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 558e9899e4 Document most undocumented variables. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson b4d387c28b Make freelist_len in memarea.c static; document a few variables. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 7d79bec54d Expose bench_* functions via test cli %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. %!s(int64=15) %!d(string=hai) anos
  Nick Mathewson 029be5ad02 Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. %!s(int64=15) %!d(string=hai) anos
  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. %!s(int64=15) %!d(string=hai) anos