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

Автор 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 лет назад