summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2010-02-12Remove the --enable-iphone option as needless.Nick Mathewson
2010-02-10Add Windows version detection for Vista and 7Sebastian Hahn
2010-01-19Fix build on Solaris by disabling support for DisableAllSwapSebastian Hahn
2010-01-15don't list windows capabilities in windows unameRoger Dingledine
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-20Use the same mlockall checks with tor_set_max_memlockNick Mathewson
2009-11-20Fix compilation on OSX 10.3.Nick Mathewson
2009-11-14Fix compilation with with bionic libc.Jacob Appelbaum
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
2009-09-15some cleanups:Sebastian Hahn
2009-08-09Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson
2009-05-30Don't attempt to log messages to a controller from a worker thread.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-13Use a mutex to protect the count of open sockets.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-03-03Actually use tor_sscanf() to parse untrusted input.Nick Mathewson
2009-03-02Add and use set/get_uint64 on onion tags. [bug 604; backportable]Nick Mathewson
2009-02-09Use prctl to reenable core dumps when we have setuid to a non-root user.Nick Mathewson
2009-02-09Remove some deadcode and use tor_inet_aton uniformly.Nick Mathewson
2009-01-21Fix warning on panther compile, and bug 913. Backport candidate.Nick Mathewson
2009-01-20Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson
2009-01-04Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson
2008-12-22Make freelist_len in memarea.c static; document a few variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-11Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need t...Nick Mathewson
2008-12-09Better error message when told to setuid to ourself.Nick Mathewson
2008-12-08Compile without warnings on mingw.tor-0.2.1.8-alphaNick Mathewson
2008-12-05Try to fix windows mmap code.Nick Mathewson
2008-12-05Simplify mmap object layout to avoid confusing static analysis tools, and us ...Nick Mathewson
2008-12-05Fix a hard-to-trigger memory leak in log_credential status. Found by Coverit...Nick Mathewson
2008-12-02style cleanupRoger Dingledine
2008-12-02Add two lseek wrappers to compat.[ch]: one to return current fd position, and...Nick Mathewson
2008-11-26Cast uid_t and gid_t to unsigned before passing to printf %u.Nick Mathewson
2008-11-26Use fcntl for file locking when flock() is not available.Nick Mathewson
2008-11-11apply sebastian's fix for bug 859. Apparently on win32 one must lock at least...Nick Mathewson
2008-11-10Document a couple of functions.Nick Mathewson
2008-11-10beg nick for some documentation on the locking functionsRoger Dingledine
2008-11-10better error message when you set User but start tor as non-root.Roger Dingledine
2008-11-09Log a little more when credential-switching fails.Nick Mathewson
2008-11-07while we're cleaning code, get rid of some unreachable code atRoger Dingledine
2008-11-07now that we drop privs more thoroughly, switch_id() is no longerRoger Dingledine
2008-11-07remove more redundant code from r17200Roger Dingledine
2008-11-07Developers should usually configure with --enable-gcc-warnings, and should re...Nick Mathewson
2008-11-07Patch from Jacob Appelbaum and me to make User option more robust, properly s...Steven Murdoch
2008-09-04Fix mingw build with --enable-gcc-warnings set.Nick Mathewson
2008-09-01remove some redundant includes. i expect the first one to be a problemRoger Dingledine