Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-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 | 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 | |||
2013-06-15 | Merge branch 'raimo/race-in-prim_inet-close/OTP-10497' into maint | Raimo Niskanen | |
* raimo/race-in-prim_inet-close/OTP-10497: Improve solution | |||
2013-06-15 | Improve solution | Raimo Niskanen | |
2013-06-14 | httpc: Allow content body in DELETE requests | James Wheare | |
2013-06-14 | Merge branch 'maint' | Anders Svensson | |
2013-06-14 | Merge branch 'anders/diameter/vendor_specific_function_clause/OTP-11165' ↵ | Anders Svensson | |
into maint * anders/diameter/vendor_specific_function_clause/OTP-11165: Fix list-valued Vendor-Specific-Application-Id config | |||
2013-06-14 | erts: Fix memory leak in term_to_binary/2 with compressed option | Sverker Eriksson | |
2013-06-13 | Fix list-valued Vendor-Specific-Application-Id config | Anders Svensson | |
Commit f0a36c79 broke the handling of such configuration, resulting in a function clause error in diameter_capx if the list was not of length 3, and faulty extraction of application id's otherwise. Only record-valued config was properly interpreted. | |||
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-12 | crypto: Supress some false positives from valgrind | Sverker Eriksson | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update preloaded modules | Björn-Egil Dahlberg | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update primary bootstrap appup files | Björn-Egil Dahlberg | |
2013-06-12 | Update primary bootstrap | Björn-Egil Dahlberg | |
2013-06-12 | crypto: Refactor remove resource for EC_KEY | Sverker Eriksson | |
The resource was not needed as it was never kept between external crypto calls. | |||
2013-06-12 | crypto: Fix some compiler warnings | Sverker Eriksson | |
2013-06-12 | Merge branch 'maint' | Rickard Green | |
* maint: erts: Add the +sfwi system flag | |||
2013-06-12 | Merge branch 'rickard/+sfwi/OTP-11164' into maint | Rickard Green | |
* rickard/+sfwi/OTP-11164: erts: Add the +sfwi system flag | |||
2013-06-12 | Merge branch 'maint' | Sverker Eriksson | |
2013-06-12 | Merge branch 'sverk/crypto-upgrade-resource-bug' into maint | Sverker Eriksson | |
* sverk/crypto-upgrade-resource-bug: crypto: Fix bug with takover of EC resource type | |||
2013-06-11 | erts: Add the +sfwi system flag | Rickard Green | |
+sfwi Interval Set scheduler forced wakeup interval. All run queues will be scanned each Interval milliseconds. While there are sleeping schedulers in the system, one scheduler will be woken for each non-empty run queue found. An Interval of zero disables this feature, which also is the default. This feature has been introduced as a temporary workaround for lengthy executing native code, and native code that do not bump reductions properly in OTP. When these bugs have be fixed the +sfwi flag will be removed. |