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
Age
Commit message (
Expand
)
Author
2004-12-17
* increase the initial parse buffer size to 16384 bytes
Jean-Francois Brousseau
2004-12-16
plug some memory leaks on error cases
Jean-Francois Brousseau
2004-12-16
Add rcs_gethead() to easily retrieve the head revision of an RCS
Jean-Francois Brousseau
2004-12-16
make cvs_connect() print an error message and return with an error
Jean-Francois Brousseau
2004-12-15
print line number of warnings in .cvsrc; ok jfb@.
Xavier Santolaria
2004-12-15
modify the CVS_DIR_ROOT() macro to grab the parent's root if the file
Jean-Francois Brousseau
2004-12-15
Permit the client to generate trace output when the -t option is given
Jean-Francois Brousseau
2004-12-15
we don't need a separate header for 4 function prototypes, move
Jean-Francois Brousseau
2004-12-14
First attempt at syncing the command code and doing a lot more error
Jean-Francois Brousseau
2004-12-14
complain about lost files
Jean-Francois Brousseau
2004-12-14
When loading directory entries, create file structures for files which
Jean-Francois Brousseau
2004-12-14
fix path to RCS file; jfb@ ok.
Xavier Santolaria
2004-12-14
be more verbose for .cvsrc errors/warnings; ok jfb@.
Xavier Santolaria
2004-12-14
add missing '\t' in usage(); okay jfb@.
Xavier Santolaria
2004-12-14
support the tag command
Jean-Francois Brousseau
2004-12-14
missing `tag' request in the request table
Jean-Francois Brousseau
2004-12-14
cleaner error handling on connection setup and in case of connection
Jean-Francois Brousseau
2004-12-14
move the cvsrc example stuff to cvsrc.5;
Jason McIntyre
2004-12-13
return early if no files are ready to be commited
Jean-Francois Brousseau
2004-12-13
yet another mistake in the protocol docs...even if we send the
Jean-Francois Brousseau
2004-12-13
get rid of void* arithmetic to nuke another gcc warning
Jean-Francois Brousseau
2004-12-13
free the buffer used to receive a file in the Updated response handler
Jean-Francois Brousseau
2004-12-13
if we fail to generate a file's checksum, print the path of the file
Jean-Francois Brousseau
2004-12-13
print full path of .cvsrc in log messages; jfb@ ok.
Xavier Santolaria
2004-12-13
sync SYNOPSIS and usage();
Jason McIntyre
2004-12-10
proper typecast to get rid of another warning
Jean-Francois Brousseau
2004-12-10
fix the Copy-file response handler, it seems the CVS protocol
Jean-Francois Brousseau
2004-12-09
fix pointer of type `void *' used in arithmetic warning; ok jfb@.
Xavier Santolaria
2004-12-09
support the 'annotate' command, will need some polishing
Jean-Francois Brousseau
2004-12-09
header cleanup
Jean-Francois Brousseau
2004-12-08
get rid of void* pointer arithmetic on buffers so gcc stops complaining
Jean-Francois Brousseau
2004-12-08
complain if we fail to send the log message so the caller doesn't
Jean-Francois Brousseau
2004-12-08
use mkstemp for local diff -r r1 -r r2; ok jfb@
Damien Miller
2004-12-08
minor simplification in if () statement from Joris Vink
Jean-Francois Brousseau
2004-12-08
simplify the handler for Created, Updated, Update-existing and Merged
Jean-Francois Brousseau
2004-12-08
check the return value of a strdup() call and return an error on
Jean-Francois Brousseau
2004-12-08
avoid complaining twice when we fail to load a file, and fix a gcc
Jean-Francois Brousseau
2004-12-08
.Xr cvs 1
Xavier Santolaria
2004-12-08
support for the `Copy-file' response
Jean-Francois Brousseau
2004-12-08
rearrange the output loop for file lists in the log message so we don't
Jean-Francois Brousseau
2004-12-08
add YFLAGS; ok jfb@.
Xavier Santolaria
2004-12-08
add more CFLAGS; ok jfb@.
Xavier Santolaria
2004-12-08
embrace and extend (!) cvs_logmsg_get() so we can now display
Jean-Francois Brousseau
2004-12-08
add a small protection to avoid reconnecting to a server to which we
Jean-Francois Brousseau
2004-12-08
sync; ok jfb@
Ian Darwin
2004-12-08
avoid resending a directory if it was the last directory sent to the
Jean-Francois Brousseau
2004-12-08
note that the `version' command will also query the remote server's
Jean-Francois Brousseau
2004-12-08
add missing commands;
Jason McIntyre
2004-12-07
an other -> another;
Jason McIntyre
2004-12-07
.Sy -> .Ic;
Jason McIntyre
[next]