Daniel Stenberg
|
a71012c03e
code: style updates
|
8 лет назад |
Viktor Szakats
|
d49881cb19
URLs: change more http to https
|
8 лет назад |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 лет назад |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 лет назад |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 лет назад |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 лет назад |
Steve Holme
|
085081fc6e
code cleanup: We prefer 'CURLcode result'
|
10 лет назад |
Daniel Stenberg
|
d3d871cb4f
Curl_urldecode: don't allow NULL as receiver
|
10 лет назад |
Daniel Stenberg
|
192c4f788d
Curl_urldecode: no peeking beyond end of input buffer
|
11 лет назад |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 лет назад |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 лет назад |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 лет назад |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 лет назад |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 лет назад |
Daniel Stenberg
|
75ca568fa1
URL sanitize: reject URLs containing bad data
|
13 лет назад |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 лет назад |
Yang Tse
|
30c9799f72
compiler warning: fix
|
13 лет назад |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 лет назад |
Daniel Stenberg
|
c828646f60
CURL_DOES_CONVERSIONS: cleanup
|
13 лет назад |
Daniel Stenberg
|
5df13c3173
curl_easy_escape: don't escape "unreserved" characters
|
14 лет назад |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 лет назад |
Yang Tse
|
5695c4db86
|
14 лет назад |
Daniel Stenberg
|
33ce0ec1f1
wrap long lines and do some indent policing
|
15 лет назад |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 лет назад |
Dan Fandrich
|
95456b8e78
Added const to some pointer variables
|
16 лет назад |
Dan Fandrich
|
c98ab69cc7
Factored out Curl_isalnum
|
16 лет назад |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 лет назад |
Daniel Stenberg
|
ec08e2f9f2
Alex Fishman reported a curl_easy_escape() problem that was made the
|
17 лет назад |
Dan Fandrich
|
523767660c
Fixed some minor mismatched types found by splint.
|
17 лет назад |
Daniel Stenberg
|
1926f4573d
Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
|
17 лет назад |