Revision tags: curl-7_21_7 |
|
#
0f7bea7c |
| 10-Jun-2011 |
Daniel Stenberg |
unittest: mark all unit tested functions With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
|
#
41ebda02 |
| 23-May-2011 |
Yang Tse |
compiler warning: fix Fix compiler warning: expression has no effect Fix OOM handling
|
Revision tags: curl-7_21_6 |
|
#
b903186f |
| 20-Apr-2011 |
Daniel Stenberg |
source cleanup: unify look, style and indent levels By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
|
#
c828646f |
| 19-Apr-2011 |
Daniel Stenberg |
CURL_DOES_CONVERSIONS: cleanup Massively reduce #ifdefs all over (23 #ifdef lines less so far) Moved conversion-specific code to non-ascii.c
|
Revision tags: curl-7_21_5 |
|
#
a5ee8d50 |
| 17-Apr-2011 |
Daniel Stenberg |
base64.c: removed wrong comment
|
Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1 |
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
#
439f62bf |
| 22-Feb-2010 |
Yang Tse |
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness.
|
#
2abcd132 |
| 22-Feb-2010 |
Yang Tse |
add header inclusion
|
#
dc9f0a97 |
| 22-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
10affed0 |
| 21-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
f0d39303 |
| 20-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
a6fb6b70 |
| 20-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
2179ef9f |
| 20-Feb-2010 |
Yang Tse |
fix compiler warning
|
Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6 |
|
#
1c294758 |
| 04-Jun-2009 |
Yang Tse |
fix shadowing of a global declaration
|
Revision tags: curl-7_19_5 |
|
#
33a3753c |
| 21-Apr-2009 |
Yang Tse |
libcurl's memory.h renamed to curl_memory.h
|
Revision tags: curl-7_19_4, curl-7_19_3 |
|
#
b4ac9cd0 |
| 14-Nov-2008 |
Daniel Stenberg |
Remove a chunk of unused code that was #ifdef'de on defines we never set. We do testing of code functions using the test suite instead!
|
Revision tags: curl-7_19_2, curl-7_19_1 |
|
#
59e378f4 |
| 06-Sep-2008 |
Yang Tse |
remove unnecessary typecasting of malloc()
|
#
861b647e |
| 06-Sep-2008 |
Yang Tse |
remove unnecessary typecasting of realloc()
|
#
3dcd2b82 |
| 04-Sep-2008 |
Yang Tse |
fix print formatting string directives
|
#
0994d781 |
| 02-Sep-2008 |
Dan Fandrich |
Removed some redundant type casts
|
Revision tags: curl-7_19_0 |
|
#
ac18b471 |
| 17-Aug-2008 |
Yang Tse |
libcurl internal base64.h header file renamed to curl_base64.h
|
Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0 |
|
#
ad6e2807 |
| 05-Nov-2007 |
Daniel Stenberg |
removed space after if and while before the parenthesis for better source code consistency
|
Revision tags: curl-7_17_1, curl-7_17_0 |
|
#
9f44a955 |
| 30-Aug-2007 |
Dan Fandrich |
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to p
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
show more ...
|
Revision tags: curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3 |
|
#
94b253fd |
| 25-Apr-2007 |
Yang Tse |
Steve Little's fixes to allow compilation on VMS 64-bit mode
|
#
b039d883 |
| 13-Apr-2007 |
Yang Tse |
proper fix for compiler warning
|