Age | Commit message (Expand) | Author |
2005-07-24 | do not bail out in client mode if the file is not on disk at all. | Joris Vink |
2005-07-24 | "cvslog.*" should really be "cvslog*" | Joris Vink |
2005-07-24 | add "cvslog.*" to the ignore list | Joris Vink |
2005-07-24 | some more `if (!var)' cleanup; | Xavier Santolaria |
2005-07-24 | use cvs_unlink() here too; | Xavier Santolaria |
2005-07-24 | use cvs_unlink(); | Xavier Santolaria |
2005-07-24 | add cvs_unlink(); a wrapper to unlunk() w/ an error msg as it is used in | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |
2005-07-24 | correct rval check for socket(). from alf schlichting. ok markus@ | marius eriksen |
2005-07-23 | fix remote remove command, gcc didn't even catch this misplaced bracket. | Joris Vink |
2005-07-23 | remove debug messages, i always seem to forget these. | Joris Vink |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-23 | use cvs_chdir(); | Xavier Santolaria |
2005-07-23 | add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used in | Xavier Santolaria |
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 | Comandate Che Guevara, with a single `m'. | Federico G. Schwindt |
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-22 | for .de domains, we need to send more shit to the denic whois server so | Henning Brauer |
2005-07-22 | - sort options and sync usage() | Jason McIntyre |
2005-07-22 | somehow we managed to document the exit status of these apps twice, | Jason McIntyre |
2005-07-22 | - make synopsis agree with DESCRIPTION | Jason McIntyre |
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre |
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre |
2005-07-22 | add zcat and gzcat to NAME; | Jason McIntyre |
2005-07-22 | sort synopsis and options list; sync usage() (as best we can); | Jason McIntyre |
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-20 | remove the -M and -N flags to uptime, they do nothing. | Jared Yanovich |
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 | auth_usercheck(3) can return NULL, so check for that. Report from | Otto Moerbeek |
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 | some cleanup and on non-proxy operation switch to HTTP 1.1 since we've | Federico G. Schwindt |
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-17 | oops... .Dl does not like to be inundated with args, and my last commit just | Jason McIntyre |