Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2012-04-17 | Merge branch 'pg/r15/add-os-pid-to-port-info' into maint | Patrik Nyblom | |
* pg/r15/add-os-pid-to-port-info: tests: Remove line macro from port_bif_SUITE Correct documentation, erl_bif_types and dialyzer tests Make port_info(Port,os_pid) work on Windows Extend erlang:port_info/1,2 to show the OS pid of a spawned process OTP-10057 | |||
2012-04-17 | tests: Remove line macro from port_bif_SUITE | Björn-Egil Dahlberg | |
2012-04-17 | Correct documentation, erl_bif_types and dialyzer tests | Patrik Nyblom | |
2012-04-17 | Make port_info(Port,os_pid) work on Windows | Björn-Egil Dahlberg | |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang | |
When spawning OS (unix) processes with erlang:open_port, store the resulting unix pid so that it can be queried later on using erlang:port_info/1,2. | |||
2012-04-16 | Merge branch 'egil/inet-document-options/OTP-10053' into maint | Björn-Egil Dahlberg | |
* egil/inet-document-options/OTP-10053: kernel: Document ifaddr option kernel: Document tcp-, udp- and sctp_module option kernel: Remove bit8 option in spec kernel: Document bit8 option in inet:setopts/2 kernel: Initial doc of forgotten inet options | |||
2012-04-16 | kernel: Document ifaddr option | Björn-Egil Dahlberg | |
* same as ip option | |||
2012-04-16 | kernel: Document tcp-, udp- and sctp_module option | Björn-Egil Dahlberg | |
2012-04-16 | kernel: Remove bit8 option in spec | Björn-Egil Dahlberg | |
* The option is removed to force warnings for dialyzer | |||
2012-04-13 | Merge branch 'rr/wa-lcnt/OTP-10051' into maint | Björn-Egil Dahlberg | |
* rr/wa-lcnt/OTP-10051: lcnt: Let runq locks reflect actual call location lcnt: Enhancement fixups erts: Add lcnt port and suspend options Increase ethr event and lock counting constants to allow at least +A 1024. | |||
2012-04-13 | kernel: Document bit8 option in inet:setopts/2 | Björn-Egil Dahlberg | |
* This is a highly specialized option which is probably not used and will be removed in R16 | |||
2012-04-13 | Merge branch 'maint-r15' into maint | Gustav Simonsson | |
2012-04-12 | Update .gitignore | Björn-Egil Dahlberg | |
2012-04-12 | eldap: Update .gitignore | Björn-Egil Dahlberg | |
2012-04-12 | kernel: Initial doc of forgotten inet options | Björn-Egil Dahlberg | |
* UDP: ulticast_if, multicast_loop and multicast_ttl, add_membership and drop_membership * Inet: bit8, buffer, deliver, high_watermark, linger and low_watermark | |||
2012-04-11 | crypto: Remove unnecessary dependency to libssl | Sverker Eriksson | |
crypto only uses libcrypto. Superfluous dependency introduced in R14B04 by 52230a417ad0057. | |||
2012-04-11 | Merge branch 'maint-r14' into maint-r15 | Gustav Simonsson | |
2012-04-11 | Merge branch 'sverk/otp_build-no-commit-opt' into maint | Sverker Eriksson | |
* sverk/otp_build-no-commit-opt: Add --no-commit option to update_primary and update_preloaded | |||
2012-04-11 | Merge branch 'ia/R14B04_ssl_send_user_badarg_patch' into maint-r14 | Gustav Simonsson | |