summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildconf.bat: Added exit codes for error handlingSteve Holme2015-08-051-5/+15
* buildconf.bat: Added our standard copyright headerSteve Holme2015-08-051-5/+27
* buildconf.bat: Use lower-case for commands and reserved keywordsSteve Holme2015-08-051-12/+12
* generate.bat: Only clean prerequisite files when in ALL modeSteve Holme2015-08-041-1/+1
* generate.bat: Moved error messages out of sub-routinesSteve Holme2015-08-041-4/+12
* generate.bat: More use of lower-case for commands and reserved keywordsSteve Holme2015-08-041-4/+4
* libcurl.3: fix a single typoDaniel Stenberg2015-08-031-3/+3
* RELEASE-NOTES: synced with c4eb10e2f06fDaniel Stenberg2015-08-031-5/+16
* SSH: three state machine fixupsDaniel Stenberg2015-08-021-4/+7
* curl_gssapi: remove 'const' to fix compiler warningsDaniel Stenberg2015-08-021-3/+3
* docs: formpost needs the full size at start of uploadDaniel Stenberg2015-08-022-2/+7
* sspi: Fix typo from left over from old code which referenced NTLMSteve Holme2015-08-011-1/+1
* win32: Fix compilation warnings from commit 40c921f8b8Steve Holme2015-08-012-2/+11
* schannel: Fix compilation warning from commit 7a8e861a56Steve Holme2015-08-011-1/+5
* libcurl-thread.3: minor reformattingDaniel Stenberg2015-07-311-65/+46
* curl_global_init_mem.3: Warn threaded resolver needs thread safe funcsJay Satiro2015-07-311-2/+3
* libcurl-thread.3: Warn memory functions must be thread safeJay Satiro2015-07-312-7/+15
* RELEASE-NOTES: Synced with 8b1d00ac1aSteve Holme2015-07-311-1/+7
* INSTALL: Minor formatting correction in 'Legacy Windows and SSL' sectionSteve Holme2015-07-301-6/+6
* http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka2015-07-302-23/+13
* ABI doc: use secure URLViktor Szakats2015-07-301-1/+1
* ABI: remove the ascii logoDaniel Stenberg2015-07-301-39/+31
* libcurl-multi.3: mention curl_multi_waitDaniel Stenberg2015-07-301-25/+24
* maketgz: Fixed some VC makefiles missing from the release tarballSteve Holme2015-07-301-2/+3
* RELEASE-NOTES: Synced with 2d7e165761Steve Holme2015-07-291-1/+3
* build: Added VC14 project files to Makefile.amSteve Holme2015-07-291-4/+33
* build: Added VC14 project filesSteve Holme2015-07-298-0/+4943
* libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1LJay Satiro2015-07-291-3/+3
* generate.bat: Use lower-case for commands and reserved keywordsSteve Holme2015-07-281-4/+4
* build: Added initial VC14 support to generate.batSteve Holme2015-07-281-2/+21
* build: Fixed missing .opensdf files from VC10+ .gitignore filesSteve Holme2015-07-286-0/+6
* build: Use $(ProjectName) macro for curl.exe and curld.exe filenamesSteve Holme2015-07-287-288/+288
* build: Renamed curl src Visual Studio project filesSteve Holme2015-07-2826-141/+141
* libcurl-thread.3: Revert to stricter handle wordingJay Satiro2015-07-281-33/+42
* libcurl-thread.3: Consolidate thread safety infoJay Satiro2015-07-285-79/+127
* README: Corrected formatting for 'Legacy Windows and SSL' sectionSteve Holme2015-07-271-6/+7
* build-openssl.bat: Added support for VC14Steve Holme2015-07-261-0/+6
* RELEASE-NOTES: synced with 0f645adc95390e8Daniel Stenberg2015-07-261-7/+30
* test1902: attempt to make the test more reliableDaniel Stenberg2015-07-261-5/+5
* comment: fix comment about adding new option supportDaniel Stenberg2015-07-261-1/+1
* build-openssl.bat: Show syntax if required args are missingJay Satiro2015-07-251-0/+6
* TODO: improve how curl works in a windows console windowDaniel Stenberg2015-07-261-15/+22
* 1.11 minimize dependencies with dynamicly loaded modulesDaniel Stenberg2015-07-261-0/+8
* tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro2015-07-251-3/+6
* configure: check if OpenSSL linking wants -ldlDaniel Stenberg2015-07-251-0/+40
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-254-14/+0
* openssl: work around MSVC warningMarcel Raad2015-07-241-1/+1
* configure: add --disable-rt optionMichaƂ Fita2015-07-243-14/+54
* http2: verify success of strchr() in http2_send()Kamil Dudka2015-07-231-3/+16
* Windows: Fix VerifyVersionInfo callsJay Satiro2015-07-222-19/+20