summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
AgeCommit message (Expand)Author
2004-08-06Simplify cvs_splitpath() by requiring only one buffer to copy the resultJean-Francois Brousseau
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
2004-08-06Have one global hierarchy of files that are being affected. This willJean-Francois Brousseau
2004-08-05Adapt the logging so any messages generated by the server will beJean-Francois Brousseau
2004-08-05When spawning the subprocess for the connection, attach a pipe to itsJean-Francois Brousseau
2004-08-03Add a per-root mask of supported requests and a set of macros to set, getJean-Francois Brousseau
2004-08-02When we connect to a remote server, always send the Version request andJean-Francois Brousseau
2004-07-30No more global cvs_rootJean-Francois Brousseau
2004-07-30* remove header cruft that belongs in file.hJean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29Use the `CVS' define to simplify exporting symbolsJean-Francois Brousseau
2004-07-29typoJean-Francois Brousseau
2004-07-29Use tail queues instead of lists to manage file entriesJean-Francois Brousseau
2004-07-29* when comparing timestamps, use the last modification time insteadJean-Francois Brousseau
2004-07-28* prepare for an overhaul of the connection code by adding a cvsrootJean-Francois Brousseau
2004-07-27* create cvs_file_alloc() to keep one copy of the file allocation codeJean-Francois Brousseau
2004-07-26Add the handler for the checkout commandJean-Francois Brousseau
2004-07-25* cleanup the file API with regards to flag handling andJean-Francois Brousseau
2004-07-23Revamp the file interface to make life easierJean-Francois Brousseau
2004-07-16* add prototypes for cvs_getargv() and cvs_freeargv()Jean-Francois Brousseau
2004-07-14prototype for cvs_ent_addln()Jean-Francois Brousseau
2004-07-14Unbreak the Entries loading code and move to a tail queue so we can removeJean-Francois Brousseau
2004-07-14prepare the entries interface so we can add entriesJean-Francois Brousseau
2004-07-14cvsignore support and simpler API for file accessJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau