summaryrefslogtreecommitdiff
path: root/lib/jinterface/java_src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix a few javadoc errorsAnthony Ramine2014-06-089-16/+22
| |/
* | jinterface: OtpInputStream exceptions show useless valueVlad Dumitrescu2014-06-021-2/+3
|/
* erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson2014-03-141-2/+3
* erts: Change external format for mapsSverker Eriksson2014-03-141-4/+0
* jinterface: implement support for mapsVlad Dumitrescu2014-02-115-0/+322
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* Merge branch 'nk/jinterface_dont_compress_if_size_increased/OTP-10822'Fredrik Gustafsson2013-02-131-27/+111
|\
| * jinterface, OtpOutputStream: add a write_compressed(object, level) methodNico Kruber2013-02-041-3/+15
| * jinterface: fix a memory leakNico Kruber2013-02-041-1/+6
| * jinterface: new limited OutputStream implementation without the need to resizeNico Kruber2013-02-041-7/+7
| * jinterface: don't return compressed external term if bigger than uncompressedNico Kruber2013-02-041-5/+38
| * jinterface: don't compress small erlang terms < 5 bytesNico Kruber2013-02-041-10/+28
| * jinterface, OtpOutputStream: properly override the three write() methods to e...Nico Kruber2013-02-041-10/+28
| * jinterface: fix typo in error message if encoding failsNico Kruber2013-02-041-1/+1