aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* Added use of the new internal macro MHD_D_IS_USING_THREAD_PER_CONN_Evgeny Grin (Karlson2k)2023-11-09
* Added use of the new internal macro MHD_D_IS_USING_THREADS_()Evgeny Grin (Karlson2k)2023-11-09
* Fixed merge conflict introduced by 32eae456fddba5b48d08f44dda956a0ea1ffffeaEvgeny Grin (Karlson2k)2023-11-08
* Added new function MHD_run_from_select2() with FD_SETSIZE valueEvgeny Grin (Karlson2k)2023-11-08
* Added ignore of MHD_OPTION_APP_FD_SETSIZE when poll() is usedEvgeny Grin (Karlson2k)2023-11-08
* Additional corrections for MHD_get_fdset2()Evgeny Grin (Karlson2k)2023-11-08
* MHD_run_from_select(): reworked workaround for missing except_fd_setEvgeny Grin (Karlson2k)2023-11-07
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2023-11-07
* Used custom FD_SETSIZE in MHD_get_fdset2()Evgeny Grin (Karlson2k)2023-11-07
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2023-11-07
* Updated and used macros for polling modesEvgeny Grin (Karlson2k)2023-11-01
* Adjusted default value of maximum connectionsEvgeny Grin (Karlson2k)2023-11-01
* daemon: muted possible compiler warningEvgeny Grin (Karlson2k)2023-11-01
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2023-11-01
* Upgraded connection: cosmeticsEvgeny Grin (Karlson2k)2023-11-01
* Refactored threads supportEvgeny Grin (Karlson2k)2023-09-17
* daemon: unified check for debug macrosEvgeny Grin (Karlson2k)2023-09-13
* mhd_threads: added new macro MHD_join_thread_tid_()Evgeny Grin (Karlson2k)2023-09-08
* Renamed 'pid' -> 'tid' when used for threadsEvgeny Grin (Karlson2k)2023-09-08
* mhd_threads: renamed one macro for clarityEvgeny Grin (Karlson2k)2023-09-08
* Simplified deinit on W32.Evgeny Grin (Karlson2k)2023-09-07
* Allowed responses in special cases for backward-compatibility.Evgeny Grin (Karlson2k)2023-09-07
* Fixed some commentsEvgeny Grin (Karlson2k)2023-06-20
* Fixed possible timeout value trim on 32-bits platformsEvgeny Grin (Karlson2k)2023-06-20
* process new connection: fixed missing mutex unlock in error handling pathEvgeny Grin (Karlson2k)2023-06-20
* Added checks for correct values specified for connection memory limitsEvgeny Grin (Karlson2k)2023-06-20
* Added proper connection's buffers pre-initialisaionEvgeny Grin (Karlson2k)2023-06-20
* daemon: added debug member to avoid accept4() usageEvgeny Grin (Karlson2k)2023-06-20
* Bump version numbers as v0.9.77 was released on parallel branchEvgeny Grin (Karlson2k)2023-06-06
* Avoided potential compiler warningsEvgeny Grin (Karlson2k)2023-06-01
* Fixed compiler warning when built without poll() supportEvgeny Grin (Karlson2k)2023-06-01
* daemon.c: redesigned code for clarity and formattingEvgeny Grin (Karlson2k)2023-06-01
* configure: fixed checks for tsearch() and relatedEvgeny Grin (Karlson2k)2023-03-03
* daemon.c: fixed heap manipulations with mutex heldEvgeny Grin (Karlson2k)2023-03-02
* epoll: immediately notice when other side closes the socket, instead of waiti...Christian Grothoff2023-02-08
* daemon: fixed compiler warning for non-TLS buildsEvgeny Grin (Karlson2k)2022-12-27
* Correction for 4a169d0cffaa69ed22ddd6cca721b43c7599df6cEvgeny Grin (Karlson2k)2022-12-24
* Added new daemon option MHD_OPTION_CLIENT_DISCIPLINE_LVEvgeny Grin (Karlson2k)2022-12-22
* MHD_get_version_bin(): added new functionEvgeny Grin (Karlson2k)2022-12-19
* Fixed 699b6cd5636ef7ce2e41b42301fc1b56f9a02f8eEvgeny Grin (Karlson2k)2022-10-28
* Renamed one state in MHD_ConnectionEventLoopInfo for clarityEvgeny Grin (Karlson2k)2022-10-22
* Added new state for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* New values for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* Added check for hypothetical too large accepted sockets addressesEvgeny Grin (Karlson2k)2022-10-14
* Added ability to check for MHD debug builds at run-timeEvgeny Grin (Karlson2k)2022-10-14
* Fixed builds with old compilers after 0b9776811f2d8bd1041b759bd84733754bba7b3eEvgeny Grin (Karlson2k)2022-10-13
* daemon: added reporting of the position of problem in priorities stringEvgeny Grin (Karlson2k)2022-10-13
* daemon: merged processing of two similar optionsEvgeny Grin (Karlson2k)2022-10-13
* Added new MHD option to append TLS priorities stringEvgeny Grin (Karlson2k)2022-10-13