| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified the default HTTP headers used by libcurl: | Daniel Stenberg | 2005-05-11 | 180 | -275/+218 |
* | prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't exist | Daniel Stenberg | 2005-05-11 | 1 | -0/+5 |
* | 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 |
* | prevent 64bit warnings | Daniel Stenberg | 2005-05-10 | 1 | -2/+2 |
* | allow the ares/config.h display to fail | Daniel Stenberg | 2005-05-10 | 1 | -4/+5 |
* | Jeremy Brown's OpenSSL thread-locking example | Daniel Stenberg | 2005-05-09 | 2 | -1/+78 |
* | new counter | Daniel Stenberg | 2005-05-09 | 1 | -1/+1 |
* | Jamie Lokier added. And I now recounted the amount better: 437 named as of now. | Daniel Stenberg | 2005-05-09 | 1 | -8/+8 |
* | update the "PORTS" section a little | Daniel Stenberg | 2005-05-09 | 1 | -4/+4 |
* | add multi-thread details for GnuTLS | Daniel Stenberg | 2005-05-09 | 1 | -8/+18 |
* | new mirror, added amount of contributors | Daniel Stenberg | 2005-05-09 | 1 | -1/+3 |
* | Jeff is short for Jeffrey | Daniel Stenberg | 2005-05-09 | 1 | -51/+51 |
* | updated with the current RELEASE-NOTES names | Daniel Stenberg | 2005-05-09 | 1 | -44/+45 |
* | I decided to make this list more complete. I took the 5-year anniversary list | Daniel Stenberg | 2005-05-09 | 1 | -109/+93 |
* | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg | 2005-05-09 | 1 | -7/+7 |
* | silence compiler warnings | Daniel Stenberg | 2005-05-08 | 2 | -2/+2 |
* | 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 |
* | January 2003. Started working on the distributed curl tests. The autobuilds. | Daniel Stenberg | 2005-05-07 | 1 | -0/+2 |
* | DEBUGF() is a new conveniant macro to add infof() calls (or similar) for | Daniel Stenberg | 2005-05-07 | 2 | -15/+20 |
* | Added an active disconnected state, to make the code clearer. | Daniel Stenberg | 2005-05-07 | 1 | -17/+32 |
* | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg | 2005-05-07 | 1 | -9/+2 |
* | one more command line option, fixed the AIX 4.3 enabled IPv6 build (it now | Daniel Stenberg | 2005-05-06 | 1 | -1/+2 |
* | Added two test cases for multipart formpost over a proxy with --anyauth. Our | Daniel Stenberg | 2005-05-06 | 3 | -38/+284 |
* | When a server is clearly running, curl is now invoked to verify that it can | Daniel Stenberg | 2005-05-06 | 1 | -106/+159 |
* | use calloc instead of malloc to save a call to memset() | Daniel Stenberg | 2005-05-05 | 1 | -4/+1 |
* | now add --trace-time by default for curl tests | Daniel Stenberg | 2005-05-04 | 1 | -1/+1 |
* | removed lots of (now) redundant logging | Daniel Stenberg | 2005-05-04 | 1 | -29/+0 |
* | modify a value we are allowed to | Daniel Stenberg | 2005-05-04 | 1 | -2/+3 |
* | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg | 2005-05-04 | 1 | -14/+11 |
* | towards 7.14.0 - really | Daniel Stenberg | 2005-05-04 | 1 | -0/+5 |
* | prevent memory leak when built SSL disabled | Daniel Stenberg | 2005-05-04 | 1 | -0/+6 |
* | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg | 2005-05-03 | 1 | -39/+78 |
* | add more info to the log to ease debugging | Daniel Stenberg | 2005-05-03 | 1 | -1/+3 |
* | improved failf() error messages | Daniel Stenberg | 2005-05-02 | 2 | -4/+5 |
* | the new functions and the upcoming ipv6 calls for the next version to become | Daniel Stenberg | 2005-05-02 | 1 | -2/+2 |
* | corrected copyright years | Daniel Stenberg | 2005-05-02 | 2 | -2/+2 |
* | corrected copyright year | Daniel Stenberg | 2005-05-02 | 3 | -3/+3 |
* | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg | 2005-05-02 | 3 | -4/+10 |
* | Now configure checks for struct sockaddr_storage and the ftp code tries | Daniel Stenberg | 2005-05-02 | 3 | -2/+31 |
* | another <case> converted to sysread | Daniel Stenberg | 2005-05-02 | 1 | -1/+2 |
* | read from the open2 filehandle with sysread, not <handle> | Daniel Stenberg | 2005-05-02 | 1 | -2/+5 |
* | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg | 2005-05-02 | 2 | -5/+10 |
* | fix the server for the slow response case | Daniel Stenberg | 2005-05-02 | 1 | -9/+15 |
* | Added --trace-time that when used adds a time stamp to each trace line that | Daniel Stenberg | 2005-05-02 | 4 | -18/+104 |
* | When starting the ftp server, wait a few seconds to make really sure that | Daniel Stenberg | 2005-05-02 | 1 | -3/+14 |
* | Make sure there's no pidfile if we cannot start the initial sockfilt tool - | Daniel Stenberg | 2005-05-02 | 1 | -3/+4 |