Changesets: libmicrohttpd
master c2c728bc 2021-10-27 22:33 Details Diff |
Added new W32 project files to the tarball | ||
mod - Makefile.am | Diff File | ||
master af75c70b 2021-10-27 22:24 Details Diff |
Further improved PAGESIZE macro detection | ||
mod - configure.ac | Diff File | ||
mod - src/microhttpd/memorypool.c | Diff File | ||
master 60cdf5f9 2021-10-26 14:16 Details Diff |
chunked responses: alway unlock response if closing the connection | ||
mod - src/microhttpd/connection.c | Diff File | ||
master 8a9bb841 2021-10-26 14:09 Details Diff |
Chunked responses: do not provide extra space for the response if size is known | ||
mod - src/microhttpd/connection.c | Diff File | ||
master 86b478e3 2021-10-26 14:07 Details Diff |
internal.h: clarified doxy | ||
mod - src/microhttpd/internal.h | Diff File | ||
master 54e679e5 2021-10-26 11:42 Details Diff |
connection.c: fixed harmless compiler warning | ||
mod - src/microhttpd/connection.c | Diff File | ||
master a1cc6eee 2021-10-26 11:10 Details Diff |
src/microhttpd/Makefile: cosmetics | ||
mod - src/microhttpd/Makefile.am | Diff File | ||
master 740deea3 2021-10-25 20:23 Details Diff |
W32 VS projects: use C17 if available | ||
mod - w32/common/common-build-settings.vcxproj | Diff File | ||
master 6ef0c39e 2021-10-25 19:39 Details Diff |
W32: added VS project files for the latest installed toolset | ||
add - w32/VS-Any-Version/.gitignore | Diff File | ||
add - w32/VS-Any-Version/hellobrowser.vcxproj | Diff File | ||
add - w32/VS-Any-Version/hellobrowser.vcxproj.filters | Diff File | ||
add - w32/VS-Any-Version/largepost.vcxproj | Diff File | ||
add - w32/VS-Any-Version/libmicrohttpd.sln | Diff File | ||
add - w32/VS-Any-Version/libmicrohttpd.vcxproj | Diff File | ||
add - w32/VS-Any-Version/libmicrohttpd.vcxproj.filters | Diff File | ||
add - w32/VS-Any-Version/simplepost.vcxproj | Diff File | ||
master cc0d92b9 2021-10-25 19:37 Details Diff |
W32: added VS2022 project files | ||
add - w32/VS2022/.gitignore | Diff File | ||
add - w32/VS2022/hellobrowser.vcxproj | Diff File | ||
add - w32/VS2022/hellobrowser.vcxproj.filters | Diff File | ||
add - w32/VS2022/largepost.vcxproj | Diff File | ||
add - w32/VS2022/libmicrohttpd.sln | Diff File | ||
add - w32/VS2022/libmicrohttpd.vcxproj | Diff File | ||
add - w32/VS2022/libmicrohttpd.vcxproj.filters | Diff File | ||
add - w32/VS2022/simplepost.vcxproj | Diff File | ||
master b6a6f46c 2021-10-25 17:55 Details Diff |
Fixed builds with MSVS | ||
mod - src/microhttpd/mhd_align.h | Diff File | ||
mod - w32/common/MHD_config.h | Diff File | ||
master 75f339b0 2021-10-25 17:53 Details Diff |
tsearch.c: fixed missing include after f66a23d27116ade5876d7e23d8c077091cd572e9 | ||
mod - src/microhttpd/tsearch.c | Diff File | ||
master 481c63ba 2021-10-25 16:27 Details Diff |
mhd_mono_clock: do not use MinGW clock wrappers on W32 | ||
mod - src/microhttpd/mhd_mono_clock.c | Diff File | ||
master f971d78f 2021-10-25 16:16 Details Diff |
configure: removed unused HAVE_DECL_SOCK_NONBLOCK macro from MHD_config.h | ||
mod - configure.ac | Diff File | ||
master bf024f23 2021-10-25 16:00 Details Diff |
connection.c: fixed compiler warning | ||
mod - src/microhttpd/connection.c | Diff File | ||
master 03a73cf1 2021-10-25 15:59 Details Diff |
Removed unneeded cast of MHD_CONTENT_READER_END_* values | ||
mod - src/microhttpd/connection.c | Diff File | ||
master a2798b7c 2021-10-25 15:52 Details Diff |
Chunked response: close connection if application returns more data than requested | ||
mod - src/microhttpd/connection.c | Diff File | ||
master 4e745237 2021-10-25 15:07 Details Diff |
mhd_str: fixed typos in doxy comments | ||
mod - src/microhttpd/mhd_str.c | Diff File | ||
mod - src/microhttpd/mhd_str.h | Diff File | ||
master 9cb16af3 2021-10-24 15:43 Details Diff |
connection.c: fixed copy-paste error in comment | ||
mod - src/microhttpd/connection.c | Diff File | ||
master 276f601f 2021-10-24 12:39 Details Diff |
Fixed: include "MHD_config.h" before other headers to set correct macros | ||
mod - src/microhttpd/mhd_align.h | Diff File | ||
mod - src/microhttpd/mhd_bithelpers.h | Diff File | ||
mod - src/microhttpd/test_str_token_remove.c | Diff File | ||
mod - src/microhttpd/test_str_tokens_remove.c | Diff File | ||
mod - src/microhttpd/tsearch.c | Diff File | ||
master 18c2ad66 2021-10-24 12:24 Details Diff |
websocket_threaded_example: fixed compiler warning on x32 platforms | ||
mod - src/examples/websocket_threaded_example.c | Diff File | ||
master 66f273f4 2021-10-23 23:03 Details Diff |
Added check at configure time for PAGESIZE and PAGE_SIZE macros | ||
mod - configure.ac | Diff File | ||
mod - src/microhttpd/memorypool.c | Diff File | ||
master c407fe3d 2021-10-23 19:11 Details Diff |
configure: fixed harmless typo in cache variable name | ||
mod - configure.ac | Diff File | ||
master 0f6703b9 2021-10-23 18:30 Details Diff |
configure: improved reporting on Solaris | ||
mod - configure.ac | Diff File | ||
master 07829e85 2021-10-23 17:41 Details Diff |
test_add_conn: used the better way to mute compiler and analyzer warnings | ||
mod - src/testcurl/test_add_conn.c | Diff File |