Age | Commit message (Expand) | Author |
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria |
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-12 | Added missing break statements. | Tobias Stoeckmann |
2008-01-10 | Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog with | Tobias Stoeckmann |
2007-09-24 | oops i was suppose to pass cvs_directory_tag to cvs_file_classify(). | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-07-17 | Correct function name in error string. | Xavier Santolaria |
2007-07-17 | Simplify the way we check wether the issued command is `log' or `rlog'. | Xavier Santolaria |
2007-07-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-26 | add support for cvs rlog. | Niall O'Higgins |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2006-11-10 | fix -w | Xavier Santolaria |
2006-11-08 | [-s states] and [-w logins] bits. | Xavier Santolaria |
2006-10-24 | bring back support for -h, -N, -R, and -t. | Xavier Santolaria |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-02 | various spelling fixes | David Krause |
2006-05-30 | change cvs_file_classify here to, forgot to commit this | Joris Vink |
2006-05-29 | add trace messages for debugging purpose | Joris Vink |
2006-05-29 | i forgot to handle directories inside the 'log' code, | Joris Vink |
2006-05-28 | teach log how to handle the revisions passed on the command line. | Joris Vink |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
2006-02-06 | - use bitwise flags | Xavier Santolaria |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-29 | RCS_PARSE_FULLY needed here too, as in rlog(1); | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | minor style nits; | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria |
2005-11-03 | output tweaks; | Xavier Santolaria |
2005-08-08 | zap unused var; | Xavier Santolaria |
2005-08-05 | minor KNF; | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-19 | missing CF_IGNORE, CF_NOSYMS and CF_SORT flags. | Joris Vink |
2005-07-15 | if a file has been locally added and not committed, handle it with proper | Xavier Santolaria |
2005-07-14 | use cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-11 | display warning message about an unknown file only if -Q is not specified; | Xavier Santolaria |
2005-07-11 | display info message only if -q is not specified; | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-07-01 | || should && instead ... | Xavier Santolaria |