Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-09-27 | [snmp] Update version (-> 5.3) | Micael Karlberg | |
2018-09-27 | [snmp] Make sure it supports parallel make | Micael Karlberg | |
OTP-14984 | |||
2018-09-27 | [snmp+otp_mibs] Moved mib and update system doc | Micael Karlberg | |
Moved the (final) OTP-TC mib from the otp_mibs app to the snmp app. Also basic update to the system (oam) documentation. OTP-14984 | |||
2018-09-27 | [snmp] Cleanup before removing the otp_mibs app | Micael Karlberg | |
OTP-14984 | |||
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-17 | Merge branch 'maint' | Raimo Niskanen | |
2018-09-17 | Merge branch 'bmk/snmp/20180907/atl_conversion_failure/OTP-15287' into maint | Micael Karlberg | |
2018-09-17 | Merge branch 'maint' | Micael Karlberg | |
2018-09-17 | [snmp] Updated version | Micael Karlberg | |
OTP-15290 | |||
2018-09-17 | [snmp|compiler] Spurious version message removed | Micael Karlberg | |
The snmp mib compiler printed an spurious version message if the 'version' option was provided. OTP-15290 | |||
2018-09-17 | [snmp] Add proper version | Micael Karlberg | |
Also fixed case clause. OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Update copyright end date | Micael Karlberg | |
OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Updated doc for atl conversion functions | Micael Karlberg | |
OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Corrected (agent) ATL logging of outgoing messages | Micael Karlberg | |
For some outgoing messages (not response) the following error(s) has been corrected: * encrypted: logged incorrectly, should have written the v3-header and the scoped pdu, but was actually logged as-is (encrypted), making conversion impossible. * un-encrypted: messages was not logged at all. OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Improved Audit Trail Log conversion failure | Micael Karlberg | |
If conversion of an Audit Trail Log (ATL) entry failed, this could result in an abort of the entire conversion, not just the one entry. This has now been improved so that the failure now results in a "error message" into the "stream". Furthermore, we now keep track of the number of entries we succeede and fail to convert. OTP-15287 (ERIERL-206) | |||
2018-07-27 | Change "can not" into "cannot" | Raimo Niskanen | |
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree. | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-06-13 | Prepare release | Erlang/OTP | |
2018-06-11 | Add test case | Raimo Niskanen | |
2018-06-11 | Parse #mc_new_type{}s before definitions_loop/2 | Raimo Niskanen | |
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-02-24 | Fix example MIB in the documentation | Petr Gotthard | |
The EX1-MIB cannot be compiled because of the missing IMPORT of "experimental". The other instances EX1-MIB.mib (otp/lib/snmp/examples/ex1, lib/snmp/test/snmp_test_data) are correct. I synchronized the documentation with them. | |||
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-11-09 | snmp: Correct netsnmp arglist and check for usable netsnmp | Ingela Anderton Andin | |
2017-10-27 | snmp: Add crypto precondition test | Ingela Anderton Andin | |
2017-10-25 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Fix so that bind correct schedulers Update version Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion vsn -> 2.1.2 Update appup for ERIERL-14684 Fix speling error 'sndbuf' -> 'recbuf' Add zlib:set_controlling_process/2 | |||
2017-10-25 | Update release notes | Erlang/OTP | |
2017-10-16 | Update version | Raimo Niskanen | |
2017-10-13 | Fix speling error 'sndbuf' -> 'recbuf' | Raimo Niskanen | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-07-28 | Process augments in pass after definitions | Raimo Niskanen | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-11 | snmp_generic: Future-proof exception handling code | Björn Gustavsson | |
In the future, erlang:get_stacktrace/0 will probably only work inside a the 'catch' block of a 'try' expression. Future-proof the code by rewriting the old-style catch to a try...catch. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |