Age | Commit message (Expand) | Author |
2017-06-01 | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. | Joris Vink |
2016-10-15 | Quiet compiler warnings. OK tomc@ tb@ | Todd C. Miller |
2016-10-13 | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. | Frederic Cambus |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-01-08 | unsigned char for ctype. ok deraadt | Okan Demirmen |
2013-06-03 | properly handle commitid tokens found in rcs files | joshua stein |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-03-26 | "Logging dirname" needs to be properly shown when running log/rlog. | Joris Vink |
2009-03-23 | remove debug, bleh | Joris Vink |
2009-03-23 | add rlog -d support, ported from openrcs by | Joris Vink |
2008-09-12 | Move the revision selection in front of output, so errors won't mix up | Tobias Stoeckmann |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-09 | log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify, | Joris Vink |
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann |
2008-02-09 | make sure we do not call rcsnum_addmagic() directly on | Joris Vink |
2008-02-09 | - always remove the additional .0 from magic branches, even when | Joris Vink |
2008-02-04 | r* commands have their own usage; don't check usage of their working dir | Tobias Stoeckmann |
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 |