index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib-config
Age
Commit message (
Expand
)
Author
2018-04-08
Make config_write more atomic to prevent truncation when out of space
dequis
2016-11-29
Enforce the is_node_list contract in lib-config setters.
LemonBoy
2015-04-20
Change g_hash_table_contains() for compatibility with glib < 2.32
Peder Stray
2015-04-17
Merge pull request #199 from ailin-nemui/config-parser
Alexander Færøy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2015-02-17
Make the config parser more robust
Ailin Nemui
2015-02-17
Warn the user instead of crashing on wrong config
Ailin Nemui
2015-02-17
add CONFIG_REC to config_node_section* APIs
Ailin Nemui
2014-12-16
Die if the wrong type of node is found when traversing config
David Leadbeater
2014-06-27
s/INCLUDES/AM_CPPFLAGS/g
Dave Reisner
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2009-10-23
Add forgotten g_io_channel_set_close_on_unref call to close the config file fd
Emanuele Giaquinta
2009-02-08
Code Cleanup:
Alexander Færøy
2009-01-16
Use an io channel to write the config file.
Emanuele Giaquinta
2009-01-14
Remove unused and odd function.
Emanuele Giaquinta
2009-01-14
Fix typos.
Emanuele Giaquinta
2008-11-12
Simplify, use 'o' printf conversion specifier to print number in octal.
Emanuele Giaquinta
2008-03-11
Move lib-config typedefs in iconfig.h.
Emanuele Giaquinta
2008-03-11
Document config_node_set_str.
Emanuele Giaquinta
2008-03-11
Fix typos.
Emanuele Giaquinta
2008-03-11
Keep documentation for public api only in headers to avoid duplication.
Emanuele Giaquinta
2008-01-21
Remove .cvsignore files.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-01-11
Allow identifiers to start with a digit, bug #177.
Emanuele Giaquinta
2004-05-10
noinst_HEADERS -> pkginc_HEADERS
Timo Sirainen
2002-10-25
config_node_nth() and config_node_index() don't count comments in config
Timo Sirainen
2002-05-17
removed useless functions
Timo Sirainen
2002-02-15
renamed old config_node_index() to config_node_nth(). added new
Timo Sirainen
2002-01-27
toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some
Timo Sirainen
2001-11-19
Removed memory debugging code. It's a lot easier to check for buffer
Timo Sirainen
2001-11-05
Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...
Timo Sirainen
2001-09-22
added config_node_first() function to get the first non-comment node.
Timo Sirainen
2001-09-22
config_node_next() - Returns the next non-comment node in list. Use this
Timo Sirainen
2001-05-11
config_node_remove() - NULL parent is treated as root node
Timo Sirainen
2001-02-06
'=' isn't really necessary, warn if it's missing but don't fail without
Timo Sirainen
2001-01-07
Don't write indent spaces to empty lines
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-16
Config file handle wasn't closed if config_write_block() failed
Timo Sirainen
2000-12-02
config_close() didn't work correctly when config was parsed from string
Timo Sirainen
2000-11-26
config changes, CONFIG_REC is now required parameter for
Timo Sirainen
2000-11-26
some updates for checking when to not autosave config.
Timo Sirainen
2000-11-26
Added modify counter which is increased every time something is changed
Timo Sirainen
2000-11-23
more enum fixes
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-09-06
config_node_clear() didn't work right.
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-16
Small memleak fixed
Timo Sirainen
2000-08-01
fix
Timo Sirainen
2000-07-10
Enabled lots of GCC warnings, fixed those that were easy to fix.
Timo Sirainen
[next]