summaryrefslogtreecommitdiff
path: root/include/curl
Commit message (Expand)AuthorAgeFilesLines
...
* curlbuild.h.dist: check __LP64__ as well to fix MIPS buildDaniel Stenberg2016-05-181-3/+3
* curl.h: clarify curl_sslbackend for openssl clones and renamesDaniel Stenberg2016-04-251-0/+5
* curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a stringPatrick Monnerat2016-04-221-1/+1
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-181-0/+3
* includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg2016-04-181-0/+2
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+4
* http2: Add handling stream level errorTatsuhiro Tsujikawa2016-04-111-0/+2
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-1/+1
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* 7.49.0: next release versionDaniel Stenberg2016-04-021-4/+4
* curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFSDaniel Stenberg2016-04-011-1/+3
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-011-26/+2
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-0/+2
* bump: work on 7.48.1Daniel Stenberg2016-03-231-3/+3
* bump: the coming release is 7.48.0Daniel Stenberg2016-03-181-4/+4
* getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro2016-02-231-2/+3
* TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig2016-02-231-0/+3
* bump: work toward the next releaseDaniel Stenberg2016-02-081-3/+3
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-035-5/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0312-13/+13
* bump: towards the next (7.47.1 ?)Daniel Stenberg2016-01-281-5/+5
* curlver: the pending release will become 7.47.0Daniel Stenberg2015-12-151-4/+4
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-1/+2
* lwip: Fix compatibility issues with later versionsGisle Vanem2015-12-071-2/+3
* version: Add flag CURL_VERSION_PSL for libpslGisle Vanem2015-12-071-0/+2
* bump: towards next releaseDaniel Stenberg2015-12-021-3/+3
* curl.h: s/#defien/#define/Patrick Monnerat2015-11-191-1/+1
* typecheck-gcc.h: add missing slist-using optionsDaniel Stenberg2015-11-131-4/+6
* typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATADaniel Stenberg2015-11-131-10/+11
* typecheck-gcc.h: add some missing string typesDaniel Stenberg2015-11-131-42/+49
* curl.h: introducing the STRINGPOINT aliasDaniel Stenberg2015-11-131-64/+69
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-021-1/+8
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-311-12/+16
* http2: s/priority/weightDaniel Stenberg2015-10-231-2/+2
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+9
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-1/+2
* curlbuild.h: Fix non-configure compiling to mips and sh4 targetsRichard Hosking2015-10-161-1/+2
* bump: start climbing toward 7.46.0Daniel Stenberg2015-10-071-3/+3
* Revert "has: generate the curl/has.h header"Kamil Dudka2015-09-042-153/+6
* has: generate the curl/has.h headerDaniel Stenberg2015-09-042-6/+153
* getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru2015-08-241-1/+3
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+3
* gitignore: Sort for readabilityJay Satiro2015-08-181-1/+1
* bump: start working toward 7.45.0Daniel Stenberg2015-08-121-3/+3
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+4
* multi: Move http2 push function declarations to header endJay Satiro2015-06-301-24/+25
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-241-2/+1
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-11/+6
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-1/+5
* http2: initial HTTP/2 server push types/docsDaniel Stenberg2015-06-241-0/+32