summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* o the name and password arrays are 256 bytes, so let's accept that lengthyDaniel Stenberg2003-10-171-11/+16
* made the code deal with empty name and passwordDaniel Stenberg2003-10-171-2/+2
* show info text (verbose) about auth type and user name in useDaniel Stenberg2003-10-171-0/+13
* password promting support removed from libcurlDaniel Stenberg2003-10-165-360/+11
* rewritten alternative name checkDaniel Stenberg2003-10-161-88/+87
* the previous fix left this compiler errorDaniel Stenberg2003-10-151-1/+1
* bad license situation for the altname patchDaniel Stenberg2003-10-151-0/+10
* Avoid doing getsockopt() on Windows to verify connects. It seems that thisDaniel Stenberg2003-10-151-14/+18
* Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was setDaniel Stenberg2003-10-141-0/+4
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-1420-46/+41
* added more mirrored versions of the ares 1.1.1 packageDaniel Stenberg2003-10-131-1/+3
* Updated build instruction since I now offer a complete ares-package with allDaniel Stenberg2003-10-131-22/+17
* Clear the connection pointer after the async resolve has failed.Daniel Stenberg2003-10-131-0/+5
* Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086Daniel Stenberg2003-10-131-2/+0
* Dirk Manske made the share-locking around DNS lookups a bit "looser" so thatDaniel Stenberg2003-10-121-2/+11
* Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, performDaniel Stenberg2003-10-091-0/+2
* Dominick Meglio fixed this to build fine on MSVCDaniel Stenberg2003-10-091-10/+16
* bail out hard if ipv6 and ares are both enabled at the same timeDaniel Stenberg2003-10-081-1/+5
* - Frank Ticheler provided a patch that fixes how libcurl connects to multipleDaniel Stenberg2003-10-081-18/+20
* include file fixesDaniel Stenberg2003-10-082-0/+13
* fixed to build fine without sslDaniel Stenberg2003-10-081-1/+1
* Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg2003-10-074-80/+454
* make sure that a regular POST using the read callback worksDaniel Stenberg2003-10-071-2/+6
* BeOS-adjustments, as provided by ShardDaniel Stenberg2003-10-051-5/+9
* weird typo removedDaniel Stenberg2003-10-051-1/+1
* just re-indented some codeDaniel Stenberg2003-10-051-5/+5
* New code for BeOS-style non-blocking sockets, provided by Shard andDaniel Stenberg2003-10-051-3/+14
* Vincent Bronner pointed out that if you set CURLOPT_COOKIE to NULL, it stillDaniel Stenberg2003-10-041-8/+9
* Jon Turner mentioned this bug fix to correct how libcurl deals with pathsDaniel Stenberg2003-10-041-0/+2
* Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg2003-10-043-13/+23
* failing to resolve a name using ares must Curl_disconnect() the handleDaniel Stenberg2003-09-211-0/+1
* Added CURLOPT_IPRESOLVE supportDaniel Stenberg2003-09-192-2/+20
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-196-14/+106
* If a connection is closed down and it had some kind of NTLM involved, weDaniel Stenberg2003-09-151-0/+7
* When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg2003-09-153-9/+38
* new ares patch uploadedDaniel Stenberg2003-09-141-4/+5
* reverted the change that blanks LIBSDaniel Stenberg2003-09-141-4/+0
* Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUSTDaniel Stenberg2003-09-143-19/+25
* blank the LIBS variable, as we don't need any libs when we link the lib.Daniel Stenberg2003-09-121-0/+4
* Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft'sDaniel Stenberg2003-09-113-6/+40
* For easy handles within multi handles, we share the DNS cache always.Daniel Stenberg2003-09-111-11/+10
* #ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they areDaniel Stenberg2003-09-111-0/+4
* don't use a blank proxyDaniel Stenberg2003-09-111-1/+1
* Curl_is_resolved(): FD_ZERO the file descriptors before we call ares_fds().Daniel Stenberg2003-09-111-1/+5
* do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs.Daniel Stenberg2003-09-071-1/+1
* Uses less macros. #ifdef'ed out unused functions. Edited slightly to beDaniel Stenberg2003-09-053-58/+62
* no user or password set, bail outDaniel Stenberg2003-09-041-0/+4
* ah, this change broke multiple test casesDaniel Stenberg2003-09-041-2/+2
* Jörg pointed out that I did this fix wrongly, now authwant is clearedDaniel Stenberg2003-09-041-3/+3
* Based on Joerg Mueller-Tolk's patch, this introduces support forDaniel Stenberg2003-09-043-3/+24