Age | Commit message (Expand) | Author |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-10 | parse any date tags set in CVS/Tag or CVS/Entries properly, and use | Joris Vink |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-09 | in cvs_update_enterdir() write the CVS/Tag file if the | Joris Vink |
2008-02-09 | Support for checkout -D extended: | Tobias Stoeckmann |
2008-02-09 | missing break | Joris Vink |
2008-02-09 | remote improvements: | Joris Vink |
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann |
2008-02-09 | lets do -D for update as well | Joris Vink |
2008-02-08 | do not override a specified (-r) tag with the tag in the Entries file | Joris Vink |
2008-02-06 | Sticky tags must have a 'T' in front of them in CVS/Entries. | Tobias Stoeckmann |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-02-03 | cvs_update_leavedir is only useful if dirs have to be pruned. | Tobias Stoeckmann |
2008-01-31 | During checkout -p don't print files which are in Attic if they are not | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
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-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-08-23 | missing 'u' option for update caused gnu cvs client to not function | Joris Vink |
2007-07-05 | fix a "Device busy" error in server mode. found by ckuethe@ | Joris Vink |
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-28 | do not call cvs_checkout_file() for file removals in local mode, | Joris Vink |
2007-06-27 | We were missing the needed clue/magic to have our remote setup | Joris Vink |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-05-27 | Replace xmalloc/xsnprintf combo with xasprintf. | Ray Lai |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-09 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-28 | do not overwrite a file that is modified but has a sticky tag set | Joris Vink |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-23 | When acting as a server do not blindly remove | Joris Vink |
2007-01-18 | more informative error msg. | Xavier Santolaria |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |