Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -1/+1 |
| | | | | | | 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | ||||
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -2/+15 |
| | | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | 2010-02-05 | 1 | -13/+15 |
| | |||||
* | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | 2009-05-08 | 1 | -1/+8 |
| | |||||
* | include "memdebug.h" | Yang Tse | 2008-09-20 | 1 | -0/+2 |
| | |||||
* | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | 2008-05-22 | 1 | -5/+5 |
| | | | | libtest code. | ||||
* | correct the comment about size | Daniel Stenberg | 2007-12-08 | 1 | -3/+1 |
| | |||||
* | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg | 2007-12-05 | 1 | -3/+39 |
| | | | | | | | callback) over a proxy when NTLM is used as auth with the proxy. The bug also concerned Digest and was limited to using callback only. Spacen worked with us to provide a useful patch. I added the test case 547 and 548 to verify two variations of POST over proxy with NTLM. | ||||
* | fix compiler warning | Daniel Stenberg | 2007-12-05 | 1 | -0/+2 |
| | |||||
* | added test548 which uses the lib547 source file, preparing for test547 which | Daniel Stenberg | 2007-12-05 | 1 | -0/+70 |
is supposed to repeat the bug report "NTLM proxy authentication with CURLOPT_READDATA seems broken." posted on the curl-library mailing list on dec 3 2007. |