Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-02 | allow our parsing functions to stop parsing a config file at | Joris Vink | |
any given time. will come in handy for CVSROOT/loginfo and CVSROOT/commitinfo | |||
2008-02-04 | more CVSROOT/modules stuff: | Joris Vink | |
- support for -i flag: Run "prog" on "cvs commit" from top-level of module. - fix some memory leaks in modules.c - pass the line number from cvs_read_config() towards the callbacks so its easier to print out where it's going wrong, if it ever does. OK tobias@ | |||
2008-02-01 | introduce cvs_read_config() which will be used as a general | Joris Vink | |
handler to open and read configuration files in CVSROOT/ change cvs_parse_configfile() to use cvs_read_config() instead; ok tobias@ | |||
2007-11-09 | An umask is octet not decimal. This means we cannot use strtonum() to | Tobias Stoeckmann | |
parse it due to base 10. Instead strtol() with base 8 must be used. | |||
2007-10-18 | Avoid memory leak if tag is defined multiple times in CVSROOT/config. | Tobias Stoeckmann | |
OK ray@, xsa@ | |||
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria | |
Matches GNU's behaviour. OK ray@. | |||
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek | |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria | |
functionality w/ xsnprintf(); Initial diff started by thib@. OK thib@ joris@. | |||
2007-01-25 | do not use strlcpuy on a buffer filled by fgetln, since fgetln does | Otto Moerbeek | |
not NUL-terminate. ok xsa@ | |||
2006-12-07 | add config file path in debug message. | Xavier Santolaria | |
2006-12-04 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink | |
2006-05-28 | teach opencvs about the dlimit keyword in CVSROOT/config. | Joris Vink | |
put some trace messages in place while im here. | |||
2006-05-27 | handle comments and leading spaces correctly | Joris Vink | |
in CVSROOT/config | |||
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink | |
'umask' keyword right now. |