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
/
get.c
Age
Commit message (
Expand
)
Author
2015-04-20
Change g_hash_table_contains() for compatibility with glib < 2.32
Peder Stray
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-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2009-02-08
Code Cleanup:
Alexander Færøy
2009-01-14
Remove unused and odd function.
Emanuele Giaquinta
2008-03-11
Keep documentation for public api only in headers to avoid duplication.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
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-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
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
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-06-06
If config_node_get_str() is given NULL node, return the given default.
Timo Sirainen
2000-05-10
iconfig's caching was a bit buggy - it didn't notice if some config node was
Timo Sirainen
2000-04-26
rest of the ~rewrite?
Timo Sirainen
2000-04-14
section can be NULL - which is same as "". Fixed several functions to allow
Timo Sirainen
2000-04-14
Sorry for a big update - I still don't have internet connection at home
Timo Sirainen