aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Add a ControlPortFileGroupWritable optionNick Mathewson2011-05-13
* Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* new GETINFO command to return list of listeners of a given typeNick Mathewson2011-05-13
* Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | Add an assert to un-confuse clang's analyzerSebastian Hahn2011-05-09
* | Fix a docstringSebastian Hahn2011-05-09
* | Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson2011-04-26
* | Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
* | Allow controllers a more up-to-date view of bridge usage.Nick Mathewson2011-04-07
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Fix a harmless off-by-one error in counting controller argument lengthsNick Mathewson2010-12-02
* | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | 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