5625 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 83774e4aa9 tests/client_server: fixed "multipart/mixed" data 2024-08-30 04:16:56 +02:00
Evgeny Grin (Karlson2k) 129176492b post_parser_funcs: implemented "multipart/mixed" parsing 2024-08-30 04:16:09 +02:00
Evgeny Grin (Karlson2k) 227073656e Fixed public API for empty response 2024-08-30 04:15:06 +02:00
Evgeny Grin (Karlson2k) 7a7439f82a Reworked POST fields storage 2024-08-27 19:37:23 +02:00
Evgeny Grin (Karlson2k) ede6e9e774 tests/client_server: enabled POST urlencoded testing 2024-08-27 11:45:56 +02:00
Evgeny Grin (Karlson2k) 74c759e129 post_parser: implemented URL-decoding, minor API update 2024-08-27 11:28:01 +02:00
Evgeny Grin (Karlson2k) 0b7a79aa99 option-generator: more basic fixes
Many things are still broken
2024-08-24 17:32:37 +02:00
Evgeny Grin (Karlson2k) cff1e2fa8e tests/client_server: fixed wrong request header 2024-08-23 10:34:27 +02:00
Evgeny Grin (Karlson2k) 660a7c3c05 tests/client_server: fixed leak of libcurl resource 2024-08-23 10:01:22 +02:00
Evgeny Grin (Karlson2k) fb5ea40417 Free "large buffer" earlier 2024-08-22 21:58:01 +02:00
Evgeny Grin (Karlson2k) c6662f8f7d post_parser_funcs: fixed missing init 2024-08-22 21:34:57 +02:00
Evgeny Grin (Karlson2k) db44562b41 tests/client_server: check for NULL in field "value" 2024-08-22 21:34:57 +02:00
Evgeny Grin (Karlson2k) 248ccc95d7 response_from: fixed leak when failed 2024-08-22 21:34:57 +02:00
Evgeny Grin (Karlson2k) 90841ccf4f src/mhd2/Makefile.am: removed duplicated target 2024-08-22 21:34:55 +02:00
Evgeny Grin (Karlson2k) f66567b599 mhd_dlinked_list: added more asserts
Should help analysers to avoid wrong paths
2024-08-22 21:34:55 +02:00
Evgeny Grin (Karlson2k) ad7d62f186 .gitlab-ci.yml: scan-build speed-up 2024-08-22 21:34:14 +02:00
Evgeny Grin (Karlson2k) d4fda3f574 .gitlab-ci.yml: correction 2024-08-22 21:34:13 +02:00
Evgeny Grin (Karlson2k) 733a5fb0c2 .gitlab-ci.yml: another workaround for options-generator 2024-08-22 17:10:40 +02:00
Evgeny Grin (Karlson2k) 2ce751b4b6 make dist fixes 2024-08-22 16:54:28 +02:00
Evgeny Grin (Karlson2k) b7e51b5800 .gitlab-ci.yml: scan-build fixes, disabled broken cross-compiling 2024-08-22 16:54:28 +02:00
Evgeny Grin (Karlson2k) 082932e3f0 options-generator fixes, removed unused leftovers 2024-08-22 16:54:27 +02:00
Evgeny Grin (Karlson2k) d9e884bb54 Re-designed "large buffer" automatic size and deallocation 2024-08-22 16:54:27 +02:00
Evgeny Grin (Karlson2k) 39a8bdcb85 Fixed leak when destroying non-started daemon 2024-08-22 12:01:43 +02:00
Evgeny Grin (Karlson2k) 0156350171 NEWS: updated 2024-08-22 11:52:37 +02:00
Evgeny Grin (Karlson2k) 5c958a37e2 options-generator: minimal Makefile compatibility fixes 2024-08-22 11:40:11 +02:00
Evgeny Grin (Karlson2k) ea204d7f1b tests/client_server: fixed compatibility with older libcurl API 2024-08-22 11:28:10 +02:00
Evgeny Grin (Karlson2k) 8dda83a6b3 Temporarily limited testing to text/plain 2024-08-21 13:21:27 +02:00
Evgeny Grin (Karlson2k) d5942a1dab POST parsing: finished text/plain 2024-08-21 13:21:27 +02:00
Evgeny Grin (Karlson2k) 2b78707ade Re-designed connection closing 2024-08-21 13:21:26 +02:00
Evgeny Grin (Karlson2k) d867244c89 Implemented MHD_request_get_values_cb() 2024-08-21 13:17:13 +02:00
Evgeny Grin (Karlson2k) 72345d1583 tests/client_server: sorted internal includes 2024-08-21 13:17:13 +02:00
Evgeny Grin (Karlson2k) 1f72326329 tests/client_server: fixed system includes 2024-08-21 13:17:13 +02:00
Evgeny Grin (Karlson2k) 2081297a46 include "microhttpd2.h" instead of <microhttpd2.h> in tests 2024-08-21 13:17:12 +02:00
Evgeny Grin (Karlson2k) 1573518352 tests/client_server: added more checks 2024-08-21 13:17:12 +02:00
Evgeny Grin (Karlson2k) 851cd2cb28 tests/client_server: fixed to match the updated API 2024-08-21 13:17:12 +02:00
Evgeny Grin (Karlson2k) 2396c47902 tests/client_server: fixed memory leak 2024-08-21 13:17:11 +02:00
Evgeny Grin (Karlson2k) ca767d7afa tests/client_server: fixed use of MHD API 2024-08-21 13:17:11 +02:00
Evgeny Grin (Karlson2k) 87763beb41 tests/client_server: fixed compiler warnings 2024-08-21 13:17:11 +02:00
Evgeny Grin (Karlson2k) 09d298fac4 tests/client_server: fixed quoiting style
Used right quoiting as set by
https://www.gnu.org/prep/standards/html_node/Quote-Characters.html#Quote-Characters
2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) a99efd677e options-generator.c: basic portability fixes 2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) 0f32d1d95c options-generator.c: fixed macro redefinition 2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) a87faf2c47 options-generator.c: fixed missing include 2024-08-21 13:17:09 +02:00
Evgeny Grin (Karlson2k) c036146af5 WIP POST parser 2024-08-13 11:32:48 +02:00
Evgeny Grin (Karlson2k) ae4e9e2818 Fixes for "request ended" callback 2024-08-11 13:35:27 +02:00
Evgeny Grin (Karlson2k) e357060954 Minimal fix for response-generator builds
Out-of-tree builds still does not work.
Non-GNU makes still do not work.
Cross-compiling still does not work.
Parallel make still does not work.
2024-08-05 13:51:25 +02:00
Evgeny Grin (Karlson2k) c4f6c9ae99 Fixed Makefile broken by 4b40a1d89c 2024-08-05 12:22:16 +02:00
Christian Grothoff cf4b82a7c8 improve generator logging 2024-08-05 10:29:11 +02:00
Christian Grothoff 4b40a1d89c clean up generator to only generate headers to src/include/ to make sure those are properly fresh, do not put them in Git 2024-08-04 19:29:51 +02:00
Evgeny Grin (Karlson2k) 7ebde843ce Updated POST-related API 2024-08-04 15:53:41 +02:00
Christian Grothoff e00bddc3ff complete PP test logic -- at least first iteration 2024-08-03 21:35:27 +02:00