summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* copyright string (year) updateDaniel Stenberg2002-03-1968-67/+89
* made it pass stricter compiler flags with less warningsDaniel Stenberg2002-03-191-10/+14
* verbose PASV transfers passed a bad buffer size to the name resolver functionsDaniel Stenberg2002-03-161-2/+2
* corrected SSL buildsDaniel Stenberg2002-03-151-2/+0
* make sure we return CURLE_WRITE_ERROR if the write callback returnedDaniel Stenberg2002-03-151-1/+5
* Jun-ichiro itojun Hagino <itojun@itojun.org>:Daniel Stenberg2002-03-151-2/+16
* bug report #530204 correctly identified that revision 1.52 broke ipv6Daniel Stenberg2002-03-151-2/+2
* if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume thatDaniel Stenberg2002-03-141-43/+45
* 2002Daniel Stenberg2002-03-141-1/+1
* CURLOPT_POST deserved a new comment with the new POST-by-callback supportDaniel Stenberg2002-03-141-2/+3
* no longer attempts to SIZE a NULL pointer, as that wasn't very cleverDaniel Stenberg2002-03-131-2/+2
* Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.Daniel Stenberg2002-03-131-1/+5
* sendf() now deals with Curl_write() returning -1 properly, which it mightDaniel Stenberg2002-03-131-5/+27
* now supports all options in arrays, except the CURLFORM_ARRAY itselfDaniel Stenberg2002-03-131-36/+27
* Added support for CURLFORM_FILENAME to set the filename field of a fileDaniel Stenberg2002-03-112-50/+76
* detect fclose(NULL)Daniel Stenberg2002-03-081-1/+9
* Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to makeDaniel Stenberg2002-03-081-4/+18
* Brad corrected the include path (again)Daniel Stenberg2002-03-061-1/+2
* Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg2002-02-283-3/+22
* Ralph Mitchell's SSL problems made me notice that we didn't increase theDaniel Stenberg2002-02-281-0/+1
* more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg2002-02-281-15/+31
* always allocates at least 64 bytes for real, and damages them before freeDaniel Stenberg2002-02-281-8/+30
* made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg2002-02-271-1/+3
* made Max-Age work as defined in the RFC.Daniel Stenberg2002-02-271-3/+11
* When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if theDaniel Stenberg2002-02-261-0/+1
* removed crash on weird input, this also better discards silly inputDaniel Stenberg2002-02-261-8/+31
* automake usage and options cleanupDaniel Stenberg2002-02-251-2/+1
* oops, #if not #ifdefDaniel Stenberg2002-02-251-1/+1
* cygnus can't include winsock.h even though it has it, why we need toDaniel Stenberg2002-02-251-1/+1
* better time selection for the connect timeoutDaniel Stenberg2002-02-221-2/+7
* lib/config.h.in added to distDaniel Stenberg2002-02-221-1/+2
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-2011-75/+86
* Andrés García solved bug report #515228 by making sure the progress meterDaniel Stenberg2002-02-201-0/+2
* corrected reference to multi-using examplesDaniel Stenberg2002-02-191-1/+1
* include winsock.h on window boxen to work smoother thereDaniel Stenberg2002-02-191-0/+4
* fixed a long long mistakeDaniel Stenberg2002-02-181-3/+2
* Rick Richardson's getaddrinfo() usage fix to speed up name resolvesDaniel Stenberg2002-02-181-1/+1
* INADDR_NONE should be in_addr_t to work with 64bit archs better.Daniel Stenberg2002-02-181-1/+1
* Philip Gladstone's size problem in add_buffer_send()Daniel Stenberg2002-02-181-1/+1
* connection timeout comparison fix by EmilDaniel Stenberg2002-02-181-1/+1
* Philip Gladstone's 64-bit issues corrected.Daniel Stenberg2002-02-172-4/+4
* corrected the Expect: ignore, made Content-Type: possible to skipDaniel Stenberg2002-02-171-6/+13
* Giaslas Georgios's Host: over proxy fixDaniel Stenberg2002-02-171-0/+1
* ugh. the VMS stuff must've been like that for a reason, I put it back againDaniel Stenberg2002-02-071-1/+2
* moved the config-* files here from the ../Makefile.amDaniel Stenberg2002-02-071-1/+2
* use the config files in this directory now, not ../Daniel Stenberg2002-02-071-7/+7
* moved the config-*.h files from root to the lib/ dirDaniel Stenberg2002-02-074-0/+655
* don't add 2 to the post size, that was a previous mistake because thereDaniel Stenberg2002-02-071-1/+1
* Miklos Nemeth improvedDaniel Stenberg2002-02-061-0/+7
* ARGH the CRLF I removed recently was not only done after the initialDaniel Stenberg2002-02-061-0/+3