Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/test/snmp_app_test.erl | |||
2012-03-05 | [snmp] Misc cosmetic changes to some test suites | Micael Karlberg | |
OTP-9943 | |||
2012-03-05 | [snmp/agent] Some minor improvements to the error messages | Micael Karlberg | |
OTP-9943 | |||
2012-03-01 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 | |||
2012-03-01 | [snmp/agent] Add dir listing to error reason | Micael Karlberg | |
Add dir listing to error reason when failing to read mandatory config file standard.conf. OTP-9943 | |||
2012-02-27 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2012-02-27 | [snmp/agent] Updated release notes and preliminary appup | Micael Karlberg | |
OTP-9943 | |||
2012-02-24 | [snmp/agent] Improve error handling while reading agent config files | Micael Karlberg | |
Improve error handling while reading agent config files. OTP-9943 | |||
2012-02-24 | [snmp] Fixed verbosity timestamp | Micael Karlberg | |
2012-02-23 | Merge branch 'bmk/snmp/agent/documenting_snmp_generic/OTP-9942' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/vsn.mk | |||
2012-02-23 | Merge branch 'bmk/snmp/updating_examples/r15/20120214' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 | |||
2012-02-23 | Merge branch 'bmk/snmp/unused_variables/r15/20120214' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/src/app/snmp.appup.src | |||
2012-02-23 | [snmp/agent] Documenting previously existing but undocumented function | Micael Karlberg | |
Documenting previously existing but undocumented function, snmp_generic:get_table_info/2. OTP-9942 | |||
2012-02-23 | Merge branch 'bmk/snmp/manager/threaded_net_if/OTP-9876' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/test/snmp_agent_test.erl lib/snmp/vsn.mk | |||
2012-02-22 | [snmp] Updated release notes and appup file | Micael Karlberg | |
OTP-9876 OTP-9940 | |||
2012-02-22 | [snmp] Some restructure of the agent test suite | Micael Karlberg | |
OTP-9940 | |||
2012-02-22 | [snmp] Add log_to_io function for both manager and agent | Micael Karlberg | |
Add a log_to_io Audit Trail Log converter function for both the manager (snmpm) and agent (snmpa). Also fixed the converter functions in the logger module, snmp_log, which previously sometimes did not work properly (re-open an already open log with different properties). OTP-9940 | |||
2012-02-22 | [snmp] More documentaion regarding the new manager net-if module | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp] Tests for new manager net-if-mt module | Micael Karlberg | |
Updated manager test suite with groups that tests the new net-if module, snmpm_net_if_mt. Also fixed the suite, group and test-case init functions for a number of sub-suites. OTP-9876 | |||
2012-02-22 | [snmp] Release notes and documentation for the new transport module | Micael Karlberg | |
Added the release notes and documentation for the new transport module, snmpm_net_if_mt. OTP-9876 | |||
2012-02-22 | [snmp] Moved experimental test suites to an experimental sub-dir | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp/manager] Reworked the ATL mechanism for the net-if-mt | Micael Karlberg | |
Removed the separate logger process. Instead open the log from each worker process and log from them directly. OTP-9876 | |||
2012-02-22 | [snmp/manager] Preliminary appup | Micael Karlberg | |
Add preliminary appup. Also reorder app file. OTP-9876 | |||
2012-02-22 | [snmp/manager] Added test cases for net_if-mt | Micael Karlberg | |
Made the inform_request table public (to allow the worker processes to insert data). Also added test cases (this was done by adding "mt" groups). OTP-9876 | |||
2012-02-22 | [snmp/manager] Misc cleanup | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp/manager] Introduced new net-if module | Micael Karlberg | |
Moved the net-if multi-threading to a separate module, snmpm_net_if_mt. Restored the old module to its previous state. OTP-9876 | |||
2012-02-22 | Merge branch 'tst/no_hipe_ceach' into maint | Gustav Simonsson | |
* tst/no_hipe_ceach: Remove hipe_ceach from hipe.app.src to fix reltool-generated release startup OTP-9939 | |||
2012-02-21 | Merge branch 'ks/compile_info-fix' into maint | Gustav Simonsson | |
* ks/compile_info-fix: compiler: Fix discrepancy in compile_info OTP-9917 | |||
2012-02-20 | Fix discrepancy in compile_info | Kostis Sagonas | |
The BEAM disassembler used the atom 'none' to signify the absence of a compile_info chunk in a .beam file. This clashes with the type declaration of the compile_info field of a #beam_file{} record as containing a list. Use [] to signify the absence of this chunk. This simplifies the code and avoids a dialyzer warning. For fixing a similar problem and for consistency, changed also the return type of the attributes field of the #beam_file{} record. This required a change in the beam_disasm test suite. | |||
2012-02-16 | Merge branch 'bjorn/compiler/inline-and-on_load/OTP-9910' into maint | Björn Gustavsson | |
* bjorn/compiler/inline-and-on_load/OTP-9910: compiler: Teach the inliner to preserve on_load functions | |||
2012-02-16 | Merge branch 'gustav/asn1-integer/sequence-fix/OTP-9688' into maint | Gustav Simonsson | |
2012-02-16 | Merge branch 'ahs/fix-gb_trees-doc' into maint | Henrik Nord | |
* ahs/fix-gb_trees-doc: Put gb_trees documentation into alphabetical order OTP-9929 | |||
2012-02-16 | Merge branch 'vd/jinterface-atom-message' into maint | Henrik Nord | |
* vd/jinterface-atom-message: Improve error message when creating a too long OtpErlangAtom OTP-9928 | |||
2012-02-16 | Merge branch 'vd/java-string-bug' into maint | Henrik Nord | |
* vd/java-string-bug: add test for Java string bug workaround for Java bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242664 OTP-9927 | |||
2012-02-16 | Merge branch 'rc/spell-registered' into maint | Henrik Nord | |
* rc/spell-registered: Correct spelling of "registered" in various places in the source code OTP-9925 | |||
2012-02-16 | Merge branch 'ts/extend-specs-for-bifs' into maint | Henrik Nord | |
* ts/extend-specs-for-bifs: Make dialyzer recognize the process_flag option sensitive OTP-9923 | |||
2012-02-16 | Merge branch 'rj/fix-binary-doc-spec' into maint | Henrik Nord | |
* rj/fix-binary-doc-spec: Fix the type spec from the doc of binary:part/3 OTP-9920 | |||
2012-02-16 | Merge branch 'rj/fix-compile-doc-typo' into maint | Henrik Nord | |
* rj/fix-compile-doc-typo: Fix typo in `compile' doc: unmatched parenthesis OTP-9919 | |||
2012-02-16 | Merge branch 'rj/doc-monospace-css' into maint | Henrik Nord | |
* rj/doc-monospace-css: Set `font-family: Courier, monospace' in OTP doc CSS OTP-9918 | |||
2012-02-16 | Merge branch 'ia/ssh/server-user-dir-doc' into maint | Ingela Anderton Andin | |
* ia/ssh/server-user-dir-doc: Document user_dir for the server | |||
2012-02-15 | Remove unused files from test data as it is confusing | Ingela Anderton Andin | |
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-14 | Change test to use CT Config PrivDir | Gustav Simonsson | |
2012-02-14 | Document user_dir for the server | Ingela Anderton Andin | |
2012-02-14 | Merge branch 'ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391' into ↵ | Ingela Anderton Andin | |
maint * ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391: Avoid to crash if the remote side closes the connection prematurely | |||
2012-02-14 | Merge branch 'ia/ssh/keyboard-interactive-disable-bug/OTP-9466' into maint | Ingela Anderton Andin | |
* ia/ssh/keyboard-interactive-disable-bug/OTP-9466: Client now honors the allow_user_interaction option | |||
2012-02-14 | Merge branch 'gustav/asn1-integer/sequence-fix/OTP-9688' into maint_with_asn1 | Gustav Simonsson | |
2012-02-14 | Merge branch 'gustav/ssh/ssh-key-callback-specs' into maint | Gustav Simonsson | |
* gustav/ssh/ssh-key-callback-specs: Add behaviour (api) module with callback specs | |||
2012-02-14 | Merge branch 'gustav/orber/fix-dbg-printout-format/OTP-9887' into maint | Gustav Simonsson | |
* gustav/orber/fix-dbg-printout-format/OTP-9887: Add parameter to error message string format | |||
2012-02-14 | Merge branch 'gustav/sasl_release_handler_file_bugfix/OTP-9864' into maint | Gustav Simonsson | |
* gustav/sasl_release_handler_file_bugfix/OTP-9864: Fix so remove_release can remove symlinks |