Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-01 | Document diameter_make:format/1 and diameter_make:flatten/1 | Anders Svensson | |
2013-12-01 | Fix diameter_make:flatten/1 | Anders Svensson | |
To set @avp_vendor_id, @codecs and @custom_types as required for imported avps. | |||
2013-12-01 | Modify type that currently causes dialyzer woe | Anders Svensson | |
The intention was that the type would represent an improper list whose head was an integer and whose tail was an orddict but that doesn't seem to be dialyzer's interpretation anyway. | |||
2013-12-01 | Simplify and extend diameter_make interface | Anders Svensson | |
In particular, make codec/2 flexible as to what's generated, the formats (erl, hrl, parse, forms and beam) being passed in the options list and defaulting to [erl, hrl]. The 'parse' format is the internal format to which dictionaries are parsed, which can be manipulated by flatten/1 before being passed back to codec/2 or format/1. Remove the (undocumented) dict/1,2 since codec/2 now subsumes it with the 'parse' option. | |||
2013-12-01 | Add diameter_make:flatten/1, remove reformat/1 | Anders Svensson | |
The latter is now unnecessary given that codec/2 can return a parse and format/1 can return the dictionary format. | |||
2013-11-28 | Adapt compiler suite to diameter_make | Anders Svensson | |
It was originally written before this interface existed. | |||
2013-11-28 | Remove dead code from codec suite | Anders Svensson | |
2013-11-28 | Extend diameter_make:codec/2 | Anders Svensson | |
Function can now take a literal dictionary as input, instead of a path, and can return results instead of writing them to the filesystem. | |||
2013-11-28 | Don't pollute process dictionary in diameter_codegen:from_dict/4 | Anders Svensson | |
Didn't matter before diameter_make since the module was only called from diameterc(1). | |||
2013-11-28 | Make forms a separate output from diameter_codegen | Anders Svensson | |
Instead of being output as a consequence of a debug option. | |||
2013-11-28 | Remove last remnants of "spec" | Anders Svensson | |
2013-11-28 | Write as last step in code generation | Anders Svensson | |
In preparation for allowing return instead of write. | |||
2013-11-28 | Change extensions for debug output: .spec/forms -> .D/F | Anders Svensson | |
"spec" is an old term the internal representation of a dictionary. The new extensions are in the style or those that compile(3) can generate. | |||
2013-11-28 | Don't hardcode diameter_base @prefix on common dictionary | Anders Svensson | |
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-13 | Update system readme for R16B02 | Magnus Lidén | |
2013-09-13 | Update preloaded modules | Magnus Lidén | |
2013-09-13 | Update primary bootstrap app- and appup files | Magnus Lidén | |
2013-09-13 | Update primary bootstrap | Magnus Lidén | |
2013-09-13 | Merge branch 'anders/diameter/R16B02_release/OTP-11322' into maint | Anders Svensson | |
* anders/diameter/R16B02_release/OTP-11322: vsn -> 1.4.3 Update appup for diameter-1.4.3 in R16B02 | |||
2013-09-13 | Merge branch 'egil/fix-megaco-appup' into maint | Björn-Egil Dahlberg | |
* egil/fix-megaco-appup: megaco: Update appup file | |||
2013-09-12 | vsn -> 1.4.3 | Anders Svensson | |
2013-09-12 | megaco: Update appup file | Björn-Egil Dahlberg | |
2013-09-12 | Update appup for diameter-1.4.3 in R16B02 | Anders Svensson | |
2013-09-12 | Merge branch 'hb/erts/refman_corrections/OTP-11321' into maint | Hans Bolinder | |
* hb/erts/refman_corrections/OTP-11321: Correct documentation of predefined types | |||
2013-09-12 | Correct documentation of predefined types | Hans Bolinder | |
The documentation of predefined types has been corrected Thanks to Kostis Sagonas. | |||
2013-09-12 | crypto: Add ticket for 5d8a13bb6a180e0a | Sverker Eriksson | |
OTP-11320 | |||
2013-09-12 | Merge branch 'peppe/common_test/init_stop_problem' into maint | Peter Andersson | |
* peppe/common_test/init_stop_problem: Make builtin hook respond to init:stop OTP-11175 | |||
2013-09-11 | Make builtin hook respond to init:stop | Peter Andersson | |
2013-09-11 | Merge branch 'peppe/common_test/misc_r16b02_docs' into maint | Peter Andersson | |
* peppe/common_test/misc_r16b02_docs: Add misc documentation OTP-11272 OTP-11263 OTP-11244 OTP-11238 OTP-11176 | |||
2013-09-11 | Add misc documentation | Peter Andersson | |
2013-09-11 | Merge branch 'vinoski/sv/fix-sched-stats-disable/OTP-11317' into maint | Fredrik Gustafsson | |
* vinoski/sv/fix-sched-stats-disable/OTP-11317: fix system_flag(scheduling_statistics,disable) | |||
2013-09-11 | Merge branch 'jcomellas/jc-integer-to-binary2/OTP-11311' into maint | Fredrik Gustafsson | |
* jcomellas/jc-integer-to-binary2/OTP-11311: Update preloaded Fix incorrect values returned by integer_to_binary/2 | |||
2013-09-11 | Merge branch 'fenollp/parsetools/fix_unicode_leex/OTP-11313' into maint | Fredrik Gustafsson | |
* fenollp/parsetools/fix_unicode_leex/OTP-11313: parsetools: added testcase for unicode Missed a few similar calls Fix leex module`s inability to build unicode-aware lexers. | |||
2013-09-10 | fix system_flag(scheduling_statistics,disable) | Steve Vinoski | |
Clear the "enabled" flag for scheduling statistics when disable is specified. | |||
2013-09-10 | parsetools: added testcase for unicode | Fredrik Gustafsson | |
2013-09-10 | Missed a few similar calls | Pierre Fenoll | |
2013-09-10 | Fix leex module`s inability to build unicode-aware lexers. | Pierre Fenoll | |
If you have declared your .xrl file as utf-8 encoded and that some of your definitions contain unicode characters, either leex wouldn`t be able to lex them or compilation of the .xrl file would crash. | |||
2013-09-10 | Merge branch 'ia/prep-release/ssl' into maint | Ingela Anderton Andin | |
* ia/prep-release/ssl: ssl: Prepare for release | |||
2013-09-10 | ssl: Prepare for release | Ingela Anderton Andin | |
2013-09-10 | Merge branch 'ia/ssl/dtls-refactor/OTP-11292' into maint | Ingela Anderton Andin | |
* ia/ssl/dtls-refactor/OTP-11292: ssl: Refactor TLS/DTLS record handling ssl: Dialyzer fixes ssl: Solve rebase issues ssl: DTLS record handling ssl: Add DTLS record primitives ssl: Refactor to provide common handshake functions for TLS/DTLS ssl: Add DTLS handshake primitivs. | |||
2013-09-10 | ssl: Refactor TLS/DTLS record handling | Ingela Anderton Andin | |
2013-09-10 | ssl: Dialyzer fixes | Ingela Anderton Andin | |
2013-09-10 | ssl: Solve rebase issues | Ingela Anderton Andin | |
2013-09-10 | ssl: DTLS record handling | Ingela Anderton Andin | |
Also refactor so that TLS and DTLS can have common functions when possible. | |||
2013-09-10 | ssl: Add DTLS record primitives | Andreas Schultz | |
This code is to 99 % written by Andreas Schultz only some small changes to start integrating with OTPs DTLS solution. | |||
2013-09-10 | ssl: Refactor to provide common handshake functions for TLS/DTLS | Ingela Anderton Andin | |
Common functions will be located in ssl_handshake.erl while specific functions will be located in tls_handshake.erl and dtls_handshake.erl | |||
2013-09-10 | ssl: Add DTLS handshake primitivs. | Andreas Schultz | |
This code is to 99 % written by Andreas Schultz only some small changes to start integrating with OTPs DTLS solution. | |||
2013-09-10 | Update preloaded | Fredrik Gustafsson | |
2013-09-10 | Merge branch 'hb/doc/refman_type_corrections/OTP-11090' into maint | Hans Bolinder | |
* hb/doc/refman_type_corrections/OTP-11090: Correct documentation of predefined and built-in types |