37
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make the configure script die if select() or socket() is missing More... about 23 years ago
Added Ingo Ralf Blum More... about 23 years ago
use this function only once note added More... about 23 years ago
modified the Curl_ConnectHTTPProxyTunnel proto More... about 23 years ago
moved curl_read() and curl_write() to sendf.c More... about 23 years ago
converted to use Curl_read() and Curl_write() More... about 23 years ago
uses Curl_read() and Curl_write() unfolded telwrite() instead of being a separate single function More... about 23 years ago
use recv()/send() instead of read()/write() with sockets More... about 23 years ago
sendf is now only Curl_sendf Curl_write() and Curl_read() are here More... about 23 years ago
removed two compiler warnings More... about 23 years ago
Curl_read() and Curl_write() are now used for reading/writing sockets. Some functions changed prototype due to this change as well. More... about 23 years ago
Get get-ftp-response function is now using Curl_read() for reading from a socket. Curl_ConnectHTTPProxyTunnel changed prototype. More... about 23 years ago
replaced sendf() calls with Curl_sendf() More... about 23 years ago
Ingo Ralf Blum's cygwin fixes More... about 23 years ago
Robert Weaver's win32 getenv fix, my added comments in some files More... about 23 years ago
Added Robert Weaver as contributor More... about 23 years ago
fixed the comment for 'path' More... about 23 years ago
added comments all over More... about 23 years ago
extended the gname field one byte to avoid a possible overflow added lots of explaining comments More... about 23 years ago
Robert Weaver's fix More... about 23 years ago
generated by autoheader More... over 23 years ago
ipv6 adjustments More... over 23 years ago
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, curl will return an error when such an address is used. More... over 23 years ago
big reorg to make it not exit when it fails, but instead just not do any globbing, it makes IPv6 support easier and smoother to add. More... over 23 years ago
Added 'ipv6 enabled' for ipv6 compiled versions More... over 23 years ago
Added simple IPv6 recognition support More... over 23 years ago
Bj�rn's progress meter fix, new test cases and ftpserver.pl patch More... over 23 years ago
Bj�rn Stenberg's patch for making the progress meter betterlooking More... over 23 years ago
the custom reply engine was not inited properly More... over 23 years ago
test case 121 More... over 23 years ago