|
Tor 0.4.9.8
|
Files | |
| connection.c | |
| General high-level functions to handle reading and writing on connections. | |
| connection.h | |
| Header file for connection.c. | |
| cpuworker.c | |
| Uses the workqueue/threadpool code to farm CPU-intensive activities out to subprocesses. | |
| cpuworker.h | |
| Header file for cpuworker.c. | |
| mainloop.c | |
| Toplevel module. Handles signals, multiplexes between connections, implements main loop, and drives scheduled events. | |
| mainloop.h | |
| Header file for mainloop.c. | |
| mainloop_pubsub.c | |
| Connect the publish-subscribe code to the main-loop. | |
| mainloop_pubsub.h | |
| Header for mainloop_pubsub.c. | |
| mainloop_state.inc | |
| Declare configuration options for the crypto_ops module. | |
| mainloop_state_st.h | |
| Declare a state structure for mainloop-relevant fields. | |
| mainloop_sys.c | |
| Declare the "mainloop" subsystem. | |
| mainloop_sys.h | |
| Header for mainloop_sys.c. | |
| netstatus.c | |
| Track whether the network is disabled, dormant, etc. | |
| netstatus.h | |
| Header for netstatus.c. | |
| periodic.c | |
| Generic backend for handling periodic events. | |
| periodic.h | |
| Header for periodic.c. | |