index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
Age
Commit message (
Expand
)
Author
2005-12-31
minor knf;
Xavier Santolaria
2005-12-30
knf
Reyk Floeter
2005-12-30
- zap unused 'rf_ref' member of RCSFILE structure.
Niall O'Higgins
2005-12-30
- simplify an unecessary if/else construct in rcs_open()
Niall O'Higgins
2005-12-30
more code cleanup, ok niallo@ and xsa@
Joris Vink
2005-12-30
- realloc() -> xrealloc(), was missed in the original sweep.
Niall O'Higgins
2005-12-30
minor style nits;
Xavier Santolaria
2005-12-30
adjust some thruth in a comment.
Joris Vink
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-12-30
spacing
Joris Vink
2005-12-30
pass LP_ABORT to cvs_vlog() instead of LP_ERR.
Joris Vink
2005-12-29
we were wrongly decrementing cvs_mtskt_depth when handling
Joris Vink
2005-12-28
don't use rf_pdata when it's not allocated.
Joris Vink
2005-12-27
- optimise rcsnum_tostr(). we call this function a LOT and using multiple
Niall O'Higgins
2005-12-27
- implement lazy-parsing of rcs files, that is only parse as much as we
Niall O'Higgins
2005-12-24
add an argument to cvs_chdir() which enables or not the removal
Xavier Santolaria
2005-12-24
remove useless cvs_buf_alloc() failure checks;
Joris Vink
2005-12-24
we should be calling cvs_vlog(); to at least get some decent output;
Joris Vink
2005-12-23
cvs_buf_write() did not properly set new permissions
Joris Vink
2005-12-22
cvs_rcs_getpath() cannot fail anymore;
Xavier Santolaria
2005-12-22
cvs_chdir() cannot fail anymore;
Xavier Santolaria
2005-12-22
another fatal() round;
Xavier Santolaria
2005-12-22
unitialized variable. ok xsa@
Moritz Jodeit
2005-12-22
- fix handling of zero byte files.
Niall O'Higgins
2005-12-21
cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;
Xavier Santolaria
2005-12-21
fatal()ization! OK joris@.
Xavier Santolaria
2005-12-21
initialize `rlen' in cvs_buf_set();
Xavier Santolaria
2005-12-21
use fatal() here too;
Xavier Santolaria
2005-12-21
cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;
Xavier Santolaria
2005-12-20
cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;
Xavier Santolaria
2005-12-20
fix use of fatal() from previous commit;
Xavier Santolaria
2005-12-20
cvs_buf_write() cannot fail here;
Xavier Santolaria
2005-12-20
missed that in previous fatal() commit;
Xavier Santolaria
2005-12-20
use fatal(); OK joris@ niallo@.
Xavier Santolaria
2005-12-19
move fatal() proto declaration to log.h; better for its use in usr.bin/rcs
Xavier Santolaria
2005-12-19
use fatal() if getpwuid() fails; OK joris@.
Xavier Santolaria
2005-12-13
add missing $OpenBSD$
Xavier Santolaria
2005-12-12
only xfree() cf->cf_dir when it's not NULL;
Joris Vink
2005-12-12
rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't
Joris Vink
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-12-08
complete and correct rcs locking functionality,
Joris Vink
2005-12-05
- repair cvs diff. my date fix was too naive.
Niall O'Higgins
2005-12-04
more code cleanup, remove useless flags and parts of code
Joris Vink
2005-12-04
bye obsolete junk;
Joris Vink
2005-12-03
strip any trailing slashes in the received Directory
Joris Vink
2005-12-03
todd@ reminds me:
Joris Vink
2005-12-03
fix date handling in opencvs, this was broken since the very start.
Joris Vink
2005-12-03
- teach opencvs about Entries.Log and what to do with it
Joris Vink
2005-12-03
respect Q flag in output;
Joris Vink
2005-12-03
nuke unused vars;
Joris Vink
[next]