aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
2017-03-08jinterface: Do not generate atoms on old latin1 external formatSverker Eriksson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07jinterface: Support 32-bit creation valuesSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-11-17jinterface: fix writing small compressed valuesNico Kruber
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-31jinterface: transport factory implementationDmitriy Kargapolov
2014-11-25[jinterface] cleanup code according to new styleVlad Dumitrescu
2014-09-11silence 'potential resource leak' warningsVlad Dumitrescu
2014-09-11don't warn about some unused fields/variablesVlad Dumitrescu
2014-09-11keep all method parameters finalVlad Dumitrescu
2014-09-11renamed method parameters hiding fieldsVlad Dumitrescu
2014-09-11remove unused variablesVlad Dumitrescu
2014-09-11removed unnecessary semicolons, imports, labelsVlad Dumitrescu
2014-06-08Fix a few javadoc errorsAnthony Ramine
2014-02-11jinterface: implement support for mapsVlad Dumitrescu
2013-02-13Merge branch 'nk/jinterface_dont_compress_if_size_increased/OTP-10822'Fredrik Gustafsson
2013-02-04jinterface, OtpOutputStream: add a write_compressed(object, level) methodNico Kruber
2013-02-04jinterface: fix a memory leakNico Kruber
2013-02-04jinterface: new limited OutputStream implementation without the need to resizeNico Kruber
2013-02-04jinterface: don't return compressed external term if bigger than uncompressedNico Kruber
2013-02-04jinterface: don't compress small erlang terms < 5 bytesNico Kruber
2013-02-04jinterface, OtpOutputStream: properly override the three write() methods to e...Nico Kruber
2013-02-04jinterface: fix typo in error message if encoding failsNico Kruber
2013-02-04jinterface: don't need another FilterOutputStream wrapperNico Kruber
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-16Implement UTF-8 atom support for jinterfaceRickard Green
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-09restore Java5 compatibilityNico Kruber
2011-12-09JInterface: improve OtpOutputStream buffer allocationNico Kruber
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP