aboutsummaryrefslogtreecommitdiff
path: root/lib/parse_ini.c
AgeCommit message (Expand)Author
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-04Make extra-opts (C plugins) behave more like N::P:Gravatar Thomas Guyot-Sionnest
2008-08-21Typos in commentsGravatar Thomas Guyot-Sionnest
2008-04-04make parse_ini die like in N::P if section isn't foundGravatar Thomas Guyot-Sionnest
2008-04-02- Add --enable-extra-opts configure option for compiling extra-opts supportGravatar Thomas Guyot-Sionnest
2008-04-01fix the obvious...Gravatar Thomas Guyot-Sionnest
2008-03-31Fix for last commit - I accidentaly broke my local Makefile and tests weren't...Gravatar Thomas Guyot-Sionnest
2008-03-26write ini-file lookup function + testsGravatar Thomas Guyot-Sionnest
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Gravatar Thomas Guyot-Sionnest
2008-03-15parse_ini now reads the default section if the request one can't be found.Gravatar Thomas Guyot-Sionnest
2008-03-15Oops - this line shouldn't have been here (doesn't even work anyways) ;)Gravatar Thomas Guyot-Sionnest
2008-03-15- Make equal-less parameters illegalGravatar Thomas Guyot-Sionnest
2008-03-15Fix handling of leading and trailing spaces in stanzaGravatar Thomas Guyot-Sionnest
2008-03-15Fix segfault in test_ini.c and uncomment the affected testsGravatar Thomas Guyot-Sionnest
2008-03-15This commit consist of two changes:Gravatar Thomas Guyot-Sionnest
2008-01-30Bump /lib to GPLv3Gravatar Thomas Guyot-Sionnest
2008-01-30new standardized GPLv3 header (will be applied to all C files)Gravatar Thomas Guyot-Sionnest
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapGravatar Ton Voon
2007-02-06initial version of ini file parsing routines in CGravatar M. Sean Finney