aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface
AgeCommit message (Expand)Author
2014-12-09Prepare releaseErlang/OTP
2014-12-08Add .appup fileRickard Green
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-29Prepare releaseErlang/OTP
2014-09-25Merge branch 'vladdu/jinterface_enable_warnings' into maintMarcus Arendt
2014-09-19Add erl_interface and jinterface .app filesRickard Green
2014-09-15Update release notesErlang/OTP
2014-09-15Update version numbersErlang/OTP
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-11handle warnings about potential null pointersVlad Dumitrescu
2014-09-11keep all method parameters finalVlad Dumitrescu
2014-09-11renamed method parameters hiding fieldsVlad Dumitrescu
2014-09-11add 'break' statements to make compiler happyVlad 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-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