summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* check if getsockname() returns failure before using the address it providesDaniel Stenberg2005-05-171-3/+3
* reduced typecasts, from two to oneDaniel Stenberg2005-05-171-3/+3
* fix warning about redefined symbolDaniel Stenberg2005-05-141-0/+1
* Updated generated dependencies.Gisle Vanem2005-05-141-118/+135
* Some patches for (a stricter/smarter) gcc 4.0 andGisle Vanem2005-05-142-2/+2
* 'ssize_t' seems to be a gcc 4.x built-in.Gisle Vanem2005-05-141-0/+4
* Change for systems with >1 ways of setting (non-)blockingGisle Vanem2005-05-141-5/+11
* oops, found by bug reported in bug report #1200661Daniel Stenberg2005-05-121-1/+1
* spellDaniel Stenberg2005-05-121-1/+1
* typecast to fix warning on 64bit systemsDaniel Stenberg2005-05-121-3/+3
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-111-66/+143
* Hm, this doesn't feel right. The error bits returned from Curl_select() canDaniel Stenberg2005-05-101-1/+1
* me stupid, errno is not set for mere select()-exceptionsDaniel Stenberg2005-05-101-4/+1
* include protos to fix warningsDaniel Stenberg2005-05-101-0/+2
* If Curl_select() returns with the error bit set, bail out.Daniel Stenberg2005-05-101-0/+5
* silence compiler warningsDaniel Stenberg2005-05-081-1/+1
* fix warnings about unused variables for non-debug buildsDaniel Stenberg2005-05-071-8/+8
* fixDaniel Stenberg2005-05-071-1/+1
* DEBUGF() is a new conveniant macro to add infof() calls (or similar) forDaniel Stenberg2005-05-072-15/+20
* use calloc instead of malloc to save a call to memset()Daniel Stenberg2005-05-051-4/+1
* prevent memory leak when built SSL disabledDaniel Stenberg2005-05-041-0/+6
* improved failf() error messagesDaniel Stenberg2005-05-022-4/+5
* corrected copyright yearDaniel Stenberg2005-05-023-3/+3
* Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg2005-05-021-2/+5
* there cannot be chunked problem when no_body (HEAD) is true since withoutDaniel Stenberg2005-04-301-1/+2
* singleipconnect() returns a socket descriptor, not a CURLcode (but perhapsDaniel Stenberg2005-04-301-1/+1
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-2613-34/+34
* Since Windows doesn't have/use the POSIX prototype for send() and recv(), weDaniel Stenberg2005-04-261-2/+5
* adding a bunch of comments for each #endifDaniel Stenberg2005-04-261-16/+16
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-254-6/+16
* Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg2005-04-242-1/+9
* Dave Dribin: set CURL_STATICLIB when it builds static library variants.Daniel Stenberg2005-04-221-13/+14
* Fixed the CN extractionDaniel Stenberg2005-04-221-1/+5
* modified this yearDaniel Stenberg2005-04-222-2/+2
* changes for building with IPV6 and LDAP.Gunter Knauf2005-04-201-2/+9
* prevent compiler warningDaniel Stenberg2005-04-191-1/+1
* added typecast when converting from long to unsigned short, to prevent compil...Daniel Stenberg2005-04-191-1/+1
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-198-16/+2
* Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg2005-04-181-15/+32
* Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg2005-04-181-34/+34
* oops, only negative numbers are errorsDaniel Stenberg2005-04-131-2/+2
* don't bail out just because the ca file has a problem, it might be OKDaniel Stenberg2005-04-131-13/+3
* fix compiler warningDaniel Stenberg2005-04-131-0/+2
* Provides an unconditional strlcat() proto even if strlcat() was found byDaniel Stenberg2005-04-121-9/+1
* Blah, revert my removal of the extra check since the problem is there for real.Daniel Stenberg2005-04-091-7/+19
* OK, I must've been halucinating or something because I no longer see theDaniel Stenberg2005-04-091-21/+23
* fixed the 304 response-with-content-length problem reported by Cory NelsonDaniel Stenberg2005-04-082-1/+4
* re-arrange some code to prevent warnings on unreachable codeDaniel Stenberg2005-04-081-4/+7
* cast the call to Curl_inet_ntop for DECC compiler squawkMarty Kuhrt2005-04-081-1/+1
* Unfortunately, if a ca file name is set the function fails for whatever reasonDaniel Stenberg2005-04-071-6/+24