aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2016-08-15
| | | | behavior better
* -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
|
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
| | | | Minor refactoring to allow better code optimization.
* 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
| | | | others.
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
| | | | minor bugs fixed.
* -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
|
* 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
| | | | | Macros can be forced by external define. Added versions of mhd_str functions for smaller resulting code.
* 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
|
* -check obscure error on close()Christian Grothoff2016-06-02
|
* -fix branching, might have FD_CLR'ed -1 otherwiseChristian Grothoff2016-06-02
|
* off-by-1Christian Grothoff2016-06-01
|
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ↵Christian Grothoff2016-06-01
| | | | transmission of message body in these cases
* indentChristian Grothoff2016-05-29
|
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
|
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
|
* -fix fixChristian Grothoff2016-05-12
|
* fix epoll ready check reported by Chris Penev on the mailinglistChristian Grothoff2016-05-12
|
* adding logic to do 'fast' calls to read/write on a single connection without ↵Christian Grothoff2016-05-02
| | | | going back to the main event loop to help FE with his performance issue
* daemon.c: OS X: set SO_NOSIGPIPE on listen socket.Evgeny Grin (Karlson2k)2016-04-29
|
* MHD_quiesce_daemon(): notify other threads so listen socket FDEvgeny Grin (Karlson2k)2016-04-23
| | | | is removed from awaiting select() and poll().
* Fixed race conditions for thread pool.Evgeny Grin (Karlson2k)2016-04-22
|
* mhd_str.c: fixed commentsEvgeny Grin (Karlson2k)2016-04-19
|
* sysfdsetsize.c: fixed typo in macros,Evgeny Grin (Karlson2k)2016-04-19
| | | | fixed build with non-default FD_SETSIZE value
* Added more comments about data races.Evgeny Grin (Karlson2k)2016-04-18
|
* Fixed rare situations when suspended connection can't be resumed.Evgeny Grin (Karlson2k)2016-04-18
|