aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-17ignore these tooDaniel Stenberg
2003-10-17verbose auth infoDaniel Stenberg
2003-10-17show info text (verbose) about auth type and user name in useDaniel Stenberg
2003-10-17made the password prompt nicerDaniel Stenberg
2003-10-17define HAVE_SYS_SOCKET_H if that file is present. This is needed when weDaniel Stenberg
#include "../lib/memdebug.h" for memory debug builds.
2003-10-16turned this into a list of documents/standards curl adheres toDaniel Stenberg
2003-10-16subjectAltName and passwd changesDaniel Stenberg
2003-10-16removed the passwd options that are no longer supportedDaniel Stenberg
2003-10-16password prompting gone from libcurl, fixed for ntlmDaniel Stenberg
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
command line.
2003-10-16password promting support removed from libcurlDaniel Stenberg
2003-10-16rewritten alternative name checkDaniel Stenberg
2003-10-15the previous fix left this compiler errorDaniel Stenberg
2003-10-15bad license situation for the altname patchDaniel Stenberg
2003-10-15now libcurl runs better multi-threaded on windowsDaniel Stenberg
2003-10-15Avoid doing getsockopt() on Windows to verify connects. It seems that thisDaniel Stenberg
hogs Windows machines when libcurl is being used multi-threaded (with > ~50 threads). Andrew Fuller helped us verify and test this. According to a MSDN web page on connect(), it returns 0 when the connect is done and thus we don't need the getsockopt() call anyway on Windows.
2003-10-14duphandle fixDaniel Stenberg
2003-10-14Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was setDaniel Stenberg
2003-10-14Gisle Vanem brought IPv6-support to curl on WindowsDaniel Stenberg
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2003-10-14improved the libtool check to disqualify "1.4c" when 1.4.2 is requiredDaniel Stenberg
2003-10-14Added Domenico Andreoli for his patchesDaniel Stenberg
2003-10-13added more mirrored versions of the ares 1.1.1 packageDaniel Stenberg
2003-10-13Updated build instruction since I now offer a complete ares-package with allDaniel Stenberg
the patches already applied. No need to apply any patches manually anymore. ares 1.1.1 is still compatible.
2003-10-13Giuseppe Attardi's ares+multi problem of 12-oct-2003Daniel Stenberg
2003-10-13Clear the connection pointer after the async resolve has failed.Daniel Stenberg
This cures the problem reported by Giuseppe Attardi on October 12, 2003.
2003-10-13debian bug report #212086Daniel Stenberg
2003-10-13Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086Daniel Stenberg
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
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