Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
před 15 roky |
Yang Tse
|
c382c550e7
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
|
před 15 roky |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
před 16 roky |
Daniel Stenberg
|
9d16b4081e
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
|
před 16 roky |
Daniel Stenberg
|
a579d67064
- Pascal Terjan filed bug #2154627
|
před 16 roky |
Yang Tse
|
aac739ccd2
ANSI C compatibility adjustment
|
před 16 roky |
Dan Fandrich
|
bdf1157d55
Made a parameter const
|
před 16 roky |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
před 17 roky |
Yang Tse
|
94b253fde7
Steve Little's fixes to allow compilation on VMS 64-bit mode
|
před 17 roky |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
před 17 roky |
Daniel Stenberg
|
11bdba0007
corrected copyright year
|
před 19 roky |
Daniel Stenberg
|
01165e08e0
Fred New reported a bug where we used Basic auth and user name and password in
|
před 19 roky |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
před 20 roky |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
před 20 roky |
Daniel Stenberg
|
bd04c6fb67
curl_strequal() returns int, keep return variables in an int
|
před 20 roky |
Daniel Stenberg
|
c6e5b67197
Doug Porter's patch that changes the order of preferences on how to find the
|
před 21 roky |
Daniel Stenberg
|
4d17d6876e
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
|
před 21 roky |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
před 21 roky |
Daniel Stenberg
|
96d7a95ce4
windows build fix based on a patch by Gisle Vanem
|
před 21 roky |
Daniel Stenberg
|
ad77f760cf
Added CURLOPT_NETRC_FILE.
|
před 21 roky |
Daniel Stenberg
|
afc6ade2b9
removed the goto and re-indented slightly
|
před 21 roky |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
před 21 roky |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
před 22 roky |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
před 22 roky |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
před 22 roky |
Daniel Stenberg
|
105ec79b2b
James Cone's efforts to add another netrc parsing "mode"
|
před 22 roky |
Daniel Stenberg
|
974f314f57
copyright string (year) update
|
před 22 roky |
Daniel Stenberg
|
49f7fa82b9
#if [undefined] => #ifdef [undefined]
|
před 23 roky |
Sterling Hughes
|
8e91d5de8e
looks nicer and is better compatible with older vim versions
|
před 23 roky |
Sterling Hughes
|
6147879837
Added formatting sections for emacs and vim
|
před 23 roky |