aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019ng02019-08-01
|\
| * indentation fixes, adding test_upgrade_large.c test for issue reported by VietChristian Grothoff2019-07-29
* | iAdd headerfile for mhd_send.ng02019-06-25
* | Add mhd_send to Makefile, more fixes in mhd_send.ng02019-06-25
|/
* test_shutdown_*: fixed for W32Evgeny Grin (Karlson2k)2019-05-26
* Tests: added test_sha256 for SHA-256 testingEvgeny Grin (Karlson2k)2019-04-19
* Moved bit manipulation to separate header file.Evgeny Grin (Karlson2k)2019-04-17
* test_md5: added tests for md5 calculationsEvgeny Grin (Karlson2k)2019-04-16
* Fixes build issue of testcase for some configurations.Christian Grothoff2018-12-14
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS res...Christian Grothoff2018-09-11
* add lib to ordinary build process, rename lib output to libmicrohttpd2.so, do...Christian Grothoff2018-02-18
* test-suite: fixed tests on CygwinEvgeny Grin (Karlson2k)2017-11-26
* test_start_stop: moved to src/microhttpd, removed inclusion of libcurl headerEvgeny Grin (Karlson2k)2017-10-01
* test_options: really use this test instead of just compiling,Evgeny Grin (Karlson2k)2017-09-30
* test_shutdown_select/test_shutdown_poll: conditionally use test_shutdown_*_ig...Evgeny Grin (Karlson2k)2017-06-25
* Added support for detection of 'assert()' and replacement if 'assert()' is no...Evgeny Grin (Karlson2k)2017-06-12
* Added function for detection of token inside comma-separated string, added testsEvgeny Grin (Karlson2k)2017-05-09
* fix dist issuev0.9.54Christian Grothoff2017-05-02
* reason_phrase.c: Fixed shift in HTTP reasons strings.Evgeny Grin (Karlson2k)2017-04-26
* configure.ac: fixed detection of tsearch-related functions and header.Evgeny Grin (Karlson2k)2017-02-28
* fixed test_postprocessor*: all files which includes "internal.h" require CFLA...Evgeny Grin (Karlson2k)2016-11-24
* test_upgrade: fixed compiler flagsEvgeny Grin (Karlson2k)2016-11-24
* Removed upgrade test leftover from Makefile.amEvgeny Grin (Karlson2k)2016-11-17
* Fixed calloc() substitution.Evgeny Grin (Karlson2k)2016-11-07
* Combine upgrade tests into single source file, port to platforms without fork()Evgeny Grin (Karlson2k)2016-11-07
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* removing dead semaphore logicChristian Grothoff2016-10-17
* Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separateEvgeny Grin (Karlson2k)2016-10-11
* -dummy function also creates warning, simply only include file on W32Christian Grothoff2016-09-05
* factor out shared test logic, test with external select as wellChristian Grothoff2016-09-04
* -first, crazy-pants version of test and implementation of HTTPS upgrade; FLUS...Christian Grothoff2016-09-03
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* -releasing 0.9.51v0.9.51Christian Grothoff2016-08-27
* Emulate random() on platforms without random(), but with rand() function.Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved pipe/socketpair to separate mhd_itc.h/.c files.Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* -follow test naming conventionsChristian Grothoff2016-08-04
* Added unit tests for number in string to value conversions.Evgeny Grin (Karlson2k)2016-07-23
* Added unit tests for caseless string comparisons.Evgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* -missunderstanding test...Christian Grothoff2016-02-22
* -these tests should pass even if we do not have listen-shutdownChristian Grothoff2016-02-22
* Really fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-06
* fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-05