summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parse_proxy: reject illegal port numbersDaniel Stenberg2015-09-082-4/+18
* FTP: do_more: add check for wait_data_conn in upload caseDaniel Stenberg2015-09-081-1/+7
* CURLOPT_TLSAUTH_TYPE.3: update descriptionSvyatoslav Mishyn2015-09-061-5/+5
* CURLOPT_PATH_AS_IS.3: fix typoSvyatoslav Mishyn2015-09-051-2/+2
* CURLINFO_SSL_VERIFYRESULT.3: add short descriptionSvyatoslav Mishyn2015-09-051-1/+1
* CURLINFO_SSL_ENGINES.3: add short descriptionSvyatoslav Mishyn2015-09-051-1/+1
* CURLINFO_CONTENT_LENGTH_UPLOAD.3: replace "receive" with "get" for consistencySvyatoslav Mishyn2015-09-051-1/+1
* CURLINFO_REDIRECT_TIME.3: remove redundant '!'Svyatoslav Mishyn2015-09-051-1/+1
* Revert "has: generate the curl/has.h header"Kamil Dudka2015-09-043-66/+19
* nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka2015-09-041-3/+9
* has: generate the curl/has.h headerDaniel Stenberg2015-09-043-19/+66
* gitignore: ignore more generated VC MakefilesDaniel Stenberg2015-09-032-6/+2
* projects/Windows/.gitignore: ignore generated files for releaseDaniel Stenberg2015-09-031-0/+6
* http2: don't pass on Connection: headersDaniel Stenberg2015-09-031-1/+5
* curl.1: update RFC referencesDaniel Stenberg2015-09-031-3/+3
* CURLOPT_POSTREDIR.3: update RFC number and sectionDaniel Stenberg2015-09-031-8/+8
* CURLOPT_FOLLOWLOCATION.3: mention methods for redirectsDaniel Stenberg2015-09-031-9/+16
* inet_pton.c: Fix MSVC run-time check failure (2)Marcel Raad2015-09-031-1/+1
* docs: Warn about any-domain cookies and multiple transfersJay Satiro2015-09-035-13/+40
* tool_sdecls.h: Fixed compilation warning from commit 4a889441d3Steve Holme2015-09-021-1/+1
* opts: 8 more CURLINFO* options as stand-alone man pagesDaniel Stenberg2015-09-029-28/+368
* RELEASE-NOTES: synced with c764cb4add1a8Daniel Stenberg2015-08-311-2/+21
* man-pages: more SEE ALSO linksDaniel Stenberg2015-08-313-3/+5
* opts: more CURLINFO_* options as stand-alone man pagesDaniel Stenberg2015-08-3111-60/+461
* sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabledSteve Holme2015-08-311-4/+3
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-314-15/+15
* configure: check for HMAC_Update in opensslDaniel Stenberg2015-08-301-2/+2
* win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by defaultSteve Holme2015-08-301-0/+6
* des: Fixed compilation warning from commit 613e5022feSteve Holme2015-08-302-2/+2
* buildconf.bat: Fixed double blank line in 'curl manual' warning outputSteve Holme2015-08-301-1/+0
* makefiles: Added our standard copyright headerSteve Holme2015-08-3010-16/+232
* CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage nowJay Satiro2015-08-291-2/+2
* CURLINFO_RESPONSE_CODE.3: added short descriptionDaniel Stenberg2015-08-291-1/+1
* opts: 7 initial CURLINFO_* options as stand-alone man pagesDaniel Stenberg2015-08-287-0/+322
* libcurl.m4: Put braces around empty if bodyNikolai Kondrashov2015-08-281-1/+1
* curl_easy_escape.3: escape '\n'Svyatoslav Mishyn2015-08-251-1/+1
* curl_easy_{escape,setopt}.3: fix exampleSvyatoslav Mishyn2015-08-252-2/+2
* cmake: added Windows SSL supportSergei Nikulov2015-08-252-4/+19
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-254-8/+16
* curl: clarify that users can only specify one _METHOD_Daniel Stenberg2015-08-251-1/+1
* curl_easy_{escape,unescape}.3: "char *" vs. "const char *"Svyatoslav Mishyn2015-08-244-5/+6
* os400: include new options in wrappers and update ILE/RPG binding.Patrick Monnerat2015-08-243-0/+9
* KNOWN_BUGS: #2, not reading a HEAD response-body is not a bugDaniel Stenberg2015-08-241-10/+0
* KNOWN_BUGS: #78 zero-length files is already fixed!Daniel Stenberg2015-08-241-5/+0
* getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru2015-08-245-8/+49
* http2: remove dead codeDaniel Stenberg2015-08-241-5/+0
* ntlm: mark deliberate switch case fall-throughDaniel Stenberg2015-08-241-1/+1
* http2: on_frame_recv: get a proper 'conn' for the debug loggingDaniel Stenberg2015-08-241-3/+1
* RELEASE-NOTES: synced with 2acaf3c804Daniel Stenberg2015-08-241-6/+20
* tool: fix memory leak with --proto-default optionDan Fandrich2015-08-231-0/+1