Yang Tse
|
aa5c72af15
add missing semicolons
|
13 年之前 |
Yang Tse
|
fd00b382b2
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
|
13 年之前 |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 年之前 |
Daniel Stenberg
|
b680fd180b
code style: space between close paren and open brace
|
13 年之前 |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 年之前 |
Julien Chaffraix
|
add5766dd4
urldata: Capitalize enum protect_level values.
|
14 年之前 |
Julien Chaffraix
|
8d59d69449
security: tighten enum protection_level usage.
|
14 年之前 |
Daniel Stenberg
|
0152dbbe23
krb4: make a few functions static
|
14 年之前 |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 年之前 |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 年之前 |
Daniel Stenberg
|
3c4b69f95d
fix OOM problem reported by Jim Meyering
|
16 年之前 |
Yang Tse
|
c9ad952604
Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntop
|
16 年之前 |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 年之前 |
Michal Marek
|
e2b82b4325
- Make Curl_write and it's callees accept a const pointer, in preparation
|
16 年之前 |
Daniel Stenberg
|
ed6466d176
Calls to Curl_failf() are not supposed to provide a trailing newline as the
|
17 年之前 |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 年之前 |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
18 年之前 |
Daniel Stenberg
|
8d4eb2bc1f
updated source header
|
19 年之前 |
Daniel Stenberg
|
62970da675
Removed security.h since it shadows an include file mingw needs when building
|
19 年之前 |
Daniel Stenberg
|
f8b4ba80e0
krb4 fixed
|
20 年之前 |
Daniel Stenberg
|
527f70e540
Curl_base64_decode() now returns an allocated buffer
|
20 年之前 |
Daniel Stenberg
|
710e370c34
Dan Fandrich added --disable-verbose
|
20 年之前 |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 年之前 |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 年之前 |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 年之前 |
Daniel Stenberg
|
e1c6f216c2
the new way of accessing the host name
|
20 年之前 |
Daniel Stenberg
|
f128fae705
fixed some warnings in the (both new and old) base64 usage
|
21 年之前 |
Daniel Stenberg
|
9af7e46f72
inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky
|
21 年之前 |
Daniel Stenberg
|
0ab2dff69c
based on Gisle's comment, I removed the use of syslog() and fixed the
|
21 年之前 |
Daniel Stenberg
|
800052dc50
use the HAVE_KRB4 define instead of just KRB4
|
21 年之前 |