index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
proto.c
Age
Commit message (
Expand
)
Author
2004-08-05
When spawning the subprocess for the connection, attach a pipe to its
Jean-Francois Brousseau
2004-08-04
* set the maximum number of arguments to 256 for the moment
Jean-Francois Brousseau
2004-08-03
Move all of the request- and response-specific handlers into separate
Jean-Francois Brousseau
2004-08-02
When we connect to a remote server, always send the Version request and
Jean-Francois Brousseau
2004-08-02
* copy most of the code from cvs_resp_handle() into cvs_req_handle()
Jean-Francois Brousseau
2004-07-30
Minor bug fixes
Jean-Francois Brousseau
2004-07-30
Handle the `Rcs-diff' response so we can patch on updates
Jean-Francois Brousseau
2004-07-30
Move to the new API for the client-server protocol. All functions now
Jean-Francois Brousseau
2004-07-29
New protocol API commented out, not ready yet
Jean-Francois Brousseau
2004-07-29
Define a flag to tell if a request expects a response. This will later
Jean-Francois Brousseau
2004-07-29
No more cvs_root
Jean-Francois Brousseau
2004-07-28
Fix the timestamp parsing for Mod-time. Months are now being detected
Jean-Francois Brousseau
2004-07-27
* use a mix of mktime() and ctime_r() instead of asctime_r() to calculate
Jean-Francois Brousseau
2004-07-27
* parse the timestamp given to Mod-time correctly and store it so the
Jean-Francois Brousseau
2004-07-26
* fix two offset bugs in MT stack handling
Jean-Francois Brousseau
2004-07-26
* start working on the MT support
Jean-Francois Brousseau
2004-07-25
* add an entry for the `Mod-time' response
Jean-Francois Brousseau
2004-07-14
make adding entries to the Entries file work
Jean-Francois Brousseau
2004-07-14
prepare the entries interface so we can add entries
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau