aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2013-10-21DROPGUARDS controller commandNick Mathewson
2013-09-13Add a --dump-config option to help testing option parsing.Nick Mathewson
2013-09-12Pass const uint64_t pointers, document array length.Karsten Loesing
2013-09-12Don't format cell stats for unattached circuits.Karsten Loesing
2013-08-25Cleanup whitespacesNick Mathewson
2013-08-25Basic unit test for EVENT_TRANSPORT_LAUNCHEDNick Mathewson
2013-08-25Widen event_mask_t to 64 bitsNick 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-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-08-15Merge remote-tracking branch 'majek/bug9108'Nick Mathewson
2013-08-15Write some free_all functions to free the auth. cookies.George Kadianakis
2013-08-15Implement and use a generic auth. cookie initialization function.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-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