| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 1 | -5/+4 |
* | fix indentation |  joris | 2017-05-31 | 1 | -2/+2 |
* | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. |  fcambus | 2016-10-13 | 1 | -4/+4 |
* | Use the correct type for p. From Joris Vink. |  fcambus | 2016-10-12 | 1 | -2/+3 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -5/+5 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | Move some global variables/statics to locals, from Michael W |  nicm | 2011-12-27 | 1 | -2/+2 |
* | Check date_parse return values. |  ray | 2010-07-30 | 1 | -2/+3 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -4/+4 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 1 | -2/+2 |
* | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. |  tobias | 2008-06-14 | 1 | -3/+4 |
* | Check if RCS file exists before trying to retrieve revisions for annotate, |  tobias | 2008-06-09 | 1 | -3/+2 |
* | rannotate needs at least one module as argument. |  tobias | 2008-03-02 | 1 | -2/+6 |
* | Print the right synopsis for commands on error (especially if commands |  tobias | 2008-03-02 | 1 | -2/+4 |
* | properly initialize cvs_specified_date so we dont end up with |  joris | 2008-02-10 | 1 | -2/+2 |
* | If no revision or date has been specified, default to HEAD. |  tobias | 2008-02-09 | 1 | -2/+3 |
* | Get date support into annotate, too. |  tobias | 2008-02-09 | 1 | -2/+8 |
* | r* commands have their own usage; don't check usage of their working dir |  tobias | 2008-02-04 | 1 | -2/+3 |
* | trailing space police; |  joris | 2008-02-04 | 1 | -5/+5 |
* | Do not unify this "-fr UNKNOWN" handling, it breaks commands which have |  tobias | 2008-02-03 | 1 | -1/+6 |
* | Although this doesn't comply to common sense, it complies to GNU cvs. All |  tobias | 2008-02-02 | 1 | -7/+1 |
* | Sync `rannotate' synopsis. r* commands work on repository modules. |  xsa | 2008-02-02 | 1 | -2/+2 |
* | Added rannotate support |  tobias | 2008-02-01 | 1 | -6/+30 |
* | Another GNU cvs weirdo: During annotate, invalid revisions are allowed if |  tobias | 2008-02-01 | 1 | -1/+7 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+2 |
* | Properly handle -R -- although it is default, it may be overwritten mit -l |  tobias | 2008-01-28 | 1 | -1/+2 |
* | Added proper support for branch revisions in annotate. |  tobias | 2007-10-09 | 1 | -14/+31 |
* | Properly parse supplied symbols with -r argument. |  tobias | 2007-10-09 | 1 | -3/+11 |
* | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to |  tobias | 2007-10-09 | 1 | -4/+4 |
* | various style cleanups: |  tobias | 2007-10-09 | 1 | -32/+34 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -2/+2 |
* | Added annotate support for local and remote repositories. Behaves like |  tobias | 2007-09-13 | 1 | -6/+64 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+4 |
* | remove the cvs_file_classify() `loud' argument, it was used |  joris | 2007-02-09 | 1 | -2/+2 |
* | nuke the the very evil rcs_getrev() stuff |  joris | 2007-01-13 | 1 | -39/+2 |
* | rework opencvs so that we can deal with binary files. previously we assumed all files were ascii, |  niallo | 2007-01-11 | 1 | -2/+4 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -1/+2 |
* | don't process the file if its status is FILE_UNLINK. |  xsa | 2006-11-27 | 1 | -2/+4 |
* | Bring back basic annotate command. Needs more work. |  xsa | 2006-11-15 | 1 | -0/+153 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -183/+0 |
* | strerror() -> rcs_errstr() when passing rcs_errno as argument; |  xsa | 2006-01-30 | 1 | -2/+2 |
* | more errors handling cleanup; |  xsa | 2006-01-27 | 1 | -4/+4 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -9/+2 |
* | minor style nits; |  xsa | 2005-12-30 | 1 | -2/+2 |
* | major cleanup of the functions handling the remote cvs protocol. |  joris | 2005-12-30 | 1 | -31/+15 |
* | cvs_rcs_getpath() cannot fail anymore; |  xsa | 2005-12-22 | 1 | -3/+2 |
* | KNF; |  xsa | 2005-07-25 | 1 | -5/+5 |
* | <sys/param.h> is already included in "cvs.h", no need to duplicate; |  xsa | 2005-07-21 | 1 | -2/+1 |
* | more use of cvs_rcs_getpath(); |  xsa | 2005-07-14 | 1 | -13/+3 |
* | zap unused variable |  joris | 2005-07-11 | 1 | -2/+1 |