summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/history.c
AgeCommit message (Expand)Author
2008-06-19Add entries to history file only if it already exists.Tobias Stoeckmann
2008-06-11GNU cvs "compresses" CVSROOT/history by shrinking entry for working dirTobias Stoeckmann
2008-06-10Added support for tag and date in cvs_history_add for checkout/export.Tobias Stoeckmann
2008-06-10If cvs_history_add has been called for a specific file, repo must be builtTobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2007-09-10Properly display list of commands in default 80 column terminal.Tobias Stoeckmann
2007-08-09Use '\0', not NULL, for NUL characters.Ray Lai
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28when logging to CVSROOT/history as a server fill in theJoris Vink
2007-06-20Add missing `his' command alias. OK joris@.Xavier Santolaria
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-01-23wrap usage;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-07-25KNF;Xavier Santolaria
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-11we aren't using cvs_history_print() right nowJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-06-28send the date (-D) here too ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-29handle -r option;Xavier Santolaria
2005-05-27- add missing optionsXavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-02-28do not forget to call cvs_connect() when we are using a remote cvs server.Joris Vink
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29No more cvs_rootJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau