Age | Commit message (Expand) | Author |
2009-04-20 | - Gisle Vanem noticed that --libtool would produce bogus strings at times for | Daniel Stenberg |
2009-04-19 | attempt to workaround icc 9.1 optimizer induced problem | Yang Tse |
2009-04-18 | escape the ' properly | Daniel Stenberg |
2009-04-18 | 63. When CURLOPT_CONNECT_ONLY is used, the handle cannot reliably be re-used | Daniel Stenberg |
2009-04-18 | Added 'slist.obj'. | Gisle Vanem |
2009-04-18 | Added HAVE_LIMITS_H. | Gisle Vanem |
2009-04-18 | Added '-DHAVE_LIMITS_H'. | Gisle Vanem |
2009-04-18 | Avoid compiler warning about unused argument. | Gisle Vanem |
2009-04-17 | mention Pramod Sharma and "persistent connections when doing FTP over a HTTP ... | Daniel Stenberg |
2009-04-17 | As 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 HTTP | Daniel Stenberg |
2009-04-17 | remove compiler options used while debugging the icc 9.1 optimizer issue | Yang Tse |
2009-04-17 | re-enable all tests for all icc autobuilds | Yang Tse |
2009-04-17 | further narrow the use of the icc 9.1 optimizer workaround | Yang Tse |
2009-04-16 | attempt to workaround icc 9.1 optimizer induced problem | Yang Tse |
2009-04-15 | moved HAVE_LIMITS_H to common defines | Yang Tse |
2009-04-15 | Set HP-UX compiler warning level back to the one that exposes | Yang Tse |
2009-04-15 | moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially alr... | Gunter Knauf |
2009-04-14 | HAVE_LIMITS_H definition for NetWare CLIB | Yang Tse |
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg |
2009-04-14 | things in the pipe right now | Daniel Stenberg |
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse |
2009-04-14 | include <limits.h> for INT_MAX definition | Yang Tse |
2009-04-14 | fix 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-14 | Kamil Dudka's follow-up fix | Daniel Stenberg |
2009-04-13 | - bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by Martin | Daniel Stenberg |
2009-04-13 | - Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned | Daniel Stenberg |
2009-04-13 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
2009-04-13 | improve stunnel version detection | Yang Tse |
2009-04-11 | Added new libcurl source files to Symbian OS build files. | Dan Fandrich |
2009-04-11 | Use 'curl_socket_t' instead of 'int' for socket. | Yang Tse |
2009-04-11 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2009-04-10 | Adjust comment | Yang Tse |
2009-04-10 | Daniel Johnson improved the MacOSX-Framework shell script to now perform all | Yang Tse |
2009-04-09 | (Minor update) Moved some utilities to a separate file. | Benoit Neil |
2009-04-09 | Cleaned up the custom definition I added (replaced by CURL_STATICLIB) | Benoit Neil |
2009-04-09 | some minor Makefile tweaks for latest libssh2. | Gunter Knauf |
2009-04-09 | add back most likely acciedently removed function name justtimeout to fix aut... | Gunter Knauf |
2009-04-09 | Skip test #558 and #559 also when using a Win32 DLL | Yang Tse |
2009-04-08 | (Minor update) Added labal prefixes to tests targets | Benoit Neil |
2009-04-08 | Added special define for tests that directly include libcurl sources. | Benoit Neil |
2009-04-08 | Made the windows .lib addition cleaner. | Benoit Neil |
2009-04-08 | Renamed a variable | Benoit Neil |
2009-04-08 | Fixed missing HAVE_PROCESS_H (caused a warning) | Benoit Neil |
2009-04-08 | Added newline ad the end of generated hugehelp.c (the "default" one, when it ... | Benoit Neil |
2009-04-08 | Avoid warnings when HAVE_ALRM and SIGALRM are not defined. | Gisle Vanem |
2009-04-08 | #ifdef around variables to squelsh warnings. | Gisle Vanem |
2009-04-08 | Fixed compile defines in CMake scripts | Benoit Neil |
2009-04-08 | Sun compilers specific preprocessor block removed from curlbuild.h.dist | Yang Tse |