Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: quit using `!` as comment out symbol in config files | Koichiro IWAO | 2018-02-20 | 1 | -1/+1 |
| | | | | | | | | | It is not used anywhere in default config. Some config like `tls_ciphers` might contain `!` like this: tls_ciphers=FIPS:!aNULL:!eNULL Fixes #1033. | ||||
* | pass through except for the first '=' | Koichiro IWAO | 2017-08-01 | 1 | -1/+1 |
| | | | | | | if "foo=ba=r" is found in ini files, it should be parsed like this. key : foo value : ba=r | ||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -10/+10 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | common: updates for file.c | Jay Sorg | 2016-02-09 | 1 | -23/+32 |
| | |||||
* | Merge pull request #273 from gschwind/devel | jsorg71 | 2016-02-08 | 1 | -75/+48 |
|\ | | | | | fix wrong handle of commented section in configuration file. | ||||
| * | fix wrong handle of commented section in configuration file. | Benoit Gschwind | 2015-08-19 | 1 | -75/+48 |
| | | | | | | | | | | | | | | | | | | - fix parssing of commented section like the line: #[section_name] or ![section_name] - add few comments - improve redability | ||||
* | | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -2/+2 |
|/ | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -3/+3 |
| | |||||
* | common: increase file maxline size to 2048 | Jay Sorg | 2014-06-18 | 1 | -13/+36 |
| | |||||
* | common: no logic change, update comments | Jay Sorg | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | common: fix for when [] is in comment | Jay Sorg | 2013-04-25 | 1 | -3/+12 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -269/+299 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | common: allow env vars to override .ini settings when value start with $ | Jay Sorg | 2012-03-16 | 1 | -2/+18 |
| | |||||
* | update copyright year | Jay Sorg | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | allow ';' for comment too | jsorg71 | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added by_name functions that can read any file size | jsorg71 | 2007-10-28 | 1 | -9/+86 |
| | |||||
* | tbus | jsorg71 | 2007-10-27 | 1 | -3/+3 |
| | |||||
* | added g_strtrim | jsorg71 | 2007-10-27 | 1 | -0/+2 |
| | |||||
* | fix for file_read_line | jsorg71 | 2007-01-15 | 1 | -14/+28 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | commit patch 1589325, slightly modified - code cleanup | jsorg71 | 2006-11-04 | 1 | -1/+1 |
| | |||||
* | make some functions static per 1579343 | jsorg71 | 2006-10-24 | 1 | -2/+2 |
| | |||||
* | copyright changes on some files | jsorg71 | 2006-10-12 | 1 | -14/+16 |
| | |||||
* | allow comments starting with # or cvs diff | jsorg71 | 2006-07-21 | 1 | -6/+18 |
| | |||||
* | use strcasecmp when comparing | jsorg71 | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | copyright year updates | jsorg71 | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | return error if can't find section | jsorg71 | 2005-09-29 | 1 | -1/+2 |
| | |||||
* | move rsa keys to a file and load at connection | jsorg71 | 2005-09-26 | 1 | -5/+5 |
| | |||||
* | case insesitive file sections | jsorg71 | 2005-09-25 | 1 | -6/+15 |
| | |||||
* | moved some files around | jsorg71 | 2005-06-28 | 1 | -0/+221 |