summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-222-2/+15
* multi: clarify condition in curl_multi_waitAlan Jenkins2017-04-221-1/+1
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-222-3/+3
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8
* llist: no longer uses mallocDaniel Stenberg2017-04-2212-136/+113
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-214-14/+20
* openssl: fix memory leak in servercertDaniel Stenberg2017-04-201-0/+1
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-1812-22/+26
* openssl: don't try to print nonexistant peer private keysDavid Benjamin2017-04-171-29/+3
* openssl: fix thread-safety bugs in error-handlingDavid Benjamin2017-04-171-25/+27
* openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin2017-04-171-16/+34
* code: fix typos and style in commentsDaniel Gustafsson2017-04-172-3/+3
* .gitattributes: force shell scripts to LFMarcel Raad2017-04-171-0/+1
* http2: fix handle leak in error pathLarry Stefani2017-04-151-0/+1
* mbedtls: fix memory leak in error pathLarry Stefani2017-04-151-0/+1
* Curl_expire_latest: ignore already expired timersDaniel Stenberg2017-04-111-3/+6
* polarssl: unbreak build with versions < 1.3.8Marcel Raad2017-04-111-1/+1
* poll: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-111-3/+3
* openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte2017-04-101-0/+2
* nss: load CA certificates even with --insecureKamil Dudka2017-04-101-2/+5
* vtls: fix unreferenced variable warningsMarcel Raad2017-04-082-2/+4
* schannel: fix compiler warningsMarcel Raad2017-04-071-3/+3
* sspi: print out InitializeSecurityContext() error messageIsaac Boukris2017-04-071-0/+3
* gtls: fix compiler warningMarcel Raad2017-04-061-2/+2
* low_speed_limit: improved function for longer time periodsDaniel Stenberg2017-04-061-29/+30
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-062-16/+9
* multi: fix queueing of pending easy handlesDániel Bakai2017-04-042-61/+50
* curl_sasl: declare mechtable staticMartin Kepplinger2017-04-041-1/+1
* url: don't free postponed data on connection reuseAntti Hätälä2017-04-041-1/+0
* hash: move key into hash struct to reduce mallocsDaniel Stenberg2017-04-042-20/+8
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-0417-253/+164
* easy: silence compiler warningJay Satiro2017-04-041-1/+1
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-12/+1
* multi: make curl_multi_wait avoid malloc in the typical caseDaniel Stenberg2017-04-031-4/+14
* telnet: (win32) fix read callback return variableDaniel Stenberg2017-04-011-6/+6
* libcurl.def: removed, unusedDaniel Stenberg2017-03-311-53/+0
* ssh: fix narrowing conversion warningMarcel Raad2017-03-301-1/+1
* http2: silence unused parameter warningsMarcel Raad2017-03-301-0/+6
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* connect: fix unreferenced parameter warningMarcel Raad2017-03-302-4/+4
* select: use correct SIZEOF_ constantMarcel Raad2017-03-301-1/+1
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-294-29/+24
* conncache: make hashkey avoid mallocDaniel Stenberg2017-03-291-18/+15
* http: do not treat FTPS over CONNECT as HTTPSKamil Dudka2017-03-281-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-284-56/+101
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-282-16/+4
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* multi: fix MinGW-w64 compiler warningsMarcel Raad2017-03-271-2/+2