summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-07-01Fix a rare memory leak in rend_cache_storeNick Mathewson
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-03Merge remote-tracking branch 'rransom/bug2748-v2' into maint-0.2.2Nick Mathewson
2011-06-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Add info-level log messages during HS-client-state purgeRobert Ransom
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-28Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn
2011-04-28Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
2011-04-27Instead of checking whether we have unremoved intro points, check for usable ...Nick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-14Log malformed HS descriptor requests at the proper levelRobert Ransom
2011-03-14Remove dead code from rend_cache_lookup_v2_desc_as_dirRobert Ransom
2011-02-07change APIs slightly to make #1944 easierRoger Dingledine
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
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