Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-12-08 | rearrange the output loop for file lists in the log message so we don't | Jean-Francois Brousseau | |
have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink | |||
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 | |
information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections | |||
2004-12-08 | add a small protection to avoid reconnecting to a server to which we | Jean-Francois Brousseau | |
are already connected. instead, cvs will print a notice. | |||
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 | |
server | |||
2004-12-08 | note that the `version' command will also query the remote server's | Jean-Francois Brousseau | |
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@ | |||
2004-12-08 | add missing commands; | Jason McIntyre | |
add command aliases; ok jfb@ | |||
2004-12-07 | an other -> another; | Jason McIntyre | |
2004-12-07 | .Sy -> .Ic; | Jason McIntyre | |
2004-12-07 | kill unneeded macros; | Jason McIntyre | |
2004-12-07 | fill in values for EDITOR and VISUAL; | Jason McIntyre | |
2004-12-07 | all the new shiny open* shitz | Michael Shalayeff | |
2004-12-07 | remove unsupported paths; | Jason McIntyre | |
from okan demirmen; | |||
2004-12-07 | we did farts. now we do sperm. we are cutting edge. | Henning Brauer | |
2004-12-07 | when loading directory info, only close the handle to the Entries file | Jean-Francois Brousseau | |
if it is not NULL. fixes a crash when running commands that have no administrative files to open yet (i.e. import) noticed by and discussed with Joris Vink | |||
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-07 | avoid a crash when receiving either a Created, Updated, Update-existing | Jean-Francois Brousseau | |
or Merged response by reopening the Entries file correctly before making modifications to it Fixes a SIGSEGV reported by Joris Vink and djm@ | |||
2004-12-07 | advancing argv twice doesn't make it better. | Marc Espie | |
okay otto@. | |||
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau | |
tested, tweaked by and ok djm@ | |||
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau | |
original patch from Peter Hessler, with additions by me | |||
2004-12-06 | reorder some of the code for argument vector splitting so we don't | Jean-Francois Brousseau | |
overflow the array and we don't produce weird results if the last character of the line is an escape character (bogus!) | |||
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-12-06 | make cvsd compile; ok jfb@. | Xavier Santolaria | |
2004-12-06 | use 0x00 not \0 since buf[] is a bignum | Markus Friedl | |
2004-12-06 | missing space; bluhm at genua.de | Markus Friedl | |
2004-12-06 | Discard over-length authorized_keys entries rather than complaining when | Darren Tucker | |
they don't decode. bz #884, with & ok djm@ | |||
2004-12-06 | when loading the file information from the Entries file, open it in | Jean-Francois Brousseau | |
read-only mode. fixes a problem with running non-modifying commands in directories with restrictive permissions. Reported and patch tested by Peter Hessler | |||
2004-12-06 | implement a saner handler for the Removed and Remove-entry responses. | Jean-Francois Brousseau | |
in the case of Removed, the file will actually be unlinked now. | |||
2004-12-06 | Get rid of a gcc warning | Jean-Francois Brousseau | |
2004-12-06 | Missing prototype for cvs_diff_sendflags(), removes a gcc warning | Jean-Francois Brousseau | |
2004-12-06 | Pass the proper type for the third argument to cvs_sendreq() | Jean-Francois Brousseau | |
2004-12-05 | - explain that patterns can be used as arguments in get/put/ls/etc | Jared Yanovich | |
commands (prodded by Michael Knudsen) - describe ls flags as a list - other minor improvements ok jmc, djm | |||
2004-12-04 | sync manual and usage to file-4.09; bits from and ok ian and jmc | Jared Yanovich | |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-Francois Brousseau | |
correctly. This fixes the problem caused by a commit not updating the information properly and subsequent commands generating a message similar to: Merging differences between 1.X and 1.Y into file file already contains the differences between 1.X and 1.Y | |||
2004-12-03 | Handle files mode 750. | Tobias Weingartner | |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau | |
timestamp, consider the file to be up to date. |