summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* when a chunked error is noticed, store the error number in the error stringDaniel Stenberg2003-01-211-1/+1
* Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit byDaniel Stenberg2003-01-203-1/+10
* given passwords in netrc must be respected accordinglyDaniel Stenberg2003-01-201-5/+8
* reverted bad header replacementDaniel Stenberg2003-01-161-18/+274
* copyright year update in the source headerDaniel Stenberg2003-01-1671-344/+88
* Allow CURLINFO_PRIVATE to be NULL, patch by Markus OberhumerDaniel Stenberg2003-01-161-1/+1
* no TABs in source codeDaniel Stenberg2003-01-151-9/+9
* removed a TABDaniel Stenberg2003-01-151-1/+1
* Steve Oliphant pointed out that test case 105 did not work anymore and thisDaniel Stenberg2003-01-101-0/+3
* if userpwd is "username:", this now implies a blank password while onlyDaniel Stenberg2003-01-092-5/+13
* This fixed yet another connect problem with the multi interface and ipv4Daniel Stenberg2003-01-091-2/+10
* removed unused codeDaniel Stenberg2003-01-091-74/+2
* proper indentDaniel Stenberg2003-01-091-44/+46
* share.h is now a used header fileDaniel Stenberg2003-01-091-1/+1
* Updated more and now looks and and the API possibly works almost like theDaniel Stenberg2003-01-092-107/+81
* updated to use the modified share-typesDaniel Stenberg2003-01-084-6/+18
* fixed a very, very rare and very, very little memory leakJean-Philippe Barette-LaPierre2003-01-081-3/+12
* Philippe Raoult's fix to handle wildcard certificate name checksDaniel Stenberg2003-01-071-1/+39
* Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg2003-01-073-2/+45
* Only output valid filetime.Daniel Stenberg2003-01-071-16/+24
* when sending an error message to the debugfunction, we append a newline soDaniel Stenberg2003-01-071-3/+13
* Matthew Blain's improvements for debug buildsDaniel Stenberg2003-01-071-2/+3
* indent fixDaniel Stenberg2003-01-061-2/+2
* fix bug (?) :-)Sterling Hughes2003-01-061-6/+8
* return -1 even if SSL_pending() doesn't return non-zero, as we don't reallyDaniel Stenberg2002-12-291-4/+2
* Curl_base64_decode() fixed by Matthew BDaniel Stenberg2002-12-191-2/+6
* Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCKDaniel Stenberg2002-12-191-13/+11
* CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg2002-12-181-1/+1
* Removed weird special multi interface condition that caused bug reportDaniel Stenberg2002-12-171-6/+0
* EAGAIN on older (correct) glibc versions indicate a problem and not the needDaniel Stenberg2002-12-161-4/+16
* conn->bits.tcpconnect now keeps track of if this connection is connectedDaniel Stenberg2002-12-133-3/+20
* Evan Jordan's fix for a memory leak. Bug report 650989.Daniel Stenberg2002-12-131-4/+9
* make a little work-around for file:// in _is_connected() and voila, now theDaniel Stenberg2002-12-131-0/+5
* The initial HTTP request can now be sent in multiple parts, as part of theDaniel Stenberg2002-12-103-76/+171
* send_buffer is no more hereDaniel Stenberg2002-12-101-7/+0
* A normal POST now provides data to the main transfer loop via the usualDaniel Stenberg2002-12-092-15/+45
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-096-237/+241
* read and write as much as possible until end of data or EWOULDBLOCK beforeDaniel Stenberg2002-12-051-481/+504
* changed proto for Curl_krb_kauth()Daniel Stenberg2002-12-051-1/+1
* make WIN32 defined for Borland properly, as told by Alexander J. OssDaniel Stenberg2002-12-041-3/+2
* The waiting for the 226 or 250 line expected to come after a transfer isDaniel Stenberg2002-12-041-10/+20
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-035-123/+126
* updated to realityDaniel Stenberg2002-12-032-2/+10
* if the PWD reply parser failed, we leaked memoryDaniel Stenberg2002-12-021-1/+3
* more to ignoreDaniel Stenberg2002-12-011-1/+2
* only use Content-Length: header if not transfering data chunkedDaniel Stenberg2002-12-011-15/+28
* let the Curl_FormReader() return 0 when it reaches end of data to that theDaniel Stenberg2002-11-291-1/+1
* fix the hash init to call the correct dns cleanup functionDaniel Stenberg2002-11-281-3/+2
* added compareheader protoDaniel Stenberg2002-11-281-0/+4
* compareheader() was moved over to http.c and got a Curl_ prefixDaniel Stenberg2002-11-281-61/+7