Commit History

Author SHA1 Message Date
  Nick Mathewson e26a79ca8a Make start_writing_to_stdio_file() respect O_BINARY. 14 years ago
  Nick Mathewson e1ddee8bbe Code to generate, store, and parse microdescriptors and consensuses. 15 years ago
  Sebastian Hahn 772ce9d085 Fix compile on Snow Leopard 14 years ago
  Mike Perry e2cc4e353a Add a couple of time helper functions. 14 years ago
  Sebastian Hahn 0a71d1c6a7 Fix compile warnings on Snow Leopard 15 years ago
  Nick Mathewson 1cda6f3e75 Merge commit 'origin/maint-0.2.1' 15 years ago
  Sebastian Hahn 742788b737 typo 15 years ago
  Sebastian Hahn aea9cf1011 Fix compile warnings on Snow Leopard 15 years ago
  Nick Mathewson 00b37f071d Revise parsing of time and memory units to handle spaces. 15 years ago
  Karsten Loesing 7b716878cb Fix dirreq and cell stats on 32-bit architectures. 15 years ago
  Karsten Loesing 8f1a973669 Two tweaks to exit-port statistics. 15 years ago
  Nick Mathewson fd992deeea Don't attempt to log messages to a controller from a worker thread. 15 years ago
  Nick Mathewson f0453c45c8 Spelling fixes in comments and strings 15 years ago
  Nick Mathewson 11b9c839f0 Stop using malloc_usable_size(): valgrind hates it. 15 years ago
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 years ago
  Nick Mathewson cbbc0c9c86 Actually use tor_sscanf() to parse untrusted input. 15 years ago
  Nick Mathewson 26d83fc04c Add a simple locale-independent no-surprises sscanf replacement. 15 years ago
  Nick Mathewson 25c6ff6f55 Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate. 15 years ago
  Nick Mathewson a87980c2eb Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms. 15 years ago
  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 years ago
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Nick Mathewson 558e9899e4 Document most undocumented variables. 15 years ago
  Nick Mathewson b4d387c28b Make freelist_len in memarea.c static; document a few variables. 15 years ago
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. 15 years ago
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 years ago
  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 years ago
  Nick Mathewson 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. 15 years ago
  Nick Mathewson efb863189c Expose hex_decode_digit from util.c 15 years ago
  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 years ago
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 15 years ago