aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.h
AgeCommit message (Expand)Author
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Add client auth for ADD_ONION servicesJohn Brooks
2016-02-27Update the copyright year.Nick Mathewson
2016-02-17Add onion address to the HS_DESC UPLOADED eventDavid Goulet
2015-09-08Add replica number to HS_DESC CREATED eventDonncha O'Cearbhaill
2015-08-25Add a HS_DESC CREATED control eventDonncha O'Cearbhaill
2015-08-20Rename EVENT_SIGNAL -> EVENT_GOT_SIGNALNick Mathewson
2015-08-18Refactor initialization logic for control-event-queueNick Mathewson
2015-08-18Remove obsolete event_format_tNick Mathewson
2015-08-18Refactor our logic for sending events to controllersNick Mathewson
2015-05-18Merge remote-tracking branch 'andrea/ticket15358_squashed_2'Nick Mathewson
2015-05-17Implement EVENT_NETWORK_LIVENESSAndrea Shepard
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Control: add HS_DESC_CONTENT eventDavid Goulet
2015-03-22Compile-time check that control_event_t.event_mask is big enoughteor
2015-03-22Add unit tests for control_event_is_interesting()teor
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-01-07GETINFO bw-event-cache to get information on recent BW eventsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-16Adding REASON field to HS_DESC FAILED controller event.rl1987
2014-10-28Add another year to our copyright dates.Nick 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