- Apr 11, 2009
-
-
Dan Fandrich authored
Improved Symbian support for SSL.
-
Yang Tse authored
Avoid unnecessary'if-else' nesting.
-
Yang Tse authored
-
- Apr 10, 2009
- Apr 09, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
Added newline ad the end of generated hugehelp.c (the "default" one, when it hasn't been generated before).
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Benoit Neil authored
-
Yang Tse authored
-
- Apr 07, 2009
-
-
Benoit Neil authored
-
Daniel Stenberg authored
-
Benoit Neil authored
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
-
Benoit Neil authored
-
Daniel Stenberg authored
-
Benoit Neil authored
-
Benoit Neil authored
-
- Apr 06, 2009
-
-
Benoit Neil authored
-
Daniel Stenberg authored
and 1 on fatal errors. Previously it only mentioned non-zero on fatal errors. This is a slight change in meaning, but it follows what we've done elsewhere before and it opens up for LOTS of more useful return codes whenever we can think of them...
-
Benoit Neil authored
PS: Once again, sorry if the added files have executable perms on Linux.
-
Benoit Neil authored
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...
-
Benoit Neil authored
Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import library name under Win32 (Added "_imp" for dynamically linked).
-
Benoit Neil authored
-
- Apr 03, 2009
-
-
Yang Tse authored
-
- Apr 02, 2009
-
-
Benoit Neil authored
-
Yang Tse authored
non-configured libcurl. In this case curl_off_t data type was gated to the off_t data type which depends on the _FILE_OFFSET_BITS. This configuration is exactly the unwanted configuration for our curl_off_t data type which must not depend on such setting. This breaks ABI for libcurl libraries built with Sun compilers which were built without having run the configure script with _FILE_OFFSET_BITS different than 64 and using the ILP32 data model.
-
Benoit Neil authored
Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet. PS: Hello world :)
-
Dan Fandrich authored
-
- Apr 01, 2009
-
-
Daniel Stenberg authored
strdup() call failed.
-
- Mar 31, 2009
-
-
Dan Fandrich authored
-