summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs: distribute the CURLINFO_HTTP_VERSION(3) man page, tooKamil Dudka2016-07-212-1/+2
* bump: start working on 7.50.1Daniel Stenberg2016-07-212-83/+9
* RELEASE-NOTES: version 7.50.0 readycurl-7_50_0Daniel Stenberg2016-07-211-3/+9
* THANKS: 13 new contributors from the 7.50.0 releaseDaniel Stenberg2016-07-211-0/+14
* winbuild: fix embedded manifest optionJay Satiro2016-07-211-1/+1
* vauth: Fix memleak by freeing credentials if out of memoryJay Satiro2016-07-201-0/+5
* vauth: Fixed memory leak due to function returning without freeSaurav Babu2016-07-201-7/+8
* test558: updated after ipv6-check moveDaniel Stenberg2016-07-201-0/+3
* connect: disable TFO on Linux when using SSLJay Satiro2016-07-201-1/+4
* ROADMAP: QUIC and TLS 1.3Daniel Stenberg2016-07-191-0/+20
* RELEASE-NOTES: synced with c50980807c5Daniel Stenberg2016-07-191-6/+21
* curl_global_init: Check if IPv6 worksBrian Prodoehl2016-07-181-0/+2
* CURLMOPT_SOCKETFUNCTION.3: fix typoTimothy Polich2016-07-141-1/+1
* library: Fix memory leaks found during static analysisMiroslav Franc2016-07-143-6/+15
* cookie.c: Fix misleading indentationViktor Szakats2016-07-131-1/+1
* FAQ: Update FTP directory listing section for MLSD commandJay Satiro2016-07-091-11/+21
* Appveyor: Updates for options - CURL_STATICLIB/BUILD_TESTINGSergei Nikulov2016-07-011-2/+32
* TODO: 17.4 also brings more HTTP/2 supportDaniel Stenberg2016-06-301-0/+3
* TODO: try next proxy if one doesn't workDaniel Stenberg2016-06-301-0/+10
* conn: don't free easy handle data in handler->disconnectDaniel Stenberg2016-06-292-5/+0
* test1244: test different proxy ports same URLDaniel Stenberg2016-06-292-0/+61
* curl_global_init.3: improved formatting of the flagsDaniel Stenberg2016-06-291-13/+7
* curl_global_init.3: expand on the SSL and WIN32 bits purposeDaniel Stenberg2016-06-291-1/+14
* cleanup: minor code cleanup in Curl_http_readwrite_headers()Michael Kaufmann2016-06-281-45/+43
* SFTP: set a generic error when no SFTP one exists...Daniel Stenberg2016-06-281-2/+7
* ROADMAP: http2 tests are merged, mention http2 perfDaniel Stenberg2016-06-281-9/+5
* docs/README.md: to render nicer pages on githubDaniel Stenberg2016-06-281-0/+12
* README.md: change host name for the svg logoDaniel Stenberg2016-06-281-1/+1
* README.md: use the SVG logoViktor Szakats2016-06-281-1/+1
* README.md: logo on top!Daniel Stenberg2016-06-281-0/+1
* KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for someDaniel Stenberg2016-06-281-0/+7
* RELEASE-NOTES: synced with d61c80515aa8Daniel Stenberg2016-06-271-5/+28
* acinclude.m4: improve autodetection of CA bundle on FreeBSDMichael Osipov2016-06-271-3/+3
* configure: don't specify .lib for libs on windowsDaniel Stenberg2016-06-221-1/+1
* configure: fix winssl LIBS change typoDaniel Stenberg2016-06-221-1/+1
* TODO: "TCP Fast Open" is done, add monitor pool connectionsDaniel Stenberg2016-06-221-4/+13
* configure: add crypt32.lib for winssl buildsDaniel Stenberg2016-06-221-0/+1
* Makefile.vc: link with crypt32.lib for winssl buildsDaniel Stenberg2016-06-221-2/+3
* VC: Add crypt32.lib to Visual Sudio project template filesJoel Depooter2016-06-2218-128/+128
* vc: fix the build for schannel certinfo supportDaniel Stenberg2016-06-221-0/+1
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-227-49/+51
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-22124-871/+841
* headers: forward declare CURL, CURLM and CURLSH as structsDaniel Stenberg2016-06-222-4/+4
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-229-243/+283
* curl.1: the used progress meter suffix is k in lower caseDaniel Stenberg2016-06-221-1/+1
* cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov2016-06-213-8/+50
* cleanup: fix method names in code commentsMichael Kaufmann2016-06-212-4/+4
* curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka2016-06-212-2/+3
* tests: fix the HTTP/2 testsDaniel Stenberg2016-06-196-14/+16
* openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg2016-06-191-18/+21