summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-11180-275/+218
* prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't existDaniel Stenberg2005-05-111-0/+5
* 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
* prevent 64bit warningsDaniel Stenberg2005-05-101-2/+2
* allow the ares/config.h display to failDaniel Stenberg2005-05-101-4/+5
* Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg2005-05-092-1/+78
* new counterDaniel Stenberg2005-05-091-1/+1
* Jamie Lokier added. And I now recounted the amount better: 437 named as of now.Daniel Stenberg2005-05-091-8/+8
* update the "PORTS" section a littleDaniel Stenberg2005-05-091-4/+4
* add multi-thread details for GnuTLSDaniel Stenberg2005-05-091-8/+18
* new mirror, added amount of contributorsDaniel Stenberg2005-05-091-1/+3
* Jeff is short for JeffreyDaniel Stenberg2005-05-091-51/+51
* updated with the current RELEASE-NOTES namesDaniel Stenberg2005-05-091-44/+45
* I decided to make this list more complete. I took the 5-year anniversary listDaniel Stenberg2005-05-091-109/+93
* no need to display src/config.h anymore since it is a duplicate of lib/config.hDaniel Stenberg2005-05-091-7/+7
* silence compiler warningsDaniel Stenberg2005-05-082-2/+2
* fix warnings about unused variables for non-debug buildsDaniel Stenberg2005-05-071-8/+8
* fixDaniel Stenberg2005-05-071-1/+1
* January 2003. Started working on the distributed curl tests. The autobuilds.Daniel Stenberg2005-05-071-0/+2
* DEBUGF() is a new conveniant macro to add infof() calls (or similar) forDaniel Stenberg2005-05-072-15/+20
* Added an active disconnected state, to make the code clearer.Daniel Stenberg2005-05-071-17/+32
* removed unnecessary logging to ease REAL debugginDaniel Stenberg2005-05-071-9/+2
* one more command line option, fixed the AIX 4.3 enabled IPv6 build (it nowDaniel Stenberg2005-05-061-1/+2
* Added two test cases for multipart formpost over a proxy with --anyauth. OurDaniel Stenberg2005-05-063-38/+284
* When a server is clearly running, curl is now invoked to verify that it canDaniel Stenberg2005-05-061-106/+159
* use calloc instead of malloc to save a call to memset()Daniel Stenberg2005-05-051-4/+1
* now add --trace-time by default for curl testsDaniel Stenberg2005-05-041-1/+1
* removed lots of (now) redundant loggingDaniel Stenberg2005-05-041-29/+0
* modify a value we are allowed toDaniel Stenberg2005-05-041-2/+3
* improved logging (all FTP protocol data, both ways) to possibly help us realizeDaniel Stenberg2005-05-041-14/+11
* towards 7.14.0 - reallyDaniel Stenberg2005-05-041-0/+5
* prevent memory leak when built SSL disabledDaniel Stenberg2005-05-041-0/+6
* *MAN* was this hard to track down. Had I just read the docs properly from theDaniel Stenberg2005-05-031-39/+78
* add more info to the log to ease debuggingDaniel Stenberg2005-05-031-1/+3
* improved failf() error messagesDaniel Stenberg2005-05-022-4/+5
* the new functions and the upcoming ipv6 calls for the next version to becomeDaniel Stenberg2005-05-021-2/+2
* corrected copyright yearsDaniel Stenberg2005-05-022-2/+2
* corrected copyright yearDaniel Stenberg2005-05-023-3/+3
* Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. AtDaniel Stenberg2005-05-023-4/+10
* Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg2005-05-023-2/+31
* another <case> converted to sysreadDaniel Stenberg2005-05-021-1/+2
* read from the open2 filehandle with sysread, not <handle>Daniel Stenberg2005-05-021-2/+5
* Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.Daniel Stenberg2005-05-022-5/+10
* fix the server for the slow response caseDaniel Stenberg2005-05-021-9/+15
* Added --trace-time that when used adds a time stamp to each trace line thatDaniel Stenberg2005-05-024-18/+104
* When starting the ftp server, wait a few seconds to make really sure thatDaniel Stenberg2005-05-021-3/+14
* Make sure there's no pidfile if we cannot start the initial sockfilt tool -Daniel Stenberg2005-05-021-3/+4