aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
AgeCommit message (Expand)Author
2010-07-27Create main.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.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-07Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-02-07lookup_last_hid_serv_request() could overflow and leak memorySebastian Hahn
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-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-10-25Reduce log level for someone else sending us weak DH keys.Karsten Loesing
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-09-21downgrade a log severity, since this event has been knowntor-0.2.2.2-alphaRoger Dingledine
2009-09-17a mish-mash of stuff in my sandboxRoger Dingledine
2009-09-16Merge commit 'karsten/fix-1073' into maint-0.2.1Nick Mathewson
2009-09-15Read "circwindow=x" from the consensus and use itRoger Dingledine
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Reduce log level for bug case that we now know really exists.Karsten Loesing
2009-08-29Avoid segfault when accessing hidden service.Karsten Loesing
2009-07-02Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-02Make an attempt to fix bug 1024.Karsten Loesing
2009-06-19Better fix for 997.Karsten Loesing
2009-06-19Revert "Backport fix for bug 997."Karsten Loesing
2009-06-16Backport fix for bug 997.Karsten Loesing
2009-06-13Fix more of bug 997.Karsten Loesing
2009-06-12Restore changes from f79688d that got lost somehow during a merge.Karsten Loesing
2009-05-28Restore changes from Karsten's "Remove unused rendversion parameters".Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Remove unused rendversion parameters. YAGNI.Karsten Loesing
2009-05-04Clients do not request version 0 hidserv descs anymore.Karsten Loesing
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-02-10Don't extend introduction circuits indefinitely.Nick Mathewson
2009-01-06Clean up (and mark for 0.2.2.) comments relating to non-beauty of current bug...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18Fix a valgrind-located memory stomp. Bugfix on 0.2.1.6-alpha.Nick Mathewson
2008-12-11Change directory_get_from_dirserver to take a set of flags to be passed to pi...Nick Mathewson
2008-11-29clean up some log messagesRoger Dingledine