Age | Commit message (Expand) | Author |
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 |
2005-07-09 | channel changing is to be handled by radioctl; the rest of it requres use of ... | Michael Shalayeff |
2005-07-09 | kill useless "&& r1 == NULL" expression. | Niall O'Higgins |
2005-07-09 | explicit casts to const char * | Niall O'Higgins |
2005-07-09 | convert snprintf with format string "%s" to an strlcpy. | Niall O'Higgins |
2005-07-08 | split local and remote function handlers from each other. | Joris Vink |
2005-07-08 | new sentence, new line; | Jason McIntyre |
2005-07-08 | handle -Q correctly; Ok joris@. | Xavier Santolaria |
2005-07-08 | if a file has been locally added, output correct info! Ok joris@. | Xavier Santolaria |
2005-07-08 | don't try to run the pruning function on server side. | Joris Vink |
2005-07-08 | change BindAddress to match recent ssh -b change; prompted by markus@ | Darren Tucker |
2005-07-08 | hrmz spaces... | Xavier Santolaria |
2005-07-08 | race when efd gets closed while there is still buffered data: | Markus Friedl |
2005-07-08 | Make comment match code; ok djm@ | Darren Tucker |
2005-07-08 | - revert previous commit a bit, those arguments belonged to expand-modules. | Joris Vink |
2005-07-08 | do not send the Arguments to the server twice. | Joris Vink |
2005-07-08 | display in local mode only the mtime of a file stored in the Entries file; | Xavier Santolaria |
2005-07-07 | do not run the callback for "." twice. | Joris Vink |
2005-07-07 | add a field to CVSFILE which holds the timestamp from the Entries file. | Joris Vink |
2005-07-07 | more snprintf(3) checks, check against the correct | Joris Vink |
2005-07-07 | add info message when examining directories; Ok joris@. | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-07-07 | snprintf(3) checks. | Joris Vink |
2005-07-07 | arrange list of hash algorithms as previously done for skeyinit(1); | Jason McIntyre |
2005-07-07 | add comment; | Xavier Santolaria |
2005-07-07 | display what we should in case the file is unknown to cvs. Ok joris@. | Xavier Santolaria |
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre |
2005-07-06 | - use nroff symbols | Jason McIntyre |
2005-07-06 | - simplify SYNOPSIS | Jason McIntyre |
2005-07-06 | alter spacing of usage() so we don;t get a line break if skey is | Jason McIntyre |
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre |
2005-07-06 | oops, $macro was documented, just not where i expected it; reword and | Jason McIntyre |
2005-07-06 | add explicit comments for file status; | Xavier Santolaria |
2005-07-06 | correct file status strings; | Xavier Santolaria |
2005-07-06 | clarify meaning of ssh -b ; with & ok jmc@ | Darren Tucker |
2005-07-06 | - now that `macdef' is nicely documented, tell people how to use it | Jason McIntyre |
2005-07-06 | improve the description of `macdef'; | Jason McIntyre |
2005-07-06 | sync spell usage() w/ man page synopsis; | Jason McIntyre |
2005-07-06 | spacing | Theo de Raadt |
2005-07-06 | warning clean and constiness | Ted Unangst |
2005-07-06 | drop in parsemonth from freebsd. | Ted Unangst |
2005-07-05 | sync usage() w/ man page synopsis; | Jason McIntyre |
2005-07-05 | if we can't stat the file and there is no entry for it, don't fail | Joris Vink |