Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-27 | make cvs_rmdir() handle global -n and -t options; ok joris@. | Xavier Santolaria | |
2005-07-27 | rename cvs_remove_dir() to cvs_rmdir() because it might be confusing | Xavier Santolaria | |
with the `remove' command local functions. ok joris@. | |||
2005-07-26 | - fix SIZE_LEFT macro for the cb_cur > cb_buf case. | Moritz Jodeit | |
- make cvs_buf_empty() really clean the buffer. - fix cvs_buf_copy() for the off > 0 case. - some more minor buf code cleanup. ok joris@ | |||
2005-07-26 | add missing argument for -k. ok xsa@ | Moritz Jodeit | |
2005-07-26 | move trace message before calling cvs_connect(); | Xavier Santolaria | |
2005-07-26 | remove the (errno != ENOENT) check now that it is included in cvs_unlink(); | Xavier Santolaria | |
2005-07-26 | no need to complain that we cannot remove the file in cvs_unlink() | Joris Vink | |
if it does not exist. "commit it" xsa@ | |||
2005-07-25 | update DESCRIPTION to reflect the fact that another synopsis form was | Jason McIntyre | |
added; | |||
2005-07-25 | fix memleak. ok xsa@ | Moritz Jodeit | |
2005-07-25 | "file file" -> "this file" in an info msg; | Xavier Santolaria | |
2005-07-25 | minor KNF; | Xavier Santolaria | |
2005-07-25 | make it compile without warnings | Joris Vink | |
2005-07-25 | missed that one too... | Xavier Santolaria | |
2005-07-25 | KNF; | Xavier Santolaria | |
2005-07-25 | KNF; | Xavier Santolaria | |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl | |
has been authenticated successfully and set compression to 'delayed' for sshd. this breaks older openssh clients (< 3.5) if they insist on compression, so you have to re-enable compression in sshd_config. ok djm@ | |||
2005-07-25 | forgot these ... | Xavier Santolaria | |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | Xavier Santolaria | |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | Xavier Santolaria | |
2005-07-24 | do not bail out in client mode if the file is not on disk at all. | Joris Vink | |
noticed and ok xsa@ | |||
2005-07-24 | "cvslog.*" should really be "cvslog*" | Joris Vink | |
2005-07-24 | add "cvslog.*" to the ignore list | Joris Vink | |
noticed by xsa@ | |||
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 | |
many places. Also handle -n and -t global options. ok joris@ jfb@. | |||
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria | |
ok jfb@ joris@. | |||
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 | |
a mess and not clean. this code is much cleaner, faster, and uses less memory overall. tested by xsa@, brad@, Michael Knudsen, and myself. okay xsa@ | |||
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 | |
many places. Let's make our life simpler for once. ok jfb@ joris@. | |||
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 | |
construction of the log message in the editor. ok jfb@ | |||
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 | |
CVS_FILE_NAME macro. This macro used to be nifty because of all the referencing for the names, but since we don't do that anymore and use cf_name directly... byebye CVS_FILE_NAME() okay xsa@ | |||
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 | |
that idn domains are handled correctly... | |||
2005-07-22 | - sort options and sync usage() | Jason McIntyre | |
- reword CAVEATS whilst here | |||
2005-07-22 | somehow we managed to document the exit status of these apps twice, | Jason McIntyre | |
in slightly different ways: merge it all into one bit; RETURN VALUES section header removed since strictly speaking this is not for section one apps; help from otto@ | |||
2005-07-22 | - make synopsis agree with DESCRIPTION | Jason McIntyre | |
- tidy up CAVEATS | |||
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre | |
we describe gzip itself; update the description of -g to reflect this; | |||
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre | |
formatting tweak; | |||
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 | |
help + ok jaredy@ | |||
2005-07-21 | if the remove command is issued on a file that has been added but not | Xavier Santolaria | |
committed yet, remove CVS/<file>,t (in local mode); ok joris@. | |||
2005-07-21 | show questionable files as '? foo' on the server side. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria | |