Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | teach opencvs about the dlimit keyword in CVSROOT/config. | Joris Vink | |
put some trace messages in place while im here. | |||
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink | |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink | |
if an RCSFILE is dead, will come in usefull later in commands. | |||
2006-05-28 | if we run into a file that was suppose to be a directory | Joris Vink | |
or a directory that is suppose to be a file, abort right away because something bad probably happened. | |||
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink | |
if the commands want to output certain stuff themselfs | |||
2006-05-28 | Re-add '-' getopt flag, since getopt can actually handle it. | Ray Lai | |
Requested by deraadt@. | |||
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink | |
opencvs can now commit modified files, removed files and added files. hip hip hurray! | |||
2006-05-28 | o KNF | Ray Lai | |
o Remove unnecessary casts o Add __dead o Remove /* NOTREACHED */ o Remove cases '?' and '-' o Use more conventional getopt(3) syntax (argc -= optind; argv += optind; right after while loop) OK deraadt@ | |||
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink | |
has been modified by yourself and there is a newer revision we try and merge them together. if the merge fails and has conflicts it will mark them inside the file, you will need to resolve these by hand first before you will be able to commit your modified file. works transparent with gnu cvs, as it is suppose to. | |||
2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. | Moritz Jodeit | |
ok deraadt@ | |||
2006-05-27 | SRCS should refer to the .l and .c files; spotted by naddy | Theo de Raadt | |
2006-05-27 | Move stderr redirection to a common location, as suggested by vincent a | Kjell Wooding | |
while ago. While here, get rid of some of the stupid static buffer sizes. I've been running with this for quite a while. | |||
2006-05-27 | do not close the same entries list twice, this caused a double free; | Joris Vink | |
2006-05-27 | Move mg "line to c-string" functionality to a function. | Kjell Wooding | |
2006-05-27 | and now you can use -N to diff removed files too | Joris Vink | |
2006-05-27 | handle comments and leading spaces correctly | Joris Vink | |
in CVSROOT/config | |||
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink | |
2006-05-27 | more standard ignore pattern | Joris Vink | |
2006-05-27 | Kill upHex and use %X instead. Crazy old code found by deraadt. | Claudio Jeker | |
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker | |
sysctl. Most code is stolen from route -- which was stolen from netstat. kvm snooping code is still in and useable. Put it in deraadt@ henning@ | |||
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink | |
no CVSROOT directory where there is suppose to be one. | |||
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink | |
'umask' keyword right now. | |||
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink | |
otherwise we might end up with chunks that are totally wrong. | |||
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | Joris Vink | |
2006-05-27 | support the -d flag for update. | Joris Vink | |
if you specify -d when running update new directories will be build, otherwise they will be skipped. | |||
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink | |
about any new files or directories inside the repository | |||
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink | |
2006-05-27 | remove debug output | Joris Vink | |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink | |
specified certain commands will not recurse into directories. at the same time introduce a method of specifying wether or not a command should look in the repository for files. | |||
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink | |
commited needs to be updated or merged first. | |||
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai | |
binary change. OK xsa@ | |||
2006-05-27 | commiting removed files now works | Joris Vink | |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink | |
the RCS file its state. | |||
2006-05-27 | correctly expand keywords when checking out files | Joris Vink | |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai | |
handling exceptions oddly. OK joris@ | |||
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink | |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink | |
this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now. | |||
2006-05-27 | rcs_choosefile() no longer returns char *, it returns a file | Ray Lai | |
descriptor; fix comment. Improve spacing. OK joris@ | |||
2006-05-26 | tidy up SYNOPSIS and EXAMPLES; | Jason McIntyre | |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2006-05-26 | add pae | Michael Shalayeff | |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt | |
2006-05-25 | - split tip.1 into tip.1 and cu.1 | Jason McIntyre | |
- big tidy up whilst here ok mk fkr | |||
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai | |
SSL connections, due to SSL_read()'s prototype. This allows us to change ftp_read to return size_t and have it return (0) on error, just like fread(). OK otto@, beck@ | |||
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai | |
While here, remove pointless void pointer cast. OK otto@, beck@ | |||
2006-05-25 | Minor type correction. | Ray Lai | |
OK otto@ | |||
2006-05-25 | Better example URL spacing. | Ray Lai | |
OK jmc@ | |||
2006-05-25 | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | Ray Lai | |
conditions. OK moritz@, otto@ | |||
2006-05-23 | some clarifications for the "size" field + cleanup; | Jason McIntyre | |
based on a diff from ingo schwarze; | |||
2006-05-23 | Fix removing of trailing space in file name completion list. | Otto Moerbeek | |
From Matthew Haub; ok krw@ |