summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-02Do not use O_APPEND on fd-based operations that do not really want it; have t...Nick Mathewson
2008-12-02style cleanupRoger Dingledine
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson
2008-12-02Add two lseek wrappers to compat.[ch]: one to return current fd position, and...Nick Mathewson
2008-12-02Define socklen_t before using it in compat.hNick Mathewson
2008-11-26Revert my older supposed gcc-4.4 warning workaround. GCC was not being needl...Nick Mathewson
2008-11-26Stop marking bsearch_idx as pure; it is not.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-22Resolve a warning under gcc 4.4 trunk.Nick Mathewson
2008-11-17Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ...Nick Mathewson
2008-11-12define get_uint8 and set_uint8 macros to make code cleaner.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-11-05The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson
2008-11-05make read_all and write_all return ssize_t.Nick Mathewson
2008-11-05Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.Nick Mathewson
2008-11-03Add a new memcmpstart to use instead of strcmpstart when the thing we are com...Nick Mathewson
2008-10-29Fix a possible negative shift in address comparison. May fix bug 845 and bug...Nick Mathewson
2008-10-27Document some dmalloc stuff and some stupid C tricks.Nick Mathewson
2008-10-26This patch changes some of the code in util.c to refactor calls toJacob Appelbaum
2008-10-01Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine
2008-09-24fix typoRoger Dingledine
2008-09-23More logging for mtbf/wfu calculations.Nick Mathewson
2008-09-09Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson
2008-09-09Replace the dummy-use var in SMARTLIST_FOREACH_END() with one that is less li...Nick Mathewson
2008-09-09We should not alter an addr_policy_t that has been canonicalized.Nick Mathewson
2008-09-05Refactor some code and add some asserts based on scanner results.Nick Mathewson
2008-09-05Add an assert to make tools happier.Nick Mathewson
2008-09-05Clean up some redundant stuff in crypto_dh_new().Nick Mathewson
2008-09-05Make severity args to add_*_log() functions be constNick Mathewson
2008-09-04Fix mingw build with --enable-gcc-warnings set.Nick Mathewson
2008-09-04An asterisk makes a difference sometimes. Fixes bug 809.Nick Mathewson
2008-09-01take out the crazy line from last night that made no sense. apparentlyRoger Dingledine
2008-09-01remove some redundant includes. i expect the first one to be a problemRoger Dingledine
2008-09-01Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson
2008-09-01take out a line that i think is extraneous. come on, what couldRoger Dingledine
2008-09-01Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.Roger Dingledine