| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use FILE_ON_DISK flags when we need to verify if a file |  joris | 2009-02-21 | 1 | -3/+3 |
* | Some conformance fixes: |  ragge | 2008-06-23 | 1 | -2/+3 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -3/+1 |
* | Run cvs_remove_force only if -f has been specified. |  tobias | 2008-06-14 | 1 | -7/+9 |
* | kill debug printf |  joris | 2008-06-08 | 1 | -2/+1 |
* | properly handle FILE_UPTODATE and FILE_LOST |  joris | 2008-06-08 | 1 | -2/+3 |
* | Properly build up path to description files (descr entry in RCS files if |  tobias | 2008-06-08 | 1 | -2/+2 |
* | add checkout/update -j support. |  joris | 2008-03-08 | 1 | -3/+3 |
* | Introduce cvs_ent_line_str() - formats CVS/Entries lines. |  xsa | 2008-02-09 | 1 | -4/+4 |
* | Sticky tags must have a 'T' in front of them in CVS/Entries. |  tobias | 2008-02-06 | 1 | -3/+8 |
* | Added -k flag support for all commands which support it. |  tobias | 2008-02-04 | 1 | -4/+5 |
* | 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 |
* | another strcspn() round |  tobias | 2008-01-10 | 1 | -3/+2 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -2/+2 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-28 | 1 | -2/+2 |
* | 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 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -8/+3 |
* | when we specify the 'f' flag do not bother removing files that |  joris | 2007-01-27 | 1 | -3/+3 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -1/+2 |
* | make sure remove -f also works in remote setup |  joris | 2007-01-03 | 1 | -10/+22 |
* | add support for 'remove' in a remote setup. |  joris | 2007-01-03 | 1 | -8/+13 |
* | no need to send -f to the server; this flag has effect |  xsa | 2006-12-14 | 1 | -4/+1 |
* | - handle global -n flag in conjunction with remove -f. |  xsa | 2006-11-06 | 1 | -4/+5 |
* | a step ahead in opencvs add|remove remote support. |  xsa | 2006-10-31 | 1 | -12/+33 |
* | kill local and remote callback and just have one called fileproc. |  joris | 2006-06-19 | 1 | -3/+2 |
* | in preparation for the new remote code, proto.h becomes obsolete. |  joris | 2006-06-16 | 1 | -3/+2 |
* | dont check for FILE_UNKNOWN twice, |  joris | 2006-05-31 | 1 | -7/+1 |
* | correctly handle unknown file in remove |  joris | 2006-05-30 | 1 | -1/+8 |
* | fill in the correct revision number we will want in file_rcsrev |  joris | 2006-05-30 | 1 | -2/+2 |
* | prettier output when removing files; |  joris | 2006-05-30 | 1 | -14/+13 |
* | fix pasto |  xsa | 2006-05-29 | 1 | -3/+3 |
* | remove likes some CR_RECURSE_DIRS luvin' too. |  joris | 2006-05-29 | 1 | -1/+5 |
* | add remove support, hacked by xsa@ but lots of modifications |  joris | 2006-05-29 | 1 | -0/+186 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -239/+0 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -4/+4 |
* | zap more unused variables. |  xsa | 2006-03-16 | 1 | -3/+1 |
* | errors handling cleaning here too; |  xsa | 2006-01-27 | 1 | -6/+7 |
* | snprintf() cleanup; OK niallo@. |  xsa | 2006-01-25 | 1 | -9/+8 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -10/+2 |
* | major cleanup of the functions handling the remote cvs protocol. |  joris | 2005-12-30 | 1 | -20/+9 |
* | add very basic support for the following stuff: |  joris | 2005-12-03 | 1 | -2/+2 |
* | knf and spacing, ok joris@ |  reyk | 2005-10-07 | 1 | -2/+2 |
* | more bits for the local remove command support; OK joris@. |  xsa | 2005-09-06 | 1 | -2/+7 |
* | - handle removal of a freshly added file |  xsa | 2005-08-22 | 1 | -3/+12 |
* | a few things left to do here. |  xsa | 2005-08-12 | 1 | -1/+7 |
* | style.. |  xsa | 2005-08-10 | 1 | -3/+3 |