summaryrefslogtreecommitdiff
path: root/lib/jinterface/java_src/com/ericsson/otp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Add toplevel xmllint make targetLukas Larsson2017-10-311-2/+1
* Update copyright yearRaimo Niskanen2017-05-043-3/+3
* jinterface: Do not generate atoms on old latin1 external formatSverker Eriksson2017-03-081-22/+7
* Fixed typos in lib/jinterfaceAndrew Dryga2017-02-142-2/+2
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-1355-55/+55
|\
| * update copyright-yearHenrik Nord2016-03-1555-55/+55
* | erts: Add DFLAG_BIG_CREATIONSverker Eriksson2016-04-071-1/+3
* | jinterface: Support 32-bit creation valuesSverker Eriksson2016-04-076-74/+279
|/
* Merge branch 'vladdu/jinterface_map_sortkeys' into maintHenrik Nord2015-12-071-7/+16
|\
| * Improve sorting order of keys in a mapVlad Dumitrescu2015-12-031-7/+16
* | jinterface: fix writing small compressed valuesNico Kruber2015-11-171-7/+16
|/
* OtpInputStream: external fun terms in read_any()Sergey Savenko2015-11-041-0/+3
* Change license text to APLv2Bruce Yinhe2015-06-1861-554/+615
* Remove extra @param in javadocVlad Dumitrescu2015-05-121-3/+0
* Merge branch 'x0id/jinterface_generic_match'Zandra Hird2015-04-294-73/+237
|\
| * jinterface: match/bind added to OtpErlangObjectDmitriy Kargapolov2015-02-034-73/+237
* | jinterface: transport factory implementationDmitriy Kargapolov2015-01-3117-75/+787
|/
* Merge branch 'maint'Rickard Green2014-12-082-2/+26
|\
| * Add .appup fileRickard Green2014-12-082-2/+26
* | [jinterface] cleanup code according to new styleVlad Dumitrescu2014-11-2550-6389/+6378
|/
* Merge branch 'vladdu/jinterface_code_cleanup/OTP-12211' into maintMarcus Arendt2014-10-0136-289/+276
|\
| * fix warning: Socket's InputStream not closedVlad Dumitrescu2014-09-111-4/+1
| * silence 'potential resource leak' warningsVlad Dumitrescu2014-09-116-0/+38
| * don't warn about some unused fields/variablesVlad Dumitrescu2014-09-111-0/+3
| * keep all method parameters finalVlad Dumitrescu2014-09-114-19/+25
| * renamed method parameters hiding fieldsVlad Dumitrescu2014-09-119-80/+80
| * remove warnings from OtpMD5Vlad Dumitrescu2014-09-111-15/+19
| * rename OtpNode.flags to connFlagsVlad Dumitrescu2014-09-111-4/+4
| * rename OtpNode.Acceptor.port to acceptorPortVlad Dumitrescu2014-09-111-4/+4
| * rename field 'self' to 'localNode'Vlad Dumitrescu2014-09-111-28/+28
| * mark deprecated unused private constructorVlad Dumitrescu2014-09-111-0/+1
| * simplify 'if' statementsVlad Dumitrescu2014-09-117-28/+13
| * remove warnings: @Override, switch fall-throughVlad Dumitrescu2014-09-114-1/+5
| * make serialVersionUID fields privateVlad Dumitrescu2014-09-1117-15/+19
| * remove unnecessary syntax (casts)Vlad Dumitrescu2014-09-111-3/+3
| * remove unused variablesVlad Dumitrescu2014-09-119-11/+10
| * removed unnecessary semicolons, imports, labelsVlad Dumitrescu2014-09-113-9/+2
| * remove unnecessary null pointer checksVlad Dumitrescu2014-09-111-6/+0
| * remove unnecessary Cloneable and SerializableVlad Dumitrescu2014-09-1121-62/+21
* | Merge branch 'vladdu/jinterface_findbugs/OTP-12210' into maintMarcus Arendt2014-10-012-2/+7
|\ \
| * | OtpErlangList.clone must not return nullVlad Dumitrescu2014-09-121-1/+1
| * | handle empty .erlang.cookie without crashingVlad Dumitrescu2014-09-121-1/+6
| |/
* | Merge branch 'maint-17' into maintHenrik Nord2014-09-302-2/+48
|\ \
| * | Add erl_interface and jinterface .app filesRickard Green2014-09-192-1/+47
| |/
* | let Java compiler output all warningsVlad Dumitrescu2014-09-101-3/+2
|/
* Merge branch 'vladdu/jinterface_fun_equals' into maintBruce Yinhe2014-08-251-2/+2
|\
| * jinterface: fix bug in equality for OtpErlangFunVlad Dumitrescu2014-07-211-2/+2
* | Include the cause when raising a new IOExceptionGarret Smith2014-07-161-2/+6
* | Merge branch 'nox/fix-javadoc' into maintBruce Yinhe2014-07-099-16/+22
|\ \