Age | Commit message (Expand) | Author |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann |
2008-02-09 | Get in initial support for checkout -D. Works fine with -r support right | Tobias Stoeckmann |
2008-02-08 | when checking if a file is really dead do not use cvs_specified_tag only, | Joris Vink |
2008-02-08 | do not override the specified tag (-r on the command line) with a directory | Joris Vink |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-03 | more CVSROOT/module stuff: | Joris Vink |
2008-02-03 | (f)utimes takes sys/time.h | Tobias Stoeckmann |
2008-01-31 | If CVS/Entries.Static exists, don't look for more files in repository. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-10 | various fixes for remote commands (right now we support rlog and rtag) | Tobias Stoeckmann |
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 |