Age | Commit message (Expand) | Author |
2017-08-28 | Use xasprintf() instead of calloc() + strlcpy() + memcpy() to | Todd C. Miller |
2017-05-31 | Plug memleak in rcs_translate_tag() that was causing havoc on large repos. | Joris Vink |
2016-10-15 | Quiet compiler warnings. OK tomc@ tb@ | Todd C. Miller |
2016-10-13 | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. | Frederic Cambus |
2016-10-13 | Fix revision lookups for branches. Properly perform a revision | Todd C. Miller |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-01-08 | unsigned char for ctype. ok deraadt | Okan Demirmen |
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau |
2011-03-27 | Get rid of some warnings, from Michael W Bombardieri. | Nicholas Marriott |
2010-11-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott |
2010-10-31 | init was passing a writable file descriptor into rcs_open which was then | Nicholas Marriott |
2010-10-27 | Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting | Tobias Stoeckmann |
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann |
2010-10-15 | Fixed default branch handling and added support for branches in branches. | Tobias Stoeckmann |
2010-10-15 | Replaced RCS parser code with new rcsparse.{c,h}: | Tobias Stoeckmann |
2010-09-29 | Ensure that we always parse all deltas before expecting "desc" keyword. | Tobias Stoeckmann |
2010-09-11 | Fixed typo. | Tobias Stoeckmann |
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann |
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann |
2010-07-31 | When looking for revision, break out of the loop at the end rather than | 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 |
2010-07-21 | Only use username if author is NULL. Fixes "ci -wusername" when run | Ray Lai |
2010-07-13 | PR 6423 fix for cvs too, requested by xsa@. | Nicholas Marriott |
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber |
2010-03-30 | This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3 | zinovik |
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-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink |
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink |
2009-03-22 | Properly free allocated memory in error case. | Tobias Stoeckmann |
2009-02-21 | Properly convert dates between timezones before comparison. | Tobias Stoeckmann |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-09-12 | Plugged two memory leaks which could be encountered while using -r argument | Tobias Stoeckmann |
2008-09-12 | Be very conservative about state changes with "admin -s". With GNU CVS | Tobias Stoeckmann |
2008-06-26 | plug a memleak in rcs_rev_getlines() - initially noticed & diff by | Joris Vink |
2008-06-15 | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor | Joris Vink |
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-14 | Fixed wrong function name in fatal call. | Tobias Stoeckmann |
2008-06-12 | we should be able to handle symbol names that are also RCS tokens, | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-10 | properly inherit file permissions. | Joris Vink |