openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
Nini .NET configuration library
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1 of 9
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #3 from roman-yagodin/patch-1
Brent Matzelle
More...
about 10 years ago
Merge pull request #2 from roman-yagodin/master
Brent Matzelle
More...
about 10 years ago
Short info about using MonoDevelop to build Nini
roman-yagodin
as Roman M. Yagodin
More...
about 10 years ago
Remove unnecessary assignment
roman-yagodin
as Roman M. Yagodin
More...
about 10 years ago
Cleaned up files for modern hierarchy.
Brent Matzelle
More...
almost 11 years ago
Added VB6 port of Nini Library.
Brent Matzelle
More...
about 17 years ago
Fixed a null reference exception in the IniWriter class.
Brent Matzelle
More...
over 18 years ago
This adds .NET 2.0 build support along with some minor changes for the 1.1 release.
Brent Matzelle
More...
almost 19 years ago
Split up the manual into a table of contents and 5 chapters. Simplified the HTML and improved the CSS. Added the ExpandKeyValues documentation.
Brent Matzelle
More...
almost 19 years ago
This fixes a major bug in the Argv parser. It also adds "true" and "false" as default aliases.
Brent Matzelle
More...
almost 19 years ago
Updated all file copyright text to 2006. Updated the Examples projects files to Visual Studio 2003.
Brent Matzelle
More...
almost 19 years ago
This adds better INI support, fixes a GetExpanded bug, and updates the build.
Brent Matzelle
More...
almost 19 years ago
This adds Load methods to all INI and XML based classes so that the creation code does not need to occur only in the constructor.
Brent Matzelle
More...
almost 19 years ago
This adds MySQL INI support and fixes a small DotNetConfigSource bug.
Brent Matzelle
More...
almost 19 years ago
This provides a method to expand key values without replacing the values in the IConfigSource.
Brent Matzelle
More...
almost 19 years ago
Added Registry config saving and key remove support. Updated documentation.
Brent Matzelle
More...
almost 19 years ago
This fixes several long-standing bugs.
Brent Matzelle
More...
almost 19 years ago
Fixes a bug where the comment in key value causes truncated return value.
Brent Matzelle
More...
about 19 years ago
This fixes an infinite recursion bug with the ReplaceKeyValues feature. * ConfigSourceBase.cs Replace: Added a catch for the infinite recursion error along with a nice error message. * ConfigSourceBaseTests.cs ReplaceKeyInfiniteRecursion: Tests the infinite recursion bug.
Brent Matzelle
More...
over 19 years ago
Made some changes to make it XHTML compliant.
Brent Matzelle
More...
over 19 years ago
Updated version to 1.0.0.
Brent Matzelle
More...
over 19 years ago
Fixed the HTML to fit with the new web site.
Brent Matzelle
More...
over 19 years ago
Added a section on using events with Nini. Cleaned up some URLs with tinyurl.com.
Brent Matzelle
More...
over 19 years ago
Added some CSS and JavaScript so that users can hide or display the Table of Contents, VB.NET or C# code.
Brent Matzelle
More...
over 19 years ago
Added all new classes, delegates, methods, properties, and events for the nearing 1.0 release.
Brent Matzelle
More...
over 19 years ago
Added rename (Name set property) and Contains methods to IConfig classes. * IConfig.cs, ConfigBase.cs Contains: New method that returns true if the key is contained in the hashtable. Name: Now has a set accessor that renames the IConfig with it's ConfigSource. * ConfigBaseTests.cs General: Moved several Get* methods from INI tests to here because they make more sense. Rename: Test for the Name property get accessor. Contains: Simple test for the Contains method. * NiniTest.csproj Added the ConfigBaseTest.cs class.
Brent Matzelle
More...
over 19 years ago
Just includes a couple small fixes. * ConfigSourceBaseTests.cs ConfigSourceEvents: Added a file deletion to clean up the test directory. * Nini.build run-mono-build: Now passes in the USE_STRONG argument so that Mono builds will be built with strong names.
Brent Matzelle
More...
over 19 years ago
Adds Save(Stream) to all IConfigSource classes. It also fixes a DotNetConfigSource crash bug. * DotNetConfigSource, LoadSections, RemoveSections, MergeDocumentIntoConfigs: Now if there is no configSections node then Nini will not throw an exception. * IniDocument, XmlConfigSource, IConfigSource, IniConfigSource, DotNetConfigSource Save: New Save method override that accepts a Stream. * IniDocument, XmlConfigSource, IConfigSource, IniConfigSource, DotNetConfigSource Tests SaveToStream: Test for the new Save(Stream) methods. * DotNetConfigSource: NoConfigSectionsNode: Added a test for documents with no configSections node.
Brent Matzelle
More...
over 19 years ago
This commit makes the IConfigSource.Reload method preserve references and fixes some bugs.
Brent Matzelle
More...
over 19 years ago
This fixes a parse error file in use error. * IniDocument.cs, Load: Closes the file on an exception. * IniConfigSourceTests, FileClosedOnParseError: Tests the parse error closing code.
Brent Matzelle
More...
over 19 years ago
←
1
2
3
4
5
6
7
8
9
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree