Age | Commit message (Expand) | Author |
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink |
2008-01-28 | Properly free "rev". | Tobias Stoeckmann |
2008-01-14 | Changed xmalloc(n * m) pattern into xcalloc(n, m). | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-10 | just for the record: I HATE Log | Tobias Stoeckmann |
2008-01-10 | Damnit, I should avoid this nasty Log word in a comment ... | Tobias Stoeckmann |
2008-01-10 | An empty -k option is invalid | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2008-01-10 | Added support for keyword $Log$. In order to support $Log$, new lines have | Tobias Stoeckmann |
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann |
2007-11-11 | Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoing | Tobias Stoeckmann |
2007-11-11 | Do not (re)expand CVS keywords if it is requested to keep old keywords. | Tobias Stoeckmann |
2007-11-11 | Added CVS keyword "Locker". Although it is a dummy function, it's already | Tobias Stoeckmann |
2007-11-11 | Apply umask on RCS file modes. The umask can be changed in CVSROOT/config | Tobias Stoeckmann |
2007-11-08 | Stick at GNU cvs output format of docdate. | Tobias Stoeckmann |
2007-11-08 | Return latest revision of default branch when HEAD is requested and no | Tobias Stoeckmann |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann |
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-24 | zap unused stuff, cleans it up a bit. | Joris Vink |
2007-09-22 | in rcs_translate_tag() do not fail when a tag resolved | Joris Vink |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-08-27 | typo in error msg; from Igor Zinovik. | Xavier Santolaria |
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 |