aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
* Updated README and COPYINGEvgeny Grin (Karlson2k)2019-05-06
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* MHD_get_connection_values_n(): avoid ambiguous 'else'Evgeny Grin (Karlson2k)2019-05-03
* Added MHD_get_connection_values_n() function to get keys andEvgeny Grin (Karlson2k)2019-05-03
* MHD_set_connection_value*(): optimization to avoid double strlen().Evgeny Grin (Karlson2k)2019-05-03
* test_postprocessor*: fixed to use updated struct MHD_HTTP_HeaderEvgeny Grin (Karlson2k)2019-05-03
* test_postprocessor_amp: fixed to really test somethingEvgeny Grin (Karlson2k)2019-05-03
* Added MHD_lookup_connection_value_n().Evgeny Grin (Karlson2k)2019-05-03
* Fixed strlen(NULL) in bcdff026967469e6c9cd1a22db80721712586a8eEvgeny Grin (Karlson2k)2019-05-03
* Disallow binary zero in header and cookies.Evgeny Grin (Karlson2k)2019-05-03
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* response.c: added missing assigment of MHD_HTTP_Header::value_sizeEvgeny Grin (Karlson2k)2019-05-01
* mhd_str: include proper and simpler headerEvgeny Grin (Karlson2k)2019-05-01
* Fixed C++-style comments.silvioprog2019-04-30
* applying patch from TimChristian Grothoff2019-04-30
* indent fixChristian Grothoff2019-04-23
* test_md5.c: added missing includeEvgeny Grin (Karlson2k)2019-04-21
* MSVC projects: Explicitly specified target machinesEvgeny Grin (Karlson2k)2019-04-21
* mhd_bithelpers.h: used MSVC built-ins to speed-up VC-compiled codeEvgeny Grin (Karlson2k)2019-04-21
* MSVC: Added project for VS2019Evgeny Grin (Karlson2k)2019-04-21
* Headers: better compatibility with MSVC compilerEvgeny Grin (Karlson2k)2019-04-21
* md5.c/.h: lowered number of included files.Evgeny Grin (Karlson2k)2019-04-19
* MSVC projects: added new source filesEvgeny Grin (Karlson2k)2019-04-19
* mhd_bithelpers.h: define _MHD_GET_32BIT_LE() and use it in md5.cEvgeny Grin (Karlson2k)2019-04-19
* mhd_bithelpers.h: use bytes swap instead of individual bytesEvgeny Grin (Karlson2k)2019-04-19
* sha256.c: convert to Yoda conditionsEvgeny Grin (Karlson2k)2019-04-19
* sha256_update(): added shortcut for empty data,Evgeny Grin (Karlson2k)2019-04-19
* SHA256: rename sha256_digest() -> sha256_finish()Evgeny Grin (Karlson2k)2019-04-19
* sha256.h: added missed includeEvgeny Grin (Karlson2k)2019-04-19
* SHA256: reimplemented from scratch,Evgeny Grin (Karlson2k)2019-04-19
* .gitlab-ci.yml: added warnings flags, disabled parallel testsEvgeny Grin (Karlson2k)2019-04-19
* Tests: added test_sha256 for SHA-256 testingEvgeny Grin (Karlson2k)2019-04-19
* mhd_bithelpers.h: fixed macro for BE mode, added macros to GET/PUTEvgeny Grin (Karlson2k)2019-04-19
* .dir-locals.el: fixed language for dictionaryEvgeny Grin (Karlson2k)2019-04-18
* test_md5: fixed out of buffer reads/writesEvgeny Grin (Karlson2k)2019-04-18
* Add a .dir-locals,el for configuring emacs for this projectHartmut Goebel2019-04-18
* Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0dEvgeny Grin (Karlson2k)2019-04-17
* Moved bit manipulation to separate header file.Evgeny Grin (Karlson2k)2019-04-17
* mhd_byteorder.h: narrow down includesEvgeny Grin (Karlson2k)2019-04-17
* Fixed build broken by 6c985f4adcb5b71c2b70a17de0a99468090bfb0dEvgeny Grin (Karlson2k)2019-04-17
* File read block size: move to proper locationEvgeny Grin (Karlson2k)2019-04-17
* MD5: optimisation and simplificationEvgeny Grin (Karlson2k)2019-04-16
* MD5: some optimisations for little-endianEvgeny Grin (Karlson2k)2019-04-16
* MD5: count bytes, not bitsEvgeny Grin (Karlson2k)2019-04-16
* MD5: fixed declarationEvgeny Grin (Karlson2k)2019-04-16
* MD5: replaced needless checks with assertsEvgeny Grin (Karlson2k)2019-04-16