aboutsummaryrefslogtreecommitdiff
path: root/w32
Commit message (Expand)AuthorAge
* w32: updated custom MHD_config.h fileEvgeny Grin (Karlson2k)2022-09-25
* w32: sync projects with autotoolsEvgeny Grin (Karlson2k)2022-09-25
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: keep results of algo and QOP parsing, renamed public struct memberEvgeny Grin (Karlson2k)2022-08-25
* postprocessor.h: added new internal headerEvgeny Grin (Karlson2k)2022-06-13
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31
* Created digestauth.h headerEvgeny Grin (Karlson2k)2022-05-20
* Created basicauth.h headerEvgeny Grin (Karlson2k)2022-05-20
* W32 projects: updated custom MHD_config.hEvgeny Grin (Karlson2k)2022-05-17
* W32 projects: enabled more warningsEvgeny Grin (Karlson2k)2022-05-16
* Moved mhd_panic() and helpers to separate .c/.h filesEvgeny Grin (Karlson2k)2022-01-25
* MSVC: exclude unneeded file from buildsEvgeny Grin (Karlson2k)2021-12-24
* MSVC projects: fixed one file placementEvgeny Grin (Karlson2k)2021-12-24
* W32 VS projects: use C17 if availableEvgeny Grin (Karlson2k)2021-10-25
* W32: added VS project files for the latest installed toolsetEvgeny Grin (Karlson2k)2021-10-25
* W32: added VS2022 project filesEvgeny Grin (Karlson2k)2021-10-25
* Fixed builds with MSVSEvgeny Grin (Karlson2k)2021-10-25
* Updated copyright year in W32 .DLL files resourcesEvgeny Grin (Karlson2k)2021-09-15
* MSVC projects: added missing headerEvgeny Grin (Karlson2k)2021-07-21
* MSVC project: defaults to Vista+Evgeny Grin (Karlson2k)2021-07-21
* Restructured files in MSVC projectEvgeny Grin (Karlson2k)2021-07-21
* Updates for MSVC buildsEvgeny Grin (Karlson2k)2021-04-24
* Updated W32 resource filesEvgeny Grin (Karlson2k)2020-12-15
* fix #5944 as suggested by reporterChristian Grothoff2019-10-26
* MSVC projects: Explicitly specified target machinesEvgeny Grin (Karlson2k)2019-04-21
* MSVC: Added project for VS2019Evgeny Grin (Karlson2k)2019-04-21
* MSVC projects: added new source filesEvgeny Grin (Karlson2k)2019-04-19
* VC builds: fix asserts and release buildsEvgeny Grin (Karlson2k)2019-04-14
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* Corrected DLL name in W32 resources.Evgeny Grin (Karlson2k)2017-11-25
* Fixed MSVC build after 12f65d40ac9a9351b26dc11d7dcd468a531dfe15Evgeny Grin (Karlson2k)2017-11-07
* Simplified VS projects filesEvgeny Grin (Karlson2k)2017-03-27
* Added VS2017 project filesEvgeny Grin (Karlson2k)2017-03-27
* Additional 'bool' configure checks and fixes for old VS compilersEvgeny Grin (Karlson2k)2016-11-17
* Define missing HAVE_STDBOOL_H for VSEvgeny Grin (Karlson2k)2016-11-10
* Fixed calloc() substitution.Evgeny Grin (Karlson2k)2016-11-07
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separateEvgeny Grin (Karlson2k)2016-10-11
* Add 'configure' parameter to control ITC typeEvgeny Grin (Karlson2k)2016-10-11
* Fixed VS builds.Evgeny Grin (Karlson2k)2016-10-06
* Fixed build by MSVCEvgeny Grin (Karlson2k)2016-08-29
* 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
* Added unit tests for number in string to value conversions.Evgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* mhd_str: improved compatibility with older compilers, including VS2010, VS2012Evgeny Grin (Karlson2k)2016-06-25