aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface
AgeCommit message (Expand)Author
2014-09-11remove unused variablesVlad Dumitrescu
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-04-07Update release notesErlang/OTP
2014-03-20Bump versions and ensure that all are "normal" versionsRickard Green
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
2014-03-14erts: Change external format for mapsSverker Eriksson
2014-02-13jinterface: Fix jinterface_SUITEBjörn-Egil Dahlberg
2014-02-12jinterface: update user's guide with mapsVlad Dumitrescu
2014-02-11jinterface: implement support for mapsVlad Dumitrescu
2014-01-16jinterface: Fix unicode bug in test codeSverker Eriksson
2013-08-08Merge branch 'maint'Lukas Larsson
2013-08-05Add smoke testsLukas Larsson
2013-05-02Merge branch 'maint'Siri Hansen
2013-04-22[jinterface] Extend timetrap timers in nc_SUITE and jinterface_SUITESiri Hansen
2013-04-22[jinterface] Set max heap size for jvm when running echo_serverSiri Hansen
2013-04-22[jinterface] Clean up hanging java nodes after each test caseSiri Hansen
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-03-05[jinterface] Kill process between tests to avoid consequential errorSiri Hansen
2013-03-04[jinterface] Make tests handle space in path on windowsSiri Hansen
2013-02-25Prepare releaseOTP_R16BErlang/OTP
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-11Bumped version numberFredrik 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-29Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-18Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg
2013-01-16Implement UTF-8 atom support for jinterfaceRickard Green
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine