Age | Commit message (Expand) | Author |
2009-03-26 | fix the way Attic is handled in our recursion code, so we | Joris Vink |
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink |
2009-02-21 | use file_flags for 2 more reasons: | Joris Vink |
2009-02-21 | alter cvs_file_get() so it takes flags instead of one set | Joris Vink |
2008-06-13 | pass the complete path to cvs_file_get_cf() instead of reconstructing | Joris Vink |
2008-03-09 | pass user_supplied to struct cvs_file so it can be used | Joris Vink |
2008-03-09 | rename check_dir_tag to user_supplied to reflect what the flag | 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-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-13 | zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@. | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | 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-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-01-02 | more includes cleanup; | Xavier Santolaria |
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink |
2005-12-03 | remove unused and useless functions, they just get in the way; | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-11-12 | - remove strtab stuff. serves no useful purpose. | Niall O'Higgins |
2005-08-17 | keep a pointer to the CVSENTRIES in the CVSFILE structure. | Joris Vink |
2005-07-31 | nuke a totally unused flag for cf_flags | Joris Vink |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | Xavier Santolaria |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-07 | add a field to CVSFILE which holds the timestamp from the Entries file. | Joris Vink |
2005-07-06 | add explicit comments for file status; | Xavier Santolaria |
2005-06-14 | finish pruning support, this has been sitting | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-20 | execute the command callback at the same time we are building | Joris Vink |
2005-05-12 | introduce a new flag to the file api: CF_NOFILES, which allows us | Joris Vink |
2005-04-25 | first part of file API changes: | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-03-24 | ditch the filename hash table and use the new strtab code instead | Jean-Francois Brousseau |
2005-03-02 | add a flag to identify the base directory in file hierarchies. | Joris Vink |
2004-12-15 | modify the CVS_DIR_ROOT() macro to grab the parent's root if the file | Jean-Francois Brousseau |
2004-12-14 | When loading directory entries, create file structures for files which | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-02 | Add cvs_file_copy() to create a copy of a file structure. | Jean-Francois Brousseau |
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau |
2004-08-06 | * add a flag CF_NOSYMS to avoid loading information about symbolic links | Jean-Francois Brousseau |
2004-08-06 | Add fields to keep track of the file's mode and last modification time | Jean-Francois Brousseau |
2004-08-06 | the CF_STAT flag is useless now, all we have to do is extract the required | Jean-Francois Brousseau |
2004-08-02 | Remove cruft and unbreak compilation | Jean-Francois Brousseau |
2004-08-02 | Allocate a dynamic buffer for sorting. This way, we don't bork anymore | Jean-Francois Brousseau |