Commit történet

Szerző SHA1 Üzenet Dátum
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 13 éve
  Nick Mathewson b8a7bad799 Make payloads into uint8_t. 13 éve
  Nick Mathewson 785086cfba Have all of our allocation functions and a few others check for underflow 13 éve
  Nick Mathewson c3e63483b2 Update Tor Project copyright years 14 éve
  Nick Mathewson fd992deeea Don't attempt to log messages to a controller from a worker thread. 15 éve
  Nick Mathewson ec7e054668 Spell-check Tor. 15 éve
  Nick Mathewson c36efb0c45 Use a mutex to protect the count of open sockets. 15 éve
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 éve
  Nick Mathewson cbbc0c9c86 Actually use tor_sscanf() to parse untrusted input. 15 éve
  Nick Mathewson 9f8d095e0f Add and use set/get_uint64 on onion tags. [bug 604; backportable] 15 éve
  Nick Mathewson f99098cca4 Use prctl to reenable core dumps when we have setuid to a non-root user. 15 éve
  Nick Mathewson fe987d3a17 Remove some deadcode and use tor_inet_aton uniformly. 15 éve
  Nick Mathewson 3f8ab367c1 Fix warning on panther compile, and bug 913. Backport candidate. 15 éve
  Nick Mathewson a87980c2eb Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms. 15 éve
  Nick Mathewson 9c94b428d9 Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address on any platform. 15 éve
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 éve
  Nick Mathewson 52932d6f1a Remove some code that is #ifdefed out, and that we no longer seem to use, if we ever did. 15 éve
  Nick Mathewson b4d387c28b Make freelist_len in memarea.c static; document a few variables. 15 éve
  Nick Mathewson b68379b13b Add DOCDOC entries for undocumented static and global variables. 15 éve
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 éve
  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 éve
  Nick Mathewson 98066d62bc Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to compare it to a signed int. 15 éve
  Nick Mathewson d60d8976b9 Better error message when told to setuid to ourself. 15 éve
  Nick Mathewson 07c8b2be21 Compile without warnings on mingw. 15 éve
  Nick Mathewson 6fb06f334a Try to fix windows mmap code. 15 éve
  Nick Mathewson 7f793fa733 Simplify mmap object layout to avoid confusing static analysis tools, and us too. 15 éve
  Nick Mathewson 2be5215181 Fix a hard-to-trigger memory leak in log_credential status. Found by Coverity scan. CID 349. 15 éve
  Roger Dingledine 96a185d9b7 style cleanup 15 éve
  Nick Mathewson 6221bdd294 Add two lseek wrappers to compat.[ch]: one to return current fd position, and one to move the fd to the end of the file. 15 éve
  Nick Mathewson 4cddcf8873 Cast uid_t and gid_t to unsigned before passing to printf %u. 15 éve