aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson
AgeCommit message (Expand)Author
2014-12-08Merge branch 'maint'Rickard Green
2014-12-08Add .appup fileRickard Green
2014-11-25[jinterface] cleanup code according to new styleVlad Dumitrescu
2014-10-01Merge branch 'vladdu/jinterface_code_cleanup/OTP-12211' into maintMarcus Arendt
2014-10-01Merge branch 'vladdu/jinterface_findbugs/OTP-12210' into maintMarcus Arendt
2014-09-30Merge branch 'maint-17' into maintHenrik Nord
2014-09-19Add erl_interface and jinterface .app filesRickard Green
2014-09-12OtpErlangList.clone must not return nullVlad Dumitrescu
2014-09-12handle empty .erlang.cookie without crashingVlad Dumitrescu
2014-09-11fix warning: Socket's InputStream not closedVlad Dumitrescu
2014-09-11silence 'potential resource leak' warningsVlad Dumitrescu
2014-09-11don't warn about some unused fields/variablesVlad Dumitrescu
2014-09-11keep all method parameters finalVlad Dumitrescu
2014-09-11renamed method parameters hiding fieldsVlad Dumitrescu
2014-09-11remove warnings from OtpMD5Vlad Dumitrescu
2014-09-11rename OtpNode.flags to connFlagsVlad Dumitrescu
2014-09-11rename OtpNode.Acceptor.port to acceptorPortVlad Dumitrescu
2014-09-11rename field 'self' to 'localNode'Vlad Dumitrescu
2014-09-11mark deprecated unused private constructorVlad Dumitrescu
2014-09-11simplify 'if' statementsVlad Dumitrescu
2014-09-11remove warnings: @Override, switch fall-throughVlad Dumitrescu
2014-09-11make serialVersionUID fields privateVlad Dumitrescu
2014-09-11remove unnecessary syntax (casts)Vlad Dumitrescu
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-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