Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-25 | KNF; | Xavier Santolaria | |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria | |
2005-07-11 | we aren't using cvs_history_print() right now | Joris Vink | |
2005-06-30 | missing method checks in pre_exec handler. | Joris Vink | |
ok xsa@ | |||
2005-06-28 | send the date (-D) here too .. | Xavier Santolaria | |
+ some style nitpicks to be consistent w/ the rest of the code; | |||
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria | |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria | |
the same... ok jfb joris | |||
2005-05-29 | handle -r option; | Xavier Santolaria | |
2005-05-27 | - add missing options | Xavier Santolaria | |
- correctly handle -a and -u flags ok joris jfbeers | |||
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau | |
fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris | |||
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink | |
what exactly went wrong in case of an error. ok jfb@ | |||
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink | |
anymore. | |||
2005-04-11 | remove EX_USAGE error codes | Joris Vink | |
ok jfb@ | |||
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria | |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink | |
eliminates a lot of duplicate code. ok jfb@ | |||
2005-02-28 | do not forget to call cvs_connect() when we are using a remote cvs server. | Joris Vink | |
ok jfb@ | |||
2005-01-31 | perform error checking on all the protocol calls | Jean-Francois Brousseau | |
2005-01-31 | don't crash if we have no valid CVSROOT string | Jean-Francois Brousseau | |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau | |
take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | |||
2004-07-29 | No more cvs_root | Jean-Francois Brousseau | |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |