aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.h
Commit message (Expand)AuthorAge
* Report only the first bootstrap failure from an orconnNick Mathewson2014-03-27
* Throw control port warning if we failed to connect to all our bridges.George Kadianakis2014-03-10
* fix longname returned in HS_DESC control eventsQingping Hou2014-02-06
* add hidden service descriptor async control eventQingping Hou2014-01-29
* Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\
| * Pass const uint64_t pointers, document array length.Karsten Loesing2013-09-12
| * Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing2013-05-31
| * Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing2013-05-25
| * Add new CIRC_BW event.Karsten Loesing2013-05-16
| * Add new TB_EMPTY event.Karsten Loesing2013-05-16
| * Add new CELL_STATS event.Karsten Loesing2013-05-16
| * Add new CONN_BW event.Karsten Loesing2013-05-16
* | Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson2013-08-25
* | Implement the TRANSPORT_LAUNCHED control port event.George Kadianakis2013-08-25
* | Hide the contents of the circuit_build_times structure.Nick Mathewson2013-08-22
* | Write some free_all functions to free the auth. cookies.George Kadianakis2013-08-15
* | Expose/mock some functions to make ext_orport.c testing possibleNick Mathewson2013-08-15
* | Satisfy check-spaces.George Kadianakis2013-07-18
* | Create the Extended ORPort authentication cookie file.George Kadianakis2013-07-18
* | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
|/
* Merge remote-tracking branch 'public/bug8716_023' into maint-0.2.4Nick Mathewson2013-04-18
|\
| * Fix memory leak when sending configuration-changed eventNick Mathewson2013-04-17
* | Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)Desoxy2013-04-03
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson2012-01-11
* Rename CIRC2 to CIRC_MINORNick Mathewson2012-01-11
* Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
* Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\
| * Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
* | Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan2011-08-08
* | Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan2011-08-08
|/
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-23
|\
| * Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
| |\
| | * Split control connection cleanup out of connection_freeRobert Ransom2011-05-20
| | * Exit immediately if we can't monitor our owning controller processRobert Ransom2011-05-20
| | * Implement __OwningControllerProcess optionRobert Ransom2011-05-20
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-13
|\| |
| * | Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
| |/
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Add a SIGNAL event for control connectionsJohn Brooks2010-11-19
* | Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
|/
* Create control.hSebastian Hahn2010-07-27