Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-17 | only increase the reference count on the cvsroot structure when it | Jean-Francois Brousseau | |
gets inserted into the cache. This makes cvsroot_free() work correctly instead of leaking memory in error cases of cvsroot_parse() spotted by and ok pat@ | |||
2005-02-17 | Fix case where we were testing on AC, but operating on FD. The changed code | Aaron Campbell | |
follows the pattern of the rest of the source. otto@ ok | |||
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff | |
2005-02-16 | get rid of unneeded whitespace | Jean-Francois Brousseau | |
2005-02-16 | basic repository handling code, not plugged yet | Jean-Francois Brousseau | |
2005-02-16 | properly initialize the syslog_data structure | Jean-Francois Brousseau | |
2005-02-16 | more `cvs history' documentation about the columns added to | Xavier Santolaria | |
records depending on the command issued; ok jmc | |||
2005-02-16 | Better diagnostic if an identity file is not accesible. ok markus@ djm@ | Otto Moerbeek | |
2005-02-15 | set the close-on-exec flag on the parent's local socket descriptor | Jean-Francois Brousseau | |
2005-02-15 | remove the LP_FILTER_TOGGLE operation, which is really pointless, and | Jean-Francois Brousseau | |
use a bitmask to keep track of the log filters | |||
2005-02-15 | avoid crashing when setting a variable with cvsd_set() that was not | Jean-Francois Brousseau | |
initialized with a dynamically-allocated string. spotted by mpech@ | |||
2005-02-14 | Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ ok | Aaron Campbell | |
2005-02-14 | use .Pa for paths, not .Ar; ok jmc | Xavier Santolaria | |
2005-02-13 | start documenting `cvs history'; ok jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-11 | Fix -d option; it should print a newline at EOL, not the specified delimeter. | Todd C. Miller | |
Problem found and OK by robert@ | |||
2005-02-10 | backout previous; i committed to wrong repository (i meant to commit kame) | Jun-ichiro itojun Hagino | |
2005-02-10 | dccp support | Jun-ichiro itojun Hagino | |
2005-02-09 | hrmz, should be right now ... | Xavier Santolaria | |
2005-02-09 | hrmz .. still missed a few ones ... | Xavier Santolaria | |
2005-02-09 | ooopsie... | Xavier Santolaria | |
2005-02-09 | add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink; | Xavier Santolaria | |
2005-02-08 | Provide reason in error message if getnameinfo fails; ok markus@ | Darren Tucker | |
2005-02-08 | Some extra strict warning cleanup. From Xin Li <delphij at FreeBSD | Otto Moerbeek | |
dot ORG> with a twist from myself. No binary change. ok djm@ | |||
2005-02-08 | correct the first example; ok otto jmc | Peter Valchev | |
2005-02-07 | sync and make usage __dead, from Michael Knudsen | Jared Yanovich | |
2005-02-07 | rename "file" to "path" in usage, it's clearer | Jared Yanovich | |
from Michael Knudsen <e@molioner.dk> ok jmc millert and rearrange man page EXAMPLES while here | |||
2005-02-07 | Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusive | Todd C. Miller | |
Truncate specified level to be within this range and avoid wrapping. Idea from espie@, OK henning@ | |||
2005-02-07 | Due to a braindead zlib, the test for seekability of a gzstream using | Otto Moerbeek | |
gzseek(f, 0L, SEEK_CUR) does not work as expected. Instead test the underlying stream and remember that. This repairs echo foo | gzip | zgrep foo. Problem spotted by Han Boetes in PR 4089; ok millert@ | |||
2005-02-07 | In list mode (which implies test mode), do not forget to initialize | Otto Moerbeek | |
uncompressed_name. Spotted by markus@; ok hshoexer@ millert@ | |||
2005-02-06 | Fix setting of $USER when env_reset is enabled. | Todd C. Miller | |
2005-02-06 | tweak; | Jason McIntyre | |
2005-02-05 | Update to Sudo 1.6.8p7 | Todd C. Miller | |
2005-02-04 | add Xavier Santolaria to AUTHORS section | Jean-Francois Brousseau | |
2005-02-04 | cleanup and additional error checking on connection setup | Jean-Francois Brousseau | |
2005-02-04 | more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-04 | remove duplicate trace message which gets output in cvs_sendfile() | Jean-Francois Brousseau | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-02-04 | clearer wording; | Jason McIntyre | |
based on a diff from freebsd -r1.22; | |||
2005-02-03 | be more consistent everywhere with `-k mode' option; | Xavier Santolaria | |
ok jfb@ jmc@ Joris Vink; | |||
2005-02-03 | add `release' command aliases; | Xavier Santolaria | |
2005-02-03 | document `cvs release'; ok jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-02 | document missing options for `cvs update'; ok jmc | Xavier Santolaria | |
2005-02-02 | Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@ | Otto Moerbeek | |
2005-02-02 | replace 0 with STDIN_FILENO. from han boetes and jared yanovich | Ted Unangst | |
2005-02-01 | - accept a minus sign in front of the file's revision number to | Jean-Francois Brousseau | |
indicate that the file has been removed - set the timestamp as invalid if we get the "dummy timestamp" string in the 4th field | |||
2005-02-01 | first round of malloc()/realloc() fixes: | Jean-Francois Brousseau | |
- avoid using the original pointer to store the return value of realloc(), so we can free it in case of failure - check return values for allocation failures and return errors in the appropriate cases - free the diff buffers once the diff has been generated feedback and testing by Joris Vink | |||
2005-02-01 | make fbackupfile() return FALSE when the rename(2) from the | Henning Brauer | |
mkstemp()-derived name to the filename~ one fails From: Han Boetes <han@mijncomputer.nl> | |||
2005-02-01 | document `cvs checkout'; ok jmc@ jfb@ Joris Vink; | Xavier Santolaria | |
2005-01-31 | perform error checking on all the protocol calls | Jean-Francois Brousseau | |
2005-01-31 | don't crash if we have no valid CVSROOT string | Jean-Francois Brousseau | |