Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-02 | handle magic branch numbers. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-08-02 | .Xr cvsignore(5); | Xavier Santolaria | |
2005-08-02 | document the cvsignore file; input/ok jmc@, ok jfb@. | Xavier Santolaria | |
2005-08-02 | add missing options (and document them) for the `impor' command; | Xavier Santolaria | |
2005-08-01 | Send ourselves SIGTSTP, not SIGSTOP on ^Z. Noticed and OK deraadt@ | Todd C. Miller | |
2005-08-01 | Fix some signed vs. unsigned mismatches in the format strings and fix | Todd C. Miller | |
the remaining 64 bit integers being printed as 32 bit. OK deraadt@ | |||
2005-08-01 | 64-bit nfsstats delta printing still required %llu instead of %d specifiers | Theo de Raadt | |
spotted as being wrong by matthieu, fix by me | |||
2005-08-01 | respect $HOME when checking for .cvsrc; ok jfb@ joris@. | Xavier Santolaria | |
2005-08-01 | add command aliases, `re' and `rel'; from mpech@. | Xavier Santolaria | |
2005-08-01 | Use dynamic memory instead of a fixed table. Makes merges files with | Otto Moerbeek | |
lots of changes possible. While there, kill an off-by-one. Report and testing by Alexander Bluhm. ok millert@ | |||
2005-07-31 | nuke a totally unused flag for cf_flags | Joris Vink | |
2005-07-31 | add missing -n in synopsis; | Xavier Santolaria | |
2005-07-31 | scsi/ses.h goes away | Theo de Raadt | |
2005-07-30 | o remove a call to cvs_ent_open() from cvs_file_create(), | Moritz Jodeit | |
since cvs_mkadmin() already does this for us. o don't deref NULL ptr when cvs_ent_open() fails. o fix format string in cvs_log(). ok joris@ | |||
2005-07-30 | listen_hosts initialisation here too; spotted greg AT y2005.nest.cx | Damien Miller | |
2005-07-30 | fix -D listen_host initialisation, so it picks up gateway_ports setting | Damien Miller | |
correctly | |||
2005-07-30 | add missing -r in usage(); | Xavier Santolaria | |
2005-07-30 | document global -r option and the CVSREAD environment variable; | Xavier Santolaria | |
ok "i suck at manpages"-joris@ && jmc@. | |||
2005-07-30 | we actually want CVS_FST_UNKNOWN here. | Joris Vink | |
problem reported by Nuno once more. ok from an enthousiastic xsa@ | |||
2005-07-29 | do not send a MODIFIED request to the server for a newly added file we | Joris Vink | |
already removed again. spotted by & ok xsa@ | |||
2005-07-29 | make sure we do not try to send the file to the server if it is no | Joris Vink | |
longer on disk. problem reported by Nuno Morgadinho. ok xsa@ | |||
2005-07-29 | minor KNF; | Xavier Santolaria | |
2005-07-29 | make more use of error codes in the file code. | Joris Vink | |
ok xsa@ | |||
2005-07-29 | don't try to skip over the rootpath in the received directory if the | Joris Vink | |
rootpath is larger. tested by xsa@ a long time ago. | |||
2005-07-29 | correctly build the repository path in cvs_load_dirinfo() so we do not | Joris Vink | |
end up with a totally messed up repopath when there are no admin files present. problems reported by mpech@ and Nuno Margadinho. tested by Nuno Margadinho, thanks a lot! | |||
2005-07-28 | missing packet_init_compression(); from solar | Markus Friedl | |
2005-07-28 | Use proper type for 32 bit entity. s/long/int | Robert Nagy | |
This is needed for radioctl(1) to work on sparc64. ok mickey@ | |||
2005-07-28 | replace a dead documentation link with two alive ones. | Joris Vink | |
dead link spotted by Nuno Morgadinho. okay xsa@ | |||
2005-07-28 | respect CVSREAD env. variable; ok jfb@. | Xavier Santolaria | |
2005-07-28 | Fix bug that prevented system exclusive messages longer than 6 bytes | Jonathan Gray | |
from working properly. From Alexandre Ratchov alex-contact at caoua.org | |||
2005-07-27 | check == -1 not != 0 for stat() return value, for consistency sake! | Xavier Santolaria | |
"OK big time" jfb@. | |||
2005-07-27 | use LP_NOTICE here too; | Xavier Santolaria | |
2005-07-27 | more use of LP_NOTICE instead of LP_INFO; | Xavier Santolaria | |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria | |
2005-07-27 | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. | Xavier Santolaria | |
ok jfb@. | |||
2005-07-27 | add trace message in cvs_connect(); ok jfb@ joris@. | Xavier Santolaria | |
2005-07-27 | make LP_INFO send to stderr; ok joris@. | Xavier Santolaria | |
2005-07-27 | Silence bogus -Wuninitialized warnings; ok djm@ | Darren Tucker | |
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 | |