Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | Merge branch 'maint' | Sverker Eriksson | |
2015-06-29 | Merge branch 'maint-17' into maint | Sverker Eriksson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk otp_versions.table | |||
2015-06-28 | Updated documentation to match implementation | Red | |
Line number references are with respect to sources in public_key.erl Changes: - pkix_sign replaced public with private (L510) (Certificates are signed by private keys) - pki_asn1_type() added 'CertificateList' (L73) - pkix_sign_types added ecdsa (L404) - pkix_verify added ec_public_key() (L530) - pkix_is_issuer added 'CertificateList' (L569) | |||
2015-06-26 | erts: Fix ETS race between object deleter and table unfixer | Sverker Eriksson | |
causing the delete marked object to be left in the table after safe_fixtable(_,false) has returned. This is not super serious as the delete marked object is quite benign and will be deleted at the next unfix operation. | |||
2015-06-25 | Updated OTP versionOTP-17.5.6.1 | Erlang/OTP | |
2015-06-25 | Prepare release | Erlang/OTP | |
2015-06-25 | Merge branch 'sverk/poll-lost-wakeup/OTP-12859' into maint-17 | Erlang/OTP | |
* sverk/poll-lost-wakeup/OTP-12859: erts: Fix race in poller thread wake up | |||
2015-06-25 | Merge branch 'egil/fix-purge-literals/OTP-12821' into maint-17 | Erlang/OTP | |
* egil/fix-purge-literals/OTP-12821: erts: Fix garbage collect literals in code purge | |||
2015-06-25 | Fix formatting of depth option | Eric Meadows-Jönsson | |
2015-06-24 | erts: Remove halfword etp-commands | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword MemKind mseg | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword bases in ETS | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword CHECK_POINTER_MASK | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword relative printf | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword valgrind suppress file | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword specific tests | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword specific allocator types | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword BINARY RELs | Björn-Egil Dahlberg | |
* ERTS_GET_BINARY_BYTES_REL * ERTS_GET_REAL_BIN_REL | |||
2015-06-24 | erts: Remove halfword is_same bases macro | Björn-Egil Dahlberg | |
Keep is_same macro for readability but remove base pointers. | |||
2015-06-24 | erts: Reinstate copy_object over-allocation optimization | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword copy_object_rel | Björn-Egil Dahlberg | |
Near duplication of copy_object but with base ptr that is no longer used. | |||
2015-06-24 | erts: Remove halfword object manipulation | Björn-Egil Dahlberg | |
* Remove macros size_object_rel, copy_struct_rel and copy_shallow_rel | |||
2015-06-24 | erts: Remove halfword heap relative comparisions | Björn-Egil Dahlberg | |
* Removed cmp_rel, cmp_rel_term and eq_rel | |||
2015-06-24 | erts: Remove halfword pointer compression | Björn-Egil Dahlberg | |
* Removed COMPRESS_POINTER and EXPAND_POINTER | |||
2015-06-24 | erts: Remove halfword basic relative heap operations | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword from configure | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in lib_src | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in erl_nif.h | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in erl_driver.h | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg | |
2015-06-24 | Update OTP Version | Henrik Nord | |
2015-06-23 | Updated OTP versionOTP-18.0 | Erlang/OTP | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-23 | Merge branch 'ia/ssl/modern-timetrap' | Ingela Anderton Andin | |
* ia/ssl/modern-timetrap: ssl: Make init functions fail if make_certs:all fails ssl: Avoid sleep ssl: modernize timetrap handling | |||
2015-06-22 | erts: Fix race in poller thread wake up | Sverker Eriksson | |
2015-06-22 | Merge branch 'rickard/debug-fix/OTP-12650' | Rickard Green | |
* rickard/debug-fix/OTP-12650: Fix node/dist refc count | |||
2015-06-22 | Fix node/dist refc count | Rickard Green | |
2015-06-22 | erts: Expand test map_SUITE:t_bif_merge_and_check | Sverker Eriksson | |
with merge of randomized maps. | |||
2015-06-22 | ssl: Make init functions fail if make_certs:all fails | Ingela Anderton Andin | |
2015-06-22 | Merge branch 'vinoski/driver-doc-fix/OTP-12855' | Rickard Green | |
* vinoski/driver-doc-fix/OTP-12855: Fix documentation of ERL_DRV_ERROR_ERRNO | |||
2015-06-22 | ssl: Avoid sleep | Ingela Anderton Andin | |
When possible avoid sleep in test cases. | |||
2015-06-22 | ssl: modernize timetrap handling | Ingela Anderton Andin | |
Watchdog is legacy test_server use only ct:timetrap/1 | |||
2015-06-22 | Fix documentation of ERL_DRV_ERROR_ERRNO | Steve Vinoski | |
2015-06-22 | Merge branch 'bruce/change-license' | Bruce Yinhe | |
OTP-12845 * bruce/change-license: fix errors caused by changed line numbers Change license text to APLv2 | |||
2015-06-22 | Merge branch 'sverk/nosmp-init-timer-wheel' | Sverker Eriksson | |
* sverk/nosmp-init-timer-wheel: erts: Fix timer wheel initialization bug for non smp | |||
2015-06-22 | Merge branch 'egil/fix-erl_poll-darwin' | Björn-Egil Dahlberg | |
* egil/fix-erl_poll-darwin: erts: Fix erl_poll on darwin | |||
2015-06-22 | Merge branch 'kostis/hipe-no-dial-warnings' | Henrik Nord | |
* kostis/hipe-no-dial-warnings: Eliminate a dialyzer warning Simplify handling of o2 and o3 option expansion | |||
2015-06-22 | fix errors caused by changed line numbers | Bruce Yinhe | |
2015-06-22 | Merge branch 'hb/dialyzer/fix_opaque_types/OTP-12493' | Hans Bolinder | |
* hb/dialyzer/fix_opaque_types/OTP-12493: dialyzer: Correction of last commit | |||
2015-06-22 | dialyzer: Correction of last commit | Hans Bolinder | |