aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Fix misplaced labelsSebastian Hahn2010-08-16
* Create routerparse.hSebastian Hahn2010-07-27
* Create reasons.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create networkstatus.hSebastian Hahn2010-07-27
* Create main.hSebastian Hahn2010-07-27
* Create hibernate.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27
* Create directory.hSebastian Hahn2010-07-27
* Create control.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* Create buffers.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* Split headers for dnsserv.c functions out of or.hSebastian Hahn2010-07-27
* Make the controller act more usefully when GETINFO failsNick Mathewson2010-07-18
* Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\
| * Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry2010-06-15
| * Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry2010-05-10
* | Remove the extra space that is sent in certain STREAM messages from the contr...Kat Magic2010-06-22
|/
* 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