summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2011-06-17Merge branch 'bug3407' into maint-0.2.2Nick Mathewson
2011-06-17Make send_control_event_impl's behaviour saneRobert Ransom
2011-06-17Fix comment typoRobert Ransom
2011-06-17Make connection_printf_to_buf's behaviour saneRobert Ransom
2011-05-30Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson
2011-05-24Correct some outdated commentsRobert Ransom
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-20Split out owning-controller-loss shutdown code into a functionRobert Ransom
2011-05-20Implement TAKEOWNERSHIP commandRobert Ransom
2011-05-20Split control connection cleanup out of connection_freeRobert Ransom
2011-05-20Add an XXXRobert Ransom
2011-05-20Fix trailing asterisk in the output of "GETINFO info/names"Robert Ransom
2011-05-20Exit immediately if we can't monitor our owning controller processRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13new GETINFO command to return list of listeners of a given typeNick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-05-09Add an assert to un-confuse clang's analyzerSebastian Hahn
2011-05-09Fix a docstringSebastian Hahn
2011-04-26Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson
2011-04-15Make SIGNAL DUMP work on FreeBSDSebastian Hahn
2011-04-07Allow controllers a more up-to-date view of bridge usage.Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-02Fix a harmless off-by-one error in counting controller argument lengthsNick Mathewson
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.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 buffers.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn