aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-09buildconf.bat: Added detection of groff, nroff, perl and gzipSteve Holme
2015-08-09buildconf.bat: Move DOS variable clean-up code to separate functionSteve Holme
2015-08-09RELEASE-NOTES: Synced with 39dcf352d2Steve Holme
2015-08-09buildconf.bat: Added error messages on failureSteve Holme
2015-08-09buildconf.bat: Generate and clean files in the same orderSteve Holme
2015-08-09buildconf.bat: Maintain compatibility with DOS based systemsSteve Holme
2015-08-09CURLOPT_RESOLVE.3: Note removal support was added in 7.42Jay Satiro
2015-08-08checksrc.bat: Fixed error when missing *.c and *.h filesSteve Holme
2015-08-08checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276Steve Holme
2015-08-08checksrc.bat: Fixed error when [directory] isn't a curl source directorySteve Holme
2015-08-08checksrc.bat: Added check for unknown argumentsSteve Holme
2015-08-08scripts: Added missing commentsSteve Holme
2015-08-08scripts: Always perform setlocal and endlocal calls in pairsSteve Holme
2015-08-08scripts: Allow -help to be specified in any argumentSteve Holme
2015-08-06curl_multi_remove_handle.3: fix formattingjuef
2015-08-06README: Added notes about 'Running DLL based configurations'Steve Holme
2015-08-06RELEASE-NOTES: Synced with cf8975387fSteve Holme
2015-08-06buildconf.bat: Synchronise no repository error with generate.batSteve Holme
2015-08-06generate.bat: Added a check for the presence of a git repositorySteve Holme
2015-08-06build: Added wolfSSL configurations to VC10+ project filesJay Satiro
2015-08-06build: Added wolfSSL build script for Visual Studio projectsJay Satiro
2015-08-06CHANGES: refer to the online changelogDaniel Stenberg
2015-08-06NTLM: handle auth for only a single requestIsaac Boukris
2015-08-05RELEASE-NOTES: Synced with 473807b95fSteve Holme
2015-08-05generate.bat: Use buildconf.bat for prerequisite file clean-upSteve Holme
2015-08-05buildconf.bat: Added support for file clean-up via -cleanSteve Holme
2015-08-05buildconf.bat: Added progress outputSteve Holme
2015-08-05buildconf.bat: Avoid using goto for file not in repositorySteve Holme
2015-08-05curl_slist_append.3: add error checking to the exampleDaniel Stenberg
2015-08-05buildconf.bat: Added display of usage text with -helpSteve Holme
2015-08-05buildconf.bat: Added exit codes for error handlingSteve Holme
2015-08-05buildconf.bat: Added our standard copyright headerSteve Holme
2015-08-05buildconf.bat: Use lower-case for commands and reserved keywordsSteve Holme
2015-08-04generate.bat: Only clean prerequisite files when in ALL modeSteve Holme
2015-08-04generate.bat: Moved error messages out of sub-routinesSteve Holme
2015-08-04generate.bat: More use of lower-case for commands and reserved keywordsSteve Holme
2015-08-03libcurl.3: fix a single typoDaniel Stenberg
2015-08-03RELEASE-NOTES: synced with c4eb10e2f06fDaniel Stenberg
2015-08-02SSH: three state machine fixupsDaniel Stenberg
2015-08-02curl_gssapi: remove 'const' to fix compiler warningsDaniel Stenberg
2015-08-02docs: formpost needs the full size at start of uploadDaniel Stenberg
2015-08-01sspi: Fix typo from left over from old code which referenced NTLMSteve Holme
2015-08-01win32: Fix compilation warnings from commit 40c921f8b8Steve Holme
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-31libcurl-thread.3: minor reformattingDaniel Stenberg
2015-07-31curl_global_init_mem.3: Warn threaded resolver needs thread safe funcsJay Satiro
2015-07-31libcurl-thread.3: Warn memory functions must be thread safeJay Satiro
2015-07-31RELEASE-NOTES: Synced with 8b1d00ac1aSteve Holme
2015-07-30INSTALL: Minor formatting correction in 'Legacy Windows and SSL' sectionSteve Holme
2015-07-30http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka