platform/upstream/curl.git
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...
2009-03-03 Patrick MonneratOptions CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS...
2009-03-02 Daniel Stenbergstart over on the journey towards 7.19.5
2009-03-02 Daniel Stenberg- David Kierznowski notified us about a security flaw
2009-03-02 Daniel Stenberg7.19.4 won't get anything else
2009-03-02 Daniel Stenbergthe Eiffel binding
2009-03-01 Daniel Stenbergnothing more left for 7.19.4, the issue #216 is moved...
2009-02-28 Yang Tsefor portability reasons: s/inet_pton/Curl_inet_pton/
2009-02-28 Yang Tsefix compiler warning
2009-02-27 Daniel Stenbergmention the '-o -' trick
2009-02-27 Daniel Stenberg217 - Dan Fandrich's "GnuTLS initialization thread...
2009-02-27 Daniel Stenberg- Senthil Raja Velu reported a problem when CURLOPT_INT...
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2009-02-25 Daniel Stenbergcorrected and clarified the top comment
2009-02-25 Daniel Stenberg- As Daniel Fandrich figured out, we must do the GnuTLS...
2009-02-24 Daniel Stenbergimproved
2009-02-24 Daniel StenbergA handy little helper file for doing recursive diffs...
2009-02-24 Daniel Stenberg- Brian J. Murrell found out that Negotiate proxy authe...
2009-02-23 Daniel Stenberg4.17 Non-functional connect timeouts
2009-02-23 Daniel Stenberg- After a bug reported by James Cheng I've made curl_ea...
2009-02-23 Daniel StenbergFor 7.19.5 (due to feature freeze)
2009-02-23 Yang Tseadjustment for new Mac OS X framework build script
2009-02-23 Yang TseDaniel Johnson provided a shell script that will perfor...
2009-02-23 Daniel Stenbergmention default port number
2009-02-23 Daniel Stenberg- I renamed everything in the windows builds files...
2009-02-23 Daniel Stenberglzma compressed tarballs too for some testing, it does...
2009-02-23 Yang Tseuse the internal snprintf() function
2009-02-20 Daniel Stenbergmention 4 pending fixes/patches
2009-02-20 Yang TseMark Incley noticed VS2008 compilation halting when...
2009-02-20 Yang TseDo not halt compilation when using VS2008 to build...
2009-02-20 Daniel Stenbergclarified the FTP passive/active mode options somewhat
2009-02-20 Daniel Stenbergthe FTP multi interface bug
2009-02-20 Daniel Stenberg- Linus Nielsen Feltzing reported and helped me repeat...
next