Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
is a directory and has no root set | |||
2004-12-15 | Permit the client to generate trace output when the -t option is given | Jean-Francois Brousseau | |
by using the LP_TRACE level to cvs_log(). Traces are filtered by default. | |||
2004-12-15 | we don't need a separate header for 4 function prototypes, move | Jean-Francois Brousseau | |
them in rcs.h | |||
2004-12-14 | no need to compile with -DNFS, ok millert@ | Pedro Martelletto | |
2004-12-14 | First attempt at syncing the command code and doing a lot more error | Jean-Francois Brousseau | |
checking on all the protocol calls | |||
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 | |
have been lost but have a valid entry. | |||
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 | |
from Joris Vink | |||
2004-12-14 | missing `tag' request in the request table | Jean-Francois Brousseau | |
from Joris Vink | |||
2004-12-14 | no need for pfsync.h here | Michael Shalayeff | |
2004-12-14 | only print a separating '\n' when showing both server and client info | Pedro Martelletto | |
ok deraadt@ hshoexer@ | |||
2004-12-14 | no need to look into ip_carp.h anymore | Michael Shalayeff | |
2004-12-14 | cleaner error handling on connection setup and in case of connection | Jean-Francois Brousseau | |
failure | |||
2004-12-14 | move the cvsrc example stuff to cvsrc.5; | Jason McIntyre | |
make it clearer that $HOME/.cvsrc is the user config file; add a reference to cvsrc(5) in cvs(1) SEE ALSO; ok xsa@ (actually this started life as a diff from him...) | |||
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 | |
appropriate Entry for a file which was lost locally, the server responds with a Created, so we must remove the previous entry before replacing it with the one we receive. | |||
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 | |
and saner handling of checksums spotted by and discussed with Joris Vink | |||
2004-12-13 | if we fail to generate a file's checksum, print the path of the file | Jean-Francois Brousseau | |
as part of the error message | |||
2004-12-13 | print full path of .cvsrc in log messages; jfb@ ok. | Xavier Santolaria | |
2004-12-13 | sync SYNOPSIS and usage(); | Jason McIntyre | |
ok jfb@ | |||
2004-12-12 | pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@ | Christian Weisgerber | |
2004-12-11 | Fix debug call in error path of authorized_keys processing and fix related | Darren Tucker | |
warnings; ok djm@ | |||
2004-12-10 | fix bugs section | Michael Shalayeff | |
2004-12-10 | forgot rcsid[] | Michael Shalayeff | |
2004-12-10 | define pesach (by gauss) and fix judaic calendar | Michael Shalayeff | |
2004-12-10 | fix spacing issues in the example calendar file, | Jason McIntyre | |
plus a few other tweaks; ok mickey@ | |||
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 | |
documentation is not exactly up to date for that handler as well | |||
2004-12-10 | provide a valid sockaddr_storage structure to be used as second argument for | Hans-Joerg Hoexer | |
accept(2) ok djm markus | |||
2004-12-10 | cleanup extra includes and -Wall | Michael Shalayeff | |
2004-12-10 | allow calendar files in julian | Michael Shalayeff | |
2004-12-10 | - fix globbed ls for paths the same lenght as the globbed path when | Federico G. Schwindt | |
we have a unique matching. - fix globbed ls in case of a directory when we have a unique matching. - as a side effect, if the path does not exist error (used to silently ignore). - don't do extra do_lstat() if we only have one matching file. djm@ ok | |||
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-09 | If the -L option is specified twice, use it for the second filename | Todd C. Miller | |
like GNU diff does. Adapted from a diff by YAMAMOTO Takashi | |||
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 | |
have to | |||
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 | |
and close the Entries file handle when we are done modifying it. this fixes a leak and syncs the contents on disk so the revisions and dates get updated properly | |||
2004-12-08 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau | |
failure from Joris Vink | |||
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | Jean-Francois Brousseau | |
warning | |||
2004-12-08 | .Xr cvs 1 | Xavier Santolaria | |
2004-12-08 | support for the `Copy-file' response | Jean-Francois Brousseau | |