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
/
server.c
Age
Commit message (
Expand
)
Author
2006-12-04
snprintf() -> cvs_path_cat()
Xavier Santolaria
2006-11-27
hook up annotate server bits.
Xavier Santolaria
2006-11-14
Add support for the "Set" request.
Xavier Santolaria
2006-11-14
Handle global -l, -Q, and -r on the server side too.
Xavier Santolaria
2006-11-14
dummy support for Argumentx request.
Xavier Santolaria
2006-11-14
Bring back version command. Still needs tweaks to make the
Xavier Santolaria
2006-11-13
Add server-side bits for admin command.
Xavier Santolaria
2006-11-09
cvs init remote bits.
Xavier Santolaria
2006-11-09
fix pasto..
Xavier Santolaria
2006-11-09
remote tag command support joins the party!
Xavier Santolaria
2006-10-31
a step ahead in opencvs add|remove remote support.
Xavier Santolaria
2006-07-09
more straightforward trace (-t) output, too much is just too noisy.
Joris Vink
2006-07-07
first part of opencvs remote, fairly useable on existing trees
Joris Vink
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-24
add an argument to cvs_chdir() which enables or not the removal
Xavier Santolaria
2005-12-20
use fatal(); OK joris@ niallo@.
Xavier Santolaria
2005-10-14
remove temporary cvs directory in error cases too. ok joris@
Moritz Jodeit
2005-08-14
missing casts; ok joris
Xavier Santolaria
2005-08-10
fgets() expects the 2nd arg to be an int. OK jfb@ joris@.
Xavier Santolaria
2005-08-08
use cvs_tmpdir; OK jfb@ joris@.
Xavier Santolaria
2005-07-27
rename cvs_remove_dir() to cvs_rmdir() because it might be confusing
Xavier Santolaria
2005-07-23
use cvs_chdir();
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-05-18
Style
Aleksander Piotrowski
2005-05-18
build a local copy of the client's source tree when acting as a server.
Joris Vink
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-04-01
crank up buffersize to get rid of truncated requests.
Joris Vink
2005-03-31
make sure the server command can still be reached with the
Joris Vink
2005-03-28
dead code
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-08-02
Get a step closer to reality
Jean-Francois Brousseau
2004-07-30
Remove remaining references to cvs_root
Jean-Francois Brousseau
2004-07-29
No need to import the `cvs_root' symbol anymore, it is done in cvs.h
Jean-Francois Brousseau
2004-07-28
Fix $OpenBSD$ tag
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau