aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-13use $(NROFF), not gnroff (patch by Domenico Andreoli)Daniel Stenberg
2003-10-12Dirk modifide the share-locking for DNS lookupsDaniel Stenberg
2003-10-12Dirk Manske made the share-locking around DNS lookups a bit "looser" so thatDaniel Stenberg
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
2003-10-09resume fixDaniel Stenberg
2003-10-09Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, performDaniel Stenberg
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still has a Range header with a garbage value." bug report #820502
2003-10-09sws fix, inet_pton fixDaniel Stenberg
2003-10-09Dominick Meglio fixed this to build fine on MSVCDaniel Stenberg
2003-10-09portability fix by using setup.h from the lib directoryDaniel Stenberg
2003-10-09removed creation of tests/server/config.hDaniel Stenberg
2003-10-09not used anymoreDaniel Stenberg
2003-10-08name it pre1Daniel Stenberg
2003-10-08clarify why this package existsDaniel Stenberg
2003-10-08run autoconf if neededDaniel Stenberg
2003-10-08ignore these filesDaniel Stenberg
2003-10-08added for completenessDaniel Stenberg
2003-10-08clarified the reason for this packageDaniel Stenberg
2003-10-08bail out hard if ipv6 and ares are both enabled at the same timeDaniel Stenberg
2003-10-087.10.8-pre3 commitDaniel Stenberg
2003-10-08- Frank Ticheler provided a patch that fixes how libcurl connects to multipleDaniel Stenberg
addresses, if one of them fails (ipv4-code).
2003-10-08include file fixesDaniel Stenberg
2003-10-08fixed to build fine without sslDaniel Stenberg
2003-10-07check for inet_pton()Daniel Stenberg
2003-10-07Neil Dunbar and subjectAltNamesDaniel Stenberg
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg
2003-10-07 Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg
subjectAltNames when matching certs. This is apparently detailed in RFC2818 as the right thing to do. I had to add configure checks for inet_pton() and our own (strictly speaking, code from BIND written by Paul Vixie) provided code for the function for platforms that miss it.
2003-10-07test case 508 added to test callback-based POSTDaniel Stenberg
2003-10-07http post fixDaniel Stenberg
2003-10-07make sure that a regular POST using the read callback worksDaniel Stenberg
2003-10-06O_NONBLOCK does not work on BeOS according to ShardDaniel Stenberg
2003-10-05builds better on BeOSDaniel Stenberg
2003-10-05Shard's fix to build fine on BeOSDaniel Stenberg
2003-10-05BeOS-adjustments, as provided by ShardDaniel Stenberg
2003-10-05weird typo removedDaniel Stenberg
2003-10-05just re-indented some codeDaniel Stenberg
2003-10-05New code for BeOS-style non-blocking sockets, provided by Shard andDaniel Stenberg
Jeremy Friesner.
2003-10-05improved the non-block check a lot:Daniel Stenberg
* several tests ALWAYS failed due to bad test programs * the IoctlSocket() test now is linked on test as it could otherwise compile fine on many systems that doesn't support it * added a test for the BeOS way of doing non-blocking sockets (based on a patch from Shard)
2003-10-04curlx.c example addedDaniel Stenberg
2003-10-04- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transferDaniel Stenberg
and then set it to NULL in a subsequent one, the previous cookie was still sent off!
2003-10-04Vincent Bronner pointed out that if you set CURLOPT_COOKIE to NULL, it stillDaniel Stenberg
sends off the previously set cookie. This also concerns CURLOPT_REFERER. This fix should stop this.
2003-10-04Jon Turner fixDaniel Stenberg
2003-10-04Jon Turner mentioned this bug fix to correct how libcurl deals with pathsDaniel Stenberg
after a failed transfer.
2003-10-04fixed ares-resolves and ip-only namesDaniel Stenberg
2003-10-04Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg
my_getaddrinfo() has been called (and wait has been set to TRUE), we check if the name already is resolved and if so don't return wait status to the parent. This can happen with IP-only names.
2003-10-04CURLOPT_NOBODY means HEAD on HTTP serversDaniel Stenberg
2003-10-03Peter Sylvester's curlx.c code example addedDaniel Stenberg
2003-10-03proto fixDaniel Stenberg
2003-10-03Renamed the function argument named 'access', as noted by Neil Spring in theDaniel Stenberg
debian bug report #213180.
2003-10-02James MacMillan's patch makes curl build on QNC 6.2.x.Daniel Stenberg
2003-09-23documented the new 7.10.8 -T functionalityDaniel Stenberg
2003-09-23-4 and -6 addedDaniel Stenberg