| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by |  nicm | 2011-04-20 | 1 | -2/+2 |
* | Check date_parse return values. |  ray | 2010-07-30 | 1 | -3/+5 |
* | Support -U and -C to specify the context length for "cvs diff". |  nicm | 2010-07-28 | 1 | -4/+31 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -6/+6 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -2/+2 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 1 | -2/+2 |
* | Sync some rcsdiff changes to cvsdiff. As a side effect, |  ray | 2009-06-06 | 1 | -10/+15 |
* | add options 'a' and 'd' to the getopt string so |  joris | 2009-04-29 | 1 | -2/+2 |
* | support some additional diff options: -a, -b, -d, -w |  sthen | 2009-04-28 | 1 | -3/+19 |
* | i fucked up last night, bad so partially revert a piece of |  joris | 2009-04-03 | 1 | -1/+6 |
* | my last commit to diff.c broke diffing in some cases, |  joris | 2009-04-03 | 1 | -4/+1 |
* | properly deal with uptodate files server-side, as they do not |  joris | 2009-04-02 | 1 | -16/+24 |
* | make sure diffing -rTAG -rTAG works even if files are uptodate |  joris | 2009-04-02 | 1 | -1/+2 |
* | any directory messages are, believe it or not, suppose to go to LP_ERR |  joris | 2009-03-23 | 1 | -4/+3 |
* | do not diff files server-side that are uptodate but require a patch, |  joris | 2009-03-19 | 1 | -1/+4 |
* | use FILE_ON_DISK flags when we need to verify if a file |  joris | 2009-02-21 | 1 | -7/+7 |
* | Properly send -D arguments to server when run as a client. Issue spotted |  tobias | 2008-06-20 | 1 | -2/+12 |
* | If -N has been specified along -D for diff, treat invalid dates as non-existent file. Spotted by sthen. ok joris |  tobias | 2008-06-20 | 1 | -6/+12 |
* | unbreak diff for newly added files, tsk. |  joris | 2008-06-17 | 1 | -2/+2 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 1 | -1/+7 |
* | do not count on files that are uptodate to be on disk in a remote setup. |  joris | 2008-06-11 | 1 | -4/+4 |
* | Avoid possible NULL pointer dereferences by using reentrant versions |  tobias | 2008-06-11 | 1 | -6/+7 |
* | Omit "cannot find file" on server-side if client runs "diff" on an up-to-date |  tobias | 2008-06-10 | 1 | -5/+7 |
* | diff -D support, also a change in diff_internals to properly print |  tobias | 2008-05-30 | 1 | -12/+45 |
* | Major rework of our cvs diff implementation fixes tons of GNU cvs |  tobias | 2008-05-30 | 1 | -143/+173 |
* | expension -> expansion |  tobias | 2008-05-22 | 1 | -2/+2 |
* | when a file was locally removed and a diff was done against |  sthen | 2008-03-13 | 1 | -2/+2 |
* | Print the right synopsis for commands on error (especially if commands |  tobias | 2008-03-02 | 1 | -3/+7 |
* | spacing |  deraadt | 2008-03-01 | 1 | -4/+4 |
* | prevent file races |  joris | 2008-02-27 | 1 | -9/+22 |
* | Always end line that states diff options with a newline. |  tobias | 2008-02-27 | 1 | -2/+3 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -3/+2 |
* | If run as server, (r)diff should properly write (r)diff into header |  tobias | 2008-02-09 | 1 | -2/+3 |
* | r* commands have their own usage; don't check usage of their working dir |  tobias | 2008-02-04 | 1 | -4/+4 |
* | Added -k flag support for all commands which support it. |  tobias | 2008-02-04 | 1 | -7/+26 |
* | Added rdiff support. In order to do this, some output and option fixes |  tobias | 2008-02-03 | 1 | -40/+173 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+2 |
* | Properly free dynamically allocated memory on error path. |  tobias | 2008-01-29 | 1 | -2/+5 |
* | Properly handle -R -- although it is default, it may be overwritten mit -l |  tobias | 2008-01-28 | 1 | -2/+5 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -15/+22 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-28 | 1 | -2/+2 |
* | fix diff output in a remote setup so our client does not freak out. |  joris | 2007-06-27 | 1 | -3/+3 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+6 |
* | remove the cvs_file_classify() `loud' argument, it was used |  joris | 2007-02-09 | 1 | -2/+2 |
* | Handle CVS/Entries and file timestamp correctly so we do |  joris | 2007-01-26 | 1 | -2/+1 |
* | sweep opencvs for missing rcs_translate_tag() return checks. |  niallo | 2007-01-20 | 1 | -3/+5 |
* | replace old diffing mechanisms with the new fluffy RCS stuff, |  joris | 2007-01-15 | 1 | -21/+21 |
* | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() |  joris | 2007-01-14 | 1 | -7/+3 |
* | major re-work of the RCS api. this results in 100x performance improvements in some places and much |  niallo | 2007-01-12 | 1 | -3/+3 |
* | strl* overload, use xasprintf(). |  xsa | 2007-01-11 | 1 | -30/+19 |