summaryrefslogtreecommitdiff
path: root/confget_common.c
Commit message (Expand)AuthorAge
* Minimize variables' scope by using C99 declarations.Peter Pentchev2016-04-04
* Remove the $Ringlet VCS tags.Peter Pentchev2016-04-04
* Make some errors immediately fatal.Peter Pentchev2016-04-04
* Use the C99 'bool' type.Peter Pentchev2016-04-04
* Clean up some strcmp() use.Peter Pentchev2016-04-04
* Replace _{GNU,BSD}_SOURCE with _{POSIX_C,XOPEN}_SOURCE.Peter Pentchev2016-04-04
* Define CONFGET_MAKEDEP instead of HAVE_GETLINE.Peter Pentchev2012-10-10
* Autodetect getline() or fgetln().Peter Pentchev2012-10-09
* The "-f filename" command-line option is actually optional, not mandatory -Peter Pentchev2008-10-25
* Implement the http_get configuration source. To this end:Peter Pentchev2008-10-25
* If "-" is specified as the config file name, read from stdin.Peter Pentchev2008-10-23
* Null out the config file variable after closing the file.Peter Pentchev2008-10-14
* "fp" is too generic for a global variable, rename it to "conffile".Peter Pentchev2008-10-14
* Make sure that either HAVE_GETLINE or HAVE_FGETLN is defined at build time.Peter Pentchev2008-10-14
* Argh. Fix a kind of a off-by-one error.Peter Pentchev2008-10-13
* Support getline(3) if HAVE_GETLINE is defined in CFLAGS.Peter Pentchev2008-10-13
* Break out the read-line-from-a-file logic into the confgetline() routinePeter Pentchev2008-10-13
* Move some common routines to a confget_common.c.Peter Pentchev2008-10-13