Age | Commit message (Expand) | Author |
2005-01-04 | first cut at an introduction to CVS; | Jason McIntyre |
2005-01-03 | when releasing a file structure, free the reference to its name so | Jean-Francois Brousseau |
2005-01-03 | limit the maximum length of RCS numbers to 64 nums and avoid | Jean-Francois Brousseau |
2005-01-03 | more error checking on buffer operations and plug a descriptor leak | Jean-Francois Brousseau |
2004-12-30 | add strdup() check; jfb ok | Xavier Santolaria |
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau |
2004-12-28 | remove signedness warnings; jfb ok | Xavier Santolaria |
2004-12-28 | abort with an error if we can't figure out what the connection | Jean-Francois Brousseau |
2004-12-28 | handler for the Set request | Jean-Francois Brousseau |
2004-12-28 | rename parameters to avoid shadowing global declarations | Jean-Francois Brousseau |
2004-12-28 | document -s; | Jason McIntyre |
2004-12-28 | check the return values of rcsnum_alloc() and rcsnum_aton() on | Jean-Francois Brousseau |
2004-12-28 | use Argument instead of Argumentx when sending a revision or date | Jean-Francois Brousseau |
2004-12-28 | add more standard patterns to ignore; jfb ok | Xavier Santolaria |
2004-12-22 | order `cvs remove' aliases correctly; | Xavier Santolaria |
2004-12-22 | basic documentation of the `cvs remove' command; | Xavier Santolaria |
2004-12-22 | spelling corrections; ok jmc@ | David Krause |
2004-12-21 | s/files/file/ in `cvs remove' usage, like in the other commands; | Xavier Santolaria |
2004-12-21 | gnu CVS has an undocumented -s command-line option to set a variable, | Jean-Francois Brousseau |
2004-12-21 | modify the directory handling portion to behave like the one in add.c, | Jean-Francois Brousseau |
2004-12-21 | on the way to `cvs remove'; ok jfb | Xavier Santolaria |
2004-12-21 | Check to make sure we have a valid CVSROOT, and check the return value | Jean-Francois Brousseau |
2004-12-21 | on the way to `cvs add'; ok jfb | Xavier Santolaria |
2004-12-19 | add a handler for the Gzip-stream request. The handler parses the | Jean-Francois Brousseau |
2004-12-18 | when parsing an RCS date, adjust the year by 1900 in the tm structure | Jean-Francois Brousseau |
2004-12-17 | * increase the initial parse buffer size to 16384 bytes | Jean-Francois Brousseau |
2004-12-16 | plug some memory leaks on error cases | Jean-Francois Brousseau |
2004-12-16 | Add rcs_gethead() to easily retrieve the head revision of an RCS | Jean-Francois Brousseau |
2004-12-16 | make cvs_connect() print an error message and return with an error | Jean-Francois Brousseau |
2004-12-15 | print line number of warnings in .cvsrc; ok jfb@. | Xavier Santolaria |
2004-12-15 | modify the CVS_DIR_ROOT() macro to grab the parent's root if the file | Jean-Francois Brousseau |
2004-12-15 | Permit the client to generate trace output when the -t option is given | Jean-Francois Brousseau |
2004-12-15 | we don't need a separate header for 4 function prototypes, move | Jean-Francois Brousseau |
2004-12-14 | First attempt at syncing the command code and doing a lot more error | Jean-Francois Brousseau |
2004-12-14 | complain about lost files | Jean-Francois Brousseau |
2004-12-14 | When loading directory entries, create file structures for files which | Jean-Francois Brousseau |
2004-12-14 | fix path to RCS file; jfb@ ok. | Xavier Santolaria |
2004-12-14 | be more verbose for .cvsrc errors/warnings; ok jfb@. | Xavier Santolaria |
2004-12-14 | add missing '\t' in usage(); okay jfb@. | Xavier Santolaria |
2004-12-14 | support the tag command | Jean-Francois Brousseau |
2004-12-14 | missing `tag' request in the request table | Jean-Francois Brousseau |
2004-12-14 | cleaner error handling on connection setup and in case of connection | Jean-Francois Brousseau |
2004-12-14 | move the cvsrc example stuff to cvsrc.5; | Jason McIntyre |
2004-12-13 | return early if no files are ready to be commited | Jean-Francois Brousseau |
2004-12-13 | yet another mistake in the protocol docs...even if we send the | Jean-Francois Brousseau |
2004-12-13 | get rid of void* arithmetic to nuke another gcc warning | Jean-Francois Brousseau |
2004-12-13 | free the buffer used to receive a file in the Updated response handler | Jean-Francois Brousseau |
2004-12-13 | if we fail to generate a file's checksum, print the path of the file | Jean-Francois Brousseau |
2004-12-13 | print full path of .cvsrc in log messages; jfb@ ok. | Xavier Santolaria |
2004-12-13 | sync SYNOPSIS and usage(); | Jason McIntyre |