Age | Commit message (Expand) | Author |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-09 | Check if RCS file exists before trying to retrieve revisions for annotate, | Tobias Stoeckmann |
2008-03-02 | rannotate needs at least one module as argument. | Tobias Stoeckmann |
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-09 | If no revision or date has been specified, default to HEAD. | Tobias Stoeckmann |
2008-02-09 | Get date support into annotate, too. | Tobias Stoeckmann |
2008-02-04 | r* commands have their own usage; don't check usage of their working dir | Tobias Stoeckmann |
2008-02-04 | trailing space police; | Joris Vink |
2008-02-03 | Do not unify this "-fr UNKNOWN" handling, it breaks commands which have | Tobias Stoeckmann |
2008-02-02 | Although this doesn't comply to common sense, it complies to GNU cvs. All | Tobias Stoeckmann |
2008-02-02 | Sync `rannotate' synopsis. r* commands work on repository modules. | Xavier Santolaria |
2008-02-01 | Added rannotate support | Tobias Stoeckmann |
2008-02-01 | Another GNU cvs weirdo: During annotate, invalid revisions are allowed if | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | Properly parse supplied symbols with -r argument. | Tobias Stoeckmann |
2007-10-09 | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to | Tobias Stoeckmann |
2007-10-09 | various style cleanups: | Tobias Stoeckmann |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
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-13 | nuke the the very evil rcs_getrev() stuff | Joris Vink |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2007-01-11 | in a remote setup: | Joris Vink |
2006-11-27 | don't process the file if its status is FILE_UNLINK. | Xavier Santolaria |
2006-11-15 | Bring back basic annotate command. Needs more work. | Xavier Santolaria |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | 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-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-14 | more use of cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-11 | zap unused variable | Joris Vink |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-07-04 | start server support for annotate command + some cleanup; ok joris@. | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-30 | -D and -r can be used simultaneously, pointed out by marc@ and thus | Xavier Santolaria |
2005-05-29 | correct error message... | Xavier Santolaria |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |