Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
d94717e099
nonblock: call with (void) to show we ignore the return code
|
10 years ago |
Michael Osipov
|
eed1c63c70
docs: Improve inline GSS-API naming in code documentation
|
10 years ago |
Daniel Stenberg
|
d44b014271
FTP: make the data connection work when going through proxy
|
11 years ago |
Daniel Stenberg
|
358c5c0745
strlcat: remove function
|
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
|
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 |
Marc Hoersken
|
07593b2422
lib/socks.c: Merged two size variables into one
|
12 years ago |
Marc Hoersken
|
cd423348d9
lib/socks.c: Avoid type conversions where possible
|
12 years ago |
Marc Hoersken
|
9b25b00fa3
socks.c: Fixed warning: conversion to 'int' from 'long unsigned int'
|
12 years ago |
Marc Hoersken
|
5162cb8ad6
socks.c: Check that IPv6 is enabled before using it's features
|
12 years ago |
Marc Hoersken
|
8a2be299f4
checksrc: Fixed line length and comment indentation
|
12 years ago |
Marc Hoersken
|
f73a27cadc
socks.c: Updated error messages to handle hostname and IPv6
|
12 years ago |
Marc Hoersken
|
f332f14102
socks.c: Added support for IPv6 connections through SOCKSv5 proxy
|
12 years ago |
Daniel Stenberg
|
2e7d2c8f74
SOCKS: truly disable it if CURL_DISABLE_PROXY is defined
|
12 years ago |
Yang Tse
|
a50210710a
fix bool variables checking and assignment
|
13 years ago |
Daniel Stenberg
|
d44896508c
Curl_SOCKS4: minor code compression
|
13 years ago |
Daniel Stenberg
|
3dcc0df5cc
SOCKS: fix the connect timeout
|
13 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
4f170ee8f9
Curl_socket_ready: make timeout a 'long'
|
13 years ago |
Yang Tse
|
c8c8816a97
socks: fix unaligned memory access
|
13 years ago |
Daniel Stenberg
|
3b1b26578f
proxy: allow socks:// prefix in proxy string
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
7de2f9271c
async resolvers: further cleanups
|
14 years ago |
Fabian Keil
|
1702a2c08d
Fix a couple of spelling errors in lib/
|
13 years ago |
Daniel Stenberg
|
adb49ad8bb
Curl_timeleft: s/conn/data in first argument
|
14 years ago |
Yang Tse
|
a9483b1f4a
fix compiler warning: enumerated type mixed with another type
|
14 years ago |