index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
control
/
control_events.c
Age
Commit message (
Expand
)
Author
2022-03-14
Control port STREAM XON/XOFF status event notification
Mike Perry
2022-03-03
Add congestion control fields to CIRC_BW control port event
Mike Perry
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-19
or: Cleanup or.h header of HSv2 code
David Goulet
2021-02-19
hs-v2: Removal of service and relay support
David Goulet
2021-02-08
Merge branch 'bug40249_squashed'
Nick Mathewson
2021-02-08
Add stream ID to ADDRMAP control event
Neel Chauhan
2020-11-15
Add support for creating v3 onion services form the control port
Neel Chauhan
2020-10-28
Revise fix for bug 32178 (spaces at end of log msg).
Nick Mathewson
2020-10-28
Removes trailing spaces in control event log
Amadeusz Pawlik
2020-08-11
Remove extraneous EVENT_CONTROLLER_WAIT
Nick Mathewson
2020-07-31
Code simplifications for AP_CONN_STATE_CONTROLLER_WAIT
Neel Chauhan
2020-07-08
Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_W...
Neel Chauhan
2020-06-23
Relocate CBT event to control_events.c
Mike Perry
2020-02-10
Merge branch 'bug33104_041'
Nick Mathewson
2020-01-30
Rewrite control_event_signal() to use signal_table.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-11-29
control: Update an outdated function comment
teor
2019-11-29
control: Remove an unused function return value
teor
2019-11-29
control: Rename a function variable
teor
2019-11-26
Make control_event_conf_changed() take a config_line_t
Neel Chauhan
2019-11-25
Merge branch 'stream-socks-auth' into bug19859_merged
Nick Mathewson
2019-11-07
Make all our struct names end with "_t".
Nick Mathewson
2019-10-27
Bug 19859: Add stream isolation data to STREAM event
JeremyRand
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
feature/control: wrap some problem macros in COCCI
Nick Mathewson
2019-10-16
Check tor_vasprintf for error return values.
Tobias Stoeckmann
2019-08-19
nodelist: Move router_get_verbose_nickname() declaration
teor
2019-07-08
Adjust log callback type to use log_domain_mask_t
Nick Mathewson
2019-04-30
Split reply formatting out of control_fmt.c
Taylor Yu
2019-03-25
Split getinfo handling into a new control_getinfo.c
Nick Mathewson
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson