Age | Commit message (Expand) | Author |
2008-01-10 | Make cvs_file_classify more readable. | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2007-11-09 | Fix for a rather unintuitive behaviour, this way it can be reproduced: | Tobias Stoeckmann |
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink |
2007-09-23 | pass FILE_HAS_FLAG towards the update code so it can identify | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-22 | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server | Joris Vink |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann |
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 |