Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 年之前 |
Yang Tse
|
c621546bd6
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
|
15 年之前 |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 年之前 |
Dan Fandrich
|
934708d950
Made some variables const which eliminated some casts
|
16 年之前 |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 年之前 |
Yang Tse
|
3e4a8cb800
Fix Use of conditional definition of USE_OPENSSL
|
16 年之前 |
Yang Tse
|
c57e748107
David Rosenstrauch reported that header files spnegohelp.h and
|
16 年之前 |
Daniel Stenberg
|
e0c2a39ad4
- Andre Guibert de Bruet fixed a second case of not checking the malloc()
|
16 年之前 |
Daniel Stenberg
|
84eb9fee76
- Andre Guibert de Bruet found and fixed a case where malloc() was called but
|
16 年之前 |
Michal Marek
|
d0a4b50e19
- Fix the MIT / Heimdal check for good:
|
16 年之前 |
Daniel Stenberg
|
590f0358d8
- Anatoli Tubman found and fixed a crash with Negotiate authentication used on
|
16 年之前 |
Daniel Stenberg
|
b6575ce0b0
While inspecting the Negotiate code, I noticed how the proxy auth was using
|
17 年之前 |
Daniel Stenberg
|
86956c2261
white space changes only to clean up indent and source width
|
17 年之前 |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 年之前 |
Daniel Stenberg
|
015d5869d7
Mark Davies fixed Negotiate authentication over proxy, and also introduced
|
17 年之前 |
Dan Fandrich
|
8cf0814a14
Fixed some minor type mismatches and missing consts mainly found by splint.
|
17 年之前 |
Dan Fandrich
|
c321b9f704
Fixes some more out of memory handling bugs.
|
17 年之前 |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
18 年之前 |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 年之前 |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 年之前 |
Daniel Stenberg
|
10beb36b1c
Ulf Hrnhammar fixed a format string (printf style) problem in the Negotiate
|
19 年之前 |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 年之前 |
Dan Fandrich
|
9798432f56
Fixed some compiler warnings. Fixed a low incidence memory leak in the test server.
|
20 年之前 |
Daniel Stenberg
|
527f70e540
Curl_base64_decode() now returns an allocated buffer
|
20 年之前 |
Daniel Stenberg
|
9c4ffcc250
Enrico Scholz fixed the service name to be uppercase as reported in bug
|
20 年之前 |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 年之前 |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 年之前 |
Daniel Stenberg
|
4b9f8e766d
Made host name and proxy name get stored in a 'struct hostname' and set
|
20 年之前 |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 年之前 |
Daniel Stenberg
|
471c30372b
Markus Moeller's change to check for HAVE_SPNEGO instead of the previous
|
21 年之前 |