summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/commit.c
AgeCommit message (Expand)Author
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-23correctly seperate added, modified and removed files for use in theJoris Vink
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-19unbreak the commit command.Joris Vink
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-12split this into cvs_commit_{remote,local}() functions;Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
2005-05-30handle -r option; ok joris@Xavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20execute the command callback at the same time we are buildingJoris Vink
2005-04-24don't send a Modified request and the file its contents whenJoris Vink
2005-04-24add missing CVS_CMD_ALLOWSPEC flagJoris Vink
2005-04-19handle removed files as well when checking files to commitJean-Francois Brousseau
2005-04-19remove debug codeJoris Vink
2005-04-19make sure we pick up newly added files.Joris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-29fix memleakJoris Vink
2005-03-02- make sure we are using a remote method before callingJoris Vink
2005-02-22more error checking on protocol calls when running in client modeJean-Francois Brousseau
2005-01-13more widespread use of cvs_msg, and free it when we are doneJean-Francois Brousseau
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-14First attempt at syncing the command code and doing a lot more errorJean-Francois Brousseau
2004-12-13return early if no files are ready to be commitedJean-Francois Brousseau
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09at least compilekrapht
2004-11-09Editor invocation code, still needs some workkrapht
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau