- Aug 24, 2011
-
-
Yang Tse authored
Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from an error condition. These functions now return a CURLcode indicating function success or otherwise specific error. Output size is returned using a pointer argument. All usage of these two functions, and others closely related, has been adapted to the new interfaces. Relative error and OOM handling adapted or added where missing. Unit test 1302 also adapted.
-
- Jul 26, 2011
-
-
Yang Tse authored
-
- Jun 10, 2011
-
-
Daniel Stenberg authored
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
-
- May 23, 2011
-
-
Yang Tse authored
Fix compiler warning: expression has no effect Fix OOM handling
-
- Apr 27, 2011
-
-
Daniel Stenberg authored
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
-
- Apr 19, 2011
-
-
Daniel Stenberg authored
Massively reduce #ifdefs all over (23 #ifdef lines less so far) Moved conversion-specific code to non-ascii.c
-
- Apr 17, 2011
-
- Mar 24, 2010
-
-
Daniel Stenberg authored
-
- Feb 22, 2010
- Feb 21, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 20, 2010
- Jun 04, 2009
-
-
Yang Tse authored
-
- Apr 21, 2009
-
-
Yang Tse authored
-
- Nov 14, 2008
-
-
Daniel Stenberg authored
We do testing of code functions using the test suite instead!
-
- Sep 06, 2008
- Sep 04, 2008
-
-
Yang Tse authored
-
- Sep 02, 2008
-
-
Dan Fandrich authored
-
- Aug 17, 2008
-
-
Yang Tse authored
-
- Nov 05, 2007
-
-
Daniel Stenberg authored
consistency
-
- Aug 30, 2007
-
-
Dan Fandrich authored
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)
-
- Apr 25, 2007
-
-
Yang Tse authored
-
- Apr 13, 2007
- Apr 04, 2007
-
-
Dan Fandrich authored
-
- Feb 01, 2007
-
-
Gisle Vanem authored
-
- Jan 03, 2007
-
-
Daniel Stenberg authored
non-ASCII platforms.
-
- Oct 17, 2006
-
-
Daniel Stenberg authored
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values.
-
- Jul 19, 2006
-
-
Yang Tse authored
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Feb 28, 2005
-
-
Dan Fandrich authored
-
- Feb 22, 2005
-
-
Daniel Stenberg authored
-
- Dec 15, 2004
-
-
Dan Fandrich authored
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-
- May 12, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-