aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* Remove extra quotation marks around the result of esc_for_logRobert Ransom2011-08-15
* Improve error msg on failed getinfo fingerprintNick Mathewson2011-07-14
* Change GETINFO fingerprint to look at server_mode, not my_descriptorNick Mathewson2011-07-13
* Add BUILDTIMEOUT_SET to the result of GETINFO events/namesRobert Ransom2011-06-25
* Merge branch 'bug3407' into maint-0.2.2Nick Mathewson2011-06-17
|\
| * Make send_control_event_impl's behaviour saneRobert Ransom2011-06-17
| * Fix comment typoRobert Ransom2011-06-17
| * Make connection_printf_to_buf's behaviour saneRobert Ransom2011-06-17
| * Correct some outdated commentsRobert Ransom2011-05-24
* | Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson2011-05-30
|\ \
| * | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
| |/ |/|
* | Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
|\ \ | |/ |/|
| * Split out owning-controller-loss shutdown code into a functionRobert Ransom2011-05-20
| * Implement TAKEOWNERSHIP commandRobert Ransom2011-05-20
| * Split control connection cleanup out of connection_freeRobert Ransom2011-05-20
| * Add an XXXRobert Ransom2011-05-20
| * Fix trailing asterisk in the output of "GETINFO info/names"Robert Ransom2011-05-20
| * Exit immediately if we can't monitor our owning controller processRobert Ransom2011-05-20
| * Implement __OwningControllerProcess optionRobert Ransom2011-05-20
* | 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