aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mhd_str: added hex string to value conversion functionsEvgeny Grin (Karlson2k)2016-04-12
* struct MHD_NonceNc: use uint64_t for counter.Evgeny Grin (Karlson2k)2016-04-12
* connection.c: removed unused variable, silent compiler warningEvgeny Grin (Karlson2k)2016-04-12
* mhd_str.c: cosmetics, corrected commentsEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: refactored MHD_str_to_uint64() and MHD_str_to_uint64_n_() for simpli...Evgeny Grin (Karlson2k)2016-04-12
* mhd_str: fixed typo in commentEvgeny Grin (Karlson2k)2016-04-11
* parse_connection_headers(): fixed uploading by POST files larger then LONG_MAXEvgeny Grin (Karlson2k)2016-04-11
* mhd_str: added MHD_str_to_uint64_() and MHD_str_to_uint64_n_() functions for ...Evgeny Grin (Karlson2k)2016-04-11
* largepost.c: corrected const pointer to const charEvgeny Grin (Karlson2k)2016-04-11
* Added check result of MHD_post_process() in largepost.cEvgeny Grin (Karlson2k)2016-04-11
* 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
* largepost.c: fixed compiling by VSEvgeny Grin (Karlson2k)2016-04-11
* simplepost.c: fixed compiling with VS before 2015Evgeny Grin (Karlson2k)2016-04-11
* -indentChristian Grothoff2016-04-10
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* Use less locking with MHD_USE_THREAD_PER_CONNECTION.Evgeny Grin (Karlson2k)2016-04-10
* Silent compiler warningEvgeny Grin (Karlson2k)2016-04-10
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09
* one variable per lineChristian Grothoff2016-04-08
* Reworked calling shutdown() on connections:Evgeny Grin (Karlson2k)2016-04-08
* connection.c: remove unneeded check in try_ready_normal_body()Evgeny Grin (Karlson2k)2016-04-08
* platform_interface.h: fix possible NULL pointer dereference on Win32Evgeny Grin (Karlson2k)2016-04-08
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* daemon.c: remove unused variable in MHD_handle_connection()Evgeny Grin (Karlson2k)2016-04-08
* connection.c: fix using uninitialized variable in build_header_response()Evgeny Grin (Karlson2k)2016-04-08
* fix #4233Christian Grothoff2016-04-02
* fix #4235Christian Grothoff2016-04-02
* Fix testsuite compiler warnings on W32Evgeny Grin (Karlson2k)2016-03-26
* Dan Dedrick wrote:Christian Grothoff2016-03-15
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15
* -Fabian Mewes: Christian Grothoff2016-02-29
* -fix as suggested by EGChristian Grothoff2016-02-22
* -missunderstanding test...Christian Grothoff2016-02-22
* -these tests should pass even if we do not have listen-shutdownChristian Grothoff2016-02-22
* -check for versions, report tests as skipped if versions missmatchChristian Grothoff2016-02-20
* be more forceful about stopping test clientsChristian Grothoff2016-02-20
* Added more detailed description for test_shutdown_select.cEvgeny Grin (Karlson2k)2016-02-19
* Really fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-06
* fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-05
* Added test for checking ability of shutdown() on socket to trigger poll()Evgeny Grin (Karlson2k)2016-02-05
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
* bracket correctlyChristian Grothoff2016-02-05
* Faster drain pipes.Evgeny Grin (Karlson2k)2016-02-05
* Fixed MHD_pipe_drain_ with emulated pipesEvgeny Grin (Karlson2k)2016-02-05
* Added some buffer overrun protection, fixed handling of misformed URI with sp...Evgeny Grin (Karlson2k)2016-02-04
* trying to fix full signal pipe issue reported on MLChristian Grothoff2016-02-03
* Fix running select() on W32 with empty fdsets - W32 return error if no socket...Evgeny Grin (Karlson2k)2016-01-30
* applying cosmetics patch #4137Christian Grothoff2016-01-28