aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
* Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson2009-01-20
* Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson2008-12-30
* Make freelist_len in memarea.c static; document a few variables.Nick Mathewson2008-12-22
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need t...Nick Mathewson2008-12-11
* Better error message when told to setuid to ourself.Nick Mathewson2008-12-09
* Compile without warnings on mingw.Nick Mathewson2008-12-08
* Try to fix windows mmap code.Nick Mathewson2008-12-05
* Simplify mmap object layout to avoid confusing static analysis tools, and us ...Nick Mathewson2008-12-05
* Fix a hard-to-trigger memory leak in log_credential status. Found by Coverit...Nick Mathewson2008-12-05
* style cleanupRoger Dingledine2008-12-02
* Add two lseek wrappers to compat.[ch]: one to return current fd position, and...Nick Mathewson2008-12-02
* Cast uid_t and gid_t to unsigned before passing to printf %u.Nick Mathewson2008-11-26
* Use fcntl for file locking when flock() is not available.Nick Mathewson2008-11-26
* apply sebastian's fix for bug 859. Apparently on win32 one must lock at least...Nick Mathewson2008-11-11
* Document a couple of functions.Nick Mathewson2008-11-10
* beg nick for some documentation on the locking functionsRoger Dingledine2008-11-10
* better error message when you set User but start tor as non-root.Roger Dingledine2008-11-10
* Log a little more when credential-switching fails.Nick Mathewson2008-11-09
* while we're cleaning code, get rid of some unreachable code atRoger Dingledine2008-11-07
* now that we drop privs more thoroughly, switch_id() is no longerRoger Dingledine2008-11-07
* remove more redundant code from r17200Roger Dingledine2008-11-07
* Developers should usually configure with --enable-gcc-warnings, and should re...Nick Mathewson2008-11-07
* Patch from Jacob Appelbaum and me to make User option more robust, properly s...Steven Murdoch2008-11-07
* Fix mingw build with --enable-gcc-warnings set.Nick Mathewson2008-09-04
* remove some redundant includes. i expect the first one to be a problemRoger Dingledine2008-09-01
* Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson2008-09-01
* r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson2008-08-22
* r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200Nick Mathewson2008-07-25
* r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson2008-07-24
* r19795@catbus: nickm | 2008-05-16 14:54:24 -0400Nick Mathewson2008-05-16
* r15304@tombo: nickm | 2008-04-23 16:31:40 -0400Nick Mathewson2008-04-23
* r15251@tombo: nickm | 2008-04-22 11:59:46 -0400Nick Mathewson2008-04-22
* r18927@catbus: nickm | 2008-03-18 11:11:49 -0400Nick Mathewson2008-03-18
* r18923@catbus: nickm | 2008-03-18 11:01:22 -0400Nick Mathewson2008-03-18
* r18360@catbus: nickm | 2008-02-21 22:26:32 -0500Nick Mathewson2008-02-22
* r18358@catbus: nickm | 2008-02-21 22:21:57 -0500Nick Mathewson2008-02-22
* r14374@tombo: nickm | 2008-02-21 16:57:39 -0500Nick Mathewson2008-02-21
* r14371@tombo: nickm | 2008-02-21 16:13:18 -0500Nick Mathewson2008-02-21
* r18291@catbus: nickm | 2008-02-20 22:35:32 -0500Nick Mathewson2008-02-21
* r18269@catbus: nickm | 2008-02-20 17:28:24 -0500Nick Mathewson2008-02-20
* r18233@catbus: nickm | 2008-02-19 18:46:07 -0500Nick Mathewson2008-02-19
* r18226@catbus: nickm | 2008-02-19 18:01:01 -0500Nick Mathewson2008-02-19
* r18221@catbus: nickm | 2008-02-19 17:46:16 -0500Nick Mathewson2008-02-19
* clean up the socket counting thing. third time's a charm.Roger Dingledine2008-02-19
* r18198@catbus: nickm | 2008-02-19 14:30:30 -0500Nick Mathewson2008-02-19