Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai | |
OK niallo@ | |||
2006-07-30 | Sync some whitespace changes from rcs. No binary change. | Ray Lai | |
2006-07-27 | Pull in improper memory allocation from RCS: | Ray Lai | |
> Not were we allocating memory for a pointer array, it wasn't even for > the right variable! Fixes make regress with MALLOC_OPTIONS=PR. > > Found by and fix worked on with Joris. | |||
2006-07-20 | Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' ↵ | Joris Vink | |
correctly | |||
2006-07-10 | handle 0 sized files correctly, tested by brad@ thanks | Joris Vink | |
2006-07-09 | put the sticky tag if any in the correct place in the entries line when ↵ | Joris Vink | |
sending it to the server | |||
2006-07-09 | handle SIGPIPE correctly. | Joris Vink | |
2006-07-09 | more straightforward trace (-t) output, too much is just too noisy. | Joris Vink | |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai | |
always set the temporary file to mode 600, which is already done by mkstemp(). OK joris@ and xsa@ over a month ago. | |||
2006-07-08 | handle "." special in client_check_directory(); | Joris Vink | |
2006-07-08 | allow update in remote mode to work a bit better and | Joris Vink | |
create any missing directories or new directories with -d | |||
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink | |
although i advise against using it on real development trees for now. only a few commands work right so far: - commit - diff - status - log - update (partially working) if you feel like testing remote and run into bugs feel free to contact me, and please include a full trace (-t). | |||
2006-07-07 | fix segfault for newly added files. | Joris Vink | |
found while test driving the new remote code. | |||
2006-07-03 | -p implies -n... | Xavier Santolaria | |
2006-07-02 | for cvs tag, tag all files in the local directory if no file argument | Reyk Floeter | |
is given. ok joris@ | |||
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink | |
- do not try to attempt to check for conflict markers when the file is not on disk. found by and okay reyk@ | |||
2006-07-01 | to be correct, cvs update -p is the "print" and not the "dump" flag. | Reyk Floeter | |
suggested by deraadt@, ok joris@ | |||
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter | |
ok joris@ | |||
2006-07-01 | fix a possible bug of pathname concatenation when adding subdirectories. | Reyk Floeter | |
ok joris@ | |||
2006-07-01 | Indentation. | Ray Lai | |
2006-06-29 | it is a really good idea to store the result cvs_buf_load_fd returns | Joris Vink | |
in bp, considering we depend on that. found by reyk who is now my favorite german person, 10x. | |||
2006-06-28 | use quiet mode (-q) by default and add a flag -V for the old "verbose" | Reyk Floeter | |
mode. if you really need to know all the details (the old GNU'ish behaviour), use -V or even -t for tracing. ok joris@ | |||
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter | |
has been specified. ok joris@ | |||
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink | |
file is not present for the file. spotted and tested by reyk@ okay xsa@ | |||
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink | |
we let the commands pass the correct function. all in preparation for remote. | |||
2006-06-16 | change a cvs_buf_load() to cvs_buf_load_fd() | Joris Vink | |
spotted by xsa@ a few days ago | |||
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink | |
2006-06-16 | add support for -d; OK joris@. | Xavier Santolaria | |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink | |
2006-06-14 | useless casts are so the 80s | Joris Vink | |
2006-06-14 | i mixed up the offset and whence variables for lseek(2) | Joris Vink | |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria | |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink | |
except it takes a decriptor as argument instead of a path. modified cvs_buf_load() to open the descriptor then pass it to cvs_buf_load_fd(). change all the calls to cvs_buf_load() that have a descriptor open for the path to cvs_buf_load_fd() to prevent races. | |||
2006-06-14 | zap myuid variable, it is not used for anything usefull. | Joris Vink | |
2006-06-13 | be more accurate in describing what happened | Joris Vink | |
when we cannot see the repository the user wants to work with. | |||
2006-06-13 | better usage | Joris Vink | |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink | |
this a conflict and block the commit when we encounter any of these. and make an error message a bit more fluffy and accurate. | |||
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria | |
2006-06-11 | remove unused variable | Joris Vink | |
from Jasper Lievisse Adriaanse. | |||
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria | |
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter | |
files under some special circumstances. remove a bogus stat() check to fix it. ok joris@ | |||
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria | |
2006-06-07 | bring back -v support; OK joris@. | Xavier Santolaria | |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria | |
- add: creates <name>,t file with initial description if -m option was used. - commit: uses <name>,t content (if it exists) to set the file description OK joris@. | |||
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria | |
2006-06-06 | hello commit -F support | Joris Vink | |
2006-06-06 | add support for the -D option of update, | Joris Vink | |
-D allows you to update a file to matching a specified date: opencvs up -D "1 hour ago" foobar will take the first matching revision that was commited 1 hour ago. | |||
2006-06-05 | allow the re-adding of files with previous revisions | Joris Vink | |
2006-06-04 | sync exit status bits with reality. | Xavier Santolaria | |
2006-06-04 | fix output if file is lost, unknown, or in the Attic; OK joris@. | Xavier Santolaria | |