Steve Holme
0cc0b7e268
buildconf.bat: Added full generation of src\tool_hugehelp.c
...
Added support for generating the full man page based on code from
generate.bat.
2015-08-09 17:54:09 +01:00
Steve Holme
aa9ead36a4
buildconf.bat: Added detection of groff, nroff, perl and gzip
...
To allow for the full generation of tool_hugehelp.c added detection of
the required programs - based on code from generate.bat.
2015-08-09 17:12:33 +01:00
Steve Holme
ecece2cfb5
buildconf.bat: Move DOS variable clean-up code to separate function
...
Rather than duplicate future variables, during clean-up of both success
and error conditions, use a common function that can be called by both.
2015-08-09 17:02:27 +01:00
Steve Holme
4d13b78aec
RELEASE-NOTES: Synced with 39dcf352d2
2015-08-09 12:04:57 +01:00
Steve Holme
39dcf352d2
buildconf.bat: Added error messages on failure
2015-08-09 11:46:28 +01:00
Steve Holme
55a255ee9c
buildconf.bat: Generate and clean files in the same order
2015-08-09 11:46:26 +01:00
Steve Holme
4c47cbf533
buildconf.bat: Maintain compatibility with DOS based systems
...
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 11:46:24 +01:00
Jay Satiro
c22fae7ccc
CURLOPT_RESOLVE.3: Note removal support was added in 7.42
...
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html
Reported-by: Inca R
2015-08-09 02:33:25 -04:00
Steve Holme
d712da787e
checksrc.bat: Fixed error when missing *.c and *.h files
...
File Not Found
2015-08-08 21:01:31 +01:00
Steve Holme
2b743dcf8e
checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276
2015-08-08 21:01:29 +01:00
Steve Holme
333c36b276
checksrc.bat: Fixed error when [directory] isn't a curl source directory
...
The system cannot find the file specified.
2015-08-08 11:36:47 +01:00
Steve Holme
1ab763acce
checksrc.bat: Added check for unknown arguments
2015-08-08 11:36:47 +01:00
Steve Holme
a8e9e0c205
scripts: Added missing comments
2015-08-08 11:36:45 +01:00
Steve Holme
4a21346ef3
scripts: Always perform setlocal and endlocal calls in pairs
...
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 11:13:21 +01:00
Steve Holme
4aee1f9cf5
scripts: Allow -help to be specified in any argument
...
Allow the -help command line argument to be specified in any argument
and not just as the first.
2015-08-08 11:13:19 +01:00
juef
b9b7ccd04a
curl_multi_remove_handle.3: fix formatting
...
closes #366
2015-08-06 23:37:26 +02:00
Steve Holme
84d122a8d6
README: Added notes about 'Running DLL based configurations'
...
...as well as a TODO for a future enhancement to the project files.
Thanks-to: Jay Satiro
2015-08-06 22:00:35 +01:00
Steve Holme
5b9151231d
RELEASE-NOTES: Synced with cf8975387f
2015-08-06 19:00:36 +01:00
Steve Holme
cf8975387f
buildconf.bat: Synchronise no repository error with generate.bat
2015-08-06 18:53:49 +01:00
Steve Holme
0342ada31f
generate.bat: Added a check for the presence of a git repository
2015-08-06 18:53:30 +01:00
Jay Satiro
3f5f042e5d
build: Added wolfSSL configurations to VC10+ project files
...
URL: https://github.com/bagder/curl/pull/174
2015-08-06 18:13:09 +01:00
Jay Satiro
bb6b521f69
build: Added wolfSSL build script for Visual Studio projects
...
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 18:02:19 +01:00
Daniel Stenberg
8279dd7d39
CHANGES: refer to the online changelog
...
Suggested-by: mc0e
2015-08-06 15:28:27 +02:00
Isaac Boukris
fe6049f04b
NTLM: handle auth for only a single request
...
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-06 14:39:26 +02:00
Steve Holme
7f11259eb7
RELEASE-NOTES: Synced with 473807b95f
2015-08-05 19:34:47 +01:00
Steve Holme
473807b95f
generate.bat: Use buildconf.bat for prerequisite file clean-up
2015-08-05 19:15:46 +01:00
Steve Holme
f08e30d7bc
buildconf.bat: Added support for file clean-up via -clean
2015-08-05 18:52:50 +01:00
Steve Holme
6428b8de42
buildconf.bat: Added progress output
2015-08-05 18:02:37 +01:00
Steve Holme
97c9d31884
buildconf.bat: Avoid using goto for file not in repository
2015-08-05 17:54:20 +01:00
Daniel Stenberg
9947f259bf
curl_slist_append.3: add error checking to the example
2015-08-05 14:28:39 +02:00
Steve Holme
33de75ed63
buildconf.bat: Added display of usage text with -help
2015-08-05 06:47:47 +01:00
Steve Holme
df5965ebf4
buildconf.bat: Added exit codes for error handling
2015-08-05 06:45:21 +01:00
Steve Holme
6e566451ce
buildconf.bat: Added our standard copyright header
2015-08-05 06:43:26 +01:00
Steve Holme
07f7cdc309
buildconf.bat: Use lower-case for commands and reserved keywords
2015-08-05 06:40:48 +01:00
Steve Holme
3725748599
generate.bat: Only clean prerequisite files when in ALL mode
2015-08-04 19:22:36 +01:00
Steve Holme
1e67bc5eaf
generate.bat: Moved error messages out of sub-routines
2015-08-04 19:15:13 +01:00
Steve Holme
12f915ca2a
generate.bat: More use of lower-case for commands and reserved keywords
2015-08-04 19:09:15 +01:00
Daniel Stenberg
4b96240d3f
libcurl.3: fix a single typo
...
Closes #361
2015-08-03 23:28:31 +02:00
Daniel Stenberg
1b3d3f9237
RELEASE-NOTES: synced with c4eb10e2f0
2015-08-03 14:50:18 +02:00
Daniel Stenberg
c4eb10e2f0
SSH: three state machine fixups
...
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 22:50:31 +02:00
Daniel Stenberg
3b4ee0d432
curl_gssapi: remove 'const' to fix compiler warnings
...
initialization discards 'const' qualifier from pointer target type
2015-08-02 00:24:38 +02:00
Daniel Stenberg
c092b0f0f3
docs: formpost needs the full size at start of upload
...
Closes #360
2015-08-02 00:15:39 +02:00
Steve Holme
f75b6065db
sspi: Fix typo from left over from old code which referenced NTLM
...
References to NTLM in the identity generation should have been removed
in commit c469941293
but not all were.
2015-08-01 23:09:03 +01:00
Steve Holme
11ab3f8918
win32: Fix compilation warnings from commit 40c921f8b8
...
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 22:55:01 +01:00
Steve Holme
a1b2a6bd93
schannel: Fix compilation warning from commit 7a8e861a56
...
schannel.c:1125:5: warning: missing initializer for field 'dwMinorVersion'
of 'OSVERSIONINFOEX' [-Wmissing-field-initializers
2015-08-01 22:54:57 +01:00
Daniel Stenberg
c8331f515e
libcurl-thread.3: minor reformatting
2015-07-31 23:19:02 +02:00
Jay Satiro
23b84e448f
curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs
...
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html
Reported-by: Eric Ridge
2015-07-31 02:38:44 -04:00
Jay Satiro
0da1f5dc5c
libcurl-thread.3: Warn memory functions must be thread safe
...
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html
Reported-by: Eric Ridge
2015-07-31 01:58:03 -04:00
Steve Holme
909f0a82b0
RELEASE-NOTES: Synced with 8b1d00ac1a
2015-07-31 06:24:35 +01:00
Steve Holme
8b1d00ac1a
INSTALL: Minor formatting correction in 'Legacy Windows and SSL' section
...
...as well as some rewording.
2015-07-30 16:59:55 +01:00