Age | Commit message (Expand) | Author |
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria |
2005-06-02 | remove unneeded error reporting when using cvs_path_cat(), the | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-27 | cvs_noexec check; ok jfbeers | Xavier Santolaria |
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau |
2005-05-26 | - remove cvs_ent_getent(), it's not used anymore | Jean-Francois Brousseau |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-19 | only allocate a revision number if the entry is for a regular file, | Jean-Francois Brousseau |
2005-05-19 | use the date parsing code from date.y and fix timestamps on newly | Jean-Francois Brousseau |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink |
2005-04-15 | snprintf() return values checks; joris ok | Xavier Santolaria |
2005-02-22 | do not leak a file pointer in case of error | Jean-Francois Brousseau |
2005-02-01 | - accept a minus sign in front of the file's revision number to | Jean-Francois Brousseau |
2005-01-14 | stupid me, no need to reinit the queue | Jean-Francois Brousseau |
2005-01-14 | when removing the last entry from the tail queue, reinitialize the | 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-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-11-09 | We don't need to keep a copy of each Entries line, it isn't used | krapht |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink |
2004-08-27 | Instead of keeping an open pointer to the Entries file when opening with | Jean-Francois Brousseau |
2004-08-13 | * add an entry for directories when we create them | Jean-Francois Brousseau |
2004-08-13 | When the mtime is (time_t)-1, print the dummy timestamp string instead | Jean-Francois Brousseau |
2004-08-13 | Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keeps | Jean-Francois Brousseau |
2004-08-12 | When creating a new Entries file, make sure we put one 'D' instead of | Jean-Francois Brousseau |
2004-08-06 | Fix usage of cvs_splitpath() | Jean-Francois Brousseau |
2004-08-04 | Simplify entry parsing | Jean-Francois Brousseau |
2004-08-03 | Implement cvs_ent_remove() | Jean-Francois Brousseau |
2004-07-30 | * remove header cruft that belongs in file.h | Jean-Francois Brousseau |
2004-07-27 | * when opening an Entries file for writing, open the file in append mode | Jean-Francois Brousseau |
2004-07-26 | Fix pointer passed to fclose() in cvs_ent_close() | Jean-Francois Brousseau |
2004-07-25 | * cleanup the file API with regards to flag handling and | Jean-Francois Brousseau |
2004-07-14 | Unbreak the Entries loading code and move to a tail queue so we can remove | Jean-Francois Brousseau |
2004-07-14 | make adding entries to the Entries file work | Jean-Francois Brousseau |
2004-07-14 | prepare the entries interface so we can add entries | Jean-Francois Brousseau |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau |