Age | Commit message (Expand) | Author |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek |
2007-02-01 | When writing an rcs file, create the temp file next to the target | Otto Moerbeek |
2007-01-26 | more fixe size buffers on the stack. ok xsa@ joris@ | Otto Moerbeek |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-25 | plug a leak if multiple expansions are done on a single line. ok | Otto Moerbeek |
2007-01-25 | plug a memleak in keyword expansion. | Niall O'Higgins |
2007-01-16 | sanitize what kind of symbols we can have in symbol names, | Joris Vink |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | nuke the the very evil rcs_getrev() stuff | Joris Vink |
2007-01-13 | the memleak i thought i had fixed was in fact NOT a leak at all | Joris Vink |
2007-01-13 | - better error messages | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2006-12-21 | - plug memory leak in rcs_parse_delta() | Niall O'Higgins |
2006-12-21 | - plug memory leak in rcs_translate_tag() | Niall O'Higgins |
2006-12-21 | - plug memory leak in rcs_patch_lines() | Niall O'Higgins |
2006-12-04 | - fix crash when doing keyword expansion of zero-length buffers. | Niall O'Higgins |
2006-08-23 | pull in latest change from openrcs: | Joris Vink |
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai |
2006-07-30 | Sync some whitespace changes from rcs. No binary change. | Ray Lai |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria |
2006-06-06 | add support for the -D option of update, | Joris Vink |
2006-06-04 | lets not stop looking for a branch if the first one | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | add support for the export command. | Joris Vink |
2006-05-31 | have rcs_translate_tag translate branches too, which | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-01 | - fix a case in rcs_getrev() handling of branches where variant was not being | Niall O'Higgins |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-13 | Change rcs_parse_init() to return void, since it always returned 0. | Ray Lai |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |