Age | Commit message (Expand) | Author |
2009-03-24 | shuffle code a bit so FILE_REMOVE_ENTRY also calls | Joris Vink |
2009-03-23 | LP_NOTICE should be LP_ERR when showing directory messages. | Joris Vink |
2009-03-21 | be smarter when checking if a directory is empty by looking at | Joris Vink |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2008-06-28 | if the user supplied -A only checkout files again if a sticky tag | Joris Vink |
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-11 | cleanup our junk when in server mode and running as checkout every | Joris Vink |
2008-06-09 | unused var | Joris Vink |
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann |
2008-06-08 | Don't check a file for conflict markers if it has no CVS/Entries entry. | Tobias Stoeckmann |
2008-05-30 | Keyword expansion must not be set if no RCS file is available, for example | Tobias Stoeckmann |
2008-05-23 | Properly pass the directory tag of parent directory into new subdirectories. | Tobias Stoeckmann |
2008-05-22 | Wrong function names in fatal messages fixed. | Tobias Stoeckmann |
2008-05-22 | expension -> expansion | Tobias Stoeckmann |
2008-03-09 | locate the first occurance of ':' in the given -j arguments | Joris Vink |
2008-03-09 | simplify logic in cvs_update_leavedir() | Joris Vink |
2008-03-09 | when in server mode, be sure the client picks up any new directories | Joris Vink |
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann |
2008-03-08 | do not log successfull merges in CVSROOT/history when joining. | Joris Vink |
2008-03-08 | better -j support | Joris Vink |
2008-03-08 | add checkout/update -j support. | Joris Vink |
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann |
2008-03-01 | use file_rcsrev in update_clear_conflict() - this way | Joris Vink |
2008-02-28 | RCS files can have a default expansion mode, keep this in mind for | Tobias Stoeckmann |
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 |