GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
lib Directory Reference
Directory dependency graph for lib:
src/lib

Files

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