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
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-12-22
cvs_rcs_getpath() cannot fail anymore;
Xavier Santolaria
2005-12-21
cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;
Xavier Santolaria
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-23
rewrite of the file code. the previous one was just
Joris Vink
2005-07-23
correctly seperate added, modified and removed files for use in the
Joris Vink
2005-07-22
use the cf_name field of the CVSFILE struct instead of using the old
Joris Vink
2005-07-19
unbreak the commit command.
Joris Vink
2005-07-14
use cvs_rcs_getpath();
Xavier Santolaria
2005-07-12
split this into cvs_commit_{remote,local}() functions;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-30
don't forget to send the log message, this fixes the commit command.
Joris Vink
2005-05-30
handle -r option; ok joris@
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-20
execute the command callback at the same time we are building
Joris Vink
2005-04-24
don't send a Modified request and the file its contents when
Joris Vink
2005-04-24
add missing CVS_CMD_ALLOWSPEC flag
Joris Vink
2005-04-19
handle removed files as well when checking files to commit
Jean-Francois Brousseau
2005-04-19
remove debug code
Joris Vink
2005-04-19
make sure we pick up newly added files.
Joris Vink
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
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
[next]