Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-16 | Merge branch 'sverk/ets-take-2/OTP-12309' | Sverker Eriksson | |
* sverk/ets-take-2/OTP-12309: erts: Optimize ets:lookup and ets:take for bags Implement ets:take/2 | |||
2014-12-16 | Merge branch 'sverk/ct-assert' | Sverker Eriksson | |
* sverk/ct-assert: erts: Add compile time assert ERTS_CT_ASSERT | |||
2014-12-16 | Merge branch 'lukas/erts/non-blocking-shell' | Lukas Larsson | |
* lukas/erts/non-blocking-shell: erts: Fix big-endian issue with printf_putc | |||
2014-12-15 | erts: Fix big-endian issue with printf_putc | Lukas Larsson | |
On little-endian machines, doing &int will give the smallest byte which is what we want to give to write. But on big-endian it will give the highest byte, which will always be \000 here which results in write never doing any writes. So we have to cast c to an unsigned char before passing it to write. | |||
2014-12-12 | Merge branch 'lukas/erts/cpu_timestamp_linux/OTP-12366' | Lukas Larsson | |
* lukas/erts/cpu_timestamp_linux/OTP-12366: erts: Allow cpu_timestamp tracing for Linux | |||
2014-12-12 | Merge branch 'lukas/erts/non-blocking-shell' | Lukas Larsson | |
* lukas/erts/non-blocking-shell: erts: Make sure IOV_MAX is enforced for writev erts: Make erts_printf work with non-blocking | |||
2014-12-12 | erts: Make sure IOV_MAX is enforced for writev | Lukas Larsson | |
2014-12-12 | Merge branch 'maint' | Hans Nilsson | |
2014-12-12 | Merge branch 'hans/eldap/doc_fixes/OTP-12354' into maint | Hans Nilsson | |
2014-12-12 | Merge branch 'maint' | Marcus Arendt | |
2014-12-12 | Merge branch 'marcus/fix-eldap-notes' into maint | Marcus Arendt | |
* marcus/fix-eldap-notes: add missing release notes | |||
2014-12-12 | add missing release notes | Marcus Arendt | |
2014-12-10 | Merge branch 'maint' | Rickard Green | |
* maint: Use the new 64-bit atomic ops API Introduce a 64-bit atomic ops API | |||
2014-12-10 | Merge branch 'rickard/atomic64/OTP-12351' into maint | Rickard Green | |
* rickard/atomic64/OTP-12351: Use the new 64-bit atomic ops API Introduce a 64-bit atomic ops API | |||
2014-12-10 | Use the new 64-bit atomic ops API | Rickard Green | |
2014-12-10 | Introduce a 64-bit atomic ops API | Rickard Green | |
The 64-bit atomic ops API is implemented by * native word size atomic ops on 64-bit architectures, and * native double word size atomic ops on 32-bit architectures when available. When native double word size atomic is not available, the fallback using modification counters is used. | |||
2014-12-10 | Merge branch 'ia/scrapinghub/closing_httpc_handler_on_closed_while_send' | Ingela Anderton Andin | |
* ia/scrapinghub/closing_httpc_handler_on_closed_while_send: inets: Fix typo inets: stop httpc_handler on 'connection closed' send error | |||
2014-12-10 | Merge tag 'OTP-17.4' | Marcus Arendt | |
=== OTP-17.4 === Changed Applications: - asn1-3.0.3 - common_test-1.9 - compiler-5.0.3 - crypto-3.4.2 - debugger-4.0.2 - dialyzer-2.7.3 - diameter-1.8 - edoc-0.7.16 - eldap-1.1 - erl_docgen-0.3.7 - erl_interface-3.7.20 - erts-6.3 - eunit-2.2.9 - hipe-3.11.2 - inets-5.10.4 - jinterface-1.5.12 - kernel-3.1 - megaco-3.17.3 - mnesia-4.12.4 - observer-2.0.3 - odbc-2.10.22 - otp_mibs-1.0.10 - parsetools-2.0.12 - percept-0.8.10 - runtime_tools-1.8.15 - snmp-5.1.1 - ssh-3.1 - ssl-5.3.8 - stdlib-2.3 - syntax_tools-1.6.17 - test_server-3.7.2 - tools-2.7.1 - wx-1.3.2 Unchanged Applications: - cosEvent-2.1.15 - cosEventDomain-1.1.14 - cosFileTransfer-1.1.16 - cosNotification-1.1.21 - cosProperty-1.1.17 - cosTime-1.1.14 - cosTransactions-1.2.14 - et-1.5 - gs-1.5.16 - ic-4.3.6 - orber-3.7.1 - os_mon-2.3 - ose-1.0.2 - public_key-0.22.1 - reltool-0.6.6 - sasl-2.4.1 - typer-0.9.8 - webtool-0.8.10 - xmerl-1.3.7 Conflicts: OTP_VERSION erts/vsn.mk | |||
2014-12-09 | Updated OTP versionOTP-17.4 | Erlang/OTP | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Merge branch 'maint' | Marcus Arendt | |
2014-12-09 | Update preloaded modules | Marcus Arendt | |
2014-12-09 | Merge branch 'maint' | Marcus Arendt | |
2014-12-09 | Update primary bootstrap | Marcus Arendt | |
2014-12-09 | erts: Allow cpu_timestamp tracing for Linux | Lukas Larsson | |
2014-12-09 | Merge branch 'maint' | Hans Nilsson | |
2014-12-09 | Merge remote-tracking branch 'upstream/master' | Hans Nilsson | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | Merge branch 'maint' | Hans Nilsson | |
2014-12-09 | Merge branch 'hans/ssh/fix_app_appup' into maint | Hans Nilsson | |
* hans/ssh/fix_app_appup: ssh: Fix syntax error in .appup | |||
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | Merge branch 'maint' | Marcus Arendt | |
2014-12-09 | Merge branch 'marcus/revert-ssh-testcase/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-testcase/OTP-12004: revert ssh testcase | |||
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-12-09 | Merge branch 'maint' | Dan Gudmundsson | |
2014-12-09 | Merge branch 'dgud/debugger/still-invoked-gs-functions/OTP-12357' into maint | Dan Gudmundsson | |
* dgud/debugger/still-invoked-gs-functions/OTP-12357: debugger: Do not use the old removed gs functionality | |||
2014-12-08 | eldap: Clarifies documentation for start_tls and search | Hans Nilsson | |
2014-12-08 | Merge branch 'maint' | Hans Nilsson | |
2014-12-08 | Merge branch 'hans/ssh/fix_app_appup' into maint | Hans Nilsson | |
* hans/ssh/fix_app_appup: ssh: Fix .app and .appup | |||
2014-12-08 | ssh: Fix .app and .appup | Hans Nilsson | |
2014-12-08 | Merge branch 'maint' | Rickard Green | |
* maint: Add .appup file | |||
2014-12-08 | Merge branch 'rickard/appup-files/OTP-12358' into maint | Rickard Green | |
* rickard/appup-files/OTP-12358: Add .appup file | |||
2014-12-08 | Add .appup file | Rickard Green | |
2014-12-08 | Merge branch 'maint' | Rickard Green | |
* maint: Update megaco.appup.src | |||
2014-12-08 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Update megaco.appup.src | |||
2014-12-08 | Update megaco.appup.src | Rickard Green | |
2014-12-08 | debugger: Do not use the old removed gs functionality | Dan Gudmundsson | |
dbg_ui_trace module was invoked even though the module had been removed. | |||
2014-12-05 | Merge branch 'egil/ets/use-internal-stack/OTP-12356' | Björn-Egil Dahlberg | |
* egil/ets/use-internal-stack/OTP-12356: erts: Use internal stack for ets db_has_variable | |||
2014-12-05 | Merge branch 'maint' | Marcus Arendt | |
2014-12-05 | Merge branch 'marcus/revert-ssh-fix/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-fix/OTP-12004: Revert "ssh: Corrected ret val from ssh_connection:subsystem/4." |