Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson | 2012-06-04 |
| | |||
* | Add about 60 more DOCDOC comments to 0.2.3 | Nick Mathewson | 2012-06-04 |
| | | | | | | | | Also, try to resolve some doxygen issues. First, define a magic "This is doxygen!" macro so that we take the correct branch in various #if/#else/#endifs in order to get the right documentation. Second, add in a few grouping @{ and @} entries in order to get some variables and fields to get grouped together. | ||
* | Add clarity/typesafety wrappers for control_event_circuit_status_minor | Nick Mathewson | 2012-01-11 |
| | |||
* | Rename CIRC2 to CIRC_MINOR | Nick Mathewson | 2012-01-11 |
| | | | | | Also give the arguments to control_event_circuit_status_minor real names. | ||
* | Add CIRC2 control-port event, and send it when a circ's purpose changes | Robert Ransom | 2011-11-24 |
| | |||
* | Merge remote-tracking branch 'public/split_entry_conn' | Nick Mathewson | 2011-09-07 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/connection.c src/or/connection_edge.c src/or/connection_edge.h src/or/dnsserv.c Some of these were a little tricky, since they touched code that changed because of the prop171 fixes. | ||
| * | Move entry-only fields from edge_connection_t to entry_connection_t | Nick Mathewson | 2011-07-21 |
| | | | | | | | | Also, refactor the code accordingly. | ||
* | | Refactor to do CONF_CHANGED event formatting inside control.c | Kamran Riaz Khan | 2011-08-08 |
| | | |||
* | | Emits CONF_CHANGED events whenever Tor's configuration values change. | Kamran Riaz Khan | 2011-08-08 |
|/ | |||
* | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-05-23 |
|\ | | | | | | | | | | | Conflicts: src/common/Makefile.am src/or/control.c | ||
| * | Merge branch 'feature3049-v2' into maint-0.2.2 | Nick Mathewson | 2011-05-23 |
| |\ | | | | | | | | | | | | | Conflicts: src/common/Makefile.am | ||
| | * | Split control connection cleanup out of connection_free | Robert Ransom | 2011-05-20 |
| | | | |||
| | * | Exit immediately if we can't monitor our owning controller process | Robert Ransom | 2011-05-20 |
| | | | | | | | | | | | | | | | | | | | | | tor_process_monitor_new can't currently return NULL, but if it ever can, we want that to be an explicitly fatal error, without relying on the fact that monitor_owning_controller_process's chain of caller will exit if it fails. | ||
| | * | Implement __OwningControllerProcess option | Robert Ransom | 2011-05-20 |
| | | | | | | | | | | | | Implements part of feature 3049. | ||
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-05-13 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/dirserv.c src/or/or.h | ||
| * | | Write automatically-chosen control ports to a file. | Nick Mathewson | 2011-05-13 |
| |/ | |||
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-03 |
|\| | |||
| * | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | 2011-01-03 |
| | | |||
* | | Add a SIGNAL event for control connections | John Brooks | 2010-11-19 |
| | | | | | | | | Implements ticket #1955 | ||
* | | Try to make most routerstatus_t interfaces const | Nick Mathewson | 2010-10-01 |
|/ | |||
* | Create control.h | Sebastian Hahn | 2010-07-27 |