platform/upstream/curl.git
2003-10-22 Daniel StenbergDo the auth stuff at the end-of-headers and not at...
2003-10-22 Daniel StenbergModified to be able to repeat Kevin Roth's problem
2003-10-21 Daniel StenbergAndres
2003-10-21 Daniel Stenbergupdated for mingw32
2003-10-21 Daniel Stenbergpre5
2003-10-21 Daniel Stenbergmodified test 91 to look more like Kevin Roth's error...
2003-10-21 Daniel Stenbergtest case 91 added, an attempt to repeat a problem...
2003-10-21 Daniel Stenbergconn->user and conn->passwd will now always be set...
2003-10-21 Daniel Stenbergno colons in user names with USERPWD
2003-10-20 Daniel Stenbergallow no user and password for proxy too, Basic
2003-10-20 Daniel Stenbergallow no user and no passwd when doing basic auth
2003-10-20 Daniel Stenberglock the DNS cache properly before adding an entry...
2003-10-20 Daniel Stenbergrun autoconf in the ares dir as well if the dir is...
2003-10-19 Daniel StenbergGeorg Horn patched Curl_read()
2003-10-19 Daniel Stenbergbetter error output on SSL errors when receiving data...
2003-10-19 Daniel Stenbergfixed the bug my previous change introduced
2003-10-18 Daniel Stenbergminor fix to not shadow a variable
2003-10-18 Daniel Stenbergbuilds warning-free with -Wshadow now
2003-10-18 Daniel Stenbergdon't shadow 'socket'
2003-10-18 Daniel Stenbergfixed gcc -Wshadow warnings
2003-10-18 Daniel Stenbergremoved gcc -Wshadow warning
2003-10-18 Daniel Stenbergmemory leak
2003-10-18 Daniel Stenberggcc -Wshadow complaints fixed
2003-10-18 Daniel Stenbergcompiler warning fix
2003-10-18 Daniel Stenbergprevent compiler warnings with relly picky compiler...
2003-10-18 Daniel StenbergDominick Meglio pointed out these files should be remov...
2003-10-18 Daniel Stenberg7.10.8-pre4
2003-10-18 Daniel Stenberg1. read the version from the command line
2003-10-18 Daniel StenbergAdded a few undocumented errors
2003-10-17 Daniel Stenbergnicer pdf generation
2003-10-17 Daniel StenbergDominick Meglio implemented CURLOPT_MAXFILESIZE and...
2003-10-17 Daniel Stenbergtypecasts to prevent warnings
2003-10-17 Daniel Stenbergcleaning
2003-10-17 Daniel Stenbergempty path parts in FTP URLs
2003-10-17 Daniel StenbergThe 100-continue and no-more-response bug
2003-10-17 Daniel Stenbergmake empty names look fine in verbose output
2003-10-17 Daniel Stenbergmake no user or no password just mean blank fields...
2003-10-17 Daniel Stenbergfinally we support >128 letter passwords so this test...
2003-10-17 Daniel Stenbergo the name and password arrays are 256 bytes, so let...
2003-10-17 Daniel Stenbergmade the code deal with empty name and password
2003-10-17 Daniel Stenbergignore these too
2003-10-17 Daniel Stenbergverbose auth info
2003-10-17 Daniel Stenbergshow info text (verbose) about auth type and user name...
2003-10-17 Daniel Stenbergmade the password prompt nicer
2003-10-17 Daniel Stenbergdefine HAVE_SYS_SOCKET_H if that file is present. This...
2003-10-16 Daniel Stenbergturned this into a list of documents/standards curl...
2003-10-16 Daniel StenbergsubjectAltName and passwd changes
2003-10-16 Daniel Stenbergremoved the passwd options that are no longer supported
2003-10-16 Daniel Stenbergpassword prompting gone from libcurl, fixed for ntlm
2003-10-16 Daniel StenbergAdded support for password prompting if only used name...
2003-10-16 Daniel Stenbergpassword promting support removed from libcurl
2003-10-16 Daniel Stenbergrewritten alternative name check
2003-10-15 Daniel Stenbergthe previous fix left this compiler error
2003-10-15 Daniel Stenbergbad license situation for the altname patch
2003-10-15 Daniel Stenbergnow libcurl runs better multi-threaded on windows
2003-10-15 Daniel StenbergAvoid doing getsockopt() on Windows to verify connects...
2003-10-14 Daniel Stenbergduphandle fix
2003-10-14 Daniel StenbergKimmo Kinnunen fixed a crash with duphandle() when...
2003-10-14 Daniel StenbergGisle Vanem brought IPv6-support to curl on Windows
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-10-14 Daniel Stenbergimproved the libtool check to disqualify "1.4c" when...
2003-10-14 Daniel StenbergAdded Domenico Andreoli for his patches
2003-10-13 Daniel Stenbergadded more mirrored versions of the ares 1.1.1 package
2003-10-13 Daniel StenbergUpdated build instruction since I now offer a complete...
2003-10-13 Daniel StenbergGiuseppe Attardi's ares+multi problem of 12-oct-2003
2003-10-13 Daniel StenbergClear the connection pointer after the async resolve...
2003-10-13 Daniel Stenbergdebian bug report #212086
2003-10-13 Daniel StenbergRemoved extra LDFLAGS assignment. Pointed out in debian...
2003-10-13 Daniel Stenberguse $(NROFF), not gnroff (patch by Domenico Andreoli)
2003-10-12 Daniel StenbergDirk modifide the share-locking for DNS lookups
2003-10-12 Daniel StenbergDirk Manske made the share-locking around DNS lookups...
2003-10-09 Daniel Stenbergresume fix
2003-10-09 Daniel StenbergLachlan O'Dea fixed a resume problem: "If I set CURLOPT...
2003-10-09 Daniel Stenbergsws fix, inet_pton fix
2003-10-09 Daniel StenbergDominick Meglio fixed this to build fine on MSVC
2003-10-09 Daniel Stenbergportability fix by using setup.h from the lib directory
2003-10-09 Daniel Stenbergremoved creation of tests/server/config.h
2003-10-09 Daniel Stenbergnot used anymore
2003-10-08 Daniel Stenbergname it pre1
2003-10-08 Daniel Stenbergclarify why this package exists
2003-10-08 Daniel Stenbergrun autoconf if needed
2003-10-08 Daniel Stenbergignore these files
2003-10-08 Daniel Stenbergadded for completeness
2003-10-08 Daniel Stenbergclarified the reason for this package
2003-10-08 Daniel Stenbergbail out hard if ipv6 and ares are both enabled at...
2003-10-08 Daniel Stenberg7.10.8-pre3 commit
2003-10-08 Daniel Stenberg- Frank Ticheler provided a patch that fixes how libcur...
2003-10-08 Daniel Stenberginclude file fixes
2003-10-08 Daniel Stenbergfixed to build fine without ssl
2003-10-07 Daniel Stenbergcheck for inet_pton()
2003-10-07 Daniel StenbergNeil Dunbar and subjectAltNames
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches
2003-10-07 Daniel Stenberg Neil Dunbar provided a patch that now makes libcurl...
2003-10-07 Daniel Stenbergtest case 508 added to test callback-based POST
2003-10-07 Daniel Stenberghttp post fix
2003-10-07 Daniel Stenbergmake sure that a regular POST using the read callback...
2003-10-06 Daniel StenbergO_NONBLOCK does not work on BeOS according to Shard
2003-10-05 Daniel Stenbergbuilds better on BeOS
2003-10-05 Daniel StenbergShard's fix to build fine on BeOS
2003-10-05 Daniel StenbergBeOS-adjustments, as provided by Shard
next