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
/
commit.c
Age
Commit message (
Expand
)
Author
2005-04-16
missing cvs_ent_free(); joris ok
Xavier Santolaria
2005-04-15
snprintf() return values checks; joris ok
Xavier Santolaria
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-03-31
fix prototype for cvs_commit_prepare()
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-29
fix memleak
Joris Vink
2005-03-02
- make sure we are using a remote method before calling
Joris Vink
2005-02-22
more error checking on protocol calls when running in client mode
Jean-Francois Brousseau
2005-01-13
more widespread use of cvs_msg, and free it when we are done
Jean-Francois Brousseau
2004-12-21
modify the directory handling portion to behave like the one in add.c,
Jean-Francois Brousseau
2004-12-14
First attempt at syncing the command code and doing a lot more error
Jean-Francois Brousseau
2004-12-13
return early if no files are ready to be commited
Jean-Francois Brousseau
2004-12-08
embrace and extend (!) cvs_logmsg_get() so we can now display
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-06
tighten vertical spacing for else; jfb ok
Theo de Raadt
2004-12-02
This commit is brought to you by the brand new improved and better tasting
Jean-Francois Brousseau
2004-11-26
Rewrite the internals of the file management code so that we do not keep
Jean-Francois Brousseau
2004-11-09
Better handling of log message input and removal of crufty code
krapht
2004-11-09
at least compile
krapht
2004-11-09
Editor invocation code, still needs some work
krapht
2004-07-30
Move to the new API for the client-server protocol. All functions now
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau