summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-0118-29/+89
|
* OpenVMS: VMS Software, Inc now the supplier.John Malmberg2015-07-012-2/+10
| | | | | | | | setup-vms.h: Symbol case fixups submitted by Michael Steve build_gnv_curl_pcsi_desc.com: VSI aka as VMS Software, is now the supplier of new versions of VMS. The install kit needs to accept VSI as a producer.
* multi: Move http2 push function declarations to header endJay Satiro2015-06-302-24/+27
| | | | | | This change necessary for binary compatibility. Prior to this change test 1135 failed due to the order of functions.
* symbols-in-versions: Add new http2 push symbolsJay Satiro2015-06-301-0/+4
| | | | Prior to this change test 1119 failed due to the missing symbols.
* RELEASE-NOTES: synced with e6749055d653Daniel Stenberg2015-06-301-5/+27
|
* configure: disable libidn by defaultDaniel Stenberg2015-06-291-2/+2
| | | | | | | For security reasons, until there is a fix. Bug: http://curl.haxx.se/mail/lib-2015-06/0143.html Reported-by: Gustavo Grieco, Feist Josselin
* SSL-PROBLEMS: mention WinSSL problems in WinXPDaniel Stenberg2015-06-291-2/+8
|
* CODE_OF_CONDUCT.md: addedDaniel Stenberg2015-06-292-1/+33
| | | | | | Just to underscore how we treat each other in this project. Nothing new really, but could be useful for newcomers and outsiders to see our values.
* tool_header_cb: fflush the header streamDaniel Stenberg2015-06-251-0/+2
| | | | | | | | Flush the header stream when -D is used so that they are sent off earlier. Bug: https://github.com/bagder/curl/issues/324 Reported-by: Cédric Connes
* tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh2015-06-253-3/+3
|
* CURLOPT_FAILONERROR.3: mention that it closes the connectionDaniel Stenberg2015-06-241-1/+4
| | | | | Reported-by: bemoody Bug: https://github.com/bagder/curl/issues/325
* curl_multi_setopt.3: alpha sort the optionsDaniel Stenberg2015-06-241-18/+18
|
* curl_multi_setopt.3: add the new push optionsDaniel Stenberg2015-06-241-1/+5
|
* http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa2015-06-241-1/+1
|
* http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa2015-06-241-3/+8
| | | | | | | | | | Since we do prefix match using given header by application code against header name pair in format "NAME:VALUE", and VALUE part can contain ":", we have to careful about existence of ":" in header parameter. ":" should be allowed to match HTTP/2 pseudo-header field, and other use of ":" in header must be treated as error, and curl_pushheader_byname should return NULL. This commit implements this behaviour.
* CURLMOPT_PUSHFUNCTION.3: Remove unused variableTatsuhiro Tsujikawa2015-06-241-1/+0
|
* CURLMOPT_PUSHFUNCTION.3: added exampleDaniel Stenberg2015-06-241-1/+32
|
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-243-10/+10
|
* http2-serverpush.c: example codeDaniel Stenberg2015-06-242-1/+314
|
* http2: free all header memory after the push callbackDaniel Stenberg2015-06-241-1/+4
|
* http2: init the pushed transfer properlyDaniel Stenberg2015-06-243-10/+21
|
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-245-43/+82
|
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-246-38/+127
|
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-246-10/+92
|
* http2: initial HTTP/2 server push types/docsDaniel Stenberg2015-06-244-3/+194
|
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-234-2/+150
| | | | Following the fix made in 903b6e05565bf.
* pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg2015-06-232-5/+5
| | | | | | | | ... to properly support that options are set to the handle after it is added to the multi handle. Bug: http://curl.haxx.se/mail/lib-2015-06/0122.html Reported-by: Stefan Bühler
* tool_help: fix --tlsv1 help text to use >= for TLSv1Lior Kaplan2015-06-211-1/+1
|
* INSTALL: Advise use of non-native SSL for Windows <= XPJay Satiro2015-06-203-2/+29
| | | | | | | | | Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com>
* curl_easy_setopt.3: restore contents removed by mistakeKamil Dudka2015-06-191-0/+232
| | | | ... in commit curl-7_43_0-18-g570076e
* curl_easy_setopt.3: mention CURLOPT_PIPEWAITDaniel Stenberg2015-06-191-232/+2
|
* cookie: Fix bug in export if any-domain cookie is presentJay Satiro2015-06-181-7/+2
| | | | | | | | | In 3013bb6 I had changed cookie export to ignore any-domain cookies, however the logic I used to do so was incorrect, and would lead to a busy loop in the case of exporting a cookie list that contained any-domain cookies. The result of that is worse though, because in that case the other cookies would not be written resulting in an empty file once the application is terminated to stop the busy loop.
* FTP: fixed compiling with --disable-proxy, broken in b88f980aDan Fandrich2015-06-181-1/+1
|
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-183-33/+19
| | | | | libcurl can still be built with it, even if the tool is not. Maintain independence!
* TODO: Support IDNA2008Daniel Stenberg2015-06-181-0/+7
|
* Makefile.m32: add support for CURL_LDFLAG_EXTRASViktor Szakats2015-06-181-1/+1
| | | | | It is similar to existing CURL_CFLAG_EXTRAS, but for extra linker option.
* RTSP: removed another piece of dead codeDaniel Stenberg2015-06-181-2/+1
| | | | Coverity CID 1306668
* openssl: fix use of uninitialized bufferDaniel Stenberg2015-06-181-7/+7
| | | | | | | | Make sure that the error buffer is always initialized and simplify the use of it to make the logic easier. Bug: https://github.com/bagder/curl/issues/318 Reported-by: sneis
* examples: more descriptionsDaniel Stenberg2015-06-1819-72/+90
|
* examples: add descriptions with <DESC>Daniel Stenberg2015-06-188-25/+40
| | | | | Using this fixed format for example descriptions, we can generate a better list on the web site.
* libcurl-errors.3: fix typoDaniel Stenberg2015-06-181-2/+2
|
* curl_easy_setopt.3: option order doesn't matterDaniel Stenberg2015-06-181-0/+2
|
* openssl: fix build with BoringSSLDaniel Stenberg2015-06-181-0/+5
| | | | | OPENSSL_load_builtin_modules does not exist in BoringSSL. Regression from cae43a1
* openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth2015-06-171-0/+2
| | | | | | | The symbol SSL3_MT_NEWSESSION_TICKET appears to have been introduced at around openssl 0.9.8f, and the use of it in lib/vtls/openssl.c breaks builds with older openssls (certainly with 0.9.8b, which is the latest older version I have to try with).
* FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg2015-06-173-12/+19
| | | | | | | | | | | | | | | ** WORK-AROUND ** The introduced non-blocking general behaviour for Curl_proxyCONNECT() didn't work for the data connection establishment unless it was very fast. The newly introduced function argument makes it operate in a more blocking manner, more like it used to work in the past. This blocking approach is only used when the FTP data connecting through HTTP proxy. Blocking like this is bad. A better fix would make it work more asynchronously. Bug: https://github.com/bagder/curl/issues/278
* bump: start the journey toward 7.44.0Daniel Stenberg2015-06-172-124/+10
|
* CURLOPT_ERRORBUFFER.3: Fix example, escape backslashesJay Satiro2015-06-171-6/+7
|
* CURLOPT_ERRORBUFFER.3: Improve exampleJay Satiro2015-06-171-4/+21
|
* RELEASE-NOTES: 7.43.0 releasecurl-7_43_0Daniel Stenberg2015-06-171-7/+14
|
* THANKS: updated with 7.43.0 namesDaniel Stenberg2015-06-172-0/+24
|