summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse2008-02-063-2/+11
* Don't try to compare more than strlen charsYang Tse2008-02-061-1/+1
* Use a long int data type to handle getpid() resultYang Tse2008-02-063-8/+15
* Fix buffer size specification.Yang Tse2008-02-051-6/+14
* Minor variable type cleanups.Yang Tse2008-02-051-16/+20
* proper initialization of httprequest, no longer zeroing out twiceYang Tse2008-02-051-21/+24
* fixed entry symbols when linked with posix prelude.Gunter Knauf2008-02-042-0/+10
* added makefile flag to link with NLM POSIX semantics.Gunter Knauf2008-02-042-1/+29
* - Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg2008-02-034-50/+33
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-032-1/+125
* it is stable now...Daniel Stenberg2008-02-031-1/+1
* Make mkinstalldirs ignore umask, for consistency with the rest of theDan Fandrich2008-02-011-2/+2
* When possible, use additional config options for test harness ssh server,Yang Tse2008-01-311-2/+20
* - Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg2008-01-316-4/+36
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-318-63/+62
* bug 51 may possibly be fixed, and as such it is not a known bug anymore:Daniel Stenberg2008-01-311-4/+0
* silent stupid 'del' message when no files to delete found;Gunter Knauf2008-01-292-8/+10
* add verbose output to test 509 for easier debuggingDaniel Stenberg2008-01-291-0/+2
* - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previouslyDaniel Stenberg2008-01-294-10/+15
* - Michal Marek fixed minor mistake in test case 553 that prevented it fromDaniel Stenberg2008-01-293-2/+6
* start over on 7.18.1Daniel Stenberg2008-01-282-69/+11
* Added peeps from the 7.18.0 release annoucementDaniel Stenberg2008-01-281-0/+24
* 7.18.0curl-7_18_0Daniel Stenberg2008-01-281-0/+2
* Add the three currently discussed bugs that won't make it into the 7.18.0Daniel Stenberg2008-01-281-0/+12
* this was modified this year so we bump the copyright yearDaniel Stenberg2008-01-281-1/+1
* updated copyright year in the generated configureDaniel Stenberg2008-01-281-1/+1
* Dmitry Kurochkin: In "real world" testing I found more bugs inDaniel Stenberg2008-01-272-0/+8
* Dont rely on PAMAuthenticationViaKbdInt default being 'no'Yang Tse2008-01-271-0/+4
* added test 1021 to verify my fix for bug report #1879375Daniel Stenberg2008-01-262-1/+136
* - Kevin Reed filed bug report #1879375Daniel Stenberg2008-01-253-3/+29
* using anyauth isn't unconditionally an extra roundtripDaniel Stenberg2008-01-251-5/+5
* just wanted to mention two uclinux archs I've tried libcurl builds on myselfDaniel Stenberg2008-01-251-0/+2
* improve request initialization for test harness HTTP serverYang Tse2008-01-251-0/+10
* Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530Yang Tse2008-01-251-3/+36
* and Igor Franchuk is his name!Daniel Stenberg2008-01-242-6/+3
* fixed link to latest native awk.Gunter Knauf2008-01-241-1/+1
* updated makefiles to use global copyright define.Gunter Knauf2008-01-242-2/+2
* updated awk script to fetch copyright from header.Gunter Knauf2008-01-241-12/+20
* minor makefile tweaks.Gunter Knauf2008-01-242-6/+6
* happy new yearGunter Knauf2008-01-241-1/+1
* use more correctly named define.Gunter Knauf2008-01-242-1/+2
* use copyright define instead of hardcoded string.Gunter Knauf2008-01-242-2/+4
* added copyright define to curlver.h.Gunter Knauf2008-01-241-0/+3
* "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg2008-01-235-9/+23
* Dmitry Kurochkin's pipelining close-down segfault fixDaniel Stenberg2008-01-231-2/+7
* update openssl versionYang Tse2008-01-233-5/+5
* STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macrosYang Tse2008-01-231-0/+12
* happy new yearGunter Knauf2008-01-231-1/+1
* removed inclusion of libcurl memory debug headers since this lib stub is a we...Gunter Knauf2008-01-231-2/+0
* when unable to initialize sftp session, also log failure reasonYang Tse2008-01-221-1/+5