summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-22Remove the extra space that is sent in certain STREAM messages from the contr...Kat Magic
2010-06-15Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry
2010-05-10Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry
2010-04-02Merge branch 'asprintf'Nick Mathewson
2010-02-28Tweak users of snprintf to use asprintf where appropriateNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-23Fix another coverity-spotted memleakSebastian Hahn
2010-02-22Break early on unknown extendcircuit purposeSebastian Hahn
2010-02-22Fix a memory leak, found by coveritySebastian Hahn
2010-02-22Remove some redundand code in control.cSebastian Hahn
2010-02-18Future-proof the control protocol by ignoring unrecognized keyword argsNick Mathewson
2010-02-18Make more arguments in control.c properly case-insensitive.Nick Mathewson
2010-02-18Move CBT params into consensus.Mike Perry
2010-02-18Allow "EXTENDCIRCUIT 0" to omit a path.Mike Perry
2010-02-18Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry
2010-01-27Fix comments for getinfo_helper_tSebastian Hahn
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-17Fix bridge statistics.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-13New controller command "getinfo config-text"Roger Dingledine
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-26Fix an apparently bogus check; fortunately, it seems to be untriggered.Nick Mathewson
2009-10-26Fix an accidentally removed free in 385853a282138a61, and repair a check.Nick Mathewson
2009-10-26Fix/annotate deadcode for CID 402,403Nick Mathewson
2009-10-26Remove checks for array existence. (CID 410..415)Nick Mathewson
2009-10-26Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-10-26Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine
2009-07-13remove experimental 'getinfo unregistered-servers-'Roger Dingledine
2009-06-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-24Ignore control port commands after a QUITMarcus Griep
2009-06-24Flush long replies over control port on QUITMarcus Griep
2009-05-31Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-30Don't attempt to log messages to a controller from a worker thread.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-25Update newer control_event_stream_bandwidth code to revised control implNick Mathewson
2009-05-25Remove support for events without the extended format or long names.Nick Mathewson