summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regression fix:Yang Tse2008-03-063-8/+13
* Added tests 616 and 617 to see how SFTP and SCP cope with zero-lengthDan Fandrich2008-03-065-2/+87
* Fixed the test harness so it will write out zero-length data files.Dan Fandrich2008-03-062-7/+5
* fix log message used when unable to connect to destination portYang Tse2008-03-051-1/+1
* Mike Protts brought a patch that makes resumed transfers work with SFTP.Daniel Stenberg2008-03-043-4/+116
* - Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg2008-03-015-6/+17
* Force AIX xlc to fail and not generate object code if the source code hasYang Tse2008-02-292-0/+6
* Removed:Daniel Stenberg2008-02-281-6/+5
* fixed commented define for SSPI.Gunter Knauf2008-02-282-2/+2
* signal handling to properly cleanup on SIGINT and SIGTERMYang Tse2008-02-281-24/+172
* when terminating do it falling through cleanup codeYang Tse2008-02-281-13/+24
* avoid inclusion of setup.h in util.hYang Tse2008-02-282-5/+4
* header inclusion cleanupYang Tse2008-02-288-57/+17
* make comment more preciseYang Tse2008-02-271-2/+2
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-277-16/+16
* added get_ver.awk since c-ares is a standalone project, and should therefore ...Gunter Knauf2008-02-271-0/+36
* a couple of small fixes to the makefile:Gunter Knauf2008-02-271-13/+7
* another small change to the makefiles to simplify rules.Gunter Knauf2008-02-272-10/+6
* trial to fix the HP-UX breakage...Gunter Knauf2008-02-261-1/+1
* added curl.html to install package.Gunter Knauf2008-02-261-0/+1
* some more minor makefile changes; removed useless dist target.Gunter Knauf2008-02-262-12/+6
* fixed install target to create a ca-bundle.crt since we have no longer one in...Gunter Knauf2008-02-261-4/+10
* all reads from stdin and writes to stdout will be retried until theYang Tse2008-02-261-89/+206
* refactor some code out to write_pidfile() in util.cYang Tse2008-02-265-52/+32
* Added support for server name indication (RFC 4366).Gunter Knauf2008-02-263-2/+37
* - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option thatDaniel Stenberg2008-02-253-1/+13
* now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg2008-02-231-4/+25
* - Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg2008-02-233-2/+42
* - Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory modelDaniel Stenberg2008-02-223-3/+16
* Revert sockfilt.c back to revision 1.42Yang Tse2008-02-221-19/+5
* - Zmey Petroff found a crash when libcurl accessed a NULL pointer, whichDaniel Stenberg2008-02-213-3/+14
* fixed missing header; changed bail out from exit() to return().Gunter Knauf2008-02-211-1/+2
* assert that the *connp is a non-NULL pointer when Curl_done() is calledDaniel Stenberg2008-02-211-2/+7
* Avoid timeout restart when signal caught while awaiting socket and stdin eventsYang Tse2008-02-201-5/+19
* reformatted comment.Gunter Knauf2008-02-201-4/+3
* added read callback function in order to prevent crashs on Win32 when linked ...Gunter Knauf2008-02-201-6/+19
* - Fixed test case 405 to not fail when libcurl is built with GnuTLSDaniel Stenberg2008-02-203-2/+8
* made the non-matching error code output nicer since we know it is a numberDaniel Stenberg2008-02-201-1/+1
* mention removal of SSLv2 by default.Gunter Knauf2008-02-201-0/+4
* oops, fixed to buildDaniel Stenberg2008-02-201-1/+1
* "118 - Gautam Kachroo's issue with proxies and ssl" is now in CVSDaniel Stenberg2008-02-201-7/+0
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-2010-14/+46
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-2011-501/+43
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-194-7/+13
* Added test309 to test HTTP redirect to HTTPS URLDan Fandrich2008-02-193-1/+90
* juggle() actually returns bool.Yang Tse2008-02-191-11/+5
* fix compiler warnings: 'statement is unreachable'Yang Tse2008-02-191-3/+3
* fix for new codestyle.Gunter Knauf2008-02-191-1/+1
* made changes to work with Win32;Gunter Knauf2008-02-191-8/+11
* fix compiler warnings: 'enumerated type mixed with another type'Yang Tse2008-02-191-6/+7