- Jan 23, 2017
-
-
Daniel Stenberg authored
The winbuild/ build files is now the single MSVC makefile build choice. Closes #1215
-
Jay Satiro authored
On Windows it's possible to have input files with CRLF line endings and a perl that defaults to LF line endings (eg msysgit). Currently that results in generator output of mixed line endings of CR, LF and CRLF. This change fixes that issue in the most succinct way by opening the files in :crlf text mode even when the perl being used does not default to that mode. (On operating systems that don't have a separate text mode it's essentially a no-op.) The output continues to be in the perl's native line ending.
-
Daniel Stenberg authored
-
- Jan 19, 2017
-
-
Richy Kim authored
Replace use of fixed macro BUFSIZE to define the size of the receive buffer. Reappropriate CURLOPT_BUFFERSIZE to include enlarging receive buffer size. Upon setting, resize buffer if larger than the current default size up to a MAX_BUFSIZE (512KB). This can benefit protocols like SFTP. Closes #1222
-
Michael Kaufmann authored
This has been implemented with commit 9ad034e5.
-
Kamil Dudka authored
Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala
-
- Jan 18, 2017
-
-
Daniel Stenberg authored
-
- Jan 17, 2017
-
-
Daniel Stenberg authored
By supporting this, subsequent connects would load a lot less data from disk. Closes #1110
-
- Jan 16, 2017
-
-
Daniel Stenberg authored
-
- Jan 14, 2017
-
-
railsnewbie257 authored
Closes #1211
-
Daniel Stenberg authored
Closes #1200
-
Daniel Stenberg authored
Even though it is called --fail-early
-
Daniel Stenberg authored
Closes #1139
-
Daniel Stenberg authored
-
- Jan 13, 2017
-
-
Daniel Stenberg authored
-
Isaac Boukris authored
In addition to unix domain sockets, Linux also supports an abstract namespace which is independent of the filesystem. In order to support it, add new CURLOPT_ABSTRACT_UNIX_SOCKET option which uses the same storage as CURLOPT_UNIX_SOCKET_PATH internally, along with a flag to specify abstract socket. On non-supporting platforms, the abstract address will be interpreted as an empty string and fail gracefully. Also add new --abstract-unix-socket tool parameter. Signed-off-by: Isaac Boukris <iboukris@gmail.com> Reported-by: Chungtsun Li (typeless) Reviewed-by: Daniel Stenberg Reviewed-by: Peter Wu Closes #1197 Fixes #1061
-
Daniel Stenberg authored
We have higher resolution since 7.52.0
-
Daniel Stenberg authored
-
Frank Gevaerts authored
Closes #1169
-
Frank Gevaerts authored
-
ERAMOTO Masaya authored
Under condition using http_proxy env var, noproxy list was the combination of --noproxy option and NO_PROXY env var previously. Since this commit, --noproxy option overrides NO_PROXY environment variable even if use http_proxy env var. Closes #1140
-
railsnewbie257 authored
Closes #1194
-
- Jan 08, 2017
-
-
Daniel Stenberg authored
At least mostly, not counting // comments.
-
Aulddays authored
libcurl requires CURLMOPT_SOCKETFUNCTION to KEEP watching socket events and notify back. Modify event_cb() to continue watching events when fired. Fixes #1191 Closes #1192 Fixed-by: Mingliang Zhu
-
- Jan 07, 2017
-
-
Daniel Stenberg authored
Removed items already fixed, clarified a few others.
-
Daniel Stenberg authored
Reported in #1190 Reported-by: Dan Jacobson
-
Daniel Stenberg authored
curl.1 is regenerated Fixes #1190
-
- Jan 06, 2017
-
-
Dan Fandrich authored
-
Patrick Monnerat authored
-
- Jan 05, 2017
-
-
peterpih authored
-
- Jan 02, 2017
-
-
Jay Satiro authored
Since the TCP keep-alive options were added in 705f0f7a the start and interval default values have been 60, but that wasn't documented. Bug: https://curl.haxx.se/mail/lib-2017-01/0000.html Reported-by: Praveen Pvs
-
- Dec 29, 2016
-
-
Daniel Stenberg authored
-
Jay Satiro authored
- Use Windows API SetFileTime to set the file time instead of utime. Avoid utime on Windows if possible because it may apply a daylight saving time offset to our UTC file time. Bug: https://curl.haxx.se/mail/archive-2016-11/0033.html Reported-by: Tim Closes https://github.com/curl/curl/pull/1121
-
- Dec 28, 2016
-
-
Daniel Stenberg authored
Mentioned in #1013
-
- Dec 25, 2016
-
-
Daniel Stenberg authored
... as the former ones always go stale!
-
Daniel Stenberg authored
... and regenerated curl.1
-
- Dec 20, 2016
-
-
Daniel Stenberg authored
-
- Dec 19, 2016
-
-
Daniel Stenberg authored
-
- Dec 18, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and regenerated curl.1 Reported-by: Gisle Vanem
-