aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry2010-05-10
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Tweak users of snprintf to use asprintf where appropriateNick Mathewson2010-02-28
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\ \ | |/ |/|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| * Fix an apparently bogus check; fortunately, it seems to be untriggered.Nick Mathewson2009-10-26
* | Fix another coverity-spotted memleakSebastian Hahn2010-02-23
* | Break early on unknown extendcircuit purposeSebastian Hahn2010-02-22
* | Fix a memory leak, found by coveritySebastian Hahn2010-02-22
* | Remove some redundand code in control.cSebastian Hahn2010-02-22
* | Future-proof the control protocol by ignoring unrecognized keyword argsNick Mathewson2010-02-18
* | Make more arguments in control.c properly case-insensitive.Nick Mathewson2010-02-18
* | Move CBT params into consensus.Mike Perry2010-02-18
* | Allow "EXTENDCIRCUIT 0" to omit a path.Mike Perry2010-02-18
* | Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry2010-02-18
* | Fix comments for getinfo_helper_tSebastian Hahn2010-01-27
* | Fix a memory corruption bug while collecting bridge statsKarsten Loesing2010-01-26
* | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | Fix bridge statistics.Karsten Loesing2009-12-17
* | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | New controller command "getinfo config-text"Roger Dingledine2009-12-13
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
|/ /
* | Fix an accidentally removed free in 385853a282138a61, and repair a check.Nick Mathewson2009-10-26
* | Fix/annotate deadcode for CID 402,403Nick Mathewson2009-10-26
* | Remove checks for array existence. (CID 410..415)Nick Mathewson2009-10-26
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-10-26
|\|
| * Fix two memory leaks found by Coverity (CIDs 417-418)Nick Mathewson2009-10-26
* | Actually remember all the consensus types when we are done generating them.Nick Mathewson2009-10-15
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\|
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
| * Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine2009-08-31
* | remove experimental 'getinfo unregistered-servers-'Roger Dingledine2009-07-13
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-24
|\|
| * Ignore control port commands after a QUITMarcus Griep2009-06-24
| * Flush long replies over control port on QUITMarcus Griep2009-06-24
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\|
| * Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Fix misreporting of stream bandwidths.Mike Perry2009-05-14
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Update newer control_event_stream_bandwidth code to revised control implNick Mathewson2009-05-25
* | Remove support for events without the extended format or long names.Nick Mathewson2009-05-25
* | Fix misreporting of stream bandwidths.potentiate2009-05-14
* | Update copyright to 2009.Karsten Loesing2009-05-02
* | Remove the long-deprecated GETINFO addr-mappings/Nick Mathewson2009-05-01
|/
* Do not generate the non-verbose circuit path when generating a circuit event ...Nick Mathewson2009-03-18
* send the newconsensus event if the controller has asked for newconsensusRoger Dingledine2009-02-20