summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* formadd: support >2GB files on windowsformadd-largefilesDaniel Stenberg2015-10-317-35/+133
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-313-15/+27
* mbedtls: fix "Structurally dead code"Daniel Stenberg2015-10-291-19/+15
* mbedtls: fix "Logically dead code"Daniel Stenberg2015-10-291-18/+13
* Revert "openssl: engine: remove double-free"Daniel Stenberg2015-10-291-2/+2
* curl.1: -E: s/private certificate/client certificateDaniel Stenberg2015-10-281-4/+4
* openssl: engine: remove double-freeDaniel Stenberg2015-10-271-2/+2
* socks: Fix incorrect port numbers in failed connect messagesJay Satiro2015-10-271-14/+14
* DISTRO-DILEMMA: removedDaniel Stenberg2015-10-262-182/+6
* MacOSX-Framework: sdk regex fix for sdk 10.10 and laterxiangbin li2015-10-251-1/+1
* build: Fix support for PKG_CONFIGJay Satiro2015-10-241-5/+2
* build: Fix mingw ssl gdi32 orderJay Satiro2015-10-232-20/+28
* RELEASE-NOTES: synced with 03b6e078163fDaniel Stenberg2015-10-231-4/+15
* polarssl/mbedtls: fix name space pollutionDaniel Stenberg2015-10-235-34/+34
* mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov2015-10-232-8/+10
* test1137: verify --ignore-content-length for FTPDaniel Stenberg2015-10-232-1/+53
* curl.1: --ignore-content-length now works for FTP tooDaniel Stenberg2015-10-231-4/+6
* ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore sizeKurt Fankhauser2015-10-232-6/+24
* CURLOPT_STREAM_WEIGHT.3: call argument 'weight' tooDaniel Stenberg2015-10-231-8/+13
* http2: add stream options to dist and curl_easy_setopt.3Daniel Stenberg2015-10-232-3/+13
* http2: s/priority/weightDaniel Stenberg2015-10-238-23/+28
* http2: on_frame_recv: trust the conn/data inputDaniel Stenberg2015-10-231-3/+0
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-238-5/+296
* RELEASE-NOTES: synced with ace68fdc0cfed83dDaniel Stenberg2015-10-221-2/+9
* mbedtls:new profile with RSA min key len = 1024.m-gardet2015-10-221-1/+22
* checksrc: add crude // detectionDaniel Stenberg2015-10-212-0/+6
* build: fix for MSDOS/djgppGisle Vanem2015-10-211-1/+3
* copyrights: update Gisle Vanem's emailDaniel Stenberg2015-10-205-8/+4
* vtls: fix compiler warning for TLS backends without sha256Daniel Stenberg2015-10-201-0/+2
* vtls: added support for mbedTLSJonas Minnberg2015-10-2011-9/+950
* cmake: Fix for add_subdirectory(curl) use-caseJavier G. Sogo2015-10-191-2/+2
* RELEASE-NOTES: synced with 4c773bcb474eDaniel Stenberg2015-10-181-3/+26
* tests/FILEFORMAT: mention PSL as a valid feture to check forDaniel Stenberg2015-10-181-0/+1
* teste1136: only run when PSL is enabledDaniel Stenberg2015-10-181-0/+3
* curl: slist_wc: remove curl_memory.h inclusionDaniel Stenberg2015-10-181-1/+0
* configure: add PSL to the list of featuresDaniel Stenberg2015-10-181-0/+4
* tool: Generate easysrc with last cache linked-listDaniel Hwang2015-10-186-36/+183
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-177-1/+134
* curlbuild.h: Fix non-configure compiling to mips and sh4 targetsRichard Hosking2015-10-161-1/+2
* http2: Don't pass unitialized name+len pairs to nghttp2_submit_requestAnders Bakken2015-10-161-23/+30
* test1601: fix compilation with --enable-debug and --disable-crypto-authDan Fandrich2015-10-161-0/+2
* multi: fix off-by-one finit[] array sizeDaniel Stenberg2015-10-161-1/+1
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-159-35/+64
* test1531: case the size to fix the test on non-largefile buildsDan Fandrich2015-10-141-1/+1
* acinclude: remove PKGCONFIG overrideDaniel Stenberg2015-10-131-4/+1
* docs/INSTALL: Updated example minimal binary sizesDan Fandrich2015-10-121-6/+9
* openssl: Fix set up of pkcs12 certificate verification chainErik Johansson2015-10-111-3/+3
* ntlm: error out without 64bit support as the code needs itDaniel Stenberg2015-10-091-0/+4
* curl_global_init: set the memory function pointers correctDaniel Stenberg2015-10-091-10/+22
* curl_global_init_mem: set function pointers before doing initDaniel Stenberg2015-10-091-12/+9