aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-17remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse
2009-04-17re-enable all tests for all icc autobuildsYang Tse
2009-04-17further narrow the use of the icc 9.1 optimizer workaroundYang Tse
2009-04-16attempt to workaround icc 9.1 optimizer induced problemYang Tse
2009-04-15moved HAVE_LIMITS_H to common definesYang Tse
2009-04-15Set HP-UX compiler warning level back to the one that exposesYang Tse
2009-04-15moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially alr...Gunter Knauf
2009-04-14HAVE_LIMITS_H definition for NetWare CLIBYang Tse
2009-04-14first take at bundling cmake-related files in the tarballDaniel Stenberg
2009-04-14things in the pipe right nowDaniel Stenberg
2009-04-14use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse
2009-04-14include <limits.h> for INT_MAX definitionYang Tse
2009-04-14fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse
2009-04-14(Minor change - From Piotr Dobrogost) Moved a line.Benoit Neil
2009-04-14Kamil Dudka's follow-up fixDaniel Stenberg
2009-04-13- bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by MartinDaniel Stenberg
2009-04-13- Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turnedDaniel Stenberg
2009-04-13fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse
2009-04-13improve stunnel version detectionYang Tse
2009-04-11Added new libcurl source files to Symbian OS build files.Dan Fandrich
2009-04-11Use 'curl_socket_t' instead of 'int' for socket.Yang Tse
2009-04-11fix compiler warning: enumerated type mixed with another typeYang Tse
2009-04-10Adjust commentYang Tse
2009-04-10Daniel Johnson improved the MacOSX-Framework shell script to now perform allYang Tse
2009-04-09(Minor update) Moved some utilities to a separate file.Benoit Neil
2009-04-09Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil
2009-04-09some minor Makefile tweaks for latest libssh2.Gunter Knauf
2009-04-09add back most likely acciedently removed function name justtimeout to fix aut...Gunter Knauf
2009-04-09Skip test #558 and #559 also when using a Win32 DLLYang Tse
2009-04-08(Minor update) Added labal prefixes to tests targetsBenoit Neil
2009-04-08Added special define for tests that directly include libcurl sources.Benoit Neil
2009-04-08Made the windows .lib addition cleaner.Benoit Neil
2009-04-08Renamed a variableBenoit Neil
2009-04-08Fixed missing HAVE_PROCESS_H (caused a warning)Benoit Neil
2009-04-08Added newline ad the end of generated hugehelp.c (the "default" one, when it ...Benoit Neil
2009-04-08Avoid warnings when HAVE_ALRM and SIGALRM are not defined.Gisle Vanem
2009-04-08#ifdef around variables to squelsh warnings.Gisle Vanem
2009-04-08Fixed compile defines in CMake scriptsBenoit Neil
2009-04-08Sun compilers specific preprocessor block removed from curlbuild.h.distYang Tse
2009-04-07(Minor update) Modified a comment, before going to sleep :)Benoit Neil
2009-04-07and include the .inc files in the release tarballs...Daniel Stenberg
2009-04-07Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil
2009-04-07Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings.Benoit Neil
2009-04-07clarified after chat in #curlDaniel Stenberg
2009-04-07(From Bill Hoffman & Sukender) Added Dashboard reports.Benoit Neil
2009-04-07Fixed tests/server build (removed unnecessary link to libcurl).Benoit Neil
2009-04-06Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil
2009-04-06- I clarified in the docs that CURLOPT_SEEKFUNCTION should return 0 on successDaniel Stenberg
2009-04-06Added tests (exes) targets, refactor a few things.Benoit Neil
2009-04-06Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil