Age | Commit message (Expand) | Author |
2005-03-29 | cvs_file_attach() can fail, make sure we can handle it | Joris Vink |
2005-03-26 | fix a variety of things i found at coverity. ok joris@ | Ted Unangst |
2005-03-24 | ditch the filename hash table and use the new strtab code instead | Jean-Francois Brousseau |
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau |
2005-03-05 | make sure that errors from cvs_file_lget() cascade down instead of | Jean-Francois Brousseau |
2005-03-02 | add a flag to identify the base directory in file hierarchies. | Joris Vink |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau |
2005-01-24 | when loading a file's information, remove its entry from the parent | Jean-Francois Brousseau |
2005-01-12 | use basename(3) instead of mangling the path to figure out the | Jean-Francois Brousseau |
2005-01-11 | Close the Entries file we just created upon directory creation. This | Jean-Francois Brousseau |
2005-01-06 | add *.core as part of the standard ignore patterns | Jean-Francois Brousseau |
2005-01-06 | * always assign a cvsroot to directories, even if they are unknown | Jean-Francois Brousseau |
2005-01-03 | when releasing a file structure, free the reference to its name so | Jean-Francois Brousseau |
2004-12-28 | check the return values of rcsnum_alloc() and rcsnum_aton() on | Jean-Francois Brousseau |
2004-12-28 | add more standard patterns to ignore; jfb ok | Xavier Santolaria |
2004-12-14 | When loading directory entries, create file structures for files which | Jean-Francois Brousseau |
2004-12-13 | get rid of void* arithmetic to nuke another gcc warning | Jean-Francois Brousseau |
2004-12-08 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | Jean-Francois Brousseau |
2004-12-07 | when loading directory info, only close the handle to the Entries file | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-06 | when loading the file information from the Entries file, open it in | Jean-Francois Brousseau |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau |
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-31 | check return value of strdup(3); | Joris Vink |
2004-08-27 | Unbreak when running into files with an inode of 0 | Jean-Francois Brousseau |
2004-08-27 | Skip directory entries which have a file number of 0 | Jean-Francois Brousseau |
2004-08-27 | Do not attempt to free directory information on error cases in | Jean-Francois Brousseau |
2004-08-13 | More unused variables | Jean-Francois Brousseau |
2004-08-13 | When comparing a file's timestamp against the one found in the Entries | Jean-Francois Brousseau |
2004-08-12 | If we create a directory with cvs_file_create(), keep a pointer to the | Jean-Francois Brousseau |
2004-08-12 | Implement cvs_file_getspec() so we can finally deal with explicit file | Jean-Francois Brousseau |
2004-08-10 | Cleanup, and don't close the Entries file handle for a directory when we | Jean-Francois Brousseau |
2004-08-06 | * add a flag CF_NOSYMS to avoid loading information about symbolic links | Jean-Francois Brousseau |
2004-08-06 | Handle case insensitivity for real | 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-03 | Fix an annoying error message on checkouts by loading administrative | Jean-Francois Brousseau |
2004-08-03 | cleanup | Jean-Francois Brousseau |
2004-08-03 | Initialize ndirs | 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 |
2004-07-31 | Minor fixes and remove debugging messages | Jean-Francois Brousseau |
2004-07-30 | Lots of cleanup, and add an internal version of cvs_file_get() so we can | Jean-Francois Brousseau |
2004-07-30 | Add cvs_file_find() to find a particular file from its path within a | Jean-Francois Brousseau |
2004-07-29 | Remove debugging statements | Jean-Francois Brousseau |
2004-07-29 | Loop on the call to getdirentries() until there are no more entries. | Jean-Francois Brousseau |
2004-07-29 | * move to tail queues for file list management | Jean-Francois Brousseau |