Age | Commit message (Expand) | Author |
2013-08-08 | FTP: renamed several local functions | Daniel Stenberg |
2013-08-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-07-24 | string formatting: fix too many arguments for format | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-07-19 | ftp_do_more: consider DO_MORE complete when server connects back | Daniel Stenberg |
2013-04-26 | ftp_state_pasv_resp: connect through proxy also when set by env | Daniel Stenberg |
2013-04-12 | FTP: handle a 230 welcome response | Daniel Stenberg |
2013-04-12 | FTP: access files in root dir correctly | Daniel Stenberg |
2013-04-09 | FTP: handle "rubbish" in front of directory name in 257 responses | Bill Middlecamp |
2013-04-06 | ftp.c: Added missing brackets around ABOR command logic | Marc Hoersken |
2013-04-06 | FTP: wait on both connections during active STOR state | Daniel Stenberg |
2013-04-06 | connect: treat an interface bindlocal() problem as a non-fatal error | Kim Vandry |
2013-03-29 | ftp_sendquote: use PPSENDF, not FTPSENDF | Daniel Stenberg |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg |
2013-02-15 | rename "easy" statemachines: call them block instead | Daniel Stenberg |
2013-02-12 | pingpong: Optimised the endofresp() function | Steve Holme |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-15 | FTP: reject illegal port numbers in EPSV 229 responses | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-12 | ftp: EPSV-disable fix over SOCKS | Anton Malov |
2012-11-05 | ftp_readresp: fix build without krb4 support | Daniel Stenberg |
2012-11-04 | FTP: prevent the multi interface from blocking | Daniel Stenberg |
2012-08-16 | ftp: active conn, place calling sockopt callback at the end of function | Gokhan Sengun |
2012-08-16 | ftp: active conn, allow application to set sockopt after accept() call | Gokhan Sengun |
2012-07-13 | ftp_do_more: add missing check of return code | Daniel Stenberg |
2012-06-12 | Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing" | Yang Tse |
2012-06-11 | connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken |
2012-04-04 | ftp.c: ftplistparser related OOM handling fix | Yang Tse |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-01-16 | add LF termination to infof() trace string | Yang Tse |
2012-01-09 | FTP: CURLE_PARTIAL_FILE should not cause control connection to be closed | gsengun |
2011-12-24 | ftp_do_more: don't return success until all is done | Daniel Stenberg |
2011-12-20 | timeleft_accept: ack global timeout, moved to ftp.c | Daniel Stenberg |
2011-12-20 | FTP: move FTP-specific struct field to ftpc_conn | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-05 | FTP: close callback fix | Daniel Stenberg |
2011-12-05 | FTP: call opensocket callback properly | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-06 | ftp PORT: don't hang if bind() fails | Daniel Stenberg |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |
2011-10-24 | ftp.c: some OOM handling fixes | Yang Tse |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-12 | OOM handling/cleanup slight adjustments | Yang Tse |