Age | Commit message (Expand) | Author |
2014-05-13 | HiPE wrappers for BIFs disabling GC | Sverker Eriksson |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson |
2014-02-25 | Merge branch 'sverk/hipe-disable-gc-bug' | Sverker Eriksson |
2014-02-25 | erts: Fix heap overwrite by hipe "trap frames" when GC is disabled | Sverker Eriksson |
2014-02-24 | erts: Set default external enc to use new float scheme | Lukas Larsson |
2014-02-03 | erts: Fix bug in binary_to_term for maps | Sverker Eriksson |
2014-01-29 | erts: Add map construction to driver API | Sverker Eriksson |
2014-01-29 | erts: Let erlang:binary_to_term/1 handle unsorted Maps | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps serializing to use term order | Björn-Egil Dahlberg |
2014-01-28 | erts: Teach term_to_binary/1 and binary_to_term/1 Map encoding | Björn-Egil Dahlberg |
2014-01-20 | Merge branch 'sverk/term2bin-simplify' | Sverker Eriksson |
2014-01-17 | erts: Refactor ESTACK & WSTACK to use a struct easy to "export" | Sverker Eriksson |
2014-01-10 | erts: Simplify term_to_binary by removing saved ESTACK from root set | Sverker Eriksson |
2014-01-08 | erts: Remove overestimation of heap space in binary_to_term | Sverker Eriksson |
2013-12-12 | Merge branch 'sverk/trapping-bin2term' into OTP_R16B03 | Sverker Eriksson |
2013-11-21 | erts: Adjust term_to_binary reduction factorsR16B02_yielding_binary_to_term | Sverker Eriksson |
2013-11-21 | erts: Yield after trapping term_to_binary if gc has been ordered | Sverker Eriksson |
2013-11-21 | erts: Let term_to_binary disable gc while trapping | Sverker Eriksson |
2013-11-18 | erts: Fix bug in binary_to_term for compressed on halfword | Sverker Eriksson |
2013-11-18 | erts: Fix crash when binary_to_term throws badarg | Sverker Eriksson |
2013-11-18 | erts: Trapping memcpy in binary_to_term | Sverker Eriksson |
2013-11-18 | erts: Cleanup code for trapping binary_to_term | Sverker Eriksson |
2013-11-18 | erts: Add erlang wrappers to binary_to_term | Sverker Eriksson |
2013-11-18 | trapping uncompress | Sverker Eriksson |
2013-11-18 | trapping size calculation | Sverker Eriksson |
2013-11-18 | trapping binary_to_term/2 | Sverker Eriksson |
2013-11-18 | trapping STRING_EXT | Sverker Eriksson |
2013-11-18 | trapping lists and tuples | Sverker Eriksson |
2013-11-18 | trapping binary_to_term passing binary_SUITE | Sverker Eriksson |
2013-11-18 | erts: Fix bug in binary_to_term for binaries larger than 2^31 | Sverker Eriksson |
2013-11-18 | erts: Fix bugs in binary_to_term for invalid bitstrings | Sverker Eriksson |
2013-07-11 | Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maint | Fredrik Gustafsson |
2013-06-14 | erts: Fix memory leak in term_to_binary/2 with compressed option | Sverker Eriksson |
2013-06-14 | Fix external term format BIFs on floating point middle-endian machines | Johannes Weißl |
2013-06-10 | term_to_binary: Remove debug code and set production trap levels | Patrik Nyblom |
2013-06-06 | Teach erl_gc:offset_rootset about extra_root | Patrik Nyblom |
2013-06-05 | Teach external.c to handle reallocs before compression | Patrik Nyblom |
2013-06-05 | Make all steps ofterm_to_binary work in chunks and yield | Patrik Nyblom |
2013-06-04 | Make term_to_binary yield (trap). | happi |
2013-04-15 | erts: Remove unnecessary utf8 analysis step in external decoding | Sverker Eriksson |
2013-01-28 | Merge branch 'sverk/enc_atom-opt' | Sverker Eriksson |
2013-01-25 | Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc' | Patrik Nyblom |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | erts: Optimize atom encoding to use memcpy for pure ascii | Sverker Eriksson |
2013-01-25 | erts: Refactor erts_atom_get to use ErtsAtomEncoding | Sverker Eriksson |
2013-01-23 | Fix clang compiler warnings on FreeBSD in erts | Patrik Nyblom |
2013-01-16 | UTF-8 support for distribution | Rickard Green |
2013-01-08 | erts: Change internal representation of atoms to utf8 | Sverker Eriksson |
2013-01-08 | erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity | Sverker Eriksson |
2012-09-07 | Replace sprintf with erts_snprintf in beam | Björn-Egil Dahlberg |