Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | Simplify the code for the generated info/0 function | Björn Gustavsson | |
While at it, also make the generated code for the attributes more readable. | |||
2012-11-26 | Don't try to work around a non-loadable NIF library | Björn Gustavsson | |
The NIF library is now mandatory. The call to application:get_env/2 to find out whether the NIF library is loaded is surprisingly expensive. | |||
2012-11-26 | Fix BER encoding when multiple levels of typedefs are used | Björn Gustavsson | |
2012-11-26 | Update megaco documentation | Björn Gustavsson | |
2012-11-26 | Update documentation for the asn1 application | Björn Gustavsson | |
2012-11-26 | Fix other applications | Björn Gustavsson | |
2012-11-26 | Fix use of asn1 in megaco | Björn Gustavsson | |
2012-11-26 | Remove the unused asn1ct_gen_ber module | Björn Gustavsson | |
2012-11-26 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-26 | Merge branch 'egil/fix-heart-unregister' into maint | Björn-Egil Dahlberg | |
* egil/fix-heart-unregister: kernel: Heart port needs to be unregistered | |||
2012-11-26 | Merge branch 'maint' | Raimo Niskanen | |
2012-11-26 | Merge branch 'raimo/daily-build-fixes' into maint | Raimo Niskanen | |
* raimo/daily-build-fixes: Fix erroneous skipping for jinterface, erl_interface and ic | |||
2012-11-26 | Fix erroneous skipping for jinterface, erl_interface and ic | Raimo Niskanen | |
2012-11-23 | kernel: Heart port needs to be unregistered | Björn-Egil Dahlberg | |
When heart cycles we need to unregister the old port before starting the new heart port program. OTP-10591 | |||
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-11-23 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: erts/doc/src/erlang.xml | |||
2012-11-23 | Merge branch 'pan/process_info_spec_doc/r15/OTP-10584' into maint | Patrik Nyblom | |
* pan/process_info_spec_doc/r15/OTP-10584: Correct doc of process_info(Pid,links) OTP-10584 | |||
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 | 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 | |