summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: done for 7.35.0curl-7_35_0Daniel Stenberg2014-01-291-5/+13
* tests: make a few lib15?? tests pass the OOM torture testsDan Fandrich2014-01-293-18/+25
* lib1900: make the test pass the OOM torture testsDan Fandrich2014-01-291-15/+9
* oauth2: Fixed a memory leak in an OOM conditionDan Fandrich2014-01-281-1/+2
* unit1304: make the test pass the OOM torture testsDan Fandrich2014-01-281-4/+35
* unit1396: make the test pass the OOM torture testsDan Fandrich2014-01-281-9/+11
* hostip: don't remove DNS entries that are in useRomulo A. Ceccon2014-01-281-1/+1
* RELEASE-NOTES: changed encoding to UTF-8 like previous releasesDan Fandrich2014-01-281-3/+3
* TFTP: fix crash on time-outDaniel Stenberg2014-01-281-2/+3
* RELEASE-NOTES: Synced with 5a47062cada9Steve Holme2014-01-281-4/+8
* getpass: fix password parsing from consoleMaks Naumov2014-01-281-1/+1
* docs/INSTALL: Updated example minimal binary sizesDan Fandrich2014-01-261-3/+4
* testsuite: visualize line-endings in output comparison diffsMarc Hoersken2014-01-261-2/+10
* sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken2014-01-261-3/+3
* http-pipe tests: use text as output data mode to support WindowsMarc Hoersken2014-01-264-4/+4
* sockfilt.c: fixed and simplified Windows select functionMarc Hoersken2014-01-261-46/+21
* http_pipe.py: replaced epoll with select to support WindowsMarc Hoersken2014-01-251-24/+20
* tests: Added missing HTTP proxy keywordsDan Fandrich2014-01-252-1/+4
* tests: added missing <features> http to a number of testsDan Fandrich2014-01-258-1/+25
* tests: Added a keyword for tests depending on internal info logsDan Fandrich2014-01-243-1/+3
* runtests: Don't log command every torture iteration in verboseDan Fandrich2014-01-241-1/+1
* tests: Added missing http feature to tests 509 & 1513Dan Fandrich2014-01-242-0/+6
* netrc: Fixed a memory and file descriptor leak on OOMDan Fandrich2014-01-241-14/+15
* test1514: Used the macros for host and port numberDan Fandrich2014-01-241-1/+1
* multi: Fixed a memory leak on OOM conditionDan Fandrich2014-01-241-0/+1
* curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTHDaniel Stenberg2014-01-231-2/+1
* test1514: Got rid of a non-const initializer C99ismDan Fandrich2014-01-221-1/+1
* RELEASE-NOTES: added another missing bug refSteve Holme2014-01-211-0/+1
* RELEASE-NOTES: added missing bug refDaniel Stenberg2014-01-211-2/+2
* axtls: fix compiler warning on conversion ssize_t => intFabian Frank2014-01-211-1/+1
* SFTP: stat remote file also when CURLOPT_NOBODY is 1Fabian Frank2014-01-201-3/+10
* RELEASE-NOTES: synced with 12ecd56da77Daniel Stenberg2014-01-201-6/+9
* contributors.sh: output list RELEASE-NOTES formattedDaniel Stenberg2014-01-201-2/+21
* test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil2014-01-204-2/+134
* HTTP POST: omit Content-Length if data size is unknownCédric Deltheil2014-01-201-14/+13
* disable GnuTLS insecure ciphersFabian Frank2014-01-201-23/+87
* curl_getdate.3: edited, removed references to pre 7.12.2 functionalityDaniel Stenberg2014-01-201-18/+6
* gtls: fix compiler warnings on conversions size_t => unsigned intDaniel Stenberg2014-01-191-3/+3
* tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme2014-01-192-8/+9
* RELEASE-NOTES: Synced with 2cac75c4e400Steve Holme2014-01-191-1/+12
* http_chunks.c: Fixed compilation warnings under some 32-bit systemsSteve Holme2014-01-191-2/+3
* tool: Fixed incorrect return code if command line parser runs out of memorySteve Holme2014-01-191-17/+15
* Subject: progress bar: increase update frequency to 10HzTobias Markus2014-01-181-2/+2
* progress bar: always update when at 100%Tobias Markus2014-01-181-5/+6
* win32: Added additional preprocessor check for Version Helper APISteve Holme2014-01-182-2/+4
* win32: Corrected the preprocessor check for Version Helper APISteve Holme2014-01-172-2/+2
* cookie: max-age fixesDaniel Stenberg2014-01-171-14/+24
* test1417: verify chunked-encoding transfer without CRDaniel Stenberg2014-01-172-1/+79
* chunked parsing: relax the CR strictnessDaniel Stenberg2014-01-172-92/+35
* test1416: verify the chunked size overflow detectionDaniel Stenberg2014-01-172-0/+64