aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_limits.h
Commit message (Collapse)AuthorAge
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* mhd_limits.h: fixed typoEvgeny Grin (Karlson2k)2019-05-18
|
* File read block size: move to proper locationEvgeny Grin (Karlson2k)2019-04-17
|
* Optimized the function MHD_create_response_from_callback() for Windows by ↵silvioprog2018-12-06
| | | | increasing its internal buffer size and allowed to customize it via macro MHD_FD_BLOCK_SIZE.
* mhd_limits: improved detection of OFF_T_MAX, SIZE_MAX, added macros for ↵Evgeny Grin (Karlson2k)2017-11-22
| | | | SSIZE_MAX, INT64_MAX
* mhd_limits.h: improved macrosEvgeny Grin (Karlson2k)2017-10-01
|
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
| | | | minor bugs fixed.
* mhd_limits.h: use GCC predefined macros if availableEvgeny Grin (Karlson2k)2016-07-23
|
* mhd_limits.h: fixed typo (wrong define)Evgeny Grin (Karlson2k)2016-07-13
|
* mhd_str: added MHD_strx_to_uint32_(), MHD_strx_to_uint32_n_(), ↵Evgeny Grin (Karlson2k)2016-04-12
| | | | | | MHD_strx_to_uint64_() and MHD_strx_to_uint64_n_() functions
* mhd_str: added MHD_str_to_uint64_() and MHD_str_to_uint64_n_() functions for ↵Evgeny Grin (Karlson2k)2016-04-11
| | | | | | US-ASCII-only operations, independently on locale
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22