summaryrefslogtreecommitdiff
path: root/lib/jinterface
Commit message (Expand)AuthorAgeFilesLines
* update copyright-yearHenrik Nord2016-03-1588-88/+88
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-172-2/+0
* Update release notesErlang/OTP2015-12-151-0/+22
* Update version numbersErlang/OTP2015-12-151-1/+1
* 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-172-7/+18
|/
* OtpInputStream: external fun terms in read_any()Sergey Savenko2015-11-041-0/+3
* Prepare releaseErlang/OTP2015-06-232-1/+61
* Change license text to APLv2Bruce Yinhe2015-06-1896-882/+978
* Remove extra @param in javadocVlad Dumitrescu2015-05-121-3/+0
* Merge branch 'x0id/jinterface_generic_match'Zandra Hird2015-04-297-76/+839
|\
| * jinterface: match/bind added to OtpErlangObjectDmitriy Kargapolov2015-02-037-76/+839
| * fix typo error from recent mergeDmitriy Kargapolov2015-01-181-1/+1
* | jinterface: transport factory implementationDmitriy Kargapolov2015-01-3121-76/+899
* | fix typo error from recent mergeDmitriy Kargapolov2015-01-311-1/+1
|/
* Merge branch 'lemenkov/use_os_getenv_2'Marcus Arendt2014-12-291-4/+1
|\
| * Start using os:getenv/2 funPeter Lemenkov2014-12-151-4/+1
* | Merge tag 'OTP-17.4'Marcus Arendt2014-12-102-1/+35
|\ \ | |/
| * Prepare releaseErlang/OTP2014-12-092-1/+35
* | 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
* | [jinterface] add Eclipse projects and settingsVlad Dumitrescu2014-11-2511-0/+476
|/
* Merge branch 'vladdu/jinterface_code_cleanup/OTP-12211' into maintMarcus Arendt2014-10-0142-299/+327
|\
| * fix warning: Socket's InputStream not closedVlad Dumitrescu2014-09-111-4/+1
| * silence 'potential resource leak' warningsVlad Dumitrescu2014-09-117-0/+40
| * don't warn about some unused fields/variablesVlad Dumitrescu2014-09-112-0/+4
| * handle warnings about potential null pointersVlad Dumitrescu2014-09-113-3/+16
| * keep all method parameters finalVlad Dumitrescu2014-09-116-22/+40
| * renamed method parameters hiding fieldsVlad Dumitrescu2014-09-1110-83/+85
| * add 'break' statements to make compiler happyVlad Dumitrescu2014-09-111-1/+12
| * 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-305-3/+64
|\ \
| * | Prepare releaseErlang/OTP2014-09-292-1/+16