- May 12, 2015
-
-
Daniel Stenberg authored
... by using plain structs instead of pointers for the connection cache, we can avoid several dynamic allocations that weren't necessary.
-
- May 08, 2015
-
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
Patrick Monnerat authored
This ensures an alternate address is not used. Does not apply to proxy tunnel.
-
Alessandro Ghedini authored
-
Egon Eckert authored
-
Jay Satiro authored
- Document option RTLIBCFG (runtime library configuration). Bug: https://github.com/bagder/curl/issues/254 Reported-by: Bert Huijben
-
- May 06, 2015
-
-
Orgad Shaneh authored
Use text mode when cygwin to eliminate trailing carriage returns. Bug: https://github.com/bagder/curl/pull/258
-
- May 05, 2015
-
-
Patrick Monnerat authored
-
- May 04, 2015
-
-
Daniel Stenberg authored
Reported-by: Liviu Chircu
-
Daniel Stenberg authored
Reported-by: Fred Stluka Bug: https://github.com/bagder/curl/issues/255
-
Alessandro Ghedini authored
Also print the revocation reason if appropriate.
-
Daniel Stenberg authored
The symbol is fairly new. Reported-by: Kamil Dudka
-
Daniel Stenberg authored
The OpenSSL trace callback is wonderfully undocumented but given a journey in the source code, it seems the cases were ssl_ver is zero doesn't follow the same pattern and thus turned out confusing and misleading. For now, we skip doing any CURLINFO_TEXT logging on those but keep sending them as CURLINFO_SSL_DATA_OUT/IN. Also, I added direction to the text info and I edited some functions slightly. Bug: https://github.com/bagder/curl/issues/219 Reported-by: Jay Satiro, Ashish Shukla
-
- May 02, 2015
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Chris Araman authored
https://github.com/bagder/curl/issues/244 Commit 145c263a changed the behavior when Curl_read_plain returns CURLE_AGAIN. We now handle CURLE_AGAIN and SEC_I_CONTEXT_EXPIRED correctly.
-
- May 01, 2015
-
-
Marc Hoersken authored
Commit: https://github.com/bagder/curl/commit/926cb9f Reported-by: Ray Satiro
-
- Apr 30, 2015
-
-
Michael Osipov authored
The missing file has not been autogenerated because a temporary fix was employed in acinclude.m4 which blocked update. Removed that fix and a recent version of missing is copied to build root.
-
Michael Osipov authored
test(1) on HP-UX requires a single equals sign and fails with two. Let's use one and make every OS happy.
-
Daniel Stenberg authored
Reported-By: Michael Osipov
-
Dan Fandrich authored
-
Michael Osipov authored
That option is not mentioned in the man page of libtoolize 2.4.4.19-fda4. Moveover, a comment in line 2623 says "--automake is for 1.5 compatibility". This option is redundant now.
-
Viktor Szakats authored
- update default versions of dependencies (except for rare/old platforms) - update urls - sync examples makefiles with main ones - remove line ending space
-
Michael Osipov authored
* install-sh is always regenerated * mkinstalldirs was already redudant years ago. Automake uses install for that. See: http://lists.gnu.org/archive/html/automake/2007-03/msg00015.html
-
Anders Bakken authored
-
Jay Satiro authored
Bug born in changes made several days ago 9a91e805. Bug: http://curl.haxx.se/mail/lib-2015-04/0199.html Reported-by: Brian Chrisman
-
- Apr 29, 2015
-
-
Jay Satiro authored
Bug: http://curl.haxx.se/mail/lib-2015-04/0191.html Reported-by: Michael Osipov
-
Viktor Szakats authored
This fixes using a multi-target mingw distro to build curl .dll for the non-default target. (mirroring the same patch present in src/makefile.m32)
-
Daniel Stenberg authored
I've not mentioned the bug fixes that were shipped in 7.42.1 from the 7_42 branch.
-
Daniel Stenberg authored
-
- Apr 28, 2015
-
-
Daniel Stenberg authored
Make the HTTP headers separated by default for improved security and reduced risk for information leakage. Bug: http://curl.haxx.se/docs/adv_20150429.html Reported-by: Yehezkel Horowitz, Oren Souroujon
-
Linus Nielsen authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Linus Nielsen authored
* Add new options, CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME. * Add new curl options, --proxy-service-name and --service-name.
-
- Apr 27, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
So that it fits HTTP/2 as well
-
Paul Howarth authored
Bug: http://curl.haxx.se/mail/lib-2015-04/0095.html
-