Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | curl_easy_escape.3: escape '\n' | Svyatoslav Mishyn | |
Closes #398 | |||
2015-08-25 | curl_easy_{escape,setopt}.3: fix example | Svyatoslav Mishyn | |
remove redundant '}' | |||
2015-08-25 | cmake: added Windows SSL support | Sergei Nikulov | |
Closes #399 | |||
2015-08-25 | curl: point out the conflicting HTTP methods if used | Daniel Stenberg | |
It isn't always clear to the user which options that cause the HTTP methods to conflict so by spelling them out it should hopefully be easier to understand why curl complains. | |||
2015-08-25 | curl: clarify that users can only specify one _METHOD_ | Daniel Stenberg | |
2015-08-24 | curl_easy_{escape,unescape}.3: "char *" vs. "const char *" | Svyatoslav Mishyn | |
Closes #395 | |||
2015-08-24 | os400: include new options in wrappers and update ILE/RPG binding. | Patrick Monnerat | |
2015-08-24 | KNOWN_BUGS: #2, not reading a HEAD response-body is not a bug | Daniel Stenberg | |
... since HTTP is forbidden to return any such. | |||
2015-08-24 | KNOWN_BUGS: #78 zero-length files is already fixed! | Daniel Stenberg | |
2015-08-24 | getinfo: added CURLINFO_ACTIVESOCKET | Razvan Cojocaru | |
This patch addresses known bug #76, where on 64-bit Windows SOCKET is 64 bits wide, but long is only 32, making CURLINFO_LASTSOCKET unreliable. Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com> | |||
2015-08-24 | http2: remove dead code | Daniel Stenberg | |
Leftovers from when we removed the private socket hash. Coverity CID 1317365, "Logically dead code" | |||
2015-08-24 | ntlm: mark deliberate switch case fall-through | Daniel Stenberg | |
Coverity CID 1317367, "Missing break in switch" | |||
2015-08-24 | http2: on_frame_recv: get a proper 'conn' for the debug logging | Daniel Stenberg | |
"Explicit null dereferenced (FORWARD_NULL)" Coverity CID 1317366 | |||
2015-08-24 | RELEASE-NOTES: synced with 2acaf3c804 | Daniel Stenberg | |
2015-08-23 | tool: fix memory leak with --proto-default option | Dan Fandrich | |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot | |
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'. | |||
2015-08-22 | runtests: Allow for spaces in server-verify curl custom path | Jay Satiro | |
2015-08-22 | NTLM: recent boringssl brought DES_set_odd_parity back | Daniel Stenberg | |
... so improve the #ifdefs for using our local implementation. | |||
2015-08-22 | configure: detect latest boringssl | Daniel Stenberg | |
Since boringssl brought back DES_set_odd_parity again, it cannot be used to differentiate from boringssl. Using the OPENSSL_IS_BORINGSSL define seems better anyway. URL: https://android.googlesource.com/platform/external/curl/+/f551028d5caab29d4b4a4ae8c159c76c3cfd4887%5E!/ Original-patch-by: Bertrand Simonnet Closes #393 | |||
2015-08-22 | configure: change functions to detect openssl (clones) | Daniel Stenberg | |
... since boringssl moved the former ones and the check started to fail. URL: https://android.googlesource.com/platform/external/curl/+/f551028d5caab29d4b4a4ae8c159c76c3cfd4887%5E!/ Original-patch-by: Bertrand Simonnet | |||
2015-08-21 | openssl: handle lack of server cert when strict checking disabled | Alessandro Ghedini | |
If strict certificate checking is disabled (CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST are disabled) do not fail if the server doesn't present a certificate at all. Closes #392 | |||
2015-08-21 | ftp: clear the do_more bit when the server has connected | Daniel Stenberg | |
The multi state machine would otherwise go into the DO_MORE state after DO, even for the case when the FTP state machine had already performed those duties, which caused libcurl to get stuck in that state and fail miserably. This occured for for active ftp uploads. Reported-by: Patricia Muscalu | |||
2015-08-21 | travis.yml: Add OS X testbot. | Jactry Zeng | |
2015-08-20 | travis: Upgrading to container based build | Rémy Léone | |
http://docs.travis-ci.com/user/migrating-from-legacy Closes #388 | |||
2015-08-20 | RELEASE-NOTES: synced with 14ff86256b13e | Daniel Stenberg | |
2015-08-20 | rtsp: stop reading empty DESCRIBE responses | Erik Janssen | |
Based-on-patch-by: Jim Hollinger | |||
2015-08-20 | rtsp: support basic/digest authentication | Erik Janssen | |
2015-08-19 | CURLMOPT_PUSHFUNCTION.3: fix argument types | Sam Roth | |
Closes #389 Closes #386 | |||
2015-08-19 | inet_pton.c: Fix MSVC run-time check failure | Marcel Raad | |
Visual Studio complains with a message box: "Run-Time Check Failure #1 - A cast to a smaller data type has caused a loss of data. If this was intentional, you should mask the source of the cast with the appropriate bitmask. For example: char c = (i & 0xFF); Changing the code in this way will not affect the quality of the resulting optimized code." This is because only 'val' is cast to unsigned char, so the "& 0xff" has no effect. Closes #387 | |||
2015-08-18 | docs: Update the redirect protocols disabled by default | Jay Satiro | |
- Clarify that FILE and SCP are disabled by default since 7.19.4 - Add that SMB and SMBS are disabled by default since 7.40.0 - Add CURLPROTO_SMBS to the list of protocols | |||
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2015-08-15 | curl_easy_getinfo.3: fix superfluous space | Daniel Stenberg | |
... and changed "oriented" to "related" Closes #378 | |||
2015-08-15 | CURLOPT_HTTP_VERSION.3: connection re-use goes before version | Daniel Stenberg | |
2015-08-15 | curl.1: Document weaknesses in SSLv2 and SSLv3 | Daniel Kahn Gillmor | |
Acknowledge that SSLv3 is also widely considered to be insecure. Also, provide references for people who want to know more about why it's insecure. | |||
2015-08-14 | generate.bat: Added support for generating only the prerequisite files | Steve Holme | |
2015-08-14 | generate.bat: Only call buildconf.bat if it exists | Steve Holme | |
2015-08-14 | generate.bat: Fixed issues when ran in directories with special chars | Steve Holme | |
2015-08-14 | cmake: Fix CurlTests check for gethostbyname_r with 5 arguments | Brad King | |
Fix the check code to pass 5 arguments instead of 6. This typo was introduced by commit aebfd4cfbf (cmake: fix gethostby{addr,name}_r in CurlTests, 2014-10-31). | |||
2015-08-14 | * buildconf.bat: Fixed issues when ran in directories with special chars | Steve Holme | |
Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither | |||
2015-08-13 | curl_global_init_mem.3: Stronger thread safety warning | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0016.html Reported-by: Eric Ridge | |||
2015-08-12 | curl_multi_add_handle.3: fix a typo | Svyatoslav Mishyn | |
"can not" => "cannot" closes #377 | |||
2015-08-12 | docs: fix typos | Alessandro Ghedini | |
closes #376 | |||
2015-08-12 | bump: start working toward 7.45.0 | Daniel Stenberg | |
2015-08-12 | THANKS: remove duplicate name | Daniel Stenberg | |
2015-08-12 | THANKS-filter: merge Todd's names | Daniel Stenberg | |
2015-08-12 | THANKS: 13 new contributors from the 7.44.0 RELEASE-NOTES | Daniel Stenberg | |
2015-08-11 | RELEASE-NOTES: synced with c75a1e775061 | Daniel Stenberg | |
2015-08-11 | curl_formget.3: correct return code | Svyatoslav Mishyn | |
Closes #375 | |||
2015-08-11 | libcurl-tutorial.3: fix formatting | Svyatoslav Mishyn | |
Closes #374 | |||
2015-08-11 | curl_easy_recv.3: fix formatting | Svyatoslav Mishyn | |