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