Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2017-06-01 | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. | Joris Vink |
2016-10-13 | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. | Frederic Cambus |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-28 | Support -U and -C to specify the context length for "cvs diff". | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | Ray Lai |
2009-04-29 | add options 'a' and 'd' to the getopt string so | Joris Vink |
2009-04-28 | support some additional diff options: -a, -b, -d, -w | Stuart Henderson |
2009-04-03 | i fucked up last night, bad so partially revert a piece of | Joris Vink |
2009-04-03 | my last commit to diff.c broke diffing in some cases, | Joris Vink |
2009-04-02 | properly deal with uptodate files server-side, as they do not | Joris Vink |
2009-04-02 | make sure diffing -rTAG -rTAG works even if files are uptodate | Joris Vink |
2009-03-23 | any directory messages are, believe it or not, suppose to go to LP_ERR | Joris Vink |
2009-03-19 | do not diff files server-side that are uptodate but require a patch, | Joris Vink |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann |
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as non-existe... | Tobias Stoeckmann |
2008-06-17 | unbreak diff for newly added files, tsk. | Joris Vink |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-11 | do not count on files that are uptodate to be on disk in a remote setup. | Joris Vink |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-10 | Omit "cannot find file" on server-side if client runs "diff" on an up-to-date | Tobias Stoeckmann |
2008-05-30 | diff -D support, also a change in diff_internals to properly print | Tobias Stoeckmann |
2008-05-30 | Major rework of our cvs diff implementation fixes tons of GNU cvs | Tobias Stoeckmann |
2008-05-22 | expension -> expansion | Tobias Stoeckmann |
2008-03-13 | when a file was locally removed and a diff was done against | Stuart Henderson |
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann |
2008-03-01 | spacing | Theo de Raadt |
2008-02-27 | prevent file races | Joris Vink |
2008-02-27 | Always end line that states diff options with a newline. | Tobias Stoeckmann |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-09 | If run as server, (r)diff should properly write (r)diff into header | Tobias Stoeckmann |
2008-02-04 | r* commands have their own usage; don't check usage of their working dir | Tobias Stoeckmann |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-02-03 | Added rdiff support. In order to do this, some output and option fixes | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-29 | Properly free dynamically allocated memory on error path. | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-27 | fix diff output in a remote setup so our client does not freak out. | Joris Vink |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins |