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 |
2017-05-28 | Teach opencvs status to display the sticky tag according to what it really | Joris Vink |
2016-11-03 | Don't use ce_time if we are running as a server, it won't be present. | Joris Vink |
2016-10-18 | Add the branch revision to the status output much like GNU cvs does. | Joris Vink |
2015-04-04 | Add support for commit ids to opencvs status. | Stefan Sperling |
2015-04-04 | Fix modified timestamp in output of opencvs status. | Stefan Sperling |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2010-04-19 | Increase buffer size to support large pathnames. Committing on | Todd C. Miller |
2009-03-21 | use file_rcsrev when printing out Repository revision so | Joris Vink |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2009-02-21 | alter cvs_file_get() so it takes flags instead of one set | Joris Vink |
2009-01-14 | fix printing status on removed files by default; | Joris Vink |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-08 | check for file_rcs being NULL | Joris Vink |
2008-06-08 | there are more cases where we cannot show the tags when -v is specified. | Joris Vink |
2008-06-08 | do not segfault when running status -v on non existing files. | Joris Vink |
2008-02-13 | fix a crash that could happen when running status on unknown files. | Joris Vink |
2008-02-10 | + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S" | Xavier Santolaria |
2008-02-10 | Add support for Sticky Date. OK joris@ tobias@. | Xavier Santolaria |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-07-03 | On the server side, in a remote setup, do not display timestamp. | Xavier Santolaria |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-01 | add support for local and remote branch checkout. for example, | 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-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-07 | fix segfault for newly added files. | 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-07 | bring back -v support; OK joris@. | Xavier Santolaria |
2006-06-04 | fix output if file is lost, unknown, or in the Attic; OK joris@. | Xavier Santolaria |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | handle -q for Sticky Options and Sticky Tags output; OK joris@. | Xavier Santolaria |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-12 | yet another missing break; | Xavier Santolaria |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |