summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2008-08-29remove a code path that should never happen (and if it did, we'd beRoger Dingledine
2008-08-25commit jake's patch to include strings with socks5 error numbersRoger Dingledine
2008-08-22 r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson
2008-08-19Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.Nick Mathewson
2008-08-08The first of Karsten's proposal 121 patches: configure and maintain client au...Nick Mathewson
2008-08-08Try once again to make BSD compilation happy.Nick Mathewson
2008-08-07 r17666@tombo: nickm | 2008-08-07 15:12:30 -0400Nick Mathewson
2008-08-06 r17659@tombo: nickm | 2008-08-06 12:22:11 -0400Nick Mathewson
2008-08-05 r17643@31-33-44: nickm | 2008-08-05 16:18:25 -0400Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-31Make compiler with GCC warnings enabled happy.Karsten Loesing
2008-07-30 r17435@tombo: nickm | 2008-07-30 08:50:54 -0400Nick Mathewson
2008-07-30 r17434@tombo: nickm | 2008-07-29 10:58:36 -0400Nick Mathewson
2008-07-29 r17426@tombo: nickm | 2008-07-28 20:34:03 -0400Nick Mathewson
2008-07-25 r17391@pc-10-8-1-079: nickm | 2008-07-25 17:11:17 +0200Nick Mathewson
2008-07-25 r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200Nick Mathewson
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-07-10Fix bug 763. When a hidden service is giving up on an introduction point cand...Karsten Loesing
2008-07-10 r16882@tombo: nickm | 2008-07-10 14:31:25 -0400Nick Mathewson
2008-07-09Stop using __attribute__((nonnull)): It gets us occcasional warnings when we ...Nick Mathewson
2008-07-06Fix the rest of the GCC warnings on OpenBSD_malloc_linux.cNick Mathewson