aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* ok, but inaccurate error strings worseRoger Dingledine2008-09-23
* identical error strings in different contexts badRoger Dingledine2008-09-23
* Oops; we need to make sure that DNS request names are matched in the _questio...Nick Mathewson2008-09-22
* give rend_client_desc_here a slightly more accurate nameRoger Dingledine2008-09-16
* patch from karsten for bug 814. whew.Roger Dingledine2008-09-16
* Add a circuit_conforms_to_options() function for use in debugging paths [and ...Nick Mathewson2008-09-15
* read_to_buf should take an int *error_socket and return it.Roger Dingledine2008-09-14
* stop telling us every time we fetch a consensus. that's not really news.Roger Dingledine2008-09-14
* Serve the latest v3 networkstatus consensus via the controlRoger Dingledine2008-09-14
* make it explicit that the uncompressed cached dir items are nul-terminatedRoger Dingledine2008-09-14
* Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine2008-09-13
* Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing2008-09-11
* Fix more actual test leaksNick Mathewson2008-09-10
* Fix some apparent leaks in voting. If authorities suddenly start segfaulting...Nick Mathewson2008-09-10
* Make buffer unit tests handle resource leaks properly.Nick Mathewson2008-09-10
* Make more unit tests handle resource leaks properly.Nick Mathewson2008-09-10
* Correct indentation.Karsten Loesing2008-09-09
* tweak karsten's patchRoger Dingledine2008-09-09
* patch from karsten to fix more of bug 767Roger Dingledine2008-09-09
* Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson2008-09-09
* minor cleanups on karsten's patchRoger Dingledine2008-09-09
* karsten's patch for bug 767.Roger Dingledine2008-09-09
* Catch and report a few more bootstrapping failure cases when TorRoger Dingledine2008-09-09
* We should not alter an addr_policy_t that has been canonicalized.Nick Mathewson2008-09-09
* Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson2008-09-05
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05
* Fix a malloc that should have been a tor_mallocNick Mathewson2008-09-05
* Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson2008-09-05
* It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(b...Nick Mathewson2008-09-05
* Fix mingw build with --enable-gcc-warnings set.Nick Mathewson2008-09-04
* Use warn_too_many_conns() when accept() fails with a resource limit.Nick Mathewson2008-09-04
* Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson2008-09-01
* backport candidate:Roger Dingledine2008-08-31
* Double oops: revert accidentally committed local geoipc.c debugging hack.Nick Mathewson2008-08-29
* Oops. Make warn_too_many_conns() actually work. Nick Mathewson2008-08-29
* Oops; set address families on nameservers.Nick Mathewson2008-08-27
* Fix a memory leak when freeing routerstatuses with exit policy summaries. Pa...Nick Mathewson2008-08-25
* commit jake's patch to include strings with socks5 error numbersRoger Dingledine2008-08-25
* get rid of some magic constants i found while walkingRoger Dingledine2008-08-25
* Oops. Linux has no sa_len field.Nick Mathewson2008-08-22
* r17847@tombo: nickm | 2008-08-22 12:08:56 -0400Nick Mathewson2008-08-22
* r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson2008-08-22
* Relays now reject risky extend cells: if the extend cell includesRoger Dingledine2008-08-20
* make r16598 compile on 64-bit tooRoger Dingledine2008-08-20
* Update doxygen documentation.Karsten Loesing2008-08-19
* Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson2008-08-19
* All the controller things want their stuff in v2 format. Well then, maybe th...Peter Palfrader2008-08-17
* And tell us more in another error casePeter Palfrader2008-08-17
* Change a warning/bug messagePeter Palfrader2008-08-17
* Two consensus fixes: always reset has_* to 0, and use a buffer of proper len...Peter Palfrader2008-08-17