]> granicus.if.org Git - curl/shortlog
curl
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 (http://curl.haxx.se/bug/view...
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 (http://curl.haxx.se/bug/view...
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 curl-7_19_4
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...
next