summaryrefslogtreecommitdiff
path: root/lib/jinterface
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2015-05-122-1/+54
* 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
| * | Add erl_interface and jinterface .app filesRickard Green2014-09-193-1/+47
* | | Merge branch 'vladdu/jinterface_enable_warnings' into maintMarcus Arendt2014-09-251-3/+2
|\ \ \ | |/ / |/| |
| * | let Java compiler output all warningsVlad Dumitrescu2014-09-101-3/+2
| |/
* | Update release notesErlang/OTP2014-09-151-0/+35
* | Update version numbersErlang/OTP2014-09-151-1/+1
|/
* Merge branch 'vladdu/jinterface_fun_equals' into maintBruce Yinhe2014-08-254-5/+91
|\
| * jinterface: fix bug in equality for OtpErlangFunVlad Dumitrescu2014-07-214-5/+91
* | 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
| |/