aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-06-13Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-13Merge remote-tracking branch 'public/bug8822' into maint-0.2.4Nick Mathewson
2013-06-12Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-12Make all consumers of microdesc_t.body tolerate NULLNick Mathewson
2013-05-31When launching a resolve request on behalf of an AF_UNIX control, omit the ad...Andrea Shepard
2013-05-31Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing
2013-05-25Tweak CIRC_BW event based on comments by nickm.Karsten Loesing
2013-05-25Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing
2013-05-25Tweak CELL_STATS event based on comments by nickm.Karsten Loesing
2013-05-25Tweak CONN_BW event based on comments by nickm.Karsten Loesing
2013-05-25Tweak ORCONN 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-05-16Add connection ID to ORCONN event.Karsten Loesing
2013-05-14Check the return value of memchr().Arlo Breault
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-11Merge remote-tracking branch 'public/bug7302' into maint-0.2.4Nick Mathewson
2013-04-03Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)Desoxy
2013-03-18Make stream events for RESOLVE lookups more consistentNick Mathewson
2013-03-11Make control_event_bootstrap_problem always INFO when hibernatingNick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-28Fix memory leak in safe-cookie authentication codeNick Mathewson
2012-12-17Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-11-23Make sure that the error in ADDRMAP events is well-formedNick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-11-02Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-08Use connection_or_get_num_circuits() in control.cAndrea Shepard
2012-10-08Query circuit count from associated channel of or_conn in control.cAndrea Shepard
2012-09-14Remove router_get_by_{nickname,hexdigest} entirelyNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-15Fix wildcarded address mappings from the control portNick Mathewson
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-28Fix bug 3842: add a GETINFO signal/namesBrendan C
2012-06-28add new GETINFO config/defaultsmeejah