summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
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/bug3122_memcmp_022' into bug3122_memcmp_023Nick 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-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09Add an assert to un-confuse clang's analyzerSebastian Hahn
2011-05-09Fix a docstringSebastian Hahn
2011-05-05Replace _AUTHORITY enum values with _DIRINFO values (automted)Nick Mathewson
2011-04-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
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-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Allow controllers a more up-to-date view of bridge usage.Nick Mathewson
2011-01-07Fix wide lines in control.cNick Mathewson
2011-01-07GETINFO options for querying traffic usageDamian Johnson
2011-01-03Tweak GETINFO process/* code: no need to print an int as anything other than %dNick Mathewson
2011-01-03Implementing getinfo options for the pid, uid, user, and descriptor limit as ...Damian Johnson
2011-01-03Merge remote branch 'origin/maint-0.2.2'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-02Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-02Fix a harmless off-by-one error in counting controller argument lengthsNick Mathewson
2010-11-20Add missing cast when formatting uintptr_tNick Mathewson
2010-11-19Fix wide lines in SIGNAL patchNick Mathewson
2010-11-19Add a SIGNAL event for control connectionsJohn Brooks
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-13Use connection_mark_and_flush consistently.Nick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Add a new connection_fetch_from_buf_line() that can handle buffereventsNick 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