| 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 |
* | Increase buffer size to support large pathnames. Committing on |  millert | 2010-04-19 | 1 | -2/+3 |
* | use file_rcsrev when printing out Repository revision so |  joris | 2009-03-21 | 1 | -3/+2 |
* | use FILE_ON_DISK flags when we need to verify if a file |  joris | 2009-02-21 | 1 | -3/+4 |
* | alter cvs_file_get() so it takes flags instead of one set |  joris | 2009-02-21 | 1 | -2/+2 |
* | fix printing status on removed files by default; |  joris | 2009-01-14 | 1 | -1/+5 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 1 | -13/+15 |
* | Avoid possible NULL pointer dereferences by using reentrant versions |  tobias | 2008-06-11 | 1 | -4/+5 |
* | check for file_rcs being NULL |  joris | 2008-06-08 | 1 | -3/+2 |
* | there are more cases where we cannot show the tags when -v is specified. |  joris | 2008-06-08 | 1 | -2/+3 |
* | do not segfault when running status -v on non existing files. |  joris | 2008-06-08 | 1 | -2/+2 |
* | fix a crash that could happen when running status on unknown files. |  joris | 2008-02-13 | 1 | -5/+8 |
* | + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S" |  xsa | 2008-02-10 | 1 | -2/+2 |
* | Add support for Sticky Date. OK joris@ tobias@. |  xsa | 2008-02-10 | 1 | -2/+14 |
* | 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 |
* | RCS files without head keyword mustn't segfault our implementation. Only |  tobias | 2008-01-10 | 1 | -4/+9 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -3/+3 |
* | On the server side, in a remote setup, do not display timestamp. |  xsa | 2007-07-03 | 1 | -2/+6 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-28 | 1 | -2/+2 |
* | add support for local and remote branch checkout. for example, |  niallo | 2007-06-01 | 1 | -2/+2 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+3 |
* | remove the cvs_file_classify() `loud' argument, it was used |  joris | 2007-02-09 | 1 | -2/+2 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -14/+6 |
* | do not leak memory from rcs_head_get() |  joris | 2007-01-12 | 1 | -3/+5 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -1/+2 |
* | first part of opencvs remote, fairly useable on existing trees |  joris | 2006-07-07 | 1 | -4/+22 |
* | fix segfault for newly added files. |  joris | 2006-07-07 | 1 | -2/+2 |
* | 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 |
* | bring back -v support; OK joris@. |  xsa | 2006-06-07 | 1 | -2/+25 |
* | fix output if file is lost, unknown, or in the Attic; OK joris@. |  xsa | 2006-06-04 | 1 | -2/+12 |
* | major rewrite of some rcs parsing stuff: |  joris | 2006-06-01 | 1 | -2/+3 |
* | fill in the correct revision number we will want in file_rcsrev |  joris | 2006-05-30 | 1 | -2/+2 |
* | handle -q for Sticky Options and Sticky Tags output; OK joris@. |  xsa | 2006-05-30 | 1 | -2/+7 |
* | allow commands to shut up the output from cvs_file_classify |  joris | 2006-05-28 | 1 | -2/+2 |
* | allow commands to respect the -l flag, if the -l flag is |  joris | 2006-05-27 | 1 | -2/+6 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -208/+107 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -2/+2 |
* | yet another missing break; |  xsa | 2006-04-12 | 1 | -1/+2 |
* | 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 |
* | snprintf() cleanup; OK niallo@. |  xsa | 2006-01-25 | 1 | -22/+10 |
* | #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 | -24/+12 |
* | cvs_rcs_getpath() cannot fail anymore; |  xsa | 2005-12-22 | 1 | -4/+2 |
* | style; |  xsa | 2005-09-22 | 1 | -3/+3 |
* | add warning message if file status is unknown; |  xsa | 2005-09-05 | 1 | -1/+5 |
* | only close the RCS file if we opened it. |  joris | 2005-08-17 | 1 | -2/+5 |
* | trailing whitespaces ... |  xsa | 2005-08-17 | 1 | -2/+2 |