1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

92 Commits

Author SHA1 Message Date
bel
8be52568e8 Add new unit test 2016-06-10 21:47:21 +02:00
bel
150ad4a2e7 Add test for multiline header and do not allow spaces (#318) 2016-06-10 19:33:23 +02:00
bel
bade30120f Remove excess lines in test (copy paste error), see #318 2016-06-08 22:26:40 +02:00
bel
30cf20fd4f More unit tests 2016-05-27 11:58:05 +02:00
bel
3111f8b542 Improve handle_form unit test 2016-05-26 23:37:22 +02:00
bel
aa72df0348 Improve handle_form unit test 2016-05-26 23:37:19 +02:00
bel
2fa5c6d0f4 Enhanced unit test for form handling 2016-05-25 22:35:15 +02:00
bel
38d81433a9 Add tests for storing form data 2016-05-24 22:40:57 +02:00
bel
914ad2256d Add new feature value 2016-05-24 21:24:26 +02:00
bel
23f8726eed Try to correct build scripts 2016-05-22 10:56:06 +02:00
bel
500e8ff36a Try to correct build scripts 2016-05-22 10:26:50 +02:00
bel
1412ac54a3 Add ifdef to test, for configurations without caching 2016-05-18 00:52:49 +02:00
bel
74f2721412 Fix some size warnings in the unit test 2016-05-17 23:51:25 +02:00
bel
c1ecae217b New unit test for HTTP authentication (part 4/4) 2016-05-17 23:44:59 +02:00
bel
4385636c96 Add mg_strcasecmp to the public interface 2016-05-17 22:05:27 +02:00
bel
a48c93eb64 New unit test for HTTP authentication (part 3/?) 2016-05-17 22:00:31 +02:00
bel
23266e11f4 Fix for http authentication 2016-05-16 23:02:05 +02:00
bel
dcac52b0ea New unit test for HTTP authentication (part 2/?) 2016-05-16 22:46:14 +02:00
bel2125
4f544b0db6 New unit test for HTTP authentication (part 1/?) 2016-05-16 21:31:35 +02:00
bel
3426051cb7 Fix some unit tests 2016-05-15 23:46:12 +02:00
bel
718de605c8 Fix some unit tests 2016-05-15 23:31:24 +02:00
bel
10a8bea4e2 Fix some unit tests 2016-05-15 23:27:34 +02:00
bel
243e8e8cdb Fix printf type warning in the unit test 2016-05-15 01:10:34 +02:00
bel
c174189036 Fix printf type warning in the unit test 2016-05-15 01:05:43 +02:00
bel
86159dce25 Add more unit tests 2016-05-15 00:59:35 +02:00
bel
e684111162 Add test for chunked encoding 2016-05-14 22:33:02 +02:00
bel
dcc68823e0 Add unit test for mg_get_server_ports 2016-05-14 21:51:30 +02:00
bel
e2508e2298 Auto format code 2016-05-09 20:48:01 +02:00
bel
7a5f844984 Auto format source 2016-05-07 22:25:34 +02:00
bel
147d7a0289 Fix warnings in the unit test program 2016-05-06 23:55:22 +02:00
bel
09bc47d600 Add unit tests for handle_form 2016-05-06 22:59:06 +02:00
bel
f3828415f9 Add test for CGI post 2016-04-19 23:23:42 +02:00
bel
7b51e4ce60 Improve unit tests 2016-04-01 21:57:51 +02:00
bel
ce1c8a6095 Auto-format after merge 2016-03-30 22:36:03 +02:00
bel2125
a24aef9065 GCC diagnostic pragmas seem to use other options as stated in the compiler warning 2016-03-28 01:25:49 +02:00
bel2125
d7a49d3af3 Fixes for unit tests (for OSX) 2016-03-28 01:17:48 +02:00
bel2125
3eb145e58c Update repository for Visual Studio 2015 build 2016-03-26 20:07:45 +01:00
bel
f1ba9d27c0 Fix signed/unsigned warning in unit test 2016-03-21 22:52:59 +01:00
bel
1ef0bc06c1 Re-format source 2016-03-21 22:44:49 +01:00
bel2125
a6eb2d232f Linux shell scripts used as CGI process must still return \r\n at the end of header lines 2016-03-20 20:27:30 +01:00
bel
d224a2a9ab Unit test: cgi scripts for linux must be executable 2016-03-18 21:40:55 +01:00
bel
6fb124abdf Print data model with system information 2016-03-18 21:40:52 +01:00
bel
262d0f1347 Fix CGI unit test for NO_FILES define 2016-03-18 00:02:39 +01:00
bel
35a8e47daf Fix CGI unit test for NO_FILES define 2016-03-17 23:45:00 +01:00
bel
dc17b54547 Fix CGI unit test for NO_FILES define 2016-03-17 23:25:08 +01:00
Joshua D. Boyd
a44b500669 Fix signed conversion error in a new CGI test.
The broken test was introduced in 54c6b08.

Closes #276.
2016-03-17 02:20:32 -04:00
bel
54c6b08917 Add unit test for CGI 2016-03-16 23:13:23 +01:00
bel
bbbe470d9f Unit tests: rename all test case instances 2015-11-26 23:39:20 +01:00
bel
4bc859d665 Fix copy/paste error in unit test 2015-11-26 22:40:39 +01:00
bel
4c8979c077 Some code is unreachable in the unit test - disable the clang compiler warning at these lines 2015-11-26 22:28:14 +01:00