Age | Commit message (Expand) | Author |
2008-03-08 | fix vs_columns() for the "set nu" case. avoids segfaults for very long | Otto Moerbeek |
2008-03-08 | correct usage of lseek(2); | Joris Vink |
2008-03-08 | Document that -k 0 does not do anything, instead of sending bytes every | Marc Espie |
2008-03-04 | crank version; from djm | Theo de Raadt |
2008-03-04 | fix ifdef DEBUG code; ok krw@ deraadt@ | Otto Moerbeek |
2008-03-04 | fix segfault when trying to lock and unlock rcs files that | Joris Vink |
2008-03-03 | tweak previous; | Jason McIntyre |
2008-03-02 | document the two big bugs left that somewhat hinder parallel mode. | Marc Espie |
2008-03-02 | Make sure that temporary file has been successfully opened. | Tobias Stoeckmann |
2008-03-02 | rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well. | Tobias Stoeckmann |
2008-03-02 | rannotate needs at least one module as argument. | Tobias Stoeckmann |
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann |
2008-03-02 | use a union to ensure alignment of the cmsg (pay attention: various other | Theo de Raadt |
2008-03-02 | allow our parsing functions to stop parsing a config file at | Joris Vink |
2008-03-02 | - Remove LIBZ from DPADD. | Brad Smith |
2008-03-01 | remove cruft that is simply rotting away, its not used for | Joris Vink |
2008-03-01 | use file_rcsrev in update_clear_conflict() - this way | Joris Vink |
2008-03-01 | spacing | Theo de Raadt |
2008-03-01 | import_get_rcsdiff() doesnt need cvs_noexec checks. | Joris Vink |
2008-03-01 | allow dry-runs (-n) to work properly; | Joris Vink |
2008-03-01 | goodbye rcs_errno - we didnt use you and you wont be missed | Joris Vink |
2008-03-01 | do not overwrite CVS/Root in an existing tree whenever somebody | Joris Vink |
2008-03-01 | make sure we compare our current file contents against the correct | Joris Vink |
2008-03-01 | when reopening the file pass the proper mode and reopen it using | Joris Vink |
2008-02-29 | handle file permissions and owners properly. | Joris Vink |
2008-02-28 | RCS files can have a default expansion mode, keep this in mind for | Tobias Stoeckmann |
2008-02-28 | nobody needs weird debug messages | Joris Vink |
2008-02-28 | kill way out of date stuff | Joris Vink |
2008-02-28 | do not fatal() on CVS_METHOD_EXT, since we actually support this. | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-27 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic | Damien Miller |
2008-02-27 | Always end line that states diff options with a newline. | Tobias Stoeckmann |
2008-02-27 | Properly check if temporary files have been successfully opened. If not, | Tobias Stoeckmann |
2008-02-27 | fail nicely instead of crashing for format strings containing '*', | Theo de Raadt |
2008-02-27 | ugh got bitten by the path | Theo de Raadt |
2008-02-27 | put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100% | Theo de Raadt |
2008-02-26 | kill some first-person wording; help from jmc | Theo de Raadt |
2008-02-26 | spacing | Joris Vink |
2008-02-26 | do not install cvs.1 or cvs.5 yet; ok joris | Theo de Raadt |
2008-02-26 | plug memleaks | Joris Vink |
2008-02-25 | For the -l flag, set testmode to 1 instead of incrementing it. Fixes | Todd C. Miller |
2008-02-24 | Properly handle return value of dirname(). | Tobias Stoeckmann |
2008-02-24 | Bump version. Improvements and fixes since last release. | Xavier Santolaria |
2008-02-24 | More -Q support. | Xavier Santolaria |
2008-02-23 | reset overlapcnt at each cvs_merge_file() call so that files that | Joris Vink |
2008-02-23 | Handle global -Q; Avoid interactive stuff when specified. | Xavier Santolaria |
2008-02-22 | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the | Darren Tucker |
2008-02-22 | closefrom() call was too early, delay it until just before we execute | Damien Miller |
2008-02-22 | Fix the processing of numbers containing zeroes in -n (numeric) | Todd C. Miller |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann |