aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-21remove unnecessary typecastYang Tse
2009-04-21ignoreYang Tse
2009-04-20- Leanic Lefever reported a crash and did some detailed research on why andDaniel Stenberg
2009-04-20- Gisle Vanem noticed that --libtool would produce bogus strings at times forDaniel Stenberg
2009-04-19attempt to workaround icc 9.1 optimizer induced problemYang Tse
2009-04-18escape the ' properlyDaniel Stenberg
2009-04-1863. When CURLOPT_CONNECT_ONLY is used, the handle cannot reliably be re-usedDaniel Stenberg
2009-04-18Added 'slist.obj'.Gisle Vanem
2009-04-18Added HAVE_LIMITS_H.Gisle Vanem
2009-04-18Added '-DHAVE_LIMITS_H'.Gisle Vanem
2009-04-18Avoid compiler warning about unused argument.Gisle Vanem
2009-04-17mention Pramod Sharma and "persistent connections when doing FTP over a HTTP ...Daniel Stenberg
2009-04-17As Jeff Pohlmeyer suggested: "pointer to 'char *'" is now instead put:Daniel Stenberg
2009-04-17- Pramod Sharma reported and tracked down a bug when doing FTP over a HTTPDaniel Stenberg
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