Age | Commit message (Expand) | Author |
2004-09-16 | check value of strdup(3) calls; | Joris Vink |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink |
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau |
2004-08-31 | check return value of strdup(3); | Joris Vink |
2004-08-27 | Add CF_NOSYMS to the flags so we skip symbolic links | Jean-Francois Brousseau |
2004-08-27 | Instead of keeping an open pointer to the Entries file when opening with | Jean-Francois Brousseau |
2004-08-27 | Unbreak when running into files with an inode of 0 | Jean-Francois Brousseau |
2004-08-27 | cleanup and reset the valid requests array when allocating a new root | Jean-Francois Brousseau |
2004-08-27 | When the remote version string points to NULL, print "(unknown)" like | 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-27 | Fix two descriptor leaks | Jean-Francois Brousseau |
2004-08-16 | Make the README file a little more informative and explain how to install | Jean-Francois Brousseau |
2004-08-13 | Cleanup the code, will need rework | Jean-Francois Brousseau |
2004-08-13 | More unused variables | Jean-Francois Brousseau |
2004-08-13 | Remove unused variables | Jean-Francois Brousseau |
2004-08-13 | * add an entry for directories when we create them | Jean-Francois Brousseau |
2004-08-13 | Sample server config file | Jean-Francois Brousseau |
2004-08-13 | Make add work in client mode | 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 | Handle RFC822 and ctime(3) style timestamps | Jean-Francois Brousseau |
2004-08-13 | Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keeps | Jean-Francois Brousseau |
2004-08-13 | Assume the parent's Entries file is always opened when receiving a new | Jean-Francois Brousseau |
2004-08-13 | When comparing a file's timestamp against the one found in the Entries | Jean-Francois Brousseau |
2004-08-13 | Leave stderr alone for the moment | Jean-Francois Brousseau |
2004-08-13 | Add a macro for dummy timestamp strings | Jean-Francois Brousseau |
2004-08-13 | Add cvs_datesec() to calculate the time_t value corresponding to a | 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 | Add error checking and move the protocol calls so we only send them if | Jean-Francois Brousseau |
2004-08-12 | Unused variable | Jean-Francois Brousseau |
2004-08-12 | Make `init' work in client mode | Jean-Francois Brousseau |
2004-08-12 | Don't attempt to send the `Root' request if the operation is an `init' | Jean-Francois Brousseau |
2004-08-12 | Update | Jean-Francois Brousseau |
2004-08-12 | Fix handling of unknown directories | Jean-Francois Brousseau |
2004-08-12 | Implement cvs_file_getspec() so we can finally deal with explicit file | Jean-Francois Brousseau |
2004-08-12 | Don't bother about the server's standard error just yet | Jean-Francois Brousseau |
2004-08-12 | Before stating the Root file, make sure we actually have something to | 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-12 | Use cvs_files to build the file hierarchy and handle explicit arguments | Jean-Francois Brousseau |
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau |
2004-08-12 | If the directory we are updating is unknown, send a Questionable request | 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 | Cleanup and fix a call to cvs_splitpath() | Jean-Francois Brousseau |
2004-08-06 | * add a flag CF_NOSYMS to avoid loading information about symbolic links | Jean-Francois Brousseau |
2004-08-06 | Fix usage of cvs_splitpath() | Jean-Francois Brousseau |
2004-08-06 | Fix the SIGINT handler | Jean-Francois Brousseau |
2004-08-06 | Simplify cvs_splitpath() by requiring only one buffer to copy the result | Jean-Francois Brousseau |
2004-08-06 | Handle case insensitivity for real | Jean-Francois Brousseau |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau |
2004-08-06 | Add fields to keep track of the file's mode and last modification time | Jean-Francois Brousseau |