summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-14read_to_buf should take an int *error_socket and return it.Roger Dingledine
2008-09-14stop telling us every time we fetch a consensus. that's not really news.Roger Dingledine
2008-09-14Serve the latest v3 networkstatus consensus via the controlRoger Dingledine
2008-09-14make it explicit that the uncompressed cached dir items are nul-terminatedRoger Dingledine
2008-09-13Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine
2008-09-12oops, forgot the changelog reference for r16867. Andrew Lewman
2008-09-12Patch from Camilo Viecco to make the rpm spec arch independent, as farAndrew Lewman
2008-09-11Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing
2008-09-11give lasse's last name a different charsetRoger Dingledine
2008-09-10and here tooRoger Dingledine
2008-09-10Fix more actual test leaksNick Mathewson
2008-09-10Fix some apparent leaks in voting. If authorities suddenly start segfaulting...Nick Mathewson
2008-09-10Make buffer unit tests handle resource leaks properly.Nick Mathewson
2008-09-10Make more unit tests handle resource leaks properly.Nick Mathewson
2008-09-10Coverity says it is okay to acknowledge them. Do so. Their tool is awesome.Nick Mathewson
2008-09-09Correct indentation.Karsten Loesing
2008-09-09tweak karsten's patchRoger Dingledine
2008-09-09patch from karsten to fix more of bug 767Roger Dingledine
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-09minor cleanups on karsten's patchRoger Dingledine
2008-09-09karsten's patch for bug 767.Roger Dingledine
2008-09-09Catch and report a few more bootstrapping failure cases when TorRoger Dingledine
2008-09-09We should not alter an addr_policy_t that has been canonicalized.Nick Mathewson
2008-09-08forward-port the 0.2.0.31 changelogRoger Dingledine
2008-09-08Fix a variable handling mistake when testing for libevent functions in config...Nick Mathewson
2008-09-05Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson
2008-09-05Add changelog for scanner-based stuff.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-05Fix a malloc that should have been a tor_mallocNick Mathewson
2008-09-05Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson
2008-09-05Clean up some redundant stuff in crypto_dh_new().Nick Mathewson
2008-09-05It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(b...Nick Mathewson
2008-09-05Fix a memory leak in tor-gencert.cNick 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-04Use warn_too_many_conns() when accept() fails with a resource limit.Nick Mathewson
2008-09-02Add my scripts to dump directories to contribPeter Palfrader
2008-09-01New alpha release: 0.2.1.5-alphaPeter Palfrader
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-01bump to 0.2.1.5-alpha-devRoger Dingledine
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-31bump to 0.2.1.5-alphator-0.2.1.5-alphaRoger Dingledine
2008-08-31further changelog cleanupsRoger Dingledine
2008-08-31Changelog entry for implementation of proposal 121.Karsten Loesing