Age | Commit message (Expand) | Author |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-15 | Merge branch 'sverk/map-merge-trap' | Sverker Eriksson |
2015-06-01 | erts: Fix magic binary alignment on 32-bit | Sverker Eriksson |
2015-06-01 | Merge branch 'vinoski/enif-raise-exception/OTP-12770' | Sverker Eriksson |
2015-05-27 | erts: Rename ErlNifMapIteratorEntry enums | Sverker Eriksson |
2015-05-26 | Add enif_raise_exception | Steve Vinoski |
2015-05-26 | Enhance enif_has_pending_exception | Steve Vinoski |
2015-05-26 | Fix for enif_schedule_nif and exceptions | Steve Vinoski |
2015-05-08 | Merge branch 'rickard/timer-optimization/OTP-12650' | Rickard Green |
2015-05-08 | Optimized timer implementation | Rickard Green |
2015-04-22 | Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655' | Sverker Eriksson |
2015-04-15 | erts: Add enif_has_pending_exception | Sverker Eriksson |
2015-04-15 | erts: Fix compile warning in enif_make_double | Sverker Eriksson |
2015-04-15 | erts: Fix isfinite for windows | Sverker Eriksson |
2015-04-14 | erts: Refactor erts_queue_message | Björn-Egil Dahlberg |
2015-03-25 | erts: Combine flat and hash maps under one unifying tag | Björn-Egil Dahlberg |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | Introduce a new time API | Rickard Green |
2015-03-15 | Ensure NIF term creation disallows illegal values | Steve Vinoski |
2015-03-12 | erts: Fix nif API for hashmaps | Sverker Eriksson |
2015-03-12 | erts: Refactor maps naming convention | Sverker Eriksson |
2014-11-10 | Merge branch 'maint' | Bruce Yinhe |
2014-11-04 | Fix gc-related problem with dirty NIFs | Steve Vinoski |
2014-10-28 | Merge branch 'egil/nox/maps-match_specs/OTP-12270' | Björn-Egil Dahlberg |
2014-10-27 | erts: Fix return value from erts_maps_get to be const | Björn-Egil Dahlberg |
2014-09-17 | Merge branch 'sverk/bin-alloc-refactor' | Sverker Eriksson |
2014-09-12 | erts: Remove enif_have_dirty_schedulers() | Sverker Eriksson |
2014-09-05 | Merge branch 'vinoski/enif-schedule-nif' into maint | Rickard Green |
2014-09-05 | Use separate allocation type for NIF export | Rickard Green |
2014-09-04 | erts: Refactor binary allocation interface to also initialize Binary | Sverker Eriksson |
2014-09-04 | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maint | Sverker Eriksson |
2014-09-03 | erts: Fix bug with enif_make_copy reallocating writable binary | Sverker Eriksson |
2014-08-28 | add enif_schedule_nif() to NIF API | Steve Vinoski |
2014-08-20 | Return pointer to value in erts_maps_get() | Anthony Ramine |
2014-03-28 | prevent NIF purge during dirty NIF execution | Steve Vinoski |
2014-03-28 | fix dirty NIF invalid memory read | Steve Vinoski |
2014-03-21 | Introduce minimum allowed major driver and nif versions on load | Rickard Green |
2014-02-24 | Merge branch 'lukas/ose/master/OTP-11334' | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-02-24 | Merge branch 'vinoski/ds2' | Rickard Green |
2014-02-24 | further enhancements for dirty schedulers | Steve Vinoski |
2014-02-19 | Merge branch 'sverk/crypto/hmac-context-reuse-bug' | Sverker Eriksson |
2014-02-05 | erts: Fix NIF bug when load/upgrade fails after enif_open_resource_type | Sverker Eriksson |
2014-01-29 | erts: Change 'size' argument of enif_get_map_size from int* to size_t* | Sverker Eriksson |
2014-01-29 | erts: Fix map iterator bug when reverting from end of map position | Sverker Eriksson |
2014-01-29 | erts: Simplify some map iterator code | Sverker Eriksson |
2014-01-29 | erts: Remove use of h_limit which is always zero. | Sverker Eriksson |
2014-01-29 | erts: Let enif_map_iterator_next/prev return 0 to signal end of map. | Sverker Eriksson |
2014-01-29 | erts: Do not allow map iterator created without map | Sverker Eriksson |
2014-01-29 | erts: Increase version for NIF API and reject experimental v2.5 | Sverker Eriksson |