Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-09 | buildconf.bat: Maintain compatibility with DOS based systems | Steve Holme | |
Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command. | |||
2015-08-09 | CURLOPT_RESOLVE.3: Note removal support was added in 7.42 | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R | |||
2015-08-08 | checksrc.bat: Fixed error when missing *.c and *.h files | Steve Holme | |
File Not Found | |||
2015-08-08 | checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276 | Steve Holme | |
2015-08-08 | checksrc.bat: Fixed error when [directory] isn't a curl source directory | Steve Holme | |
The system cannot find the file specified. | |||
2015-08-08 | checksrc.bat: Added check for unknown arguments | Steve Holme | |
2015-08-08 | scripts: Added missing comments | Steve Holme | |
2015-08-08 | scripts: Always perform setlocal and endlocal calls in pairs | Steve Holme | |
Ensure that there isn't a mismatch between setlocal and endlocal calls, which could have happened due to setlocal being called after certain error conditions were checked for. | |||
2015-08-08 | scripts: Allow -help to be specified in any argument | Steve Holme | |
Allow the -help command line argument to be specified in any argument and not just as the first. | |||
2015-08-06 | curl_multi_remove_handle.3: fix formatting | juef | |
closes #366 | |||
2015-08-06 | README: Added notes about 'Running DLL based configurations' | Steve Holme | |
...as well as a TODO for a future enhancement to the project files. Thanks-to: Jay Satiro | |||
2015-08-06 | RELEASE-NOTES: Synced with cf8975387f | Steve Holme | |
2015-08-06 | buildconf.bat: Synchronise no repository error with generate.bat | Steve Holme | |
2015-08-06 | generate.bat: Added a check for the presence of a git repository | Steve Holme | |
2015-08-06 | build: Added wolfSSL configurations to VC10+ project files | Jay Satiro | |
URL: https://github.com/bagder/curl/pull/174 | |||
2015-08-06 | build: Added wolfSSL build script for Visual Studio projects | Jay Satiro | |
Added the wolfSSL build script, based on build-openssl.bat, as well as the property sheet and header file required for the upcoming additions to the Visual Studio project files. | |||
2015-08-06 | CHANGES: refer to the online changelog | Daniel Stenberg | |
Suggested-by: mc0e | |||
2015-08-06 | NTLM: handle auth for only a single request | Isaac Boukris | |
Currently when the server responds with 401 on NTLM authenticated connection (re-used) we consider it to have failed. However this is legitimate and may happen when for example IIS is set configured to 'authPersistSingleRequest' or when the request goes thru a proxy (with 'via' header). Implemented by imploying an additional state once a connection is re-used to indicate that if we receive 401 we need to restart authentication. Closes #363 | |||
2015-08-05 | RELEASE-NOTES: Synced with 473807b95f | Steve Holme | |
2015-08-05 | generate.bat: Use buildconf.bat for prerequisite file clean-up | Steve Holme | |
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 | |