| Commit message (Expand) | Author | Age | Files | Lines |
* | check if getsockname() returns failure before using the address it provides | Daniel Stenberg | 2005-05-17 | 1 | -3/+3 |
* | reduced typecasts, from two to one | Daniel Stenberg | 2005-05-17 | 1 | -3/+3 |
* | fix warning about redefined symbol | Daniel Stenberg | 2005-05-14 | 1 | -0/+1 |
* | Updated generated dependencies. | Gisle Vanem | 2005-05-14 | 1 | -118/+135 |
* | Some patches for (a stricter/smarter) gcc 4.0 and | Gisle Vanem | 2005-05-14 | 2 | -2/+2 |
* | 'ssize_t' seems to be a gcc 4.x built-in. | Gisle Vanem | 2005-05-14 | 1 | -0/+4 |
* | Change for systems with >1 ways of setting (non-)blocking | Gisle Vanem | 2005-05-14 | 1 | -5/+11 |
* | oops, found by bug reported in bug report #1200661 | Daniel Stenberg | 2005-05-12 | 1 | -1/+1 |
* | spell | Daniel Stenberg | 2005-05-12 | 1 | -1/+1 |
* | typecast to fix warning on 64bit systems | Daniel Stenberg | 2005-05-12 | 1 | -3/+3 |
* | Modified the default HTTP headers used by libcurl: | Daniel Stenberg | 2005-05-11 | 1 | -66/+143 |
* | Hm, this doesn't feel right. The error bits returned from Curl_select() can | Daniel Stenberg | 2005-05-10 | 1 | -1/+1 |
* | me stupid, errno is not set for mere select()-exceptions | Daniel Stenberg | 2005-05-10 | 1 | -4/+1 |
* | include protos to fix warnings | Daniel Stenberg | 2005-05-10 | 1 | -0/+2 |
* | If Curl_select() returns with the error bit set, bail out. | Daniel Stenberg | 2005-05-10 | 1 | -0/+5 |
* | silence compiler warnings | Daniel Stenberg | 2005-05-08 | 1 | -1/+1 |
* | fix warnings about unused variables for non-debug builds | Daniel Stenberg | 2005-05-07 | 1 | -8/+8 |
* | fix | Daniel Stenberg | 2005-05-07 | 1 | -1/+1 |
* | DEBUGF() is a new conveniant macro to add infof() calls (or similar) for | Daniel Stenberg | 2005-05-07 | 2 | -15/+20 |
* | use calloc instead of malloc to save a call to memset() | Daniel Stenberg | 2005-05-05 | 1 | -4/+1 |
* | prevent memory leak when built SSL disabled | Daniel Stenberg | 2005-05-04 | 1 | -0/+6 |
* | improved failf() error messages | Daniel Stenberg | 2005-05-02 | 2 | -4/+5 |
* | corrected copyright year | Daniel Stenberg | 2005-05-02 | 3 | -3/+3 |
* | Now configure checks for struct sockaddr_storage and the ftp code tries | Daniel Stenberg | 2005-05-02 | 1 | -2/+5 |
* | there cannot be chunked problem when no_body (HEAD) is true since without | Daniel Stenberg | 2005-04-30 | 1 | -1/+2 |
* | singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps | Daniel Stenberg | 2005-04-30 | 1 | -1/+1 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 13 | -34/+34 |
* | Since Windows doesn't have/use the POSIX prototype for send() and recv(), we | Daniel Stenberg | 2005-04-26 | 1 | -2/+5 |
* | adding a bunch of comments for each #endif | Daniel Stenberg | 2005-04-26 | 1 | -16/+16 |
* | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg | 2005-04-25 | 4 | -6/+16 |
* | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | 2005-04-24 | 2 | -1/+9 |
* | Dave Dribin: set CURL_STATICLIB when it builds static library variants. | Daniel Stenberg | 2005-04-22 | 1 | -13/+14 |
* | Fixed the CN extraction | Daniel Stenberg | 2005-04-22 | 1 | -1/+5 |
* | modified this year | Daniel Stenberg | 2005-04-22 | 2 | -2/+2 |
* | changes for building with IPV6 and LDAP. | Gunter Knauf | 2005-04-20 | 1 | -2/+9 |
* | prevent compiler warning | Daniel Stenberg | 2005-04-19 | 1 | -1/+1 |
* | added typecast when converting from long to unsigned short, to prevent compil... | Daniel Stenberg | 2005-04-19 | 1 | -1/+1 |
* | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg | 2005-04-19 | 8 | -16/+2 |
* | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg | 2005-04-18 | 1 | -15/+32 |
* | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg | 2005-04-18 | 1 | -34/+34 |
* | oops, only negative numbers are errors | Daniel Stenberg | 2005-04-13 | 1 | -2/+2 |
* | don't bail out just because the ca file has a problem, it might be OK | Daniel Stenberg | 2005-04-13 | 1 | -13/+3 |
* | fix compiler warning | Daniel Stenberg | 2005-04-13 | 1 | -0/+2 |
* | Provides an unconditional strlcat() proto even if strlcat() was found by | Daniel Stenberg | 2005-04-12 | 1 | -9/+1 |
* | Blah, revert my removal of the extra check since the problem is there for real. | Daniel Stenberg | 2005-04-09 | 1 | -7/+19 |
* | OK, I must've been halucinating or something because I no longer see the | Daniel Stenberg | 2005-04-09 | 1 | -21/+23 |
* | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg | 2005-04-08 | 2 | -1/+4 |
* | re-arrange some code to prevent warnings on unreachable code | Daniel Stenberg | 2005-04-08 | 1 | -4/+7 |
* | cast the call to Curl_inet_ntop for DECC compiler squawk | Marty Kuhrt | 2005-04-08 | 1 | -1/+1 |
* | Unfortunately, if a ca file name is set the function fails for whatever reason | Daniel Stenberg | 2005-04-07 | 1 | -6/+24 |