aboutsummaryrefslogtreecommitdiff
path: root/w32
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | | Added single function to parse all enabled authentication schemes header strings. The parsing result is cached and reused thus avoiding repetitive header parsing. The new function correctly "unquotes" values (backslashes are removed) as required by RFC.
* 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
| | | | Could be used to reduce complied binary size if HTTP "Upgrade" is not required.
* Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separateEvgeny Grin (Karlson2k)2016-10-11
| | | | | | | | | | header. Separate header allow exclusion of heavy headers in internal.h, which is included by most source files. Fixed checking success of write() to eventFD by comparing result to 1. Fixed error when trying to signal on fully filled ITC (ITC is already in activated (signaled) state and those conditions are not an error). EventFD is signaled now by macro, not a function.
* 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
| | | | removed "w32functions.h/.c"
* 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
| | | | Minor refactoring to allow better code optimization.
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
| | | | minor bugs fixed.
* 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
|
* Updated .gitignore for W32 projectsEvgeny Grin (Karlson2k)2016-04-19
|
* VS projects: added largepost.c exampleEvgeny Grin (Karlson2k)2016-04-11
|
* VS projects: added simplepost.c exampleEvgeny Grin (Karlson2k)2016-04-11
|