Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | gen_tcp: Make setopts(S,[{active,once}]) try a read | Patrik Nyblom | |
This significantly reduces latency for tcp servers with high load, as we need not go into poll to get the next message. Maximum throughput may increase between 4 to 6 times compared to R15B. | |||
2012-05-03 | Merge branch 'sverk/cross_tests/OTP-10074' into maint | Lukas Larsson | |
* sverk/cross_tests/OTP-10074: Fix include issues in when building tests Fix cross compile of testcases Update cross build system for tests to work | |||
2012-05-02 | Merge branch 'egil/fix-run_erl/OTP-10076' into maint | Björn-Egil Dahlberg | |
* egil/fix-run_erl/OTP-10076: run_erl: Set controlling terminal run_erl: Use openpty slave descriptor run_erl: Retry interrupted system calls | |||
2012-05-02 | otp_SUITE: Prefix MFAs with the application they belong to | Björn Gustavsson | |
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-05-02 | Fix cross compile of testcases | Lukas Larsson | |
2012-05-02 | Update cross build system for tests to work | Lukas Larsson | |
ts has been fixed to again work in a cross build environment. See ts:help() and xcomp/README.md for details about how it works. | |||
2012-04-30 | Merge branch 'egil/fix-port-io-statistics/OTP-10073' into maint | Björn-Egil Dahlberg | |
* egil/fix-port-io-statistics/OTP-10073: erts: Add port-I/O statistics for active once/true | |||
2012-04-27 | run_erl: Set controlling terminal | Björn-Egil Dahlberg | |
2012-04-27 | run_erl: Use openpty slave descriptor | Björn-Egil Dahlberg | |
2012-04-27 | Merge branch 'egil/fix-compiler-warnings' into maint | Björn-Egil Dahlberg | |
* egil/fix-compiler-warnings: erl_docgen: Do not overflow images for pdf doc gen kernel: Fix missing documentation link anchors megaco: Fix parallel make for behaviours inets: Fix parallel make for behaviours ssh: Fix parallel make for behaviours eunit: Fix parallel make for behaviours ssl: Fix parallel make for behaviours wx: configure.in needs AC_LANG_SOURCE gs: Suppress ignored result warning erts: Remove unused variable | |||
2012-04-27 | erl_docgen: Do not overflow images for pdf doc gen | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | inets: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssh: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | eunit: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssl: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | wx: configure.in needs AC_LANG_SOURCE | Björn-Egil Dahlberg | |
2012-04-27 | gs: Suppress ignored result warning | Björn-Egil Dahlberg | |
* The whole 'handle_external_read' seems suspicious Keep original behaviour and just suppress | |||
2012-04-27 | erts: Remove unused variable | Björn-Egil Dahlberg | |
2012-04-27 | Merge branch 'maint-r15' into maint | Lars Thorsen | |
* maint-r15: Update release notes Fix continuation bug in parse_default_decl_1/2 | |||
2012-04-27 | Merge branch 'maint-r15' into maint | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2012-04-27 | erts: Add port-I/O statistics for active once/true | Björn-Egil Dahlberg | |
2012-04-25 | Update release notes | Erlang/OTP | |
2012-04-25 | Merge branch 'lars/xmerl/cont-error-default-decl/OTP-10063' into maint-r15 | Erlang/OTP | |
* lars/xmerl/cont-error-default-decl/OTP-10063: Fix continuation bug in parse_default_decl_1/2 | |||
2012-04-25 | Prepare release | Sverker Eriksson | |
2012-04-25 | Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15 | Erlang/OTP | |
* rickard/driver_system_info/OTP-10059: Clear number of async threads if no thread support | |||
2012-04-25 | Merge branch 'rickard/no_ets_write_concurrency-r15b01/OTP-10048' into maint-r15 | Erlang/OTP | |
* rickard/no_ets_write_concurrency-r15b01/OTP-10048: Remove unnecessary memory barriers in ETS when no write_concurrency is used | |||
2012-04-25 | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15 | Erlang/OTP | |
* rickard/sched-busy-wait/OTP-10044: Add switch controlling scheduler busy wait Conflicts: erts/emulator/beam/erl_process.c erts/emulator/beam/erl_process.h | |||
2012-04-25 | Merge branch 'rickard/sched-wakeup-other-r15b01/OTP-10033' into maint-r15 | Erlang/OTP | |
* rickard/sched-wakeup-other-r15b01/OTP-10033: Implement proposal for new scheduler wakeup strategy | |||
2012-04-24 | Merge branch 'ia/ssh/options-check-OTP-10061' into maint | Ingela Anderton Andin | |
* ia/ssh/options-check-OTP-10061: Corrected ssh option handling | |||
2012-04-24 | Corrected ssh option handling | Ingela Anderton Andin | |
The option ip_v6_disabled and the undocumented option exec was incorrectly handled by the option checking code. There where two options for allowing user interaction one documented and one undocumented, they where merge to to be the documented one. For backwards compatibility the undocumented one is transformed to the documented one in the option checking code. | |||
2012-04-24 | Merge branch 'ia/ssh/close/OTP-10060' into maint | Ingela Anderton Andin | |
* ia/ssh/close/OTP-10060: Avoid sending two ssh close messages | |||
2012-04-23 | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into ↵ | Rickard Green | |
rickard/sched-wakeup-other-r15b01/OTP-10033 Conflicts: erts/emulator/beam/erl_process.c erts/vsn.mk | |||
2012-04-23 | Add switch controlling scheduler busy wait | Rickard Green | |
2012-04-23 | Implement proposal for new scheduler wakeup strategy | Rickard Green | |
2012-04-23 | Merge branch 'egil/fix-wa-lcnt-debug' into maint | Björn-Egil Dahlberg | |
* egil/fix-wa-lcnt-debug: erts: The lck->extra field needs 'TAGGED' data | |||
2012-04-23 | Fix continuation bug in parse_default_decl_1/2 | Lars Thorsen | |
2012-04-20 | Revert vsn.mk for crypto and private_key | Sverker Eriksson | |
Included them by "mistake". | |||
2012-04-20 | Merge branch 'sverk/crypto-rsa-key-opt' into maint | Sverker Eriksson | |
* sverk/crypto-rsa-key-opt: public_key: Use optimized RSA private key handling crypto: Optimize RSA private key handling crypto: Remove unnecessary dependency to libssl OTP-10064 OTP-10065 | |||
2012-04-20 | public_key: Use optimized RSA private key handling | Sverker Eriksson | |
by providing extra redundant information to crypto. | |||
2012-04-20 | crypto: Optimize RSA private key handling | Sverker Eriksson | |
by using extra redundant information as part of the key that will speed things up for OpenSSL. Affects rsa_sign, rsa_private_encrypt and rsa_private_decrypt. | |||
2012-04-20 | run_erl: Retry interrupted system calls | Björn-Egil Dahlberg | |
2012-04-20 | erts: The lck->extra field needs 'TAGGED' data | Björn-Egil Dahlberg | |
2012-04-20 | Avoid sending two ssh close messages | Ingela Anderton Andin | |
2012-04-18 | Clear number of async threads if no thread support | Rickard Green | |
2012-04-17 | Merge branch 'egil/inet-fix-doc-typos' into maint | Björn-Egil Dahlberg | |
* egil/inet-fix-doc-typos: doc: Add 'is' to explanation of callback modules doc: Fix typo in inet | |||
2012-04-17 | doc: Add 'is' to explanation of callback modules | Björn-Egil Dahlberg | |
2012-04-17 | doc: Fix typo in inet | Björn-Egil Dahlberg | |