Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-23 | Merge branch 'pan/bs_append_crash' into maint | Patrik Nyblom | |
* pan/bs_append_crash: Teach erts_bs_append not to dump core OTP-10590 | |||
2012-11-23 | Merge branch 'maint' | Anders Svensson | |
2012-11-23 | Merge branch 'anders/diameter/doc/OTP-10568' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-10568: Update doc for RFC 6733 Add copies of RFC's 6733 and 6737 | |||
2012-11-23 | Merge branch 'anders/diameter/doc/OTP-10471' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-10471: Add missing diameter_codec(3) content Add content to diameter_codec(3) and diameter_make(3) Add reference pages diameter_codec(3) and diameter_make(3) | |||
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-23 | Merge branch 'peppe/common_test/group_search_r15b03.fix' | Peter Andersson | |
2012-11-23 | Add missing diameter_codec(3) content | Anders Svensson | |
2012-11-23 | Merge branch 'peppe/common_test/group_search_r15b03.fix' into maint | Peter Andersson | |
* peppe/common_test/group_search_r15b03.fix: Fix silly bug | |||
2012-11-23 | Fix silly bug | Peter Andersson | |
2012-11-23 | Added test for rekeying | Fredrik Gustafsson | |
2012-11-23 | Added doc for rekey_limit option | Fredrik Gustafsson | |
2012-11-23 | Renegotiating every hour and every gb sent, can be decreased with option ↵ | Fredrik Gustafsson | |
{rekey_limit, integer()} | |||
2012-11-23 | Remove the unused asn1ct_constructed_ber module | Björn Gustavsson | |
2012-11-23 | Remove the unused asn1ct_per_bin module | Björn Gustavsson | |
2012-11-23 | Remove unused functions in asn1rt_ber_bin | Björn Gustavsson | |
2012-11-23 | Remove obsolete back-ends and simplify the options | Björn Gustavsson | |
It is time to clean up the mess of back-ends. Remove all the obsolete back-ends and simplify the options used to select them. New Option Old Equivalent ---------- -------------- ber ber_bin,optimize,nif per per,optimize,nif uper uper_bin The old options will still be recognized and translated to the new options, but will also print a warning. That implies that deprecated features that only are implemented in the old 'ber' back-end will no longer work (e.g. the {Typename,Value} notation). Also make the return type for the generated encode/2 function consistent. It used to be a binary for per and uper, and an iolist for ber. Always make it a binary. | |||
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Merge branch 'egil/fix-crash_dump-lc-assert' into maint | Björn-Egil Dahlberg | |
* egil/fix-crash_dump-lc-assert: erts: Suppress lock assertion when dumping a crash | |||
2012-11-23 | Inet doc clarifications | Fredrik Gustafsson | |
2012-11-22 | Update doc for RFC 6733 | Anders Svensson | |
2012-11-22 | Add copies of RFC's 6733 and 6737 | Anders Svensson | |
6733 deprecates 3588. | |||
2012-11-22 | Add content to diameter_codec(3) and diameter_make(3) | Anders Svensson | |
2012-11-22 | Add reference pages diameter_codec(3) and diameter_make(3) | Anders Svensson | |
Not yet any content to speak of. | |||
2012-11-22 | Make the specialized decodes work with the 'nif' option | Björn Gustavsson | |
2012-11-22 | Remove support for the obsolete {Typename,Value} tuple notation | Björn Gustavsson | |
Of the back-ends that we are going to keep, only the UPER back-end support the obsolete {Typename,Value} notation. For consistency with the PER and BER encodings, remove the support for UPER encoding too. Also remove vestiges of the support for the notation in the other back-ends. | |||
2012-11-22 | Remove tests for the obsolete {TypeName,Value} notation | Björn Gustavsson | |
As a preparation for removing obsolete back-ends, remove tests for the {TypeName,Value} notation to avoid having those test cases fail. | |||
2012-11-22 | Remove the obsolete and deprecated 'keyed_list' option | Björn Gustavsson | |
The 'keyed_list' was only supported for the 'ber' and 'ber_bin' backends and has been undocumented for a long time. Also remove the note in the documentation about the feature. | |||
2012-11-22 | Correct doc of process_info(Pid,links) | Patrik Nyblom | |
2012-11-22 | Merge branch 'maint' | Peter Andersson | |
2012-11-22 | ssl: Add test case for ssl:peercert with client certification | Ingela Anderton Andin | |
2012-11-22 | Merge remote branch 'origin/peppe/common_test/group_search_docs' into maint | Peter Andersson | |
* origin/peppe/common_test/group_search_docs: Document the new group search feature OTP-10466 | |||
2012-11-22 | Documentation changes inet | Fredrik Gustafsson | |
2012-11-22 | Fix Table Viewer refresh crash on no more existing ets tables | Peti Gömöri | |
2012-11-22 | Teach erts_bs_append not to dump core | Patrik Nyblom | |
When erts_bs_append() calls the garbage collector, it has set the PB_ACTIVE_WRITER flag in the ProcBin for the binary object is about to be appended to. Therefore, it is expected that the garbage collector should neither move nor shrink the binary object. But if the garbage collector does a minor collection (thereby clearing the PB_ACTIVE_WRITER flag in the ProcBin) and there is still not enough heap space, there will be a second major garbage collection. During the major collection (since the the PB_ACTIVE_WRITER flag was cleared), the binary object may be shrunk or moved (depending on sizes and how many other writable binaries there are in the process). Avoid the problem by clearing the PB_ACTIVE_WRITER flags in a separate pass after the garbage collection(s). Thanks to Denis Titoruk for helping us find this bug. | |||
2012-11-22 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: is_boolean/1 is called instead of checking Removed ip options to gen_tcp from ssh.erl | |||
2012-11-22 | Merge branch 'fredrik/ssh/fix-dialyzer-warn-r15b03' into maint | Fredrik Gustafsson | |
* fredrik/ssh/fix-dialyzer-warn-r15b03: is_boolean/1 is called instead of checking Removed ip options to gen_tcp from ssh.erl | |||
2012-11-21 | Document the new group search feature | Peter Andersson | |
2012-11-21 | Merge branch 'sverk/ets_SUITE-heir-core' | Sverker Eriksson | |
* sverk/ets_SUITE-heir-core: stdlib: Tweak ets_SUITE:heir to not exhaust memory | |||
2012-11-21 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin | |
2012-11-21 | Merge branch 'ia/pan/fix-public-key-doc' into maint | Ingela Anderton Andin | |
* ia/pan/fix-public-key-doc: Make public_key doc compile again | |||
2012-11-21 | Make public_key doc compile again | Patrik Nyblom | |
2012-11-21 | erts: Don't let zero be considered a power of two | Björn-Egil Dahlberg | |
2012-11-21 | erts: Use MSEG_ALIGN_BITS and MSEG_ALIGNED_SIZE | Björn-Egil Dahlberg | |
* Don't redfine ALIGN_BITS or ALIGNED_SIZE, the global defined MSEG_* constants are just as good. | |||
2012-11-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-21 | Changes to function names, tests and docs of inet | Fredrik Gustafsson | |
2012-11-21 | Merge branch 'ph/erl_interface/check-thread-support/OTP-10581' into maint | Björn-Egil Dahlberg | |
* ph/erl_interface/check-thread-support/OTP-10581: Teach erl_interface configure more pthread support | |||
2012-11-21 | Merge branch 'as/ssl-sha224-fixes' | Henrik Nord | |
* as/ssl-sha224-fixes: SSL: TLS 1.2, advertise sha224 support OTP-10586 | |||
2012-11-21 | Merge branch 'hm/wx-silent_start' | Henrik Nord | |
* hm/wx-silent_start: Enable silent start of wx OTP-10585 | |||
2012-11-21 | erts: Make carrier header sizes compile time constants | Sverker Eriksson | |
No allocator strategy is using customized carrier headers anyway. |