aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.h
Commit message (Collapse)AuthorAge
* Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson2011-04-26
| | | | | | This is a tweak to the bug2917 fix. Basically, if we want to simulate a signal arriving in the controller, we shouldn't have to pretend that we're Libevent, or depend on how Tor sets up its Libevent callbacks.
* Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
| | | | | | | | | While doing so, get rid of the now unnecessary function control_signal_act(). Fixes bug 2917, reported by Robert Ransom. Bugfix on commit 9b4aa8d2abbce71398e58188209a1b1d04885b96. This patch is loosely based on a patch by Robert (Changelog entry).
* Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
| | | | About 860 doxygen-less things remain in 0.2.2
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
|
* Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
| | | | Also redocument it. Related to #1362.
* Create main.hSebastian Hahn2010-07-27