summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-08-03When creating a file, set its last access and modification times to theJean-Francois Brousseau
2004-08-03Move all of the request- and response-specific handlers into separateJean-Francois Brousseau
2004-08-03Don't MKADMIN on cvs_file_get()Jean-Francois Brousseau
2004-08-03Fix an annoying error message on checkouts by loading administrativeJean-Francois Brousseau
2004-08-03cleanupJean-Francois Brousseau
2004-08-03Initialize ndirsJean-Francois Brousseau
2004-08-03permit other types in a bit field (too common)Theo de Raadt
2004-08-03Add a per-root mask of supported requests and a set of macros to set, getJean-Francois Brousseau
2004-08-02Unused variableJean-Francois Brousseau
2004-08-02Remove cruft and unbreak compilationJean-Francois Brousseau
2004-08-02When we connect to a remote server, always send the Version request andJean-Francois Brousseau
2004-08-02Get a step closer to realityJean-Francois Brousseau
2004-08-02* wrap more code between program-dependent ifdef's and fix a bug whileJean-Francois Brousseau
2004-08-02* no locks for nowJean-Francois Brousseau
2004-08-02* add the appropriate preprocessor wrappers to compile only the codeJean-Francois Brousseau
2004-08-02* copy most of the code from cvs_resp_handle() into cvs_req_handle()Jean-Francois Brousseau
2004-08-02Compile the RCS code into the cvs daemon for later useJean-Francois Brousseau
2004-08-02Unused variablesJean-Francois Brousseau
2004-08-02Allocate a dynamic buffer for sorting. This way, we don't bork anymoreJean-Francois Brousseau
2004-07-31Update the TODO fileJean-Francois Brousseau
2004-07-31All the protocol code is in proto.c nowJean-Francois Brousseau
2004-07-31Remove old codeJean-Francois Brousseau
2004-07-31Minor fixes and remove debugging messagesJean-Francois Brousseau
2004-07-30No more global cvs_rootJean-Francois Brousseau
2004-07-30Remove remaining references to cvs_rootJean-Francois Brousseau
2004-07-30Minor bug fixesJean-Francois Brousseau
2004-07-30fix diffing by sending the base directory just before sending the 'diff'Jean-Francois Brousseau
2004-07-30missing includeJean-Francois Brousseau
2004-07-30FixJean-Francois Brousseau
2004-07-30Plug in the handler for `cvs status'Jean-Francois Brousseau
2004-07-30Lots of cleanup, and add an internal version of cvs_file_get() so we canJean-Francois Brousseau
2004-07-30Handle the `Rcs-diff' response so we can patch on updatesJean-Francois Brousseau
2004-07-30* remove header cruft that belongs in file.hJean-Francois Brousseau
2004-07-30When calling cvs_mkadmin(), only create the files if they don't alreadyJean-Francois Brousseau
2004-07-30sort the list of available interactive commands to cdio, and clean up theirJason McIntyre
2004-07-30Xrs from Alexey E. Suslikov;Jason McIntyre
2004-07-30- sort optionsJason McIntyre
2004-07-30Add cvs_file_find() to find a particular file from its path within aJean-Francois Brousseau
2004-07-30- better width for options listJason McIntyre
2004-07-30- better width for options listJason McIntyre
2004-07-30A true gem.Marco Peereboom
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29New protocol API commented out, not ready yetJean-Francois Brousseau
2004-07-29Define a flag to tell if a request expects a response. This will laterJean-Francois Brousseau
2004-07-29No more cvs_rootJean-Francois Brousseau
2004-07-29Don't export `cvs_root'Jean-Francois Brousseau
2004-07-29Make cvs_client_sendinfo() aware of its root context and remove theJean-Francois Brousseau
2004-07-29No need to import the `cvs_root' symbol anymore, it is done in cvs.hJean-Francois Brousseau
2004-07-29Use the `CVS' define to simplify exporting symbolsJean-Francois Brousseau
2004-07-29Remove debugging statementsJean-Francois Brousseau