GNU libmicrohttpd
0.9.72
|
Files | |
file | action_continue.c [code] |
implementation of MHD_action_continue() | |
file | action_from_response.c [code] |
implementation of MHD_action_from_response() | |
file | action_parse_post.c [code] |
implementation of MHD_action_parse_post() | |
file | action_process_upload.c [code] |
implementation of MHD_action_process_upload() | |
file | action_suspend.c [code] |
implementation of MHD_action_suspend() | |
file | connection_add.c [code] |
functions to add connection to our active set | |
file | connection_add.h [code] |
functions to add connection to our active set | |
file | connection_call_handlers.c [code] |
call the connection's handlers based on the event trigger | |
file | connection_call_handlers.h [code] |
function to call event handlers based on event mask | |
file | connection_cleanup.c [code] |
function to clean up completed connections | |
file | connection_cleanup.h [code] |
functions to cleanup completed connection | |
file | connection_close.c [code] |
functions to close a connection | |
file | connection_close.h [code] |
functions to close connection | |
file | connection_finish_forward.c [code] |
complete upgrade socket forwarding operation in TLS mode | |
file | connection_finish_forward.h [code] |
complete upgrade socket forwarding operation in TLS mode | |
file | connection_info.c [code] |
implementation of MHD_connection_get_information_sz() | |
file | connection_options.c [code] |
functions to set per-connection options | |
file | connection_update_last_activity.c [code] |
functions to add connection to our active set | |
file | connection_update_last_activity.h [code] |
function to update last activity of a connection | |
file | daemon_close_all_connections.c [code] |
function to close all connections open at a daemon | |
file | daemon_close_all_connections.h [code] |
function to close all connections open at a daemon | |
file | daemon_create.c [code] |
main functions to create a daemon | |
file | daemon_destroy.c [code] |
main functions to destroy a daemon | |
file | daemon_epoll.c [code] |
functions to run epoll()-based event loop | |
file | daemon_epoll.h [code] |
non-public functions provided by daemon_epoll.c | |
file | daemon_get_timeout.c [code] |
function to obtain timeout for event loop | |
file | daemon_info.c [code] |
implementation of MHD_daemon_get_information_sz() | |
file | daemon_ip_limit.c [code] |
counting of connections per IP | |
file | daemon_ip_limit.h [code] |
counting of connections per IP | |
file | daemon_options.c [code] |
boring functions to manipulate daemon options | |
file | daemon_poll.c [code] |
functions to run poll-based event loop | |
file | daemon_poll.h [code] |
non-public functions provided by daemon_poll.c | |
file | daemon_quiesce.c [code] |
main functions to quiesce a daemon | |
file | daemon_run.c [code] |
generic function to run event loop of a daemon | |
file | daemon_select.c [code] |
function to run select()-based event loop of a daemon | |
file | daemon_select.h [code] |
non-public functions provided by daemon_select.c | |
file | daemon_start.c [code] |
functions to start a daemon | |
file | init.c [code] |
initialization routines | |
file | init.h [code] |
functions to initialize library | |
file | internal.c [code] |
file | internal.h [code] |
internal shared structures | |
file | memorypool.c [code] |
memory pool | |
file | memorypool.h [code] |
memory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request | |
file | mhd_assert.h [code] |
file | mhd_byteorder.h [code] |
file | mhd_compat.c [code] |
file | mhd_compat.h [code] |
file | mhd_itc.c [code] |
file | mhd_itc.h [code] |
file | mhd_itc_types.h [code] |
file | mhd_limits.h [code] |
file | mhd_locks.h [code] |
file | mhd_mono_clock.c [code] |
file | mhd_mono_clock.h [code] |
file | mhd_sockets.c [code] |
file | mhd_sockets.h [code] |
file | mhd_str.c [code] |
file | mhd_str.h [code] |
file | mhd_threads.c [code] |
file | mhd_threads.h [code] |
file | panic.c [code] |
functions to panic (abort) | |
file | reason_phrase.c [code] |
Tables of the string response phrases. | |
file | request.c [code] |
file | request_info.c [code] |
implementation of MHD_request_get_information_sz() | |
file | request_resume.c [code] |
implementation of MHD_request_resume() | |
file | request_resume.h [code] |
implementation of MHD_request_resume() | |
file | response.c [code] |
implementation of general response functions | |
file | response_for_upgrade.c [code] |
implementation of MHD_response_for_upgrade() | |
file | response_from_buffer.c [code] |
implementation of MHD_response_from_buffer() | |
file | response_from_callback.c [code] |
implementation of MHD_response_from_callback() | |
file | response_from_fd.c [code] |
implementation of MHD_response_from_fd() | |
file | response_options.c [code] |
file | sysfdsetsize.c [code] |
file | sysfdsetsize.h [code] |
file | tsearch.c [code] |
file | tsearch.h [code] |
file | upgrade_process.c [code] |
function to process upgrade activity (over TLS) | |
file | upgrade_process.h [code] |
function to process upgrade activity (over TLS) | |
file | version.c [code] |
versioning and optional feature tests | |