aboutsummaryrefslogtreecommitdiff
path: root/w32
Commit message (Collapse)AuthorAge
* 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
|
* response.c: file_reader(): add support for W32 64-bit seekEvgeny Grin (Karlson2k)2015-06-09
|
* w32 VS project: add support for build for XP, internally optimize project filesEvgeny Grin (Karlson2k)2015-05-07
|
* Define and use system-independent wrapper macro for poll()Evgeny Grin (Karlson2k)2015-05-07
|
* [w32] VS project: copy .pdb file to output dir for Debug-static configurationEvgeny Grin (Karlson2k)2015-02-12
|
* [w32] Use .dll resource for VC projectEvgeny Grin (Karlson2k)2015-01-04
|
* [w32] Fix VS projectEvgeny Grin (Karlson2k)2015-01-04
|
* [W32] Initial VS2013 project filesEvgeny Grin (Karlson2k)2014-12-22