Age | Commit message (Expand) | Author |
2005-03-05 | add -V to usage(); | Jason McIntyre |
2005-03-05 | fix SEE ALSO; | Jason McIntyre |
2005-03-05 | basic implementation of the rcs(1) tool, very useful in debugging the | Jean-Francois Brousseau |
2005-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink |
2005-03-05 | add functions to retrieve and set the comment leader for an RCS | Jean-Francois Brousseau |
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau |
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau |
2005-03-05 | identify ID tokens correctly and fix parsing of RCS files containing | Jean-Francois Brousseau |
2005-03-05 | unbreak the RCS_KWEXP_INVAL() macro | Jean-Francois Brousseau |
2005-03-05 | functions to manage the locking mode of RCS file | Jean-Francois Brousseau |
2005-03-05 | make sure that errors from cvs_file_lget() cascade down instead of | Jean-Francois Brousseau |
2005-03-04 | add missing 'add' request in cvs_request table. | Joris Vink |
2005-03-04 | add real support for the `access' keyword, both in parsing and | Jean-Francois Brousseau |
2005-03-04 | missing -F in `tag' synopsis; | Jason McIntyre |
2005-03-04 | make `cvs tag' consistent w/ `cvs rtag'; ok jmc joris | Xavier Santolaria |
2005-03-03 | allow for the creation of RCS files that have no revisions, | Jean-Francois Brousseau |
2005-03-02 | add a flag to identify the base directory in file hierarchies. | Joris Vink |
2005-03-02 | document `cvs rtag'; ok joris jmc | Xavier Santolaria |
2005-03-02 | - rcs_write() is now static | Jean-Francois Brousseau |
2005-03-02 | - make sure we are using a remote method before calling | Joris Vink |
2005-03-01 | fix call to rcs_open() so the file gets created, and remove the | Jean-Francois Brousseau |
2005-03-01 | document `cvs rdiff'; ok joris jmc | Xavier Santolaria |
2005-02-28 | do not forget to call cvs_connect() when we are using a remote cvs server. | Joris Vink |
2005-02-28 | update my email address. | Joris Vink |
2005-02-27 | Many improvements to the RCS support: | Jean-Francois Brousseau |
2005-02-26 | spelling fixes | David Krause |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau |
2005-02-25 | exit with an error message if cvs_file_init() fails | Jean-Francois Brousseau |
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau |
2005-02-25 | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | Xavier Santolaria |
2005-02-22 | more error checking on protocol calls when running in client mode | Jean-Francois Brousseau |
2005-02-22 | use the file's name, and not its full path, when building the path to | Jean-Francois Brousseau |
2005-02-22 | unused variable | Jean-Francois Brousseau |
2005-02-22 | get rid of code that shouldn't have made it in there | Jean-Francois Brousseau |
2005-02-22 | Split the cvs daemon into two different processes: cvsd and cvsd-child. | Jean-Francois Brousseau |
2005-02-22 | - support -c and -s to retrieve the module list | Jean-Francois Brousseau |
2005-02-22 | set the standard request socket path to /var/run/cvsd.sock | Jean-Francois Brousseau |
2005-02-22 | give the `noop' request its own handler, it definitely does not need | Jean-Francois Brousseau |
2005-02-22 | when a log message is generated by the server and is sent to | Jean-Francois Brousseau |
2005-02-22 | do not leak a file pointer in case of error | Jean-Francois Brousseau |
2005-02-21 | document `cvs log'; ok jmc | Xavier Santolaria |
2005-02-17 | only increase the reference count on the cvsroot structure when it | Jean-Francois Brousseau |
2005-02-16 | get rid of unneeded whitespace | Jean-Francois Brousseau |
2005-02-16 | basic repository handling code, not plugged yet | Jean-Francois Brousseau |
2005-02-16 | properly initialize the syslog_data structure | Jean-Francois Brousseau |
2005-02-16 | more `cvs history' documentation about the columns added to | Xavier Santolaria |
2005-02-15 | set the close-on-exec flag on the parent's local socket descriptor | Jean-Francois Brousseau |
2005-02-15 | remove the LP_FILTER_TOGGLE operation, which is really pointless, and | Jean-Francois Brousseau |
2005-02-15 | avoid crashing when setting a variable with cvsd_set() that was not | Jean-Francois Brousseau |
2005-02-14 | use .Pa for paths, not .Ar; ok jmc | Xavier Santolaria |