summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Increase buffer size to support large pathnames. Committing onmillert2010-04-191-2/+3
* use file_rcsrev when printing out Repository revision sojoris2009-03-211-3/+2
* use FILE_ON_DISK flags when we need to verify if a filejoris2009-02-211-3/+4
* alter cvs_file_get() so it takes flags instead of one setjoris2009-02-211-2/+2
* fix printing status on removed files by default;joris2009-01-141-1/+5
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-141-13/+15
* Avoid possible NULL pointer dereferences by using reentrant versionstobias2008-06-111-4/+5
* check for file_rcs being NULLjoris2008-06-081-3/+2
* there are more cases where we cannot show the tags when -v is specified.joris2008-06-081-2/+3
* do not segfault when running status -v on non existing files.joris2008-06-081-2/+2
* fix a crash that could happen when running status on unknown files.joris2008-02-131-5/+8
* + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"xsa2008-02-101-2/+2
* Add support for Sticky Date. OK joris@ tobias@.xsa2008-02-101-2/+14
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+2
* RCS files without head keyword mustn't segfault our implementation. Onlytobias2008-01-101-4/+9
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-3/+3
* On the server side, in a remote setup, do not display timestamp.xsa2007-07-031-2/+6
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-281-2/+2
* add support for local and remote branch checkout. for example,niallo2007-06-011-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+3
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-2/+2
* snprintf() -> xsnprintf()xsa2007-01-311-14/+6
* do not leak memory from rcs_head_get()joris2007-01-121-3/+5
* in a remote setup:joris2007-01-111-1/+2
* first part of opencvs remote, fairly useable on existing treesjoris2006-07-071-4/+22
* fix segfault for newly added files.joris2006-07-071-2/+2
* kill local and remote callback and just have one called fileproc.joris2006-06-191-3/+2
* in preparation for the new remote code, proto.h becomes obsolete.joris2006-06-161-3/+2
* bring back -v support; OK joris@.xsa2006-06-071-2/+25
* fix output if file is lost, unknown, or in the Attic; OK joris@.xsa2006-06-041-2/+12
* major rewrite of some rcs parsing stuff:joris2006-06-011-2/+3
* fill in the correct revision number we will want in file_rcsrevjoris2006-05-301-2/+2
* handle -q for Sticky Options and Sticky Tags output; OK joris@.xsa2006-05-301-2/+7
* allow commands to shut up the output from cvs_file_classifyjoris2006-05-281-2/+2
* allow commands to respect the -l flag, if the -l flag isjoris2006-05-271-2/+6
* commit the new opencvs code, i have been hacking onjoris2006-05-271-208/+107
* remove a metric buttload of excessive ()deraadt2006-04-141-2/+2
* yet another missing break;xsa2006-04-121-1/+2
* strerror() -> rcs_errstr() when passing rcs_errno as argument;xsa2006-01-301-2/+2
* more errors handling cleanup;xsa2006-01-271-4/+4
* snprintf() cleanup; OK niallo@.xsa2006-01-251-22/+10
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-10/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-24/+12
* cvs_rcs_getpath() cannot fail anymore;xsa2005-12-221-4/+2
* style;xsa2005-09-221-3/+3
* add warning message if file status is unknown;xsa2005-09-051-1/+5
* only close the RCS file if we opened it.joris2005-08-171-2/+5
* trailing whitespaces ...xsa2005-08-171-2/+2