aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
Commit message (Collapse)AuthorAge
* .gitignore: added universal patter to ignore test binariesEvgeny Grin (Karlson2k)2022-09-04
|
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
| | | | | | | | Never override CFLAGS, CPPFLAGS, and LDFLAGS in 'configure'. Let user override compile setting as make-time almost in the same way like at configure-time. Removed some redundant compile settings.
* Added _MHD_HEAVY_TESTS to MHD_config.hEvgeny Grin (Karlson2k)2021-12-04
|
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* testzzuf/test_put_chunked: fixed callbackEvgeny Grin (Karlson2k)2021-04-19
|
* testzzuf: print wrong callback parameters valuesEvgeny Grin (Karlson2k)2021-04-19
|
* Style and shadowing fixesEvgeny Grin (Karlson2k)2021-04-13
|
* testzzuf: test thoroughly if heavy tests are enabledEvgeny Grin (Karlson2k)2021-04-01
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* mark build as non-parallel due to port conflicts (#6117)Christian Grothoff2020-03-14
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
|
* fix FTBFSChristian Grothoff2018-12-07
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* fix typoChristian Grothoff2018-08-18
|
* check response allocation succeeded when generating internal errorsChristian Grothoff2018-06-22
|
* some minor code cleaning issuesChristian Grothoff2018-06-22
|
* fix leak in testcaseChristian Grothoff2018-03-02
|
* fix leaks in testcaseChristian Grothoff2018-02-27
|
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
|
* Silenced compiler warnings in src/testczzuf.Evgeny Grin (Karlson2k)2017-10-31
|
* tests: fixed some 'unused return value' compiler warningsEvgeny Grin (Karlson2k)2017-10-30
|
* zzuf tests: make compatible with *BSD by replacing obsoleted setpgrp() with ↵Evgeny Grin (Karlson2k)2017-04-06
| | | | setpgid().
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ↵Evgeny Grin (Karlson2k)2017-04-06
| | | | by IPv6
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if ↵Evgeny Grin (Karlson2k)2016-11-08
| | | | MHD_USE_THREAD_PER_CONNECTION is used
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
|
* current zzuf no longer needs, and no longer supports '--'Christian Grothoff2016-01-23
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix #3753Christian Grothoff2015-04-15
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Update usage of libcurl and libgnutls compiler flags, allow correct ↵Evgeny Grin (Karlson2k)2014-03-06
| | | | compilation with "--with-gnutls=prefix"
* Remove PlibC from autotools filesEvgeny Grin (Karlson2k)2014-02-18
|
* add sleep() and usleep() replacement for W32Evgeny Grin (Karlson2k)2014-02-18
|
* -forgotten commit for 0.9.31 releaseChristian Grothoff2013-10-24
|
* -fix reactivating plibcChristian Grothoff2013-08-07
|
* Part 1 of 2 - Remove PlibC from autotools files. Christian Grothoff2013-08-07
|
* -fixing memory leaks in testcasesChristian Grothoff2013-07-19
|
* -directory was renamedChristian Grothoff2013-05-05
|
* -renaming for consistencyChristian Grothoff2013-03-29
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* allowing error signalling for chunked responsesChristian Grothoff2010-11-17
|
* use size_tChristian Grothoff2010-09-21
|
* fixChristian Grothoff2010-08-19
|
* move plibc to prefer system-wide plibc.h over our versionChristian Grothoff2010-08-19
|