3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from roman-yagodin/patch-1 More... over 11 years ago
Merge pull request #2 from roman-yagodin/master More... over 11 years ago
Short info about using MonoDevelop to build Nini
roman-yagodin
as Roman M. Yagodin
More... over 11 years ago
Remove unnecessary assignment
roman-yagodin
as Roman M. Yagodin
More... over 11 years ago
Cleaned up files for modern hierarchy. More... over 12 years ago
Added VB6 port of Nini Library. More... over 18 years ago
Fixed a null reference exception in the IniWriter class. More... about 20 years ago
This adds .NET 2.0 build support along with some minor changes for the 1.1 release. More... over 20 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. More... over 20 years ago
This fixes a major bug in the Argv parser. It also adds "true" and "false" as default aliases. More... over 20 years ago
Updated all file copyright text to 2006. Updated the Examples projects files to Visual Studio 2003. More... over 20 years ago
This adds better INI support, fixes a GetExpanded bug, and updates the build. More... over 20 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. More... over 20 years ago
This adds MySQL INI support and fixes a small DotNetConfigSource bug. More... over 20 years ago
This provides a method to expand key values without replacing the values in the IConfigSource. More... over 20 years ago
Added Registry config saving and key remove support. Updated documentation. More... over 20 years ago
This fixes several long-standing bugs. More... over 20 years ago
Fixes a bug where the comment in key value causes truncated return value. More... almost 21 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. More... almost 21 years ago
Made some changes to make it XHTML compliant. More... about 21 years ago
Updated version to 1.0.0. More... about 21 years ago
Fixed the HTML to fit with the new web site. More... about 21 years ago
Added a section on using events with Nini. Cleaned up some URLs with tinyurl.com. More... about 21 years ago
Added some CSS and JavaScript so that users can hide or display the Table of Contents, VB.NET or C# code. More... about 21 years ago
Added all new classes, delegates, methods, properties, and events for the nearing 1.0 release. More... about 21 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. More... about 21 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. More... about 21 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. More... about 21 years ago
This commit makes the IConfigSource.Reload method preserve references and fixes some bugs. More... about 21 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. More... about 21 years ago