summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rune Kleveland fixed a minor memory leak for received cookies with the (rare)Daniel Stenberg2004-12-221-0/+2
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-0/+5
* C ensures that static variables are initialized to 0Dan Fandrich2004-12-222-3/+3
* oops, variables first then codeDaniel Stenberg2004-12-211-1/+1
* Prevent failf() from using the va_list variable more than once.Daniel Stenberg2004-12-211-11/+11
* include sys/types.h before sys/select.hDaniel Stenberg2004-12-211-4/+3
* Make some more arrays of pointers const.Dan Fandrich2004-12-203-9/+12
* OpenSSL updates; get CA_BUNDLE from env. Assume noGisle Vanem2004-12-191-1/+3
* Remove 'data' initialiser.Gisle Vanem2004-12-191-2/+1
* if the pkcs12.h header exists, include it already in urldata.h to work aroundDaniel Stenberg2004-12-192-2/+4
* Samuel Listopad added support for PKCS12 formatted certificates.Daniel Stenberg2004-12-181-0/+74
* Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich2004-12-171-6/+6
* Watcom has strtoll().Gisle Vanem2004-12-171-1/+1
* Watcom uses 'i64' suffix.Gisle Vanem2004-12-171-1/+1
* <windows.h> required for Watcom.Gisle Vanem2004-12-171-0/+1
* Fix calling convention of wlap32.dll function. WatcomGisle Vanem2004-12-171-15/+16
* Watcom has 'struct timeval'.Gisle Vanem2004-12-171-1/+1
* getdate.c is gone.Gisle Vanem2004-12-171-158/+204
* Print true netrc name (.netrc/_netrc).Gisle Vanem2004-12-171-1/+1
* avoid an extra mallocDaniel Stenberg2004-12-171-10/+7
* fixed minor memory leak when running out of memoryDaniel Stenberg2004-12-171-1/+3
* oops, add missing return keywordDaniel Stenberg2004-12-171-1/+1
* Based on Gisle Vanem's patch: make sure the directory re-use works even whenDaniel Stenberg2004-12-161-7/+19
* Must include <io.h> and <sys/stat.h> before redefiningGisle Vanem2004-12-161-0/+3
* Renamed a struct member to avoid conflict with a C++ reserved word.Dan Fandrich2004-12-163-3/+3
* reduced the number of sub-blocksDaniel Stenberg2004-12-161-26/+27
* moved the lseek() and stat() magic defines to setup.h and now take advantageDaniel Stenberg2004-12-163-9/+9
* NULL the fp pointer after it has been fclosed()Daniel Stenberg2004-12-161-1/+3
* Dinar in bug report #1086121, found a file handle leak when a multipartDaniel Stenberg2004-12-161-0/+3
* precaution to prevent double typedefs of the boolDaniel Stenberg2004-12-151-1/+1
* Make some arrays of pointers const, too.Dan Fandrich2004-12-152-6/+5
* Add 'const' to immutable arrays.Dan Fandrich2004-12-157-24/+24
* prevent compiler warning when built without engine supportDaniel Stenberg2004-12-141-0/+1
* Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg2004-12-141-0/+19
* Only declare static variables if they're needed. Fixed some compile warnings.Dan Fandrich2004-12-141-0/+5
* Header files are in openssl/ only if USE_OPENSSL is set.Dan Fandrich2004-12-141-0/+6
* Removed fputc() prototype since it's already in stdio.hDan Fandrich2004-12-141-4/+0
* urldata.h: Removed engine_list.Gisle Vanem2004-12-144-28/+30
* Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg2004-12-143-29/+30
* Set 'data->state.os_errno = error' in some places.Gisle Vanem2004-12-131-1/+4
* Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem2004-12-135-45/+102
* Handle new type CURLINFO_SLIST.Gisle Vanem2004-12-131-0/+11
* Gisle's fix for resuming large file:// files on windows - slightly editedDaniel Stenberg2004-12-131-1/+7
* modified to use the current error code name, not the obsolete oneDaniel Stenberg2004-12-111-2/+2
* provide an error string when resuming fails - and use the proper error code,Daniel Stenberg2004-12-111-4/+4
* fixed error messageDaniel Stenberg2004-12-111-2/+2
* Dan Fandrich:Daniel Stenberg2004-12-116-22/+10
* Dan Fandrich: added some missing files. "I can't try them so they might stillDaniel Stenberg2004-12-102-14/+31
* move the port number extraction to after the extraction of user name/password,Daniel Stenberg2004-12-101-48/+48
* don't try the rewind if no http struct is allocated yetDaniel Stenberg2004-12-101-1/+8