aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* make Tim happyChristian Grothoff2019-04-15
* Narrow scope of variable to succeed scan-buildTim Rühsen2019-04-14
* Fix memleak in exampleTim Rühsen2019-04-14
* mergeChristian Grothoff2019-04-08
|\
| * allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
| * Added example for how to compress chunked HTTP response.silvioprog2019-02-10
| * adjusting digest auth to previous regression fix, releasing 0.9.63v0.9.63Christian Grothoff2019-02-10
| * add test for &-URI parsing and URI loggingChristian Grothoff2019-02-09
| * preliminary patch for query string issue reported on the MLChristian Grothoff2019-02-07
* | fix close() checksChristian Grothoff2019-04-08
|/
* fix memory leak with TLS if daemon startup fails as reported by Nicolas Mora ...Christian Grothoff2019-01-11
* Added minimal example for how to compress HTTP response. (#4914)silvioprog2019-01-08
* Check should (indeed) be for GNUTLS_E_AGAIN.Christian Grothoff2018-12-19
* Fixes build issue of testcase for some configurations.Christian Grothoff2018-12-14
* update ignore fileChristian Grothoff2018-12-13
* reset timeout on response being queued, needed in thread-per-connection mode ...Christian Grothoff2018-12-13
* add conn. close exampleChristian Grothoff2018-12-12
* brutally simplify VLA macro for stupid compilersChristian Grothoff2018-12-12
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* Track socket CORK/NODELAY states to avoid extra syscallsEvgeny Grin (Karlson2k)2018-12-10
* connection.c: updated connection buffer control function to useEvgeny Grin (Karlson2k)2018-12-09
* use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDou...Christian Grothoff2018-12-08
* releasing libmicrohttpd 0.9.62v0.9.62Christian Grothoff2018-12-08
* add test for RFC 7616 and document new APIChristian Grothoff2018-12-08
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* fix FTBFSChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07