aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/basicauth.c
Commit message (Expand)AuthorAge
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* Used local "mhd_limits.h" for better compatibilityEvgeny Grin (Karlson2k)2017-05-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* -remove duplicated socket_start_no_buffering logic in socket_start_no_bufferi...Christian Grothoff2016-09-05
* adding gettext stuff for fixing #4614Christian Grothoff2016-09-05
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Silent compiler warningEvgeny Grin (Karlson2k)2016-04-10
* one variable per lineChristian Grothoff2016-04-08
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Replace char variable size arrays with malloc'ed buffersEvgeny Grin (Karlson2k)2014-12-22
* Replace snprintf with platform-independent macroEvgeny Grin (Karlson2k)2014-12-22
* -more doxygen improvementsChristian Grothoff2013-08-22
* -changing directory nameChristian Grothoff2013-05-05