aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* eliminate compiler warningsChristian Grothoff2019-05-20
* http_chunked_compression: fixed for non-64bit systemsEvgeny Grin (Karlson2k)2019-05-18
* http_chunked_compression example: clarify and improve readabilityEvgeny Grin (Karlson2k)2019-05-18
* http_compression example: fix compiler warningEvgeny Grin (Karlson2k)2019-05-18
* mhd_limits.h: fixed typoEvgeny Grin (Karlson2k)2019-05-18
* More speedups by using predefined length of stringsEvgeny Grin (Karlson2k)2019-05-15
* Fixed build from source on GNU HurdEvgeny Grin (Karlson2k)2019-05-15
* 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
* mhd_bithelpers.h: used MSVC built-ins to speed-up VC-compiled codeEvgeny 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
* 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
* 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
* test_md5: fixed out of buffer reads/writesEvgeny Grin (Karlson2k)2019-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
* test_md5: added tests for md5 calculationsEvgeny Grin (Karlson2k)2019-04-16
* add flags for TLS option controlChristian Grothoff2019-04-15
* Fix realloc memleak in compress_buf()Tim Rühsen2019-04-15