- Jan 26, 2016
-
-
Daniel Stenberg authored
-
- Jan 25, 2016
-
-
Daniel Stenberg authored
-
- Jan 24, 2016
-
-
paulehoffman authored
Current FAQ didn't make it clear where the main repo is. Closes #612
-
Daniel Stenberg authored
-
- Jan 21, 2016
-
-
Steve Holme authored
-
- Jan 17, 2016
-
-
Daniel Schauenberg authored
-
- Jan 15, 2016
-
-
Kamil Dudka authored
The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle empty strings specially since curl-7_25_0-31-g05a443a but the behavior was unintentionally removed in curl-7_38_0-47-gfa7d04f. This commit restores the original behavior and clarifies it in the documentation that NULL and "" have both the same meaning when passed to CURLOPT_SSH_PUBLIC_KEYFILE. Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html
-
- Jan 13, 2016
-
-
Daniel Stenberg authored
-
- Jan 11, 2016
-
-
Daniel Stenberg authored
Closes #514
-
- Jan 09, 2016
-
-
Thomas Glanzmann authored
-
- Jan 04, 2016
-
-
Jay Satiro authored
- Add to both curl_global_init.3 and libcurl.3 the caveat for Windows that initializing libcurl via a DLL's DllMain or static initializer could cause a deadlock. Bug: https://github.com/bagder/curl/issues/586 Reported-by: <marc-groundctl@users.noreply.github.com>
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 24, 2015
-
-
Daniel Stenberg authored
-
- Dec 15, 2015
-
-
Daniel Stenberg authored
This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS
-
- Dec 14, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 13, 2015
-
-
Daniel Stenberg authored
... and stick to 1.1 for HTTP. This is in line with what browsers do and should have very little risk.
-
- Dec 07, 2015
-
-
Gisle Vanem authored
-
- Dec 01, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 25, 2015
-
-
Daniel Stenberg authored
... and add a generic explanation for them instead. Each example file should contain its own description these days.
-
- Nov 23, 2015
-
-
Daniel Stenberg authored
Refer to _HEADERDATA not _WRITEDATA. Reported-by: Michał Piechowski
-
Daniel Stenberg authored
-
- Nov 22, 2015
-
-
Steve Holme authored
-
- Nov 21, 2015
-
-
Steve Holme authored
-
Steve Holme authored
pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset'
-
- Nov 20, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Moved some ideas from "next major" to just ordinary ideas since we can always add new things while keeping the old without doing a "next major".
-
- Nov 19, 2015
-
-
Daniel Shahaf authored
Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535
-
MaxGiting authored
Closes https://github.com/bagder/curl/pull/533
-
- Nov 16, 2015
-
-
Daniel Stenberg authored
... if there are more than one using the same name
-
- Nov 13, 2015
-
-
Steve Holme authored
...following commit aba281e7 to fix test 1119.
-
- Nov 09, 2015
-
-
Daniel Stenberg authored
-
- Nov 07, 2015
-
-
Steve Holme authored
-