Age | Commit message (Expand) | Author |
2002-01-04 | The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now defined | Daniel Stenberg |
2002-01-04 | The FTP response lines are now passed to the function callback registered for | Daniel Stenberg |
2002-01-03 | merged the multi-dev branch back into MAIN again | Daniel Stenberg |
2002-01-03 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg |
2002-01-03 | minor changes | Daniel Stenberg |
2002-01-03 | pass an 'int' as the third argument to bind() | Daniel Stenberg |
2002-01-02 | Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed. | Daniel Stenberg |
2001-12-20 | *cool* fix by Björn Stenberg, makes proxy transfers work better...! :-) | Daniel Stenberg |
2001-12-20 | If nobody is set we won't download any FTP file. If include_header is set, | Daniel Stenberg |
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg |
2001-12-14 | Marcus Webster's newly added CURLFORM_CONTENTHEADER | Daniel Stenberg |
2001-12-13 | minor changes | Daniel Stenberg |
2001-12-11 | solaris 2.5.1 needs the sys/types.h file before the sys/socket.h | Daniel Stenberg |
2001-12-11 | failf() calls should not have newlines in the message string! | Daniel Stenberg |
2001-12-07 | corrected the comment above gmtime_r | Daniel Stenberg |
2001-12-07 | added gmtime_r check | Daniel Stenberg |
2001-12-05 | Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign | Daniel Stenberg |
2001-12-04 | Eric's #include fixes for better macos compiles | Daniel Stenberg |
2001-12-04 | i'm soooo funny | Daniel Stenberg |
2001-12-04 | more comments | Daniel Stenberg |
2001-12-03 | As Eric Lavigne pointed out, the ftp response reader MUST cache data that | Daniel Stenberg |
2001-12-03 | Eric nailed a but in strnequal() for macintosh | Daniel Stenberg |
2001-12-02 | more careful re-use of connections when SSL is used over proxies | Daniel Stenberg |
2001-12-02 | SM renamed the debug DLL | Daniel Stenberg |
2001-11-29 | disabling EPSV is now possible | Daniel Stenberg |
2001-11-29 | stdin is file descriptor 0 | Daniel Stenberg |
2001-11-28 | CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from | Daniel Stenberg |
2001-11-28 | fill memory with junk on malloc() | Daniel Stenberg |
2001-11-28 | more more more MORE | Daniel Stenberg |
2001-11-28 | the perform "state machine" is more explained now | Daniel Stenberg |
2001-11-28 | mods | Daniel Stenberg |
2001-11-28 | Added EPSV which is now unconditionally always tried before PASV, which | Daniel Stenberg |
2001-11-28 | use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*? | Daniel Stenberg |
2001-11-28 | used in the new multi interface, not yet actually part of libcurl but | Daniel Stenberg |
2001-11-27 | Eric Lavigne updates | Daniel Stenberg |
2001-11-27 | commented out the EPSV support | Daniel Stenberg |
2001-11-27 | initial code added to support EPSV (IPv6-style PASV) | Daniel Stenberg |
2001-11-23 | Andrés García's minor fix to make it compile on win32 | Daniel Stenberg |
2001-11-22 | this fix seems to make the connect fail properly even on IPv4-only Linux | Daniel Stenberg |
2001-11-22 | Eric fixed a wild write | Daniel Stenberg |
2001-11-22 | Eric found a missing comma!! | Daniel Stenberg |
2001-11-22 | Fixed release-ssl build | sm |
2001-11-21 | SM added connect.obj | Daniel Stenberg |
2001-11-21 | added error text for a failed connect case | Daniel Stenberg |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg |
2001-11-19 | use the ws2_32.lib now (Miklos Nemeth reporteD) | Daniel Stenberg |
2001-11-19 | long port => int port, as the c source uses! (Miklos Nemeth found this) | Daniel Stenberg |
2001-11-19 | Miklos Nemeth pointed out the missing connect.obj | Daniel Stenberg |
2001-11-16 | Klevtsov Vadim's time condition fix | Daniel Stenberg |
2001-11-15 | looks better on one line (testing the cvs diffing via mail, but I also think | Sterling Hughes |