summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* detect SSL library properly and display it on startupDaniel Stenberg2005-04-271-2/+9
* fixingDaniel Stenberg2005-04-262-1/+7
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-2613-34/+34
* Since Windows doesn't have/use the POSIX prototype for send() and recv(), weDaniel Stenberg2005-04-261-2/+5
* adding a bunch of comments for each #endifDaniel Stenberg2005-04-261-16/+16
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-257-7/+130
* be specific about what max_fd contains after a callDaniel Stenberg2005-04-251-1/+5
* Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg2005-04-245-1/+21
* 2 days, 4 fixesDaniel Stenberg2005-04-232-1/+22
* Alex Suykov's ftp upload show progress meter patch, slightly adjusted.Daniel Stenberg2005-04-231-1/+13
* fix for recent changes.Gunter Knauf2005-04-231-1/+1
* show up to 5 (random) test cases using the keywordDaniel Stenberg2005-04-221-3/+30
* keywords addedDaniel Stenberg2005-04-2246-0/+326
* Dave Dribin: set CURL_STATICLIB when it builds static library variants.Daniel Stenberg2005-04-221-13/+14
* Andres Garcia's fix for building static curl on windows.Daniel Stenberg2005-04-221-0/+8
* Fixed the CN extractionDaniel Stenberg2005-04-221-1/+5
* update the copyright yearDaniel Stenberg2005-04-221-2/+2
* modified this yearDaniel Stenberg2005-04-222-2/+2
* ignore the memdump file when showing files after a failureDaniel Stenberg2005-04-221-1/+3
* copyright this yearDaniel Stenberg2005-04-221-1/+1
* Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg2005-04-222-0/+10
* changes for building with IPV6.Gunter Knauf2005-04-221-2/+9
* modified the test case success reporting, added "test N out of Y" andDaniel Stenberg2005-04-221-32/+55
* test 256 is like test 38 but with proxy + proxy authDaniel Stenberg2005-04-223-2/+67
* keywordsDaniel Stenberg2005-04-221-1/+9
* Set the retry delay variables after the option parsing, as bug reportDaniel Stenberg2005-04-221-3/+6
* added missing headersDaniel Stenberg2005-04-211-1/+1
* changes for building with IPV6 and LDAP.Gunter Knauf2005-04-202-4/+14
* prevent compiler warningDaniel Stenberg2005-04-191-1/+1
* added typecast when converting from long to unsigned short, to prevent compil...Daniel Stenberg2005-04-191-1/+1
* indented source to look more like other ares code,Daniel Stenberg2005-04-191-347/+353
* sortlist_alloc() is never used on win32, so ifdef out it to prevent warningDaniel Stenberg2005-04-191-1/+1
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-198-16/+2
* Check for and config for the ca cert bundle properly when built with GnuTLS.Daniel Stenberg2005-04-191-31/+33
* when --with-gnutls is used, we assume a bin/libgnutls-config file in theDaniel Stenberg2005-04-191-18/+22
* remove the warning for a lacking crypto lib since it migth just be a gnutlsDaniel Stenberg2005-04-191-4/+1
* added CURLOPT_PORT test when using proxyDaniel Stenberg2005-04-191-0/+61
* two bugfixes of todayDaniel Stenberg2005-04-181-1/+4
* Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg2005-04-188-17/+197
* Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg2005-04-186-34/+46
* digest works in the proxyauth tooDaniel Stenberg2005-04-181-1/+1
* Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg2005-04-181-14/+118
* better fix for the socket -1 caseDaniel Stenberg2005-04-181-1/+1
* ignore sockfiltDaniel Stenberg2005-04-181-0/+1
* safety measure to avoid using -1 as socketDaniel Stenberg2005-04-181-4/+11
* allow some more timeDaniel Stenberg2005-04-181-1/+1
* ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.Daniel Stenberg2005-04-181-4/+2
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-1814-151/+1315
* Modified to not mix ordinary print to STDOUT with a system() that prints topre-sockfiltDaniel Stenberg2005-04-181-1/+6
* somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg2005-04-171-5/+7