Историја ревизија

Аутор SHA1 Порука Датум
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 пре 13 година
  Nick Mathewson 785086cfba Have all of our allocation functions and a few others check for underflow пре 13 година
  Nick Mathewson c3e63483b2 Update Tor Project copyright years пре 14 година
  Sebastian Hahn aea9cf1011 Fix compile warnings on Snow Leopard пре 14 година
  Nick Mathewson fd992deeea Don't attempt to log messages to a controller from a worker thread. пре 15 година
  Nick Mathewson f0453c45c8 Spelling fixes in comments and strings пре 15 година
  Nick Mathewson 11b9c839f0 Stop using malloc_usable_size(): valgrind hates it. пре 15 година
  Karsten Loesing 9b32e8c141 Update copyright to 2009. пре 15 година
  Nick Mathewson cbbc0c9c86 Actually use tor_sscanf() to parse untrusted input. пре 15 година
  Nick Mathewson 26d83fc04c Add a simple locale-independent no-surprises sscanf replacement. пре 15 година
  Nick Mathewson 25c6ff6f55 Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate. пре 15 година
  Nick Mathewson a87980c2eb Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms. пре 15 година
  Nick Mathewson 743c6c8277 OpenBSD malloc.h believes that you should be able to detect headers with autoconf, or build without warnings, but not both. So never include malloc.h on OpenBSD. Backport candidate. пре 15 година
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. пре 15 година
  Nick Mathewson 558e9899e4 Document most undocumented variables. пре 15 година
  Nick Mathewson b4d387c28b Make freelist_len in memarea.c static; document a few variables. пре 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 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. пре 15 година
  Nick Mathewson efb863189c Expose hex_decode_digit from util.c пре 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 8d5a9d762c Log an error on win32 if directory listing fails. пре 15 година
  Nick Mathewson 37bd9181f0 Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead. пре 15 година
  Nick Mathewson 35bef7fefd make read_all and write_all return ssize_t. пре 15 година
  Nick Mathewson b56d1545db Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850. пре 15 година
  Nick Mathewson 3f84ed3d46 Add a new memcmpstart to use instead of strcmpstart when the thing we are comparing is not nul-terminated. пре 15 година
  Nick Mathewson 0ab45fee73 Document some dmalloc stuff and some stupid C tricks. пре 15 година
  Jacob Appelbaum 7873d324df This patch changes some of the code in util.c to refactor calls to пре 15 година