Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | buildconf.bat: Added support for file clean-up via -clean | Steve Holme | |
2015-08-05 | buildconf.bat: Added progress output | Steve Holme | |
2015-08-05 | buildconf.bat: Avoid using goto for file not in repository | Steve Holme | |
2015-08-05 | curl_slist_append.3: add error checking to the example | Daniel Stenberg | |
2015-08-05 | buildconf.bat: Added display of usage text with -help | Steve Holme | |
2015-08-05 | buildconf.bat: Added exit codes for error handling | Steve Holme | |
2015-08-05 | buildconf.bat: Added our standard copyright header | Steve Holme | |
2015-08-05 | buildconf.bat: Use lower-case for commands and reserved keywords | Steve Holme | |
2015-08-04 | generate.bat: Only clean prerequisite files when in ALL mode | Steve Holme | |
2015-08-04 | generate.bat: Moved error messages out of sub-routines | Steve Holme | |
2015-08-04 | generate.bat: More use of lower-case for commands and reserved keywords | Steve Holme | |
2015-08-03 | libcurl.3: fix a single typo | Daniel Stenberg | |
Closes #361 | |||
2015-08-03 | RELEASE-NOTES: synced with c4eb10e2f06f | Daniel Stenberg | |
2015-08-02 | SSH: three state machine fixups | Daniel Stenberg | |
The SSH state machine didn't clear the 'rc' variable appropriately in a two places which prevented it from looping the way it should. And it lacked an 'else' statement that made it possible to erroneously get stuck in the SSH_AUTH_AGENT state. Reported-by: Tim Stack Closes #357 | |||
2015-08-02 | curl_gssapi: remove 'const' to fix compiler warnings | Daniel Stenberg | |
initialization discards 'const' qualifier from pointer target type | |||
2015-08-02 | docs: formpost needs the full size at start of upload | Daniel Stenberg | |
Closes #360 | |||
2015-08-01 | sspi: Fix typo from left over from old code which referenced NTLM | Steve Holme | |
References to NTLM in the identity generation should have been removed in commit c469941293 but not all were. | |||
2015-08-01 | win32: Fix compilation warnings from commit 40c921f8b8 | Steve Holme | |
connect.c:953:5: warning: initializer element is not computable at load time connect.c:953:5: warning: missing initializer for field 'dwMinorVersion' of 'OSVERSIONINFOEX' curl_sspi.c:97:5: warning: initializer element is not computable at load time curl_sspi.c:97:5: warning: missing initializer for field 'szCSDVersion' of 'OSVERSIONINFOEX' | |||
2015-08-01 | schannel: Fix compilation warning from commit 7a8e861a56 | Steve Holme | |
schannel.c:1125:5: warning: missing initializer for field 'dwMinorVersion' of 'OSVERSIONINFOEX' [-Wmissing-field-initializers | |||
2015-07-31 | libcurl-thread.3: minor reformatting | Daniel Stenberg | |
2015-07-31 | curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-31 | libcurl-thread.3: Warn memory functions must be thread safe | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-31 | RELEASE-NOTES: Synced with 8b1d00ac1a | Steve Holme | |
2015-07-30 | INSTALL: Minor formatting correction in 'Legacy Windows and SSL' section | Steve Holme | |
...as well as some rewording. | |||
2015-07-30 | http: move HTTP/2 cleanup code off http_disconnect() | Kamil Dudka | |
Otherwise it would never be called for an HTTP/2 connection, which has its own disconnect handler. I spotted this while debugging <https://bugzilla.redhat.com/1248389> where the http_disconnect() handler was called on an FTP session handle causing 'dnf' to crash. conn->data->req.protop of type (struct FTP *) was reinterpreted as type (struct HTTP *) which resulted in SIGSEGV in Curl_add_buffer_free() after printing the "Connection cache is full, closing the oldest one." message. A previously working version of libcurl started to crash after it was recompiled with the HTTP/2 support despite the HTTP/2 protocol was not actually used. This commit makes it work again although I suspect the root cause (reinterpreting session handle data of incompatible protocol) still has to be fixed. Otherwise the same will happen when mixing FTP and HTTP/2 connections and exceeding the connection cache limit. Reported-by: Tomas Tomecek Bug: https://bugzilla.redhat.com/1248389 | |||
2015-07-30 | ABI doc: use secure URL | Viktor Szakats | |
2015-07-30 | ABI: remove the ascii logo | Daniel Stenberg | |
and made the indent level to 1 | |||
2015-07-30 | libcurl-multi.3: mention curl_multi_wait | Daniel Stenberg | |
... and some general rewordings to improve this docs. Reported-by: Tim Stack Closes #356 | |||
2015-07-30 | maketgz: Fixed some VC makefiles missing from the release tarball | Steve Holme | |
VC7, VC11, VC12 and VC14 makefiles were missing from the release tarball. | |||
2015-07-29 | RELEASE-NOTES: Synced with 2d7e165761 | Steve Holme | |
2015-07-29 | build: Added VC14 project files to Makefile.am | Steve Holme | |
2015-07-29 | build: Added VC14 project files | Steve Holme | |
Updates to Makefile.am for the generation of the project files in the tarball to follow. | |||
2015-07-29 | libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1L | Jay Satiro | |
2015-07-28 | generate.bat: Use lower-case for commands and reserved keywords | Steve Holme | |
Whilst there are no coding standards for the batch files used in curl, most tend to use lower-case for keywords and upper-case for variables. | |||
2015-07-28 | build: Added initial VC14 support to generate.bat | Steve Holme | |
Visual Studio project files and updates to makefile.am to follow. | |||
2015-07-28 | build: Fixed missing .opensdf files from VC10+ .gitignore files | Steve Holme | |
2015-07-28 | build: Use $(ProjectName) macro for curl.exe and curld.exe filenames | Steve Holme | |
This wasn't possible with the old curlsrc project filenames, but like commit 2a615a2b64 and 11397eb6dd for libcurl use the built in Visual Studio macros for the output filenames. | |||
2015-07-28 | build: Renamed curl src Visual Studio project files | Steve Holme | |
Following commit 957fcd9049 and in preparation for adding the VC14 project files renamed the curl source project files. | |||
2015-07-28 | libcurl-thread.3: Revert to stricter handle wording | Jay Satiro | |
.. also update formatting and add WinSSL and wolfSSL to the SSL/TLS handlers list. | |||
2015-07-28 | libcurl-thread.3: Consolidate thread safety info | Jay Satiro | |
This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one. | |||
2015-07-27 | README: Corrected formatting for 'Legacy Windows and SSL' section | Steve Holme | |
...as well as some wording. | |||
2015-07-26 | build-openssl.bat: Added support for VC14 | Steve Holme | |
2015-07-26 | RELEASE-NOTES: synced with 0f645adc95390e8 | Daniel Stenberg | |
2015-07-26 | test1902: attempt to make the test more reliable | Daniel Stenberg | |
Closes #355 | |||
2015-07-26 | comment: fix comment about adding new option support | Daniel Stenberg | |
2015-07-25 | build-openssl.bat: Show syntax if required args are missing | Jay Satiro | |
2015-07-26 | TODO: improve how curl works in a windows console window | Daniel Stenberg | |
Closes #322 for now | |||
2015-07-26 | 1.11 minimize dependencies with dynamicly loaded modules | Daniel Stenberg | |
Closes #349 for now | |||
2015-07-25 | tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPS | Jay Satiro | |
- Set CURLOPT_SSL_OPTIONS only if the tool enabled an SSL option. Broken by me several days ago in 172b2be. https://github.com/bagder/curl/commit/172b2be#diff-70b44ee478e58d4e1ddcf9c9a73d257b Bug: http://curl.haxx.se/mail/lib-2015-07/0119.html Reported-by: Dan Fandrich | |||
2015-07-25 | configure: check if OpenSSL linking wants -ldl | Daniel Stenberg | |
To make it easier to link with static versions of OpenSSL, the configure script now checks if -ldl is needed for linking. Help-by: TJ Saunders |