Hacki
|
d2621445f1
moved vars into conditional since seems that winsock implementation doesnt use them.
|
14 жил өмнө |
Howard Chu
|
d64bd82bdc
sendrecv: split the I/O handling into private handler
|
14 жил өмнө |
Ben Greear
|
38d2afcefb
telnet: Allow programatic use of telnet.
|
14 жил өмнө |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 жил өмнө |
Yang Tse
|
7aef172a34
|
15 жил өмнө |
Yang Tse
|
d1717e7c90
|
15 жил өмнө |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 жил өмнө |
Yang Tse
|
fa96436661
Fix TELNET transfers not being aborted upon write callback failures
|
15 жил өмнө |
Yang Tse
|
d15b8273d6
Add Curl_read() return code checking
|
15 жил өмнө |
Yang Tse
|
dd53b356ff
fix previous commit misplaced break statement
|
15 жил өмнө |
Yang Tse
|
f1db505778
Added TELNET timeout support for Windows builds
|
15 жил өмнө |
Daniel Stenberg
|
794b4da840
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
|
15 жил өмнө |
Daniel Stenberg
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 жил өмнө |
Dan Fandrich
|
ea8fbb5233
Added some #ifdefs around header files and change the EAGAIN test to
|
16 жил өмнө |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 жил өмнө |
Daniel Stenberg
|
9d16b4081e
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
|
16 жил өмнө |
Daniel Stenberg
|
5175664174
fix warning
|
16 жил өмнө |
Daniel Stenberg
|
a579d67064
- Pascal Terjan filed bug #2154627
|
16 жил өмнө |
Dan Fandrich
|
8f467b4288
Removed unneeded includes of signal.h and setjmp.h
|
16 жил өмнө |
Yang Tse
|
adb974960d
fix compiler warning: enumerated type mixed with another type
|
16 жил өмнө |
Yang Tse
|
a622fd90b4
remove unnecessary typecasting of calloc()
|
16 жил өмнө |
Dan Fandrich
|
6f0a2608b4
Fixed a problem where telnet data would be lost if an EWOULDBLOCK
|
16 жил өмнө |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
17 жил өмнө |
Daniel Stenberg
|
13648f8ccd
struct HandleData is now called struct SingleRequest, and is only for data that
|
17 жил өмнө |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 жил өмнө |
Dan Fandrich
|
33f7ac06c3
Improved telnet support by drastically reducing the number of write
|
17 жил өмнө |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 жил өмнө |
Yang Tse
|
92433e596b
We use this ZERO_NULL to avoid picky compiler warnings,
|
17 жил өмнө |
Patrick Monnerat
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 жил өмнө |
Dan Fandrich
|
9f44a95522
Renamed several libcurl error codes and options to make them more general
|
17 жил өмнө |