summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* white space and indent fixDaniel Stenberg2003-03-251-71/+72
* ignore getdate.cDaniel Stenberg2003-03-241-0/+1
* Richard Bramante's provided a fix for a handle re-use problem seen when youDaniel Stenberg2003-03-242-2/+104
* Removed the "TC TrustCenter, Germany, Class 0 CA." certificate:Daniel Stenberg2003-03-241-76/+0
* Hopefully this change addresses these two bug reports: 707003 and 706624.Daniel Stenberg2003-03-211-18/+31
* make the ENGINE depend on the USE_SSLEAY define tooDaniel Stenberg2003-03-191-1/+1
* typecast the conversion from const char * to char *Daniel Stenberg2003-03-191-2/+2
* Rename getdate.c to getdate.c.cvs, since the "normal" build procedure doDaniel Stenberg2003-03-191-0/+0
* regenerated from getdate.yDaniel Stenberg2003-03-161-8/+8
* Juan F. Codagnone pointed out a missing thing from the march 2 fixDaniel Stenberg2003-03-161-1/+2
* Gisle Vanem's fix to get this working nicely on windowsDaniel Stenberg2003-03-151-0/+3
* Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>Daniel Stenberg2003-03-151-5/+5
* Sort out the ENGINE problems people seem to be having. Now we put all ENGINEDaniel Stenberg2003-03-151-4/+1
* Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)Daniel Stenberg2003-03-141-0/+7
* Philippe Raoult needed this to build on FreeBSDDaniel Stenberg2003-03-132-0/+6
* Made set_local_option() properly static as reported by Rick JonesDaniel Stenberg2003-03-121-1/+2
* Prefix defines and symbols with CURL_ to reduce the risk of colliding withDaniel Stenberg2003-03-122-306/+308
* syntax errorDaniel Stenberg2003-03-111-1/+1
* Christophe Demory fixed the check to work better for non-blocking on HP-UXDaniel Stenberg2003-03-111-1/+5
* Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier.Daniel Stenberg2003-03-113-5/+5
* Richard Gorton improved the random_the_seed() function for systems whereDaniel Stenberg2003-03-111-7/+18
* Martin C. Martin's fix to produce an error message in case of failureDaniel Stenberg2003-03-111-4/+7
* Added share.objDaniel Stenberg2003-03-033-0/+3
* AIX 4.3 or later should use gethostbyname() and not the *_r() version.Daniel Stenberg2003-03-031-1/+15
* Added typecast to please the MSVC compiler.Daniel Stenberg2003-03-031-1/+1
* another typecast added to please the borland compilerDaniel Stenberg2003-03-031-1/+1
* Add (void) on our uses of the swrite() macro when we don't read the returnDaniel Stenberg2003-03-031-4/+4
* Init postdata properly before issuing a request, so that there isn't anyDaniel Stenberg2003-03-021-0/+2
* moved a variable declaration to remove a compiler warnings with the MSVCDaniel Stenberg2003-03-021-1/+1
* include the engine stuffDaniel Stenberg2003-02-281-0/+4
* Andres Garcia Garcia updated to build with the most recent OpenSSL andDaniel Stenberg2003-02-281-5/+5
* James Bursa made it compile on RISC OS as well.Daniel Stenberg2003-02-282-2/+4
* the strequal and strnequal should now be called with the proper curl_ prefixDaniel Stenberg2003-02-282-6/+6
* spell betterDaniel Stenberg2003-02-271-1/+1
* It appears that there are FTP-servers that return size 0 for filesDaniel Stenberg2003-02-271-1/+11
* No longer loop to read multiple times before returning back from the transferDaniel Stenberg2003-02-261-6/+5
* Fixes to bring back the the "Expect: 100-continue" functionality. If theDaniel Stenberg2003-02-243-14/+73
* Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higherDaniel Stenberg2003-02-241-0/+7
* Fix Curl_is_connected() even more to deal with waitconnect() return codesDaniel Stenberg2003-02-141-2/+6
* include <sys/socket.h> to compile the fd_set stuff properly on all systemsDaniel Stenberg2003-02-142-0/+8
* geterrno() renamed to ourerrno() to prevent the name clash that occurred inDaniel Stenberg2003-02-141-8/+4
* Martin C. Martin's fix for multi-interface connects to non-listening ports.Daniel Stenberg2003-02-141-0/+9
* Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in theDaniel Stenberg2003-02-131-1/+1
* include stdarg.h since we use va_* stuffDaniel Stenberg2003-02-061-0/+1
* Re-arranged the SSL connection code (again). The recent fix was not a veryDaniel Stenberg2003-02-051-31/+35
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-048-18/+112
* VMS has setjmp.hDaniel Stenberg2003-02-041-0/+3
* HAVE_LIBZ is the actual name of the define we useDaniel Stenberg2003-02-041-1/+1
* Improved error reporting in case of bad SSL_connect()s, and we also noDaniel Stenberg2003-02-041-11/+18
* Kevin Roth corrected the zlib stuff to work better.Daniel Stenberg2003-01-311-2/+2