aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Revert my older supposed gcc-4.4 warning workaround. GCC was not being needl...Nick Mathewson2008-11-26
* Stop marking bsearch_idx as pure; it is not.Nick Mathewson2008-11-26
* 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
* Resolve a warning under gcc 4.4 trunk.Nick Mathewson2008-11-22
* Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ...Nick Mathewson2008-11-17
* define get_uint8 and set_uint8 macros to make code cleaner.Nick Mathewson2008-11-12
* 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
* The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson2008-11-05
* make read_all and write_all return ssize_t.Nick Mathewson2008-11-05
* Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.Nick Mathewson2008-11-05
* Add a new memcmpstart to use instead of strcmpstart when the thing we are com...Nick Mathewson2008-11-03
* Fix a possible negative shift in address comparison. May fix bug 845 and bug...Nick Mathewson2008-10-29
* Document some dmalloc stuff and some stupid C tricks.Nick Mathewson2008-10-27
* This patch changes some of the code in util.c to refactor calls toJacob Appelbaum2008-10-26
* Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine2008-10-01
* fix typoRoger Dingledine2008-09-24
* More logging for mtbf/wfu calculations.Nick Mathewson2008-09-23
* Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson2008-09-09
* Replace the dummy-use var in SMARTLIST_FOREACH_END() with one that is less li...Nick Mathewson2008-09-09
* We should not alter an addr_policy_t that has been canonicalized.Nick Mathewson2008-09-09
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05
* Add an assert to make tools happier.Nick Mathewson2008-09-05
* Clean up some redundant stuff in crypto_dh_new().Nick Mathewson2008-09-05
* Make severity args to add_*_log() functions be constNick Mathewson2008-09-05
* Fix mingw build with --enable-gcc-warnings set.Nick Mathewson2008-09-04
* An asterisk makes a difference sometimes. Fixes bug 809.Nick Mathewson2008-09-04
* take out the crazy line from last night that made no sense. apparentlyRoger Dingledine2008-09-01
* 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
* take out a line that i think is extraneous. come on, what couldRoger Dingledine2008-09-01
* Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.Roger Dingledine2008-09-01
* remove a code path that should never happen (and if it did, we'd beRoger Dingledine2008-08-29
* commit jake's patch to include strings with socks5 error numbersRoger Dingledine2008-08-25
* r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson2008-08-22
* Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.Nick Mathewson2008-08-19
* The first of Karsten's proposal 121 patches: configure and maintain client au...Nick Mathewson2008-08-08
* Try once again to make BSD compilation happy.Nick Mathewson2008-08-08
* r17666@tombo: nickm | 2008-08-07 15:12:30 -0400Nick Mathewson2008-08-07
* r17659@tombo: nickm | 2008-08-06 12:22:11 -0400Nick Mathewson2008-08-06
* r17643@31-33-44: nickm | 2008-08-05 16:18:25 -0400Nick Mathewson2008-08-05