aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src
AgeCommit message (Expand)Author
2014-09-11removed unnecessary semicolons, imports, labelsVlad Dumitrescu
2014-09-11remove unnecessary null pointer checksVlad Dumitrescu
2014-09-11remove unnecessary Cloneable and SerializableVlad Dumitrescu
2014-09-10let Java compiler output all warningsVlad Dumitrescu
2014-08-25Merge branch 'vladdu/jinterface_fun_equals' into maintBruce Yinhe
2014-07-21jinterface: fix bug in equality for OtpErlangFunVlad Dumitrescu
2014-07-16Include the cause when raising a new IOExceptionGarret Smith
2014-07-09Merge branch 'nox/fix-javadoc' into maintBruce Yinhe
2014-06-08Fix a few javadoc errorsAnthony Ramine
2014-06-02jinterface: OtpInputStream exceptions show useless valueVlad Dumitrescu
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
2014-03-14erts: Change external format for mapsSverker Eriksson
2014-02-11jinterface: implement support for mapsVlad Dumitrescu
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-13Merge branch 'nk/jinterface_dont_compress_if_size_increased/OTP-10822'Fredrik Gustafsson
2013-02-12Merge branch 'vd/jinterface_windows_cookie/OTP-10821'Fredrik Gustafsson
2013-02-04jinterface, OtpOutputStream: add a write_compressed(object, level) methodNico Kruber
2013-02-04jinterface: fix a memory leakNico Kruber
2013-02-04jinterface: new limited OutputStream implementation without the need to resizeNico Kruber
2013-02-04jinterface: don't return compressed external term if bigger than uncompressedNico Kruber
2013-02-04jinterface: don't compress small erlang terms < 5 bytesNico Kruber
2013-02-04jinterface, OtpOutputStream: properly override the three write() methods to e...Nico Kruber
2013-02-04jinterface: fix typo in error message if encoding failsNico Kruber
2013-02-04jinterface: don't need another FilterOutputStream wrapperNico Kruber
2013-02-01jinterface: fix finding cookie file on windowsVlad Dumitrescu
2013-02-01fix bug in OtpErlangTuple constructorVlad Dumitrescu
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-16Implement UTF-8 atom support for jinterfaceRickard Green
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
2012-11-14Merge branch 'vd/jinterface_epmd_localhost'Henrik Nord
2012-10-18Merge branch 'nk/jinterface-fix_compressed_binary'Henrik Nord
2012-10-01OtpEpmd.lokupNames() may hang if network is badly configuredVlad Dumitrescu
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-13fix reading compressed binary terms from JavaNico Kruber
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-16Merge branch 'vd/jinterface-atom-message' into maintHenrik Nord
2012-02-16Merge branch 'vd/java-string-bug' into maintHenrik Nord
2012-02-16Merge branch 'rc/spell-registered' into maintHenrik Nord
2012-01-03Fix some broken links in documentationLukas Larsson
2012-01-03Correct spelling of "registered" in various places in the source codeRichard Carlsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-09restore Java5 compatibilityNico Kruber
2011-12-09JInterface: improve OtpOutputStream buffer allocationNico Kruber
2011-11-24workaround for Java bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=62...Vlad Dumitrescu
2011-11-15Improve error message when creating a too long OtpErlangAtomVlad Dumitrescu
2011-10-13Allow noncharacter code points in unicode encoding and decodingBjörn Gustavsson
2011-08-08jinterface: Use otp_subdir.mk instead of homebrewed solutionBjörn Gustavsson
2011-08-08otp_subdir.mk: Remove support for clearmakeBjörn Gustavsson