Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-08 | Merge branch 'hirotnk/nif-typo-fix' into maint | Fredrik Gustafsson | |
* hirotnk/nif-typo-fix: Fix Nif doc typos | |||
2013-07-08 | Merge branch 'bmk/snmp/snmp4241_integration/r16' into maint-r16 | Erlang/OTP | |
* bmk/snmp/snmp4241_integration/r16: [snmp/agent] Cleanup, renaming, appup, proper version and release notes [snmp/agent] Local DB counter increment wrap error SNMP/VACM: bugfix for vacmViewTreeFamilyMask | |||
2013-07-07 | Fix Nif doc typos | Yoshihiro Tanaka | |
2013-07-05 | run_erl: Redirect standard streams to /dev/null | Johannes Weißl | |
Like in epmd and erlexec. Otherwise "run_erl" fails on some platforms when called with the "-daemon" option, printing this error: "Cannot dup" | |||
2013-07-04 | Merge branch 'bmk/snmp/agent/ldb_counter_wrap/OTP-11192' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4241_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2013-07-04 | Merge branch 'bmk/snmp/agent/fix_vacm_mask/OTP-11177' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4241_integration/r16 | |||
2013-07-04 | [snmp/agent] Cleanup, renaming, appup, proper version and release notes | Micael Karlberg | |
Add utility functions for checking view masks. Code cleanup, function renaming and comment fix (%% instead of %). Also updated the mask check in the vacm config file check function. Finally, release notes and some cosmetic changes to the agent config-file(s) user guide chapter. | |||
2013-07-03 | Added primary bootstrap | Fredrik Gustafsson | |
2013-07-03 | Restrict inlining of local fun references | Anthony Ramine | |
Local fun references look like plain old variables in the Core Erlang AST but should not be treated as such. Inlining of such expressions is now restricted to application contexts as a local fun reference should never occur in a guard. This is not perfect as it forbids inlining in some safe situations, but that is still better than a compiler crash. | |||
2013-07-03 | [snmp/agent] Local DB counter increment wrap error | Micael Karlberg | |
The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly. OTP-11192 | |||
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 | Make the CT logger print to stdout if test_server is not running | Peter Andersson | |
OTP-11176 | |||
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-28 | Add test | Peter Andersson | |
OTP-11176 | |||
2013-06-27 | Allow calls to ct:pal and ct:print even if CT is not running | Peter Andersson | |
Also make sure calls to ct:log and ct:pal don't cause crash if test_server is not running (could happen during startup or shutdown of CT). OTP-11176 | |||
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 branch 'sze/fix-vacm' into bmk/snmp/agent/fix_vacm_mask/OTP-11177 | Micael Karlberg | |
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 | |||
2013-06-20 | Merge branch 'maint' | Sverker Eriksson | |
Conflicts: erts/vsn.mk lib/kernel/vsn.mk lib/stdlib/vsn.mk | |||
2013-06-20 | Merge branch 'sverk/aoffcbf' into maint | Sverker Eriksson | |
* sverk/aoffcbf: erts: Make aoffcbf default when migration is enabled erts: Add new allocator strategy aoffcbf OTP-11174 | |||
2013-06-19 | erts: Make aoffcbf default when migration is enabled | Sverker Eriksson | |
2013-06-19 | erts: Add new allocator strategy aoffcbf | Sverker Eriksson | |
with better performance than aoffcaobf as we don't have to rearrange the search tree when there are blocks of equal size. | |||
2013-06-19 | Update version numbers for R16B02 development | Magnus Lidén | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-17 | Merge branch 'maint' | Sverker Eriksson | |
2013-06-17 | ssh: Not run chmod every lookup | Fredrik Gustafsson | |
2013-06-17 | Merge branch 'sverk/term_to_binary-memleak' into maint | Sverker Eriksson | |
* sverk/term_to_binary-memleak: erts: Fix memory leak in term_to_binary/2 with compressed option | |||
2013-06-15 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: erts/preloaded/ebin/prim_inet.beam |