aboutsummaryrefslogtreecommitdiff
path: root/w32
Commit message (Collapse)AuthorAge
* 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
|
* VS projects updated: cleanup, renamed fileEvgeny Grin (Karlson2k)2016-04-11
|
* Use only US-ASCII charset when comparing stings as caseless as required by ↵Evgeny Grin (Karlson2k)2016-01-16
| | | | | | standard. Comparisons for HTTP headers must not be affected by locale settings.
* Use real system default value of FD_SETSIZE instead of guessingEvgeny Grin (Karlson2k)2015-12-08
|
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
| | | | different gmtime_s() forms, support C11 gmtime_s()
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
|
* VS projects: added missing define for gmtime_s() to MHD_config.h for VSEvgeny Grin (Karlson2k)2015-12-03
|
* VS projects: added solution for VS2015Evgeny Grin (Karlson2k)2015-12-03
|
* VS projects: restructured VS project files to share common valuesEvgeny Grin (Karlson2k)2015-12-03
|
* VS projects: prefer building by x64 toolsEvgeny Grin (Karlson2k)2015-12-03
|
* VS projects: moved list of files to separate .vcxprojEvgeny Grin (Karlson2k)2015-12-03
|
* VS projects: used reference to lib project instead of manually linking, ↵Evgeny Grin (Karlson2k)2015-12-03
| | | | cleaned up extra dependencies
* VS projects: optimizations, fixes, used macros for paths.Evgeny Grin (Karlson2k)2015-12-03
|
* VS projects: help VS to choose default startup projectEvgeny Grin (Karlson2k)2015-12-03
|
* Reduce last packet response delay observable with keep-alive on BSD and ↵Evgeny Grin (Karlson2k)2015-11-25
| | | | Darwin platforms
* Remove reason_phrase.h from VS project, addition correction for compilation ↵Evgeny Grin (Karlson2k)2015-10-01
| | | | for XP
* Clarify and simplify W32 VS project settingsEvgeny Grin (Karlson2k)2015-10-01
|
* Fix W32 VS project filesEvgeny Grin (Karlson2k)2015-09-30
|
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
|
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22
|
* Update md5.c to version based on OpenBSD modifications,Evgeny Grin (Karlson2k)2015-08-08
| | | | distinguish between little endian and PDP endian.
* Move all internal limits definitions to MHD_limits.hEvgeny Grin (Karlson2k)2015-07-07
|