Age | Commit message (Expand) | Author |
2006-11-13 | fix check on required arguments. | Xavier Santolaria |
2006-11-13 | Write rcs file when finished. | Xavier Santolaria |
2006-11-13 | Add support for [-a users] and [-o rev]. | Xavier Santolaria |
2006-11-13 | bring back basic admin command, mostly based on OpenRCS rcs(1). | Xavier Santolaria |
2006-11-10 | fix -w | Xavier Santolaria |
2006-11-10 | no magic, "Attic" -> CVS_PATH_ATTIC | Xavier Santolaria |
2006-11-10 | do not forget to send -l and -q Global options too. | Xavier Santolaria |
2006-11-10 | send Global options -n -Q -r to the server. | Xavier Santolaria |
2006-11-10 | sync with usr.bin/rcs/diff3.c | Xavier Santolaria |
2006-11-09 | sync with usr.bin/rcs version. | Xavier Santolaria |
2006-11-09 | cvs init remote bits. | Xavier Santolaria |
2006-11-09 | add support for -c (Check that working files are not modified). | Xavier Santolaria |
2006-11-09 | respect TMPDIR here too, changes pulled in from usr.bin/rcs. | Xavier Santolaria |
2006-11-09 | fix pasto.. | Xavier Santolaria |
2006-11-09 | remote tag command support joins the party! | Xavier Santolaria |
2006-11-08 | [-s states] and [-w logins] bits. | Xavier Santolaria |
2006-11-08 | bring back support for CVS_CLIENT_LOG that was removed with | Xavier Santolaria |
2006-11-06 | - handle global -n flag in conjunction with remove -f. | Xavier Santolaria |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit |
2006-10-24 | bring back support for -h, -N, -R, and -t. | Xavier Santolaria |
2006-10-24 | Reuse len instead of calling strlen again. | Ray Lai |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-08-23 | pull in latest change from openrcs: | Joris Vink |
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai |
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 |
2006-07-20 | Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' corre... | Joris Vink |
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 sendi... | Joris Vink |
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 |
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 |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-07 | fix segfault for newly added files. | Joris Vink |
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 |
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink |
2006-07-01 | to be correct, cvs update -p is the "print" and not the "dump" flag. | Reyk Floeter |
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter |
2006-07-01 | fix a possible bug of pathname concatenation when adding subdirectories. | Reyk Floeter |
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 |
2006-06-28 | use quiet mode (-q) by default and add a flag -V for the old "verbose" | Reyk Floeter |
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter |
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |