aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-24Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 work...Yang Tse
2009-04-23for is docs remarksDaniel Stenberg
2009-04-23- bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by RainerDaniel Stenberg
2009-04-23CURLOPT_POSTQUOTE commands only run when no errorDaniel Stenberg
2009-04-23Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workar...Yang Tse
2009-04-23Added new libcurl source files to Amiga, RiscOS and VC6 build files.Dan Fandrich
2009-04-22Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9....Yang Tse
2009-04-22avoid use of alloca()Yang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
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