aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* mhd_sockets.h: improved header inclusion macros.Evgeny Grin (Karlson2k)2016-08-24
* Bumped MHD_VERSION and updated ChangeLog.Evgeny Grin (Karlson2k)2016-08-23
* Moved create_listen_socket() to mhd_sockets.c, better error handling and chec...Evgeny Grin (Karlson2k)2016-08-23
* Moved make_noninheritable to mhd_sockets.c, improved error reporting.Evgeny Grin (Karlson2k)2016-08-23
* Moved make_nonblocking() to mhd_sockets.c, added MHD_itc_nonblocking() for pi...Evgeny Grin (Karlson2k)2016-08-23
* Moved add_to_fd_set() to mhd_sockets.c, simplified return valueEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: added fd_set macros to use less '#ifdef' in codeEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: silent compiler warningEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: unify some macro namesEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets: better sockets errors abstraction, improved performance on W32Evgeny Grin (Karlson2k)2016-08-23
* Emulate random() on platforms without random(), but with rand() function.Evgeny Grin (Karlson2k)2016-08-23
* 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
* -avoid calling memmove with NULL argumentChristian Grothoff2016-08-22
* monoclock: fixed English in commentsEvgeny Grin (Karlson2k)2016-08-19
* MHD_start_daemon_va(): Fixed pipe errors reportingEvgeny Grin (Karlson2k)2016-08-19
* -remove comment, should really not be neededChristian Grothoff2016-08-16
* mhd_mono_clock.c: fixed compiler warningEvgeny Grin (Karlson2k)2016-08-16
* mhd_mono_clock: do not use large includes in headerEvgeny Grin (Karlson2k)2016-08-16
* fixing crash bug, connection-limit bug and documenting connection-limit behav...Christian Grothoff2016-08-15
* -use const, as this may actually point to a const stringChristian Grothoff2016-08-15
* mhd_threads: improve compatibility with pthread_setname_np(3) on QNXEvgeny Grin (Karlson2k)2016-08-11
* mhd_threads.h: Fixed typo in macro.Evgeny Grin (Karlson2k)2016-08-10
* Updated ChangeLog, bump build versionEvgeny Grin (Karlson2k)2016-08-10
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* configure.ac: added --disable-thread-names parameterEvgeny Grin (Karlson2k)2016-08-10
* Added support for thread names on FreeBSD, NetBSD, OpenBSD, Darwin, OSF1 and ...Evgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* -follow test naming conventionsChristian Grothoff2016-08-04
* -dceChristian Grothoff2016-08-02
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
* MHD_http_unescape(): replace call of strtoul() with MHD_strx_to_uint32_n_()Evgeny Grin (Karlson2k)2016-07-28
* Updated ChangeLog and bump MHD_VERSIONEvgeny Grin (Karlson2k)2016-07-23
* Added unit tests for number in string to value conversions.Evgeny Grin (Karlson2k)2016-07-23
* Added unit tests for caseless string comparisons.Evgeny Grin (Karlson2k)2016-07-23
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* mhd_limits.h: use GCC predefined macros if availableEvgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* mhd_str.c: fixed typoEvgeny Grin (Karlson2k)2016-07-22
* connection.c: fixed build without messages (#endif placement)Evgeny Grin (Karlson2k)2016-07-22
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* mhd_str.c: fix compiler warningsEvgeny Grin (Karlson2k)2016-07-13
* mhd_limits.h: fixed typo (wrong define)Evgeny Grin (Karlson2k)2016-07-13
* support 308Christian Grothoff2016-07-08
* mhd_str: improved compatibility with older compilers, including VS2010, VS2012Evgeny Grin (Karlson2k)2016-06-25
* -do not call callback if connection was already suspendedChristian Grothoff2016-06-10
* -fix ftbfsChristian Grothoff2016-06-02