Age | Commit message (Expand) | Author |
2005-05-28 | make sure we check the Entry file when we need to. | Joris Vink |
2005-05-25 | assume that a file is modified if its timestamp is lower | Jean-Francois Brousseau |
2005-05-24 | don't fail on mkdir(2) when errno is EEXIST in cvs_file_create(). | Joris Vink |
2005-05-24 | - simplify cvs_mkadmin(). | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-22 | unused variable | Joris Vink |
2005-05-20 | plug a memleak | Joris Vink |
2005-05-20 | allow a cvs command to be executed from outside a repository, | Joris Vink |
2005-05-20 | execute the command callback at the same time we are building | Joris Vink |
2005-05-20 | don't attempt to copy the file's tag from the entry if we're dealing | Jean-Francois Brousseau |
2005-05-12 | set cvsent to NULL if entfile is NULL, fixes a crash | Joris Vink |
2005-05-12 | introduce a new flag to the file api: CF_NOFILES, which allows us | Joris Vink |
2005-05-01 | if CF_MKADMIN flag is specified the administrative files will | Joris Vink |
2005-04-25 | first part of file API changes: | Joris Vink |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink |
2005-04-19 | update cf_type to the correct type if we cannot stat(2) the | Joris Vink |
2005-04-18 | only copy ce_tag is it is not NULL, fixes a segfault on | Joris Vink |
2005-04-18 | free cf_tag for regular files in cvs_file_free(); | Joris Vink |
2005-04-18 | more debugging leftovers | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria |
2005-04-13 | file callbacks won't return -1 anymore, but a CVS_EX_* error | Joris Vink |
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 |