summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: fix the -ldl check for openssl, add -lpthread checkbagder/configure-openssl-ldlDaniel Stenberg2017-04-181-44/+42
* 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-173-9/+9
* extern-scan.pl: strip trailing CRMarcel Raad2017-04-171-1/+3
* configure.ac: ignore CR after version numbersMarcel Raad2017-04-171-2/+2
* .gitattributes: force shell scripts to LFMarcel Raad2017-04-172-0/+2
* unit1303: fix compiler warningMarcel Raad2017-04-161-2/+2
* RELEASE-NOTES: synced with 1451271e0Daniel Stenberg2017-04-161-6/+22
* 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-compilers.m4: turn implicit function declarations into errorsMarcel Raad2017-04-151-2/+5
* test1541: also test for CURL_PULL_WS2TCPIP_HMarcel Raad2017-04-121-2/+14
* tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-121-3/+3
* Curl_expire_latest: ignore already expired timersDaniel Stenberg2017-04-112-4/+7
* system.h: fix mingw sectionDaniel Stenberg2017-04-111-1/+14
* polarssl: unbreak build with versions < 1.3.8Marcel Raad2017-04-111-1/+1
* poll: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-112-6/+6
* 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
* RELEASE-NOTES: synced with f9d1e9a27f7e1Daniel Stenberg2017-04-101-9/+30
* libcurl-thread.3: fixed a bad macro that caused test 1140 to failDan Fandrich2017-04-101-1/+1
* libcurl-thread.3: also mention threaded-resolverDaniel Stenberg2017-04-091-4/+5
* .github/stale.yml: enable the stale botDaniel Stenberg2017-04-091-0/+17
* CURLINFO_SCHEME.3: fix variable typeJay Satiro2017-04-081-6/+9
* INSTALL.md: fix secure transport configure argumentsMarcel Raad2017-04-081-1/+1
* vtls: fix unreferenced variable warningsMarcel Raad2017-04-082-2/+4
* BUGS: "Bugs in old versions"Daniel Stenberg2017-04-071-0/+33
* system.h: add section for tccDaniel Stenberg2017-04-071-0/+13
* 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
* test1606: verify speedcheckDaniel Stenberg2017-04-064-2/+121
* low_speed_limit: improved function for longer time periodsDaniel Stenberg2017-04-061-29/+30
* system.h: set sizeof long to 4 on "default 32 bit" systemsDaniel Stenberg2017-04-061-0/+1
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-062-16/+9
* INSTALL.cmake: more problemsDaniel Stenberg2017-04-061-1/+2
* test1541: ignore the curl_off_t variable type name comparisonDaniel Stenberg2017-04-051-0/+8
* Revert "configure: prefer 'long long' to int64_t for curl_off_t"Daniel Stenberg2017-04-051-2/+2
* tool_operate: fix MinGW compiler warningMarcel Raad2017-04-051-23/+27
* tool_operate: move filetime code to its own functionMarcel Raad2017-04-051-49/+60
* configure: prefer 'long long' to int64_t for curl_off_tDaniel Stenberg2017-04-051-2/+2
* tests: added test for Curl_splaygetbest to unit1309Dániel Bakai2017-04-042-3/+146
* multi: fix queueing of pending easy handlesDániel Bakai2017-04-043-62/+51
* tool: fix Windows Unicode buildMarcel Raad2017-04-042-3/+3
* 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
* RELEASE-NOTES: synced with 4f2e348f9b42c69c480Daniel Stenberg2017-04-041-9/+39