summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pause: bail out on bad inputbagder/pause-validate-inputDaniel Stenberg2020-03-061-6/+12
* pause: return early for calls that don't change pause stateDaniel Stenberg2020-03-061-0/+7
* multi: skip EINTR check on wakeup socket if it was closedJay Satiro2020-03-061-2/+4
* transfer: set correct copyright year rangeDaniel Stenberg2020-03-061-1/+1
* urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg2020-03-062-6/+2
* Revert "pause: force-drain the transfer on unpause"bagder/revert-unpause-h2Daniel Stenberg2020-03-052-4/+2
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-10/+0
* Revert "sha256: Added SecureTransport implementation"Daniel Stenberg2020-03-031-70/+0
* sha256: Tidy up following recent changesSteve Holme2020-03-031-20/+59
* sha256: Added WinCrypt implementationSteve Holme2020-03-031-0/+39
* sha256: Added SecureTransport implementationSteve Holme2020-03-031-0/+31
* sha256: Added mbedtls implementationSteve Holme2020-03-031-0/+48
* sha256: Added GNU TLS gcrypt implementationSteve Holme2020-03-031-0/+29
* sha256: Added GNU TLS Nettle implementationSteve Holme2020-03-031-1/+31
* md4: use init/update/final functions in Secure TransportNick Zitzmann2020-03-021-20/+8
* multi_wait: stop loop when sread() returns zeroDaniel Stenberg2020-03-021-1/+1
* http: mark POSTs with no body as "upload done" from the startDaniel Stenberg2020-03-021-0/+2
* formdata/mime: copyright year range updateDaniel Stenberg2020-03-023-3/+3
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-024-58/+10
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-022-149/+50
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-021-1/+1
* altsvc: both h3 backends now speak h3-27Daniel Stenberg2020-03-021-1/+1
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-021-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-022-50/+149
* mime: latch last read callback status.Patrick Monnerat2020-03-024-10/+58
* build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg2020-03-018-24/+8
* polarssl: Additional removalSteve Holme2020-03-011-3/+0
* md5: Added implementation for mbedTLSSteve Holme2020-02-291-0/+50
* md5: Use pointer notation for array parameters in GnuTLS implementationSteve Holme2020-02-291-4/+4
* md4: Use non-deprecated functions in mbedTLS >= 2.7.0Steve Holme2020-02-291-1/+12
* pause: force-drain the transfer on unpauseDaniel Stenberg2020-02-292-2/+4
* smtp: overwriting 'from' leaks memoryDaniel Stenberg2020-02-281-0/+3
* smtp: fix memory leak on exit pathDaniel Stenberg2020-02-271-1/+3
* gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme2020-02-271-1/+5
* Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg2020-02-272-2/+4
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-274-38/+100
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* cookie: remove unnecessary check for 'out != 0'Daniel Stenberg2020-02-261-1/+1
* http: added 417 response treatmentDaniel Stenberg2020-02-262-2/+13
* smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme2020-02-261-4/+4
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-261-9/+16
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-261-2/+15
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-1/+18
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-261-13/+36
* smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme2020-02-262-0/+7
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-261-6/+28
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-261-5/+19
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-261-6/+121
* url: Make the IDN conversion functions available to othersSteve Holme2020-02-262-19/+23
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-243-31/+56