Daniel Stenberg
|
7f963a19ec
checksrc: ban unsafe functions
|
11 years ago |
Daniel Stenberg
|
c25383ae13
rename "easy" statemachines: call them block instead
|
11 years ago |
Steve Holme
|
b56c9eb48e
pingpong: Optimised the endofresp() function
|
11 years ago |
Daniel Stenberg
|
c43127414d
always-multi: always use non-blocking internals
|
11 years ago |
Daniel Stenberg
|
533c31b785
FTP: reject illegal port numbers in EPSV 229 responses
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Anton Malov
|
076e1fa348
ftp: EPSV-disable fix over SOCKS
|
12 years ago |
Daniel Stenberg
|
09a491378a
ftp_readresp: fix build without krb4 support
|
12 years ago |
Daniel Stenberg
|
b2954e66e8
FTP: prevent the multi interface from blocking
|
12 years ago |
Gokhan Sengun
|
82b0aebef3
ftp: active conn, place calling sockopt callback at the end of function
|
12 years ago |
Gokhan Sengun
|
23ef5e4ba2
ftp: active conn, allow application to set sockopt after accept() call
|
12 years ago |
Daniel Stenberg
|
20ff8a0988
ftp_do_more: add missing check of return code
|
12 years ago |
Yang Tse
|
d95b8e0627
Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"
|
12 years ago |
Marc Hoersken
|
9c94236e6c
connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing
|
12 years ago |
Yang Tse
|
9753c6bec5
ftp.c: ftplistparser related OOM handling fix
|
12 years ago |
Yang Tse
|
8af4b657d0
fix some compiler warnings
|
12 years ago |
Daniel Stenberg
|
41b0237834
CONNECT: made generically not per-protocol
|
12 years ago |
Yang Tse
|
0ce2bca741
add LF termination to infof() trace string
|
13 years ago |
gsengun
|
d28411c3cc
FTP: CURLE_PARTIAL_FILE should not cause control connection to be closed
|
13 years ago |
Daniel Stenberg
|
99a12baa34
ftp_do_more: don't return success until all is done
|
13 years ago |
Daniel Stenberg
|
130fac6c16
timeleft_accept: ack global timeout, moved to ftp.c
|
13 years ago |
Daniel Stenberg
|
377471f387
FTP: move FTP-specific struct field to ftpc_conn
|
13 years ago |
Daniel Stenberg
|
dfdac61522
non-blocking active FTP: cleanup multi state usage
|
13 years ago |
Gokhan Sengun
|
c834213ad5
FTP: perform active connections non-blocking
|
13 years ago |
Daniel Stenberg
|
d5b5f64bce
FTP: close callback fix
|
13 years ago |