aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20SFTP: stat remote file also when CURLOPT_NOBODY is 1Fabian Frank
2014-01-20RELEASE-NOTES: synced with 12ecd56da77Daniel Stenberg
2014-01-20contributors.sh: output list RELEASE-NOTES formattedDaniel Stenberg
2014-01-20test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil
2014-01-20HTTP POST: omit Content-Length if data size is unknownCédric Deltheil
2014-01-20disable GnuTLS insecure ciphersFabian Frank
2014-01-20curl_getdate.3: edited, removed references to pre 7.12.2 functionalityDaniel Stenberg
2014-01-19gtls: fix compiler warnings on conversions size_t => unsigned intDaniel Stenberg
2014-01-19tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme
2014-01-19RELEASE-NOTES: Synced with 2cac75c4e400Steve Holme
2014-01-19http_chunks.c: Fixed compilation warnings under some 32-bit systemsSteve Holme
2014-01-19tool: Fixed incorrect return code if command line parser runs out of memorySteve Holme
2014-01-18Subject: progress bar: increase update frequency to 10HzTobias Markus
2014-01-18progress bar: always update when at 100%Tobias Markus
2014-01-18win32: Added additional preprocessor check for Version Helper APISteve Holme
2014-01-17win32: Corrected the preprocessor check for Version Helper APISteve Holme
2014-01-17cookie: max-age fixesDaniel Stenberg
2014-01-17test1417: verify chunked-encoding transfer without CRDaniel Stenberg
2014-01-17chunked parsing: relax the CR strictnessDaniel Stenberg
2014-01-17test1416: verify the chunked size overflow detectionDaniel Stenberg
2014-01-17chunked-parser: abort on overflows, allow 64 bit chunksDaniel Stenberg
2014-01-17Fixed some XML syntax issues in the test dataDan Fandrich
2014-01-16configure: fix gssapi linking on HP-UXMichael Osipov
2014-01-16Curl_cookie_add: remove 'now' from curl_getdate() callDaniel Stenberg
2014-01-15pop3-dele.c: Added missing CURLOPT_NOBODY following feedbackSteve Holme
2014-01-16connect.c:942:84: warning: Longer than 79 columnsDaniel Stenberg
2014-01-15connect.c: Corrected version compare in commit c7a76bb056f31eSteve Holme
2014-01-15RELEASE-NOTES: Synced with c7a76bb056f31eSteve Holme
2014-01-15win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme
2014-01-14curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE*Daniel Stenberg
2014-01-14TODO: Allow SSL (HTTPS) to proxyDaniel Stenberg
2014-01-14TODO: remove FTP proxy and more SSL librariesDaniel Stenberg
2014-01-14TODO: Detect when called from witin callbacksDaniel Stenberg
2014-01-13secureserver.pl: follow up fix for 87ade5fMarc Hoersken
2014-01-13error message: Sensible message on timeout when transfer size unknownColin Hogben
2014-01-13secureserver.pl: added full support for tstunnel on WindowsMarc Hoersken
2014-01-12examples: Fixed compilation errorsSteve Holme
2014-01-12imap-multi.c: Corrected typoSteve Holme
2014-01-12smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme
2014-01-12examples: Added IMAP multi exampleSteve Holme
2014-01-12pop3-multi.c: Corrected copy/paste typoSteve Holme
2014-01-12examples: Added POP3 multi exampleSteve Holme
2014-01-12examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme
2014-01-12examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme
2014-01-12examples: Updated SMTP MAIL example to return libcurl result codeSteve Holme
2014-01-12examples: Synchronised comments between SMTP MAIL examplesSteve Holme
2014-01-12examples: Updated SMTP MAIL example to use a read function for dataSteve Holme
2014-01-12OpenSSL: deselect weak ciphers by defaultDaniel Stenberg
2014-01-12multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg
2014-01-11Makefile.dist: Added support for VC7Steve Holme