Age | Commit message (Expand) | Author |
2005-01-13 | tidy and remove debugging output | Jean-Francois Brousseau |
2005-01-13 | zlib abstraction code, first part of support for compression | Jean-Francois Brousseau |
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau |
2005-01-13 | more extern declarations for the common variables | Jean-Francois Brousseau |
2005-01-13 | fix the annotate usage (there is no -F flag) and add the missing bits | Jean-Francois Brousseau |
2005-01-13 | prettier | Jean-Francois Brousseau |
2005-01-13 | * get rid of useless headers | Jean-Francois Brousseau |
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau |
2005-01-13 | better descr for `cvs annotate'; help and ok jmc. | Xavier Santolaria |
2005-01-12 | use basename(3) instead of mangling the path to figure out the | Jean-Francois Brousseau |
2005-01-12 | add rcs_kflag_get() to validate kflags | Jean-Francois Brousseau |
2005-01-11 | cvs -> CVS; jmc ok | Xavier Santolaria |
2005-01-11 | Close the Entries file we just created upon directory creation. This | Jean-Francois Brousseau |
2005-01-07 | document `cvs import'; | Jason McIntyre |
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau |
2005-01-06 | add cvsintro.7 to MAN now that jmc@ has put useful information in there | 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-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau |
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2005-01-05 | document `cvs tag'; | Jason McIntyre |
2005-01-05 | Before attempting to initialize the cvs repository, make sure we have | Jean-Francois Brousseau |
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 |