Age | Commit message (Expand) | Author |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria |
2006-06-06 | hello commit -F support | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | when adding a new file that already exists set the previous | Joris Vink |
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 |