Age | Commit message (Expand) | Author |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | the moment we are done commiting a removed file, move the RCS file | Joris Vink |
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | commiting removed files now works | 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-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | 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-21 | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
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-23 | correctly seperate added, modified and removed files for use in the | Joris Vink |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-19 | unbreak the commit command. | Joris Vink |
2005-07-14 | use cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-12 | split this into cvs_commit_{remote,local}() functions; | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-30 | don't forget to send the log message, this fixes the commit command. | Joris Vink |
2005-05-30 | handle -r option; ok joris@ | Xavier Santolaria |
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 | execute the command callback at the same time we are building | Joris Vink |
2005-04-24 | don't send a Modified request and the file its contents when | Joris Vink |
2005-04-24 | add missing CVS_CMD_ALLOWSPEC flag | Joris Vink |
2005-04-19 | handle removed files as well when checking files to commit | Jean-Francois Brousseau |
2005-04-19 | remove debug code | Joris Vink |
2005-04-19 | make sure we pick up newly added files. | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria |
2005-04-15 | snprintf() return values checks; 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-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria |
2005-03-31 | fix prototype for cvs_commit_prepare() | Joris Vink |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink |
2005-03-29 | fix memleak | Joris Vink |