aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create rendmid.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-26Proper NULL checking for hsdesc publicationSebastian Hahn
2010-02-23Proper NULL checking for hsdesc publicationSebastian Hahn
2009-12-17Remove v0 hidden service statistics code.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12Make rend_cache_entry_free() typecheck when possible.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-10-26Remove checks for array existence. (CID 410..415)Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-06-13Fix more of bug 997.Karsten Loesing
2009-05-04Drop version 0 hidserv support on service side.Karsten Loesing
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-31switch over the bridge descriptor download mechanism toRoger Dingledine
2008-12-29Replace kludgy assert with something a little less awful, and avoid needless ...Nick Mathewson
2008-12-18Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the fun...Nick Mathewson
2008-10-27make layer_hint check a little stricter.Nick Mathewson
2008-10-27Verify cpath_layer match on rendezvous cells too. Fixes another case of bug ...Nick Mathewson
2008-10-02Make rend_cache_store() use the same return error codes as its v2Roger Dingledine
2008-09-24Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...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-09karsten's patch for bug 767.Roger Dingledine
2008-09-05Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson
2008-08-20make r16598 compile on 64-bit tooRoger Dingledine
2008-08-19Update doxygen documentation.Karsten Loesing
2008-08-19Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-02-20if you thought r13604 was a kludge, how about this.Roger Dingledine
2008-02-20be more clear about a possible integer underflow problem. thisRoger Dingledine
2008-02-19check return value for crypto_pk_asn1_encode here too. thanks veracode.Roger Dingledine
2008-02-13 r18068@catbus: nickm | 2008-02-13 11:33:19 -0500Nick Mathewson
2008-02-07Update some copyright notices: it is now 2008.Nick Mathewson
2008-01-24patch "15" from karsten: don't retry a v2 renddesc fetchRoger Dingledine
2008-01-06patch from karsten to complain less when a node losesRoger Dingledine
2007-12-21revert r12841 and r12842, and commit karsten's "patch 13"Roger Dingledine