|
Tor 0.4.9.3-alpha-dev
|
feature/control: Controller API.
More...Files | |
| btrack.c | |
| Bootstrap trackers. | |
| btrack_circuit.c | |
| Bootstrap tracker for origin circuits. | |
| btrack_circuit.h | |
| Header file for btrack_circuit.c. | |
| btrack_orconn.c | |
| Bootstrap tracker for OR connections. | |
| btrack_orconn.h | |
| Header file for btrack_orconn.c. | |
| btrack_orconn_cevent.c | |
| Emit bootstrap status events for OR connections. | |
| btrack_orconn_cevent.h | |
| Header file for btrack_orconn_cevent.c. | |
| btrack_orconn_maps.c | |
| Hash map implementation for btrack_orconn.c. | |
| btrack_orconn_maps.h | |
| Header file for btrack_orconn_maps.c. | |
| btrack_sys.h | |
| Declare subsystem object for the bootstrap tracker susbystem. | |
| control.c | |
| Implementation for Tor's control-socket interface. | |
| control.h | |
| Header file for control.c. | |
| control_auth.c | |
| Authentication for Tor's control-socket interface. | |
| control_auth.h | |
| Header file for control_auth.c. | |
| control_bootstrap.c | |
| Provide bootstrap progress events for the control port. | |
| control_cmd.c | |
| Implement various commands for Tor's control-socket interface. | |
| control_cmd.h | |
| Header file for control_cmd.c. | |
| control_cmd_args_st.h | |
| Definition for control_cmd_args_t. | |
| control_connection_st.h | |
| Controller connection structure. | |
| control_events.c | |
| Implement the event-reporting part of the controller API. | |
| control_events.h | |
| Header file for control_events.c. | |
| control_fmt.c | |
| Formatting functions for controller data. | |
| control_fmt.h | |
| Header file for control_fmt.c. | |
| control_getinfo.c | |
| Implementation for miscellaneous controller getinfo commands. | |
| control_getinfo.h | |
| control_hs.c | |
| Implement commands for Tor's control-socket interface that are related to onion services. | |
| control_hs.h | |
| control_proto.c | |
| Formatting functions for controller data. | |
| control_proto.h | |
| Header file for control_proto.c. | |
| getinfo_geoip.c | |
| GEOIP-related controller GETINFO commands. | |
| getinfo_geoip.h | |
| Header for getinfo_geoip.c. | |
feature/control: Controller API.
The Controller API is a text-based protocol that another program (or another thread, if you're running Tor in-process) can use to configure and control Tor while it is running. The current protocol is documented in control-spec.txt.