Age | Commit message (Expand) | Author |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-06 | ingore local update of newly added files. this fixes some possible | Reyk Floeter |
2006-01-06 | uninitialized pointer could confuse the cleanup check | Reyk Floeter |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | minor style nits; | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria |
2005-12-03 | todd@ reminds me: | Joris Vink |
2005-12-03 | respect Q flag in output; | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-08-08 | zap unused vars; | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-14 | use cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-30 | remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above the | Joris Vink |
2005-06-30 | missing method checks in pre_exec handler. | Joris Vink |
2005-06-17 | - add missing option in the command usage | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-30 | -D and -r can be used simultaneously, pointed out by marc@ and thus | Xavier Santolaria |
2005-05-29 | -D and -r are mutually exclusive ... | Xavier Santolaria |
2005-05-26 | first part of real pruning support | Joris Vink |
2005-05-24 | remove debugging messages | Jean-Francois Brousseau |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-20 | correct wrong error code usage. | Joris Vink |
2005-05-20 | first bits of the `cvs -n' option; ok jfb joris | Xavier Santolaria |
2005-04-27 | cleanup and initial split between remote and local update code | Jean-Francois Brousseau |
2005-04-19 | send the correct argument, -A not -a | Joris Vink |
2005-04-19 | support -P -A -d flags | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria |
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink |
2005-04-11 | remove EX_USAGE error codes | Joris Vink |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink |
2005-02-27 | Many improvements to the RCS support: | Jean-Francois Brousseau |
2005-02-22 | use the file's name, and not its full path, when building the path to | Jean-Francois Brousseau |
2005-02-04 | remove duplicate trace message which gets output in cvs_sendfile() | Jean-Francois Brousseau |
2005-01-13 | prettier | Jean-Francois Brousseau |
2004-12-21 | modify the directory handling portion to behave like the one in add.c, | Jean-Francois Brousseau |