src/boolean.h | |
src/connection.c | Simple connection manager that forwards to registered handlers |
src/connection.h | |
src/hcap.c | Main entry point of hcap |
src/hcap.h | |
src/http.c | HTTP utility functions |
src/http.h | |
src/http_client.c | HTTP client handler |
src/http_client.h | |
src/http_parser.c | HTTP protocol parser |
src/http_parser.h | |
src/linked_list.c | Generic doubly linked list |
src/linked_list.h | |
src/log.c | Logging functions for hcap (not an access log) |
src/log.h | |
src/net.c | Portable non-blocking TCP network functions |
src/net.h | |
src/settings.c | Settings manager for hcap |
src/settings.h | |
src/settings_parser.c | Parses and reads setting files (in key=value lines) into an internal linked list |
src/settings_parser.h | |
src/socks_client.c | Handles SOCKS requests |
src/socks_client.h | |
src/socks_parser.c | SOCKS5 protocol parser |
src/socks_parser.h | |
src/strext.c | String extension functions |
src/strext.h | |
src/webui/webui.c | Handles webui requests |
src/webui/webui.h |