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
|
ffd8e127e7
build: rename 76 lib/*.h files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Daniel Stenberg
|
130fac6c16
timeleft_accept: ack global timeout, moved to ftp.c
|
13 years ago |
Gokhan Sengun
|
c834213ad5
FTP: perform active connections non-blocking
|
13 years ago |
Daniel Stenberg
|
9109cdec11
Curl_socket: internal replacement for socket()
|
13 years ago |
Yang Tse
|
6b75d2c2df
fix a bunch of MSVC compiler warnings
|
13 years ago |
Yang Tse
|
2ccffbb37e
BSD-style lwIP TCP/IP stack support - followup
|
13 years ago |
Daniel Stenberg
|
b5d170b551
CLOSESOCKETFUNCTION: added
|
13 years ago |
Daniel Stenberg
|
adb49ad8bb
Curl_timeleft: s/conn/data in first argument
|
14 years ago |
Yang Tse
|
11cddb68e0
fix getinfo CURLINFO_LOCAL* for reused connections (take 2)
|
14 years ago |
Daniel Stenberg
|
c6fa1952a1
portabilty: use proper variable type to hold sockets
|
14 years ago |
Yang Tse
|
f737e94164
Curl_updateconninfo() error handling fix
|
14 years ago |
Frank Meier
|
8098d9417c
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
d709cb2ae3
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
|
15 years ago |
Daniel Stenberg
|
9c788a529b
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
|
15 years ago |
Daniel Stenberg
|
d0b8b5a199
- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
|
16 years ago |
Daniel Stenberg
|
514592b892
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
|
16 years ago |
Daniel Stenberg
|
1b701c746f
- Refactored a lot of timeout code into a few functions in an attempt to make
|
17 years ago |
Yang Tse
|
a1d5983991
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 years ago |
Gisle Vanem
|
c4ad533300
Constify some arguments in Curl_connecthost() and singleipconnect().
|
18 years ago |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 years ago |
Daniel Stenberg
|
c4ff5eb0ca
conn->ip_addr MUST NOT be used on re-used connections
|
20 years ago |
Daniel Stenberg
|
ba40eccc90
make the SSL connect use the same default connect timeout define as the
|
20 years ago |
Daniel Stenberg
|
808621ab22
corrected the Curl_is_connected() proto
|
20 years ago |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 years ago |
Daniel Stenberg
|
ce5805a955
Use curl_socket_t instead of int for holding sockets. The typedefs and
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |