platform/upstream/curl.git
2009-04-18 Daniel Stenbergescape the ' properly
2009-04-18 Daniel Stenberg63. When CURLOPT_CONNECT_ONLY is used, the handle canno...
2009-04-18 Gisle VanemAdded 'slist.obj'.
2009-04-18 Gisle VanemAdded HAVE_LIMITS_H.
2009-04-18 Gisle VanemAdded '-DHAVE_LIMITS_H'.
2009-04-18 Gisle VanemAvoid compiler warning about unused argument.
2009-04-17 Daniel Stenbergmention Pramod Sharma and "persistent connections when...
2009-04-17 Daniel StenbergAs Jeff Pohlmeyer suggested: "pointer to 'char *'"...
2009-04-17 Daniel Stenberg- Pramod Sharma reported and tracked down a bug when...
2009-04-17 Yang Tseremove compiler options used while debugging the icc...
2009-04-17 Yang Tsere-enable all tests for all icc autobuilds
2009-04-17 Yang Tsefurther narrow the use of the icc 9.1 optimizer workaround
2009-04-16 Yang Tseattempt to workaround icc 9.1 optimizer induced problem
2009-04-15 Yang Tsemoved HAVE_LIMITS_H to common defines
2009-04-15 Yang TseSet HP-UX compiler warning level back to the one that...
2009-04-15 Gunter Knaufmoved HAVE_LIMITS_H to common defines (no idea why...
2009-04-14 Yang TseHAVE_LIMITS_H definition for NetWare CLIB
2009-04-14 Daniel Stenbergfirst take at bundling cmake-related files in the tarball
2009-04-14 Daniel Stenbergthings in the pipe right now
2009-04-14 Yang Tseuse HAVE_LIMITS_H symbol to protect limits.h inclusion
2009-04-14 Yang Tseinclude <limits.h> for INT_MAX definition
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2009-04-14 Benoit Neil(Minor change - From Piotr Dobrogost) Moved a line.
2009-04-14 Daniel StenbergKamil Dudka's follow-up fix
2009-04-13 Daniel Stenberg- bug report #2727981 (curl.haxx.se/bug/view.cgi?id...
2009-04-13 Daniel Stenberg- Toshio Kuratomi reported a memory leak problem with...
2009-04-13 Yang Tsefix compiler warning: implicit conversion shortens...
2009-04-13 Yang Tseimprove stunnel version detection
2009-04-11 Dan FandrichAdded new libcurl source files to Symbian OS build...
2009-04-11 Yang TseUse 'curl_socket_t' instead of 'int' for socket.
2009-04-11 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2009-04-10 Yang TseAdjust comment
2009-04-10 Yang TseDaniel Johnson improved the MacOSX-Framework shell...
2009-04-09 Benoit Neil(Minor update) Moved some utilities to a separate file.
2009-04-09 Benoit NeilCleaned up the custom definition I added (replaced...
2009-04-09 Gunter Knaufsome minor Makefile tweaks for latest libssh2.
2009-04-09 Gunter Knaufadd back most likely acciedently removed function name...
2009-04-09 Yang TseSkip test #558 and #559 also when using a Win32 DLL
2009-04-08 Benoit Neil(Minor update) Added labal prefixes to tests targets
2009-04-08 Benoit NeilAdded special define for tests that directly include...
2009-04-08 Benoit NeilMade the windows .lib addition cleaner.
2009-04-08 Benoit NeilRenamed a variable
2009-04-08 Benoit NeilFixed missing HAVE_PROCESS_H (caused a warning)
2009-04-08 Benoit NeilAdded newline ad the end of generated hugehelp.c (the...
2009-04-08 Gisle VanemAvoid warnings when HAVE_ALRM and SIGALRM are not defined.
2009-04-08 Gisle Vanem#ifdef around variables to squelsh warnings.
2009-04-08 Benoit NeilFixed compile defines in CMake scripts
2009-04-08 Yang TseSun compilers specific preprocessor block removed from...
2009-04-07 Benoit Neil(Minor update) Modified a comment, before going to...
2009-04-07 Daniel Stenbergand include the .inc files in the release tarballs...
2009-04-07 Benoit NeilAdded missing tests in CMake, added Makefile.inc for...
2009-04-07 Benoit NeilAdded CURL_HIDDEN_SYMBOLS option, and fixed missing...
2009-04-07 Daniel Stenbergclarified after chat in #curl
2009-04-07 Benoit Neil(From Bill Hoffman & Sukender) Added Dashboard reports.
2009-04-07 Benoit NeilFixed tests/server build (removed unnecessary link...
2009-04-06 Benoit NeilMade the CMake scripts read Makefile.inc. Needs testing...
2009-04-06 Daniel Stenberg- I clarified in the docs that CURLOPT_SEEKFUNCTION...
2009-04-06 Benoit NeilAdded tests (exes) targets, refactor a few things.
2009-04-06 Benoit NeilAdded curl (exe) target, fixed static/dynamic linking...
2009-04-06 Benoit NeilRemoved the "lib" prefix under linux ("was "liblibcurl...
2009-04-06 Benoit NeilFixed Win32 link error and disabled MSVC specific ...
2009-04-03 Yang Tsefix compiler warning: passing arg 1 of `sk_num' from...
2009-04-02 Benoit NeilAdded basic OpenSSL support in CMake scripts (Thanks...
2009-04-02 Yang TseFix curl_off_t definition for builds done using Sun...
2009-04-02 Benoit NeilInitial CMake scripts (libcurl only), based on the...
2009-04-02 Dan FandrichAdded the curl_easy_recv return code fix
2009-04-01 Daniel Stenberg- Andre Guibert de Bruet fixed a NULL pointer use in...
2009-03-31 Dan FandrichProperly return an error code in curl_easy_recv (report...
2009-03-29 Gunter Knaufsome minor Makefile tweaks.
2009-03-20 Daniel StenbergGary Maxwell helped us clarify that CURLOPT_SHARE speci...
2009-03-20 Daniel Stenbergremoved useless comment
2009-03-18 Yang TseAdd a link to "Potential Errors Passing CRT Objects...
2009-03-18 Daniel Stenberg- Kamil Dudka brought a patch that enables 6 additional...
2009-03-18 Daniel Stenbergminor fix
2009-03-15 Gisle VanemIf CURL_DISABLE_PROXY is defined, we must allow socks_s...
2009-03-13 Daniel Stenbergwe use libssh2_version() now if available
2009-03-13 Daniel Stenberg- Use libssh2_version() to present the libssh2 version...
2009-03-12 Yang TseFix TELNET transfers not being aborted upon write callb...
2009-03-12 Yang TseAdd Curl_read() return code checking
2009-03-11 Daniel StenbergOops, make the memory magic debug stuff done before...
2009-03-11 Daniel Stenberg- Kamil Dudka made the curl tool properly call curl_glo...
2009-03-11 Daniel Stenbergupdate the embedded copyright year
2009-03-11 Yang Tses/u_long/unsigned long/
2009-03-11 Yang Tsefix previous commit misplaced break statement
2009-03-11 Yang TseAdded TELNET timeout support for Windows builds
2009-03-10 Daniel StenbergMoved 7.19.2 and older entries from CHANGES to CHANGES...
2009-03-09 Daniel Stenberg- Frank Hempel found out a bug and provided the fix:
2009-03-09 Daniel Stenberg- Andreas Farber made the 'buildconf' script check...
2009-03-09 Dan FandrichAvoid a compile warning in --disable-proxy case
2009-03-08 Daniel Stenberg- Andre Guibert de Bruet found and fixed a code segment...
2009-03-08 Daniel Stenberg- Andre Guibert de Bruet fixed the gnutls-using code...
2009-03-08 Daniel StenbergAndre Guibert de Bruet fixed a typo in the error message
2009-03-08 Daniel Stenberg- Bill Egert pointed out (curl.haxx.se/bug/view.cgi...
2009-03-05 Dan FandrichExpanded the security section of the libcurl-tutorial...
2009-03-05 Yang TseFix NTLM authentication memory leak on SSPI enabled...
2009-03-04 Dan FandrichFixed a problem with m4 quoting in the OpenSSL configur...
2009-03-03 Daniel StenbergAdded test 1097 to verify the bug Axel Kuhn epidox...
2009-03-03 Daniel Stenberg- David James brought a patch that make libcurl close...
2009-03-03 Daniel Stenberg15 additional contributor from the 7.19.4 RELEASE-NOTES
2009-03-03 Daniel StenbergGah! We can't have 'curl' added here since even though...
next