aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-20rtsp: support basic/digest authenticationErik Janssen
2015-08-19CURLMOPT_PUSHFUNCTION.3: fix argument typesSam Roth
Closes #389 Closes #386
2015-08-19inet_pton.c: Fix MSVC run-time check failureMarcel Raad
Visual Studio complains with a message box: "Run-Time Check Failure #1 - A cast to a smaller data type has caused a loss of data. If this was intentional, you should mask the source of the cast with the appropriate bitmask. For example: char c = (i & 0xFF); Changing the code in this way will not affect the quality of the resulting optimized code." This is because only 'val' is cast to unsigned char, so the "& 0xff" has no effect. Closes #387
2015-08-18docs: Update the redirect protocols disabled by defaultJay Satiro
- Clarify that FILE and SCP are disabled by default since 7.19.4 - Add that SMB and SMBS are disabled by default since 7.40.0 - Add CURLPROTO_SMBS to the list of protocols
2015-08-18gitignore: Sort for readabilityJay Satiro
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2015-08-15curl_easy_getinfo.3: fix superfluous spaceDaniel Stenberg
... and changed "oriented" to "related" Closes #378
2015-08-15CURLOPT_HTTP_VERSION.3: connection re-use goes before versionDaniel Stenberg
2015-08-15curl.1: Document weaknesses in SSLv2 and SSLv3Daniel Kahn Gillmor
Acknowledge that SSLv3 is also widely considered to be insecure. Also, provide references for people who want to know more about why it's insecure.
2015-08-14generate.bat: Added support for generating only the prerequisite filesSteve Holme
2015-08-14generate.bat: Only call buildconf.bat if it existsSteve Holme
2015-08-14generate.bat: Fixed issues when ran in directories with special charsSteve Holme
2015-08-14cmake: Fix CurlTests check for gethostbyname_r with 5 argumentsBrad King
Fix the check code to pass 5 arguments instead of 6. This typo was introduced by commit aebfd4cfbf (cmake: fix gethostby{addr,name}_r in CurlTests, 2014-10-31).
2015-08-14* buildconf.bat: Fixed issues when ran in directories with special charsSteve Holme
Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither
2015-08-13curl_global_init_mem.3: Stronger thread safety warningJay Satiro
Bug: http://curl.haxx.se/mail/lib-2015-08/0016.html Reported-by: Eric Ridge
2015-08-12curl_multi_add_handle.3: fix a typoSvyatoslav Mishyn
"can not" => "cannot" closes #377
2015-08-12docs: fix typosAlessandro Ghedini
closes #376
2015-08-12bump: start working toward 7.45.0Daniel Stenberg
2015-08-12THANKS: remove duplicate nameDaniel Stenberg
2015-08-12THANKS-filter: merge Todd's namesDaniel Stenberg
2015-08-12THANKS: 13 new contributors from the 7.44.0 RELEASE-NOTESDaniel Stenberg
2015-08-11RELEASE-NOTES: synced with c75a1e775061Daniel Stenberg
2015-08-11curl_formget.3: correct return codeSvyatoslav Mishyn
Closes #375
2015-08-11libcurl-tutorial.3: fix formattingSvyatoslav Mishyn
Closes #374
2015-08-11curl_easy_recv.3: fix formattingSvyatoslav Mishyn
2015-08-11http2: discard frames with no SessionHandleAnders Bakken
Return 0 instead of NGHTTP2_ERR_CALLBACK_FAILURE if we can't locate the SessionHandle. Apparently mod_h2 will sometimes send a frame for a stream_id we're finished with. Use nghttp2_session_get_stream_user_data and nghttp2_session_set_stream_user_data to identify SessionHandles instead of a hash. Closes #372
2015-08-11RELEASE-NOTES: synced with 9ee40ce2abaDaniel Stenberg
2015-08-10build: refer to fixed libidn versionsViktor Szakats
closes #371
2015-08-10Revert "configure: disable libidn by default"Daniel Stenberg
This reverts commit e6749055d65398315fd77f5b5b8234c5552ac2d3. ... since libidn has since been fixed.
2015-08-10CMake: s/HAVE_GSS_API/HAVE_GSSAPI/ to match header defineJakub Zakrzewski
Otherwise the build only pretended to use GSS-API Closes #370
2015-08-10SFTP: fix range request off-by-one in size checkDaniel Stenberg
Reported-by: Tim Stack Closes #359
2015-08-10test46: update cookie expire timeDaniel Stenberg
... since it went old and thus was expired and caused the test to fail!
2015-08-09generate.bat: Use buildconf.bat for prerequisite file generationSteve Holme
2015-08-09buildconf.bat: Tidy up of comments after recent commitsSteve Holme
2015-08-09buildconf.bat: Added full generation of src\tool_hugehelp.cSteve Holme
Added support for generating the full man page based on code from generate.bat.
2015-08-09buildconf.bat: Added detection of groff, nroff, perl and gzipSteve Holme
To allow for the full generation of tool_hugehelp.c added detection of the required programs - based on code from generate.bat.
2015-08-09buildconf.bat: Move DOS variable clean-up code to separate functionSteve Holme
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-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
Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command.
2015-08-09CURLOPT_RESOLVE.3: Note removal support was added in 7.42Jay Satiro
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R
2015-08-08checksrc.bat: Fixed error when missing *.c and *.h filesSteve Holme
File Not Found
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
The system cannot find the file specified.
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
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-08scripts: Allow -help to be specified in any argumentSteve Holme
Allow the -help command line argument to be specified in any argument and not just as the first.
2015-08-06curl_multi_remove_handle.3: fix formattingjuef
closes #366
2015-08-06README: 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