Age | Commit message (Expand) | Author |
2005-07-23 | add missing "Remove-entry" response in cvs_responses table | Joris Vink |
2005-07-23 | correctly seperate added, modified and removed files for use in the | Joris Vink |
2005-07-22 | be sure we accept request for _all_ of our commands on the server side; | Xavier Santolaria |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-22 | minor tweaks, no functional change; | Xavier Santolaria |
2005-07-21 | if the remove command is issued on a file that has been added but not | Xavier Santolaria |
2005-07-21 | show questionable files as '? foo' on the server side. | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-21 | #define CVS_DESCR_FILE_EXT ",t" | Xavier Santolaria |
2005-07-20 | no need to append strerror(errno) in error msg if we use LP_ERRNO code; | Xavier Santolaria |
2005-07-20 | fix local mode; ok joris@. | Xavier Santolaria |
2005-07-19 | print existing tags if any (-v); long time ago Ok joris@. | Xavier Santolaria |
2005-07-19 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria |
2005-07-19 | make the init command work; | Xavier Santolaria |
2005-07-19 | missing CF_IGNORE, CF_NOSYMS and CF_SORT flags. | Joris Vink |
2005-07-19 | spacing | Theo de Raadt |
2005-07-19 | if the user specifies the -Q flag (really quiet) we also | Joris Vink |
2005-07-19 | unbreak the commit command. | Joris Vink |
2005-07-18 | add cvs_noexec in cvs_req_globalopt() swtich case 'n'; | Xavier Santolaria |
2005-07-18 | be consistent w/ warning messages (and handle -Q); | Xavier Santolaria |
2005-07-18 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria |
2005-07-18 | oops, last commit broke a few things | Joris Vink |
2005-07-18 | let it compile without any warnings | Joris Vink |
2005-07-15 | if the file has been added but is not on disk make sure we can pick it up | Joris Vink |
2005-07-15 | - use cvs_path_cat() where appropriate instead of snprintf() | Xavier Santolaria |
2005-07-15 | if a file has been locally added and not committed, handle it with proper | Xavier Santolaria |
2005-07-14 | handle some -Q cases; | Xavier Santolaria |
2005-07-14 | be consistent when declaring cvs_ent structs; ok jfb@ joris@. | Xavier Santolaria |
2005-07-14 | more use of cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-14 | use cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-13 | add cvs_rcs_getpath() function. Returns the path of the RCS file if it | Xavier Santolaria |
2005-07-13 | use cvs_path_cat() instead of snprintf(); | Xavier Santolaria |
2005-07-12 | split this into cvs_commit_{remote,local}() functions; | Xavier Santolaria |
2005-07-11 | we aren't using cvs_history_print() right now | Joris Vink |
2005-07-11 | zap unused variable | Joris Vink |
2005-07-11 | fix another case where a message shouldnt be printed if -Q is specified; | Xavier Santolaria |
2005-07-11 | display info message only if -q is not specified. | Xavier Santolaria |
2005-07-11 | display warning message about an unknown file only if -Q is not specified; | Xavier Santolaria |
2005-07-11 | display info message only if -q is not specified; | Xavier Santolaria |
2005-07-11 | add info message; | Xavier Santolaria |
2005-07-11 | print info message; | Xavier Santolaria |
2005-07-11 | the status variable is gone. | Joris Vink |
2005-07-11 | add proper handling for realloc() failure cases, avoiding bad idiom and | Niall O'Higgins |
2005-07-10 | if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO, | Joris Vink |
2005-07-10 | zap unused variables; | Joris Vink |
2005-07-10 | - get rid of an unused variable. | Joris Vink |
2005-07-10 | nuke verbosity declaration here too; | Xavier Santolaria |
2005-07-10 | no need to declare the verbosity var here as it is already done in cvs.h; | Xavier Santolaria |
2005-07-10 | only display info msg if -q is not specified; | Xavier Santolaria |
2005-07-10 | if the Entries file for the parent directory is already open | Joris Vink |