summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* conn->user and conn->passwd will now always be set to point to something.Daniel Stenberg2003-10-212-9/+6
* allow no user and password for proxy too, BasicDaniel Stenberg2003-10-201-1/+3
* allow no user and no passwd when doing basic authDaniel Stenberg2003-10-201-1/+3
* lock the DNS cache properly before adding an entry when using asynch DNSDaniel Stenberg2003-10-201-1/+9
* better error output on SSL errors when receiving data - Georg Horn patchDaniel Stenberg2003-10-191-12/+9
* fixed the bug my previous change introducedDaniel Stenberg2003-10-191-1/+1
* minor fix to not shadow a variableDaniel Stenberg2003-10-181-18/+15
* builds warning-free with -Wshadow nowDaniel Stenberg2003-10-181-3/+2
* don't shadow 'socket'Daniel Stenberg2003-10-181-8/+8
* fixed gcc -Wshadow warningsDaniel Stenberg2003-10-181-5/+3
* removed gcc -Wshadow warningDaniel Stenberg2003-10-181-2/+2
* memory leakDaniel Stenberg2003-10-181-2/+1
* gcc -Wshadow complaints fixedDaniel Stenberg2003-10-184-17/+16
* compiler warning fixDaniel Stenberg2003-10-181-1/+1
* prevent compiler warnings with relly picky compiler optionsDaniel Stenberg2003-10-181-2/+6
* Dominick Meglio pointed out these files should be removed from hereDaniel Stenberg2003-10-181-8/+0
* Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg2003-10-174-1/+20
* typecasts to prevent warningsDaniel Stenberg2003-10-171-2/+2
* make empty names look fine in verbose outputDaniel Stenberg2003-10-171-2/+2
* make no user or no password just mean blank fields, not aborted operationDaniel Stenberg2003-10-171-3/+6
* 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