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-26 | add support for cvs rlog. | Niall O'Higgins |
2007-06-04 | remove a fatal i committed by accident. | Niall O'Higgins |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-21 | Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison | Ray Lai |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-09 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-07 | fstat() -> lstat() in a few select cases, | Todd T. Fries |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-29 | no longer spit out that you can add new files using 'cvs add', | Joris Vink |
2007-01-28 | remove debug printfs that sneaked in. | Joris Vink |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink |
2007-01-27 | missed a case for CVS_CMD_ADD from last commit | Joris Vink |
2007-01-27 | by default let cvs_file_classify complain about certain cases | Joris Vink |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-23 | Don't fatal() when unexpected files are encountered in the working | Ray Lai |
2007-01-20 | typo | Joris Vink |
2007-01-20 | more safety checks for file->file_rcsrev; | Joris Vink |
2007-01-20 | check return value of rcs_translate_tag(). prevents a segfault found by todd... | Niall O'Higgins |
2007-01-19 | When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions, | Joris Vink |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when needed | 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-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria |
2007-01-06 | add cvs_base_handle() routine to handle the CVS/Baserev* files. | Xavier Santolaria |
2007-01-05 | - introduce file comparison routine, cvs_file_cmp(). | Xavier Santolaria |
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-06-02 | various spelling fixes | David Krause |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-30 | only look into the Attic for certain commands | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-29 | i was wrong adding ".*" to the default ignore patterns, | Joris Vink |
2006-05-29 | if the timestamp of the file has changed and | Joris Vink |
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |