Age | Commit message (Expand) | Author |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-04 | nonblock: call with (void) to show we ignore the return code | Daniel Stenberg |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-03 | ftp: in passive data connect wait for happy eyeballs sockets | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-11-10 | connect: Close temporary sockets in conn_free() | Björn Stenberg |
2013-11-04 | connect: Add connection delay to Happy Eyeballs. | Björn Stenberg |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-10-27 | ftp: Fixed compiler warning | Steve Holme |
2013-10-26 | FTP: make the data connection work when going through proxy | Daniel Stenberg |
2013-09-25 | ftp.c: Fixed compilation warning | Steve Holme |
2013-08-29 | FTP: fix getsock during DO_MORE state | Daniel Stenberg |
2013-08-26 | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-08-14 | ftp: convert state names to a global array | Daniel Stenberg |
2013-08-14 | ftp_domore_getsock: when passive mode, the second conn is already there | Daniel Stenberg |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
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 |