Age | Commit message (Expand) | Author |
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-18 | oops, last commit broke a few things | Joris Vink |
2005-07-18 | let it compile without any warnings | Joris Vink |
2005-07-15 | if the file has been added but is not on disk make sure we can pick it up | Joris Vink |
2005-07-07 | do not run the callback for "." twice. | Joris Vink |
2005-07-07 | add a field to CVSFILE which holds the timestamp from the Entries file. | Joris Vink |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-07-05 | if we can't stat the file and there is no entry for it, don't fail | Joris Vink |
2005-07-01 | - plug memleak in cvs_file_getdir(). | Joris Vink |
2005-06-17 | correctly build a temporary copy of the client its repository | Joris Vink |
2005-06-17 | when pruning don't try to remove any directories outside | Joris Vink |
2005-06-14 | finish pruning support, this has been sitting | Joris Vink |
2005-06-09 | don't forget to close entfile in cvs_file_getspec(). | Joris Vink |
2005-06-01 | remove debug code | Joris Vink |
2005-06-01 | don't trust cvs_file_getpath() to get the correct path when creating | Joris Vink |
2005-06-01 | when creating a new directory, steal the parent its cvsroot structure if | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
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 |