Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8 | |||
2013-09-09 | Merge branch 'bjorn/xml-encoding-fix/OTP-11310' into maint | Björn Gustavsson | |
* bjorn/xml-encoding-fix/OTP-11310: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8 | |||
2013-09-09 | Merge branch 'maint' | Micael Karlberg | |
2013-09-06 | Convert some notes.xml files from latin-1 to utf-8 | Björn Gustavsson | |
In the master branch, the encoding for most xml files have been changed from latin-1 to utf-8. The problem is, that the corresponding files in the maint branch still are encoded in latin-1, and that a merge from maint to master may bring in characters encoded in latin-1 into a notes.xml file declared to be in utf-8. To fix the problem once and for all (for the files involved), we'll need to re-encode the files files utf-8 in maint, and then merge to master. Noticed-by: Magnus Henoch | |||
2013-09-03 | [snmp/agent] Fixed doc broken link to gen_server | Micael Karlberg | |
2013-09-03 | [snmp/agent] Improved loading and unload of MIBs | Micael Karlberg | |
Improved the documentation of the loading and unloading of MIBs (plural). also added functions for loading and unloading a single mib. OTP-11216 | |||
2013-07-15 | Merge branch 'maint' | Micael Karlberg | |
2013-07-04 | Merge branch 'bmk/snmp/agent/ldb_counter_wrap/OTP-11192' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4241_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2013-07-04 | [snmp/agent] Cleanup, renaming, appup, proper version and release notes | Micael Karlberg | |
Add utility functions for checking view masks. Code cleanup, function renaming and comment fix (%% instead of %). Also updated the mask check in the vacm config file check function. Finally, release notes and some cosmetic changes to the agent config-file(s) user guide chapter. | |||
2013-07-03 | [snmp/agent] Local DB counter increment wrap error | Micael Karlberg | |
The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly. OTP-11192 | |||
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-04 | Merge branch 'maint' | Björn Gustavsson | |
* maint: (128 commits) beam_lib: Correct wrong type specification testSeqOf: Test constrained, extensible sizes [snmp/agent] Some restructuring of test suite Clean up testSeqOf Extend tests cases for BIT STRING Improve tests of ENUMERATED asn1ct_check: Eliminate useless Per argument from complist_as_tuple() asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed type asn1ct_gen_per: Remove useless renewal of 'enumval' Fix encoding of semi-constrained, extensible INTEGERs PER/UPER: Fix decoding of semi-constrained INTEGERs testPrim: Simplify test cases using a roundtrip function BER: Fix handling of a constructed default value for a class PER: Generate code for deep table constraints at compile-time Normalize data representation for table constraints asn1ct: Simplify check_value/2 Extend tests to cover more code in asn1ct_check Clean up checking of values for ENUMERATEDs Introduce a new mechanism for structured error handling asn1_db: Make dbput/3 and dbsave/2 asynchronous ... | |||
2013-05-28 | Merge branch 'bmk/snmp/agent/mib_storage_behaviour/OTP-11107' into ↵ | Micael Karlberg | |
bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-05-28 | Merge branch 'bmk/snmp/agent/mib_server_data_callback/OTP-11101' into ↵ | Micael Karlberg | |
bmk/snmp/snmp424_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-05-28 | [snmp] Updated version and release notes | Micael Karlberg | |
OTP-11009 | |||
2013-05-23 | [snmp/agent] Updated open options for the mnesia mib-storage module | Micael Karlberg | |
Updated the snmpa_mib_storage_mnesia module to handle alias atoms for the nodes option. Also, (git) added mib-storage behaviour ref-man. | |||
2013-05-21 | [snmp/agent] Add mib-storage behaviour ref-man documentation | Micael Karlberg | |
2013-05-21 | [snmp/agent] backup | Micael Karlberg | |
2013-05-21 | [snmp/agent] Some mib-server options rewording | Micael Karlberg | |
2013-05-17 | [snmp/agent] Improved mib-server data module overview text | Micael Karlberg | |
2013-05-16 | [snmp/agent] Updated documentation and release notes | Micael Karlberg | |
2013-04-30 | [snmp/agent] Some minor documentation additions | Micael Karlberg | |
2013-04-28 | [snmp/agent] Preliminary doc update regarding mib_data behaviour | Micael Karlberg | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-02-05 | Merge branch 'bmk/snmp/snmp4222_integration/r15' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4231_integration/r16 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2013-02-05 | [snmp/compiler] Proper release nodes | Micael Karlberg | |
2013-02-04 | [snmp/compiler] Release notes, appup and proper version | Micael Karlberg | |
2013-01-21 | Merge branch 'bmk/snmp/snmp423_integration' | Micael Karlberg | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-14 | Merge branch 'bmk/snmp/manager/performance_improvement/OTP-10673' into ↵ | Micael Karlberg | |
bmk/snmp/snmp423_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-01-11 | Merge branch 'bmk/snmp/remove_tuple_fun/OTP-10672' into ↵ | Micael Karlberg | |
bmk/snmp/snmp423_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-01-11 | [snmp/manager] Updated release notes | Micael Karlberg | |
2013-01-09 | [snmp/manager] Updated release notes | Micael Karlberg | |
2013-01-09 | [snmp] Updated release notes | Micael Karlberg | |
2012-12-20 | [snmp/manager] Updated release notes | Micael Karlberg | |
OTP-10027 | |||
2012-12-20 | [snmp/manager] Updated manager test suite to use only the api | Micael Karlberg | |
Updated manager test suite to use only the api. The test cases that tested the old api (01), are now skipped. OTP-10027 | |||
2012-10-30 | Fix typo in snmpm doc | Luca Favatella | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-02 | [snmp] Update release notes and add appup instructions | Micael Karlberg | |
2012-08-02 | [snmp] Updated release notes | Micael Karlberg | |
2012-08-01 | Merge branch 'bmk/snmp/agent/vacmAccessTable-RowStatus-handling/OTP-10164' ↵ | Micael Karlberg | |
into bmk/snmp/snmp4221_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2012-08-01 | Merge branch 'bmk/snmp/bad_decode_TimeTicks/maint/OTP-10132' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4221_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2012-08-01 | Merge branch 'bmk/snmp/manager/log_to_io/OTP-10066' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4221_integration | |||
2012-08-01 | [snmp] Add proper version, release notes and appup instruction | Micael Karlberg | |
2012-08-01 | [snmp] Add release notes, appup instruction and proper version | Micael Karlberg | |
2012-07-11 | Merge branch 'bmk/snmp/bad_decode_TimeTicks/maint-r15/OTP-10132' into ↵ | Micael Karlberg | |
bmk/snmp/bad_decode_TimeTicks/maint/OTP-10132 | |||
2012-07-10 | Fixed problem with TimeTicks decode | Micael Karlberg | |
The decoder had a problem with data of type TimeTicks. Also, the handling of invalid values (value out of range) was bad for both TimeTicks and Unsigned32. OTP-10132 | |||
2012-07-10 | Fixed pdf text "overflow" problems in the documentation | Micael Karlberg | |