Age | Commit message (Expand) | Author |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-12-13 | Make it compile again. And there is a time_t fix as a bonus! | Vadim Zhukov |
2012-07-02 | simplify rcsnum parsing by using a fixed array without all the realloc | Ted Unangst |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-27 | Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting | Tobias Stoeckmann |
2010-09-29 | Support for update -C, from zinovik. | Nicholas Marriott |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-13 | Don't silently overwrite untracked local files with newly-added | Nicholas Marriott |
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 |