summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-248-0/+38
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+10
* Call libssh2_session_free() to release memory allocated duringGisle Vanem2006-11-151-0/+2
* Free 'scp->path' in case of libssh2 setup failure.Gisle Vanem2006-11-141-0/+3
* bug #1595348 by Ron pointed out this flaw and fixDaniel Stenberg2006-11-131-4/+2
* fix header to match actual protoDaniel Stenberg2006-11-111-4/+4
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-118-66/+79
* Nir Soffer updated libcurl.framework.make: fix symlinks, should link toDaniel Stenberg2006-11-091-4/+4
* Dmitriy Sergeyev found a SIGSEGV with his test04.c example posted on 7 NovDaniel Stenberg2006-11-091-1/+4
* Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using theDaniel Stenberg2006-11-091-21/+43
* Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION withoutDaniel Stenberg2006-11-081-1/+1
* Olaf fixed a leftover problem with the CONNECT fix of his that would leave aDaniel Stenberg2006-11-071-1/+6
* add TODO noteYang Tse2006-11-061-0/+2
* compiler warning fixYang Tse2006-11-061-1/+1
* remove redundant check for Win32Yang Tse2006-11-061-1/+1
* Prevent multiple initialization of memdebug configuration variables.Yang Tse2006-11-051-9/+13
* Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).Gisle Vanem2006-11-031-0/+8
* Olaf Stueben provided a patch that I edited slightly. It fixes the notoriousDaniel Stenberg2006-11-033-26/+57
* Update the information about what c-ares version that's required. 1.3.1 hadDaniel Stenberg2006-11-031-3/+3
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-029-7/+661
* prototype for gethostname is in unistd.hYang Tse2006-11-021-0/+4
* corrected how tests/memanalyze.pl is usedDaniel Stenberg2006-10-291-3/+3
* Make more human readable and maintainable previousYang Tse2006-10-292-9/+23
* updated to current statusDaniel Stenberg2006-10-291-53/+14
* updated to reflect realityDaniel Stenberg2006-10-291-30/+10
* Compiler warning fix.Yang Tse2006-10-272-8/+8
* Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().Gisle Vanem2006-10-271-2/+2
* Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem2006-10-272-6/+13
* Added 'RECV_TYPE_ARGx' needed in getinfo.c.Gisle Vanem2006-10-271-0/+5
* Update copyright year, since the file has been modifiedYang Tse2006-10-2711-11/+11
* Compiler warning fixYang Tse2006-10-271-4/+8
* Do an explicit typecast of data pointers to function pointersYang Tse2006-10-272-8/+10
* Fix Curl_open() not reporting failure when allocation of theYang Tse2006-10-261-2/+3
* Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for theDaniel Stenberg2006-10-251-4/+3
* updated copyright yearDaniel Stenberg2006-10-252-2/+2
* other pipelining fixes by Ravi Pratap, that now makes pipelines get used betterDaniel Stenberg2006-10-241-35/+60
* the check in ConnectionExists() for not re-using a non-resolved connection nowDaniel Stenberg2006-10-231-1/+1
* Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg2006-10-235-60/+100
* Nir Soffer fixed a cp line and got rid of an rmDaniel Stenberg2006-10-221-3/+3
* until we learn how to use Makefile.inc from here, I've added socks.o in hereDaniel Stenberg2006-10-221-1/+2
* Fix misplaced runtime library specification for 'release-dll' targetYang Tse2006-10-211-2/+2
* Fix copy-paste errorYang Tse2006-10-211-1/+1
* Compiler warning fixYang Tse2006-10-211-1/+1
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-213-3/+9
* Compiler warning fixYang Tse2006-10-201-2/+3
* When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg2006-10-202-2/+3
* Builds using synchronous name resolver dislike marking the connection as async.Yang Tse2006-10-191-0/+2
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-188-21/+22
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-181-0/+16
* the expire timer is a bit too annoying to see all the time ;-)Daniel Stenberg2006-10-181-1/+2