Daniel Stenberg
|
39c29626cb
gopher: remove check for path == NULL
|
5 years ago |
Daniel Stenberg
|
65eb65fde6
urldata: simplify bytecounters
|
5 years ago |
Daniel Stenberg
|
4b4062aaeb
gopher: fix memory leak from 9026083ddb2a9
|
6 years ago |
Leonardo Taccari
|
9026083ddb
gopher: always include the entire gopher-path in request
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
6 years ago |
Leonardo Taccari
|
8f3c3cd08a
gopher: Do not translate `?' to `%09'
|
6 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Andrew Krieger
|
7b1430c0b4
fix potential use of uninitialized variables
|
7 years ago |
Dan Fandrich
|
f7285cc02b
gopher: fixed detection of an error condition from Curl_urldecode
|
7 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Daniel Stenberg
|
46133aa536
escape: avoid using curl_easy_unescape() internally
|
8 years ago |
Daniel Stenberg
|
9a509680f6
gopher: properly return error for poll failures
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Orange Tsai
|
5bf36ea30d
gopher: don't send NUL byte
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 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 |
Daniel Stenberg
|
568befb6aa
gopher: #include cleanup
|
12 years ago |
Daniel Stenberg
|
ee588fe088
mem-include-scan: verify memory #includes
|
12 years ago |
Daniel Stenberg
|
d7934b8bd4
curl_multi_fdset: correct fdset with FTP PORT use
|
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 |