Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Merge branch 'maint' | Rickard Green | |
* maint: Add test cases for native atomics and jump table Refuse to build SMP runtime by default without native atomics Make information about use of jump table available via system_info BIF Make ethread library information available via system_info BIF Make emulator arguments available via the system_info BIF | |||
2013-07-10 | Merge branch 'rickard/info/OTP-11196' into maint | Rickard Green | |
* rickard/info/OTP-11196: Add test cases for native atomics and jump table Refuse to build SMP runtime by default without native atomics Make information about use of jump table available via system_info BIF Make ethread library information available via system_info BIF Make emulator arguments available via the system_info BIF | |||
2013-07-10 | Add test cases for native atomics and jump table | Rickard Green | |
2013-07-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-09 | Merge branch 'genrich/stdlib/gen_server_typo/OTP-11200' into maint | Fredrik Gustafsson | |
* genrich/stdlib/gen_server_typo/OTP-11200: handle_info Info type possible typo | |||
2013-07-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-09 | Merge branch 'fredrik/ssh/chmod/OTP-11189' into maint | Fredrik Gustafsson | |
* fredrik/ssh/chmod/OTP-11189: ssh: Not run chmod every lookup | |||
2013-07-09 | Merge branch 'maint' | Siri Hansen | |
2013-07-09 | Merge branch 'sze/ssh_cli_handles/OTP-11199' into maint | Fredrik Gustafsson | |
* sze/ssh_cli_handles/OTP-11199: Make ssh_cli.erl handle <CTRL>+C | |||
2013-07-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-09 | Merge branch 'sze/ssh_cli_handles/OTP-11199' into maint | Fredrik Gustafsson | |
* sze/ssh_cli_handles/OTP-11199: Make ssh_cli.erl handle <CTRL>+C | |||
2013-07-09 | Refuse to build SMP runtime by default without native atomics | Rickard Green | |
Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics` | |||
2013-07-09 | Make information about use of jump table available via system_info BIF | Rickard Green | |
erlang:system_info(beam_jump_table) | |||
2013-07-09 | Make ethread library information available via system_info BIF | Rickard Green | |
erlang:system_info(ethread_info) | |||
2013-07-09 | Make emulator arguments available via the system_info BIF | Rickard Green | |
erlang:system_info(emu_args) | |||
2013-07-09 | Merge branch 'siri/ct_netconfc/multiple-filter-notification/OTP-11166' into ↵ | Siri Hansen | |
maint * siri/ct_netconfc/multiple-filter-notification/OTP-11166: [ct_netconfc] Allow multiple elements inside filter in create_subscription | |||
2013-07-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-09 | Merge branch 'ra/trailing-spaces-emacs-skels/OTP-11198' into maint | Fredrik Gustafsson | |
* ra/trailing-spaces-emacs-skels/OTP-11198: Remove trailing spaces in Emacs templates | |||
2013-07-09 | Merge branch 'maint' | Siri Hansen | |
2013-07-09 | Merge branch 'siri/ct_netconfc/doc-send/OTP-11132' into maint | Siri Hansen | |
* siri/ct_netconfc/doc-send/OTP-11132: [common_test] Add documentation for ct_netconfc:send and send_rpc | |||
2013-07-09 | Merge branch 'maint' | Siri Hansen | |
2013-07-09 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [sasl] Remove directory with unicode characters after successful test | |||
2013-07-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-08 | Merge branch 'hirotnk/nif-typo-fix' into maint | Fredrik Gustafsson | |
* hirotnk/nif-typo-fix: Fix Nif doc typos | |||
2013-07-07 | Fix Nif doc typos | Yoshihiro Tanaka | |
2013-07-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-02 | Merge branch 'fredrik/fix_readme_pulls' into maint | Fredrik Gustafsson | |
* fredrik/fix_readme_pulls: readme: changed information about pull requests | |||
2013-07-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-07-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'jwh/httpc_delete_body/OTP-11190' into maint | Fredrik Gustafsson | |
* jwh/httpc_delete_body/OTP-11190: httpc: Allow content body in DELETE requests | |||
2013-07-01 | Remove trailing spaces in Emacs templates | Roberto Aloi | |
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-28 | Merge branch 'fredrik/ssh/error_disconnect/OTP-11188' into maint-r15 | Erlang/OTP | |
* fredrik/ssh/error_disconnect/OTP-11188: ssh: version updates ssh: fixed bad match failure when disconnect msg | |||
2013-06-28 | Merge branch 'fredrik/inets/httpd_manager_reports/OTP-11185' into maint-r15 | Erlang/OTP | |
* fredrik/inets/httpd_manager_reports/OTP-11185: inets: version updates inets: removed obsolete code | |||
2013-06-28 | inets: version updates | Fredrik Gustafsson | |
2013-06-28 | ssh: version updates | Fredrik Gustafsson | |
2013-06-27 | ssh: fixed bad match failure when disconnect msg | Fredrik Gustafsson | |
2013-06-27 | inets: removed obsolete code | Fredrik Gustafsson | |
2013-06-26 | readme: changed information about pull requests | Fredrik Gustafsson | |
2013-06-26 | Merge branch 'nox/illegal-bitstring-gen-pattern/OTP-11186' | Fredrik Gustafsson | |
* nox/illegal-bitstring-gen-pattern/OTP-11186: Bootstrap added Simplify v3_core's translation of bit string generators Forbid unsized fields in patterns of binary generators | |||
2013-06-25 | [ct_netconfc] Allow multiple elements inside filter in create_subscription | Siri Hansen | |
ct_netconfc:create_subscription only allows one XML element inside the 'filter' element. According to RFC5277 it should be allowed to add any number of elements inside the filter, so this is now corrected. | |||
2013-06-25 | [common_test] Add documentation for ct_netconfc:send and send_rpc | Siri Hansen | |
2013-06-25 | [sasl] Remove directory with unicode characters after successful test | Siri Hansen | |
This is to avoid lingering files after test runs on windows, since the cleanup script often does not succeed in removing files with unicode characters. | |||
2013-06-24 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-06-24 | Merge branch 'ia/public_key/test-independency' into maint | Ingela Anderton Andin | |
* ia/public_key/test-independency: public_key: Make test cases independent of failure of other test cases to clean up. | |||
2013-06-24 | public_key: Make test cases independent of failure of other test cases | Ingela Anderton Andin | |
to clean up. | |||
2013-06-20 | Merge branch 'maint' | Sverker Eriksson | |
2013-06-20 | Merge branch 'sverk/crypto-remove-ec-resource' into maint | Sverker Eriksson | |
* sverk/crypto-remove-ec-resource: crypto: Supress some false positives from valgrind crypto: Refactor remove resource for EC_KEY crypto: Fix some compiler warnings |