summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* spelling fixesklemens2017-03-2629-73/+73
* openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg2017-03-231-1/+1
* openssl: made the error table static constDan Fandrich2017-03-231-1/+1
* openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro2017-03-231-8/+33
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-212-0/+13
* multi: fix streamclose() crash in debug modeDaniel Stenberg2017-03-211-4/+4
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* Improve code readbilitySylvestre Ledru2017-03-1333-460/+376
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-123-10/+14
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-111-20/+21
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* proxy: skip SSL initialization for closed connectionsMichael Kaufmann2017-03-111-0/+4
* curl_easy_reset: Also reset the authentication stateMichael Kaufmann2017-03-111-0/+4
* authneg: clear auth.multi flag at http_doneIsaac Boukris2017-03-112-5/+10
* url: don't compile detect_proxy if HTTP support is disabledDan Fandrich2017-03-111-0/+2
* openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg2017-03-101-0/+2
* polarssl: fixed compile errors introduced in 6448f98cDan Fandrich2017-03-091-2/+2