Commit Graph

  • a6af3df660 CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port number Daniel Stenberg 2015-05-12 23:47:01 +02:00
  • 2a746f6c28 conncache: keep bundles on host+port bases, not only host names Daniel Stenberg 2015-05-12 23:40:10 +02:00
  • fd137786e5 bundles: merged into conncache.c Daniel Stenberg 2015-05-12 23:06:11 +02:00
  • b419e7ae0c hostcache: made all host caches use structs, not pointers Daniel Stenberg 2015-05-12 09:46:53 +02:00
  • d37e0160c2 multi: converted socket hash into non-allocated struct Daniel Stenberg 2015-05-12 09:28:37 +02:00
  • 640296c95d connection cache: avoid Curl_hash_alloc() Daniel Stenberg 2015-05-12 09:15:02 +02:00
  • c4d6f9163a proxy: add newline to info message Daniel Stenberg 2015-05-08 13:00:18 +02:00
  • c720cd6356 FTP: fix dangling conn->ip_addr dereference on verbose EPSV. Patrick Monnerat 2015-05-08 15:26:59 +02:00
  • 3377e692ee FTP: Make EPSV use the control IP address rather than the original host. This ensures an alternate address is not used. Does not apply to proxy tunnel. Patrick Monnerat 2015-05-08 13:55:15 +02:00
  • 5bf472fd39 tool_help: fix formatting for --next option Alessandro Ghedini 2015-05-07 15:34:30 +02:00
  • 8936a23f51 opts: improved the TCP keepalive examples Egon Eckert 2015-05-08 08:26:37 +02:00
  • f010f3e3ca winbuild: Document the option used to statically link the CRT Jay Satiro 2015-05-08 01:09:57 -04:00
  • 33058a1dc3 netrc: Read in text mode when cygwin Orgad Shaneh 2015-05-06 02:33:57 -04:00
  • 26cb9f1646 Update the version number in curl/curlver.h to the correct version. 7_42 Rider Linden 2015-05-04 17:21:09 -07:00
  • 9fcc297ff3 OS400: Add SPNEGO service name options to ILE/RPG binding. Patrick Monnerat 2015-05-05 14:05:41 +02:00
  • 8a35211f3e curl_multi_info_read.3: fix typo Daniel Stenberg 2015-05-04 23:45:25 +02:00
  • fa08362a5f MANUAL: language fix Daniel Stenberg 2015-05-04 14:17:28 +02:00
  • a5e09e9eea gtls: properly retrieve certificate status Alessandro Ghedini 2015-05-04 10:41:25 +02:00
  • 86bc654532 OpenSSL: conditional check for SSL3_RT_HEADER Daniel Stenberg 2015-05-04 13:29:34 +02:00
  • 690317aae2 openssl: skip trace outputs for ssl_ver == 0 Daniel Stenberg 2015-05-04 12:27:59 +02:00
  • 3c104448d6 schannel.c: Small changes Marc Hoersken 2015-05-02 22:21:25 +02:00
  • ae8387b91c schannel.c: Improve code path and readability Marc Hoersken 2015-05-02 20:14:53 +02:00
  • d93619ca5d schannel.c: Improve error and return code handling upon aa99a63f03 Marc Hoersken 2015-05-02 20:05:22 +02:00
  • aa99a63f03 schannel: fix regression in schannel_recv Chris Araman 2015-04-29 16:08:43 -07:00
  • 4bb8bad964 Bug born in changes made several days ago 9a91e80. Marc Hoersken 2015-05-01 09:39:34 +02:00
  • b6c9f5b7ae configure: remove missing and make it autogenerate Michael Osipov 2015-04-30 10:06:09 +02:00
  • 4335b86a10 acinclude.m4: fix test for default CA cert bundle/path Michael Osipov 2015-04-30 15:52:23 +02:00
  • 3f88d92e92 CONTRIBUTING.md: remove the sourceforge mention Daniel Stenberg 2015-04-30 18:35:43 +02:00
  • 32606e4f0b http_negotiate_sspi: added missing data variable Dan Fandrich 2015-04-30 12:13:49 +02:00
  • 693422b79b configure: remove --automake from libtoolize call Michael Osipov 2015-04-30 08:47:19 +02:00
  • 6a61285909 build: update depedency versions, urls, example makefiles Viktor Szakats 2015-04-30 08:29:00 +02:00
  • 4271695122 configure: remove autogenerated files by autoconf Michael Osipov 2015-04-29 22:51:04 +02:00
  • b23fda76c1 curl_multi_add_handle: next is already NULL Anders Bakken 2015-04-29 15:39:54 -07:00
  • 926cb9ff65 schannel: Fix out of bounds array Jay Satiro 2015-04-30 01:43:45 -04:00
  • 55db5bdff7 docs/libcurl: gitignore libcurl-symbols.3 Jay Satiro 2015-04-29 13:51:42 -04:00
  • 790d1a4816 lib/makefile.m32: add arch -m32/-m64 to LDFLAGS Viktor Szakats 2015-04-29 12:05:25 +02:00
  • 1c0f70f534 RELEASE-NOTES: synced with cd39b944afc Daniel Stenberg 2015-04-29 08:38:04 +02:00
  • cd39b944af THANKS: merged from the 7.42.1 release Daniel Stenberg 2015-04-29 08:25:12 +02:00
  • 4feb6e6d03 RELEASE-NOTES: 7.42.1 ready curl-7_42_1 Daniel Stenberg 2015-04-28 21:09:30 +02:00
  • 6ba2e88a64 CURLOPT_HEADEROPT: default to separate Daniel Stenberg 2015-04-23 15:58:21 +02:00
  • 69a2e8d7ec CURLOPT_HEADEROPT: default to separate Daniel Stenberg 2015-04-23 15:58:21 +02:00
  • 1f8a337e41 docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation Linus Nielsen 2015-04-28 14:46:48 +02:00
  • b2ea1bfcd6 hash: simplify Curl_str_key_compare() Daniel Stenberg 2015-04-28 13:09:39 +02:00
  • 0741271198 dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME Daniel Stenberg 2015-04-28 09:03:58 +02:00
  • 97c272e5d1 Negotiate: custom service names for SPNEGO. Linus Nielsen 2015-03-29 14:52:31 +02:00
  • 54c394699d http2: unify http_conn variable names to 'c' Daniel Stenberg 2015-04-27 13:21:41 +02:00
  • 09a31fabe4 ConnectionExists: call it multi-use instead of pipelining Daniel Stenberg 2015-04-27 12:50:19 +02:00
  • d4f62f6c5d nss: fix compilation failure with old versions of NSS Paul Howarth 2015-04-23 15:56:03 +02:00
  • c71cc72433 RELEASE-NOTES: synced with a6e0270e Daniel Stenberg 2015-04-27 10:27:04 +02:00
  • a6e0270e9b sws: init http2 state properly Daniel Stenberg 2015-04-27 08:38:52 +02:00
  • 14f36574be curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION Daniel Stenberg 2015-04-27 00:29:18 +02:00
  • 23c85ba15e openssl: fix serial number output Daniel Stenberg 2015-04-26 16:36:19 +02:00
  • 1945f99d59 sws: init http2 state properly Daniel Stenberg 2015-04-27 08:38:52 +02:00
  • b55cb2eef2 curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION Daniel Stenberg 2015-04-27 00:29:18 +02:00
  • c0700e3c7f runtests: use a DISABLED.local file too Daniel Stenberg 2015-04-26 18:22:46 +02:00
  • 92e754de78 schannel.c: Fix typo introduced with 3447c973d0 Marc Hoersken 2015-04-26 19:57:05 +02:00
  • 9a91e8059b schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error Marc Hoersken 2015-04-26 17:59:01 +02:00
  • 3447c973d0 schannel: re-indented file to follow curl style better Daniel Stenberg 2015-04-26 17:40:40 +02:00
  • cae43a10cb Curl_ossl_init: load builtin modules Daniel Stenberg 2015-04-26 17:26:31 +02:00
  • aa8f613e98 configure: follow-up fix for krb5-config Daniel Stenberg 2015-04-26 17:04:18 +02:00
  • aff153f83a openssl: fix serial number output Daniel Stenberg 2015-04-26 16:36:19 +02:00
  • 59f3f92ba6 sasl_sspi: Populate domain from the realm in the challenge Grant Pannell 2015-04-26 16:12:23 +02:00
  • 6a7261359b tool: New option --data-raw to HTTP POST data, '@' allowed. Anthony Avina 2015-04-25 14:49:39 -04:00
  • f1e0a0aae7 test2039: fixed line endings that caused a test failure Dan Fandrich 2015-04-25 10:17:46 +02:00
  • 047e6aa05c netrc: add unit tests for 'default' support Viktor Szakats 2015-04-19 16:18:16 +02:00
  • 48be87e5f0 netrc: support 'default' token Viktor Szakats 2015-04-09 03:46:15 +02:00
  • 49726926c6 ROADMAP.md: extended the HTTP/2 section, reformatted Daniel Stenberg 2015-04-24 10:49:31 +02:00
  • cc628cd68a curl.1: fix typo Alessandro Ghedini 2015-04-22 14:57:46 +02:00
  • a005d2f7de RELEASE-NOTES: toward 7.42.1, synced with 097460a Daniel Stenberg 2015-04-23 16:41:26 +02:00
  • 097460adb2 curl -z: do not write empty file on unmet condition Kamil Dudka 2015-04-23 14:01:08 +02:00
  • c75c4d7706 docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too Kamil Dudka 2015-04-22 14:47:26 +02:00
  • 710a2e99b5 curl -z: do not write empty file on unmet condition Kamil Dudka 2015-04-23 14:01:08 +02:00
  • 13329f9d4d connectionexists: follow-up to fd9d3a1ef1f Daniel Stenberg 2015-04-22 13:58:10 +02:00
  • 0ef434f5b6 connectionexists: fix build without NTLM Daniel Stenberg 2015-04-22 13:31:35 +02:00
  • 994ea368a7 dist: include {src,lib}/checksrc.whitelist Daniel Stenberg 2015-04-22 13:16:04 +02:00
  • 79478fdb68 tool: fixed a comment typo Dan Fandrich 2015-04-23 00:09:49 +02:00
  • 81e25b0e25 README: convert to UTF-8 Dan Fandrich 2015-04-23 00:02:49 +02:00
  • 0675abbc75 cyassl: Implement public key pinning Jay Satiro 2015-04-05 01:48:16 -04:00
  • 26cbd7a1d9 curl.1: fix typo Alessandro Ghedini 2015-04-22 14:57:46 +02:00
  • ba4741842e docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too Kamil Dudka 2015-04-22 14:47:26 +02:00
  • 27ace9893c tests/unit/.gitignore: hide unit1601 and above, too Kamil Dudka 2015-04-22 14:18:40 +02:00
  • 85c45d153b connectionexists: follow-up to fd9d3a1ef1f Daniel Stenberg 2015-04-22 13:58:10 +02:00
  • fd9d3a1ef1 connectionexists: fix build without NTLM Daniel Stenberg 2015-04-22 13:31:35 +02:00
  • d409f094a5 bump: start working toward 7.43.0 Daniel Stenberg 2015-04-22 13:31:06 +02:00
  • b47c17d67c nss: implement public key pinning for NSS backend Kamil Dudka 2015-03-25 13:48:41 +01:00
  • 1fd33e3ec8 dist: include {src,lib}/checksrc.whitelist Daniel Stenberg 2015-04-22 13:16:04 +02:00
  • 22691f849a RELEASE-NOTES: updated for 7.42.0 curl-7_42_0 Daniel Stenberg 2015-04-21 11:18:06 +02:00
  • 00e01fc0a7 THANKS: added contributors from 7.42.0 release notes Daniel Stenberg 2015-04-21 11:37:18 +02:00
  • aadda65f5e THANKS-filter: a few more alterations to squash Daniel Stenberg 2015-04-21 11:35:37 +02:00
  • 7166fd8a60 contrithanks.sh: helper script for maintaining THANKS Daniel Stenberg 2015-04-21 11:18:54 +02:00
  • 79b9d5f1a4 http_done: close Negotiate connections when done Daniel Stenberg 2015-04-18 23:50:16 +02:00
  • 0583e87ada fix_hostname: zero length host name caused -1 index offset Daniel Stenberg 2015-04-16 23:52:04 +02:00
  • b5f947b8ac cookie: cookie parser out of boundary memory access Daniel Stenberg 2015-04-16 16:37:40 +02:00
  • 31be461c6b ConnectionExists: for NTLM re-use, require credentials to match Daniel Stenberg 2015-04-16 13:26:46 +02:00
  • 6088fbce06 openssl: add OPENSSL_NO_SSL3_METHOD check byronhe 2015-04-21 15:08:08 -04:00
  • cf2d21d86f CURLOPT_HEADERFUNCTION.3: match parameter name in synopsis and desc Daniel Stenberg 2015-04-20 23:39:04 +02:00
  • 875a6d9324 configure --with-nss: remove unneeded libs from the fallback Mostyn Bramley-Moore 2015-04-20 09:50:15 +02:00
  • 1b8f9c95b6 contributors.sh: fix help output, filter out (-prefix from names Daniel Stenberg 2015-04-20 10:15:31 +02:00
  • 9d704b3df9 RELEASE-NOTES: synced with cc0e7ebc3be0 Daniel Stenberg 2015-04-20 10:05:46 +02:00
  • cc0e7ebc3b CURLMOPT_TIMERFUNCTION.3: Clarify, add an example Michael Stapelberg 2015-04-11 22:28:10 +02:00