Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-01 | Remove driver support for ber decoding | Lukas Larsson | |
Handle the new error messages from the asn1 nifs Make ber nif decoding use the erlang fallback if the nif could not be loaded. This is useful for application which use inline (such as public_key) and want to work without the nifs, but should use them if they exist | |||
2011-08-01 | Add load, upgrade and purge functions for asn1 nifs | Lukas Larsson | |
2011-08-01 | Add better error messages to nifs | Lukas Larsson | |
2011-08-01 | Exclude nif module from cover | Lukas Larsson | |
2011-08-01 | Expand per and ber performance suites with parallel asn1 runs | Lukas Larsson | |
2011-08-01 | Add documentation for nif interface | Lukas Larsson | |
2011-08-01 | Fix bootstrap problem | Lukas Larsson | |
2011-08-01 | Add nif vs driver vs erlang performance tests for per encode and ber decode. | Lukas Larsson | |
Results now suggest that nifs are 15% faster than driver for per and 5% faster for ber. Erlang is inbetween nif and driver for ber, but about 50% slower than driver for per. | |||
2011-08-01 | Extend particular smp testcase with a ber nif info | Lukas Larsson | |
2011-08-01 | Define vsn if not defined to make flymake happy | Lukas Larsson | |
2011-08-01 | Add support for nif option to optimized ber_bin_v2 asn1 compilation | Lukas Larsson | |
2011-08-01 | Add support for nif option to optimized PER asn1 compilation | Lukas Larsson | |
2011-08-01 | Pass compiler options directly through to the asn1 compiler in order to test ↵ | Lukas Larsson | |
nif enabled asn1 | |||
2011-08-01 | Add asn1 nif for ber decode and per encode | Lukas Larsson | |
2011-08-01 | Merge branch 'lukas/asn1/sof_length_and_default_optimizations/OTP-9440' into ↵ | Lukas Larsson | |
major * lukas/asn1/sof_length_and_default_optimizations/OTP-9440: Use lists:mapfoldl instead for a tiny performance gain Move fixopt to do more work in ct than rt for opimized per_bin Optmized encode_length by doing some calculations at compile time rather than runtime Optmized decode_length by doing some calculations as compile time rather than runtime | |||
2011-07-26 | Merge branch 'dev' into major | Micael Karlberg | |
2011-07-26 | Merge branch 'maint-r14' into dev | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2011-07-26 | Merge branch 'dev' into major | Sverker Eriksson | |
2011-07-26 | Merge branch 'sverker/testcase/OTP-9423' into dev | Sverker Eriksson | |
* sverker/testcase/OTP-9423: Add test case for ETS bug OTP-9423 | |||
2011-07-22 | Fixed install directory typo for man3. | Micael Karlberg | |
Peter Lemenkov Hans Ulrich Niedermann OTP-9442 Merge branch 'bmk/snmp/install_dir_typo_man3/OTP-9442' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2011-07-22 | Fixed install directory typo for man3. | Micael Karlberg | |
Peter Lemenkov. Hans Ulrich Niedermann. OTP-9442 | |||
2011-07-22 | Merge branch 'dev' into major | Raimo Niskanen | |
2011-07-22 | [agent] The SNMP ACM cache was not properly updated when | Micael Karlberg | |
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 Merge branch 'bmk/snmp/agent/acm_cache_cleanup/OTP-9367' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-07-21 | Code cleanup, unduplicate test for whitespace | Raimo Niskanen | |
2011-07-21 | The snmp config tool could not handle (manager) audit trail config | Micael Karlberg | |
because the option seqno was not handled. OTP-9354 Merge branch 'bmk/snmp/audit_trail_config_bug/OTP-9354' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-07-21 | The snmp config tool could not handle (manager) audit trail config | Micael Karlberg | |
because the option seqno was not handled. OTP-9354 | |||
2011-07-21 | EOF before first field is only ok for first character in io:fread | Raimo Niskanen | |
2011-07-21 | Use lists:mapfoldl instead for a tiny performance gain | Lukas Larsson | |
2011-07-21 | Move fixopt to do more work in ct than rt for opimized per_bin | Lukas Larsson | |
Instead of looping over the list of which options contain defaults, one case statement is generated for each optional attribute. | |||
2011-07-21 | Optmized encode_length by doing some calculations at compile time rather ↵ | Lukas Larsson | |
than runtime | |||
2011-07-21 | Optmized decode_length by doing some calculations as compile time rather ↵ | Lukas Larsson | |
than runtime | |||
2011-07-21 | At end of input ask for more also for for literal format characters | Raimo Niskanen | |
2011-07-21 | [agent] The SNMP ACM cache was not properly updated when | Micael Karlberg | |
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 | |||
2011-07-20 | Add test case for ETS bug OTP-9423 | Sverker Eriksson | |
2011-07-19 | Added marker id's in the snmpc(command) to allow linking | Micael Karlberg | |
top specific compiler options. Updated release notes accordingly. OTP-9437 | |||
2011-07-19 | [compiler] Added the option warnings_as_errors (for the SNMP MIB | Micael Karlberg | |
compiler (escript) frontend, the option --wae is used) which specifies whether warnings should be treated as errors. Tuncer Ayaz. OTP-9437 Merge branch 'bmk/snmp/compiler/warnings_as_errors/OTP-9437' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/compile/Makefile | |||
2011-07-19 | [manager] There was no way to specify transport domain. | Micael Karlberg | |
The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). This has now been changed so that it can also be IPv6 (transportDomainUdpIpv6). To facilitate this, the transport domain, tdomain, is now a (new) valid option when registering (snmpm#register_agent) a new agent (and updating (snmpm#update_agent_info) agent info). This also mean that the transport behaviour has changed. Fixed appup file. OTP-9305 | |||
2011-07-19 | [manager] There was no way to specify transport domain. | Micael Karlberg | |
The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). This has now been changed so that it can also be IPv6 (transportDomainUdpIpv6). To facilitate this, the transport domain, tdomain, is now a (new) valid option when registering (snmpm#register_agent) a new agent (and updating (snmpm#update_agent_info) agent info). This also mean that the transport behaviour has changed. OTP-9305 Merge branch 'bmk/snmp/manager/transport_domain/OTP-9305' into bmk/snmp/snmp421_integration | |||
2011-07-18 | [compiler] Make documentation for the snmpc escript | Micael Karlberg | |
regarding the the new option for warnings as errors ("--wae" in this case). Tuncer Ayaz. OTP-9437 | |||
2011-07-18 | [compiler] Added the option warnings_as_errors which | Micael Karlberg | |
specifies whether warnings should be treated as errors. Tuncer Ayaz. OTP-9437 | |||
2011-07-18 | Fixed unintended build to ebin dir of snmpc escript. | Micael Karlberg | |
2011-07-15 | Cosmetics indenting... | Micael Karlberg | |
2011-07-15 | Removed "crap" that somehow had gotten into the file (escape | Micael Karlberg | |
sequence). | |||
2011-07-14 | Fixed install of MIB compiler escript. Was incorrectly installed | Micael Karlberg | |
both in bin end ebin. | |||
2011-07-13 | Merge branch 'dev' into major | Sverker Eriksson | |
* dev: Fix small error in example code of gen_sctp documentation | |||
2011-07-13 | Merge branch 'sverker/gen_sctp-open-docfix' into dev | Sverker Eriksson | |
* sverker/gen_sctp-open-docfix: Fix small error in example code of gen_sctp documentation | |||
2011-07-13 | Fixed (uncommented) test cases. | Micael Karlberg | |
2011-07-13 | Improved (transport) domain error reporting. | Micael Karlberg | |
2011-07-12 | Merge branch 'dev' into major | Sverker Eriksson | |
2011-07-12 | Fixed release notes and API documentation for tdomain.xs | Micael Karlberg | |