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
/
edit.c
Age
Commit message (
Expand
)
Author
2007-07-01
Sync time buffer size; missed in previous commit.
Xavier Santolaria
2007-06-28
Sync revisions and time buffers size to be consistent with each others.
Xavier Santolaria
2007-02-22
general includes cleanup sweep. ok joris@ niallo@
Otto Moerbeek
2007-02-17
cvs_path_cat() removal since we can now easily handle that
Xavier Santolaria
2007-02-09
remove the cvs_file_classify() `loud' argument, it was used
Joris Vink
2007-01-25
use more stack allocations for fixed size buffers. ok xsa@ joris@
Otto Moerbeek
2007-01-25
typo in error message.
Xavier Santolaria
2007-01-11
update the revision number in CVS/Entries from CVS/Baserev if we
Xavier Santolaria
2007-01-11
sync joris' last change (connection to remote server when all options are
Xavier Santolaria
2007-01-11
in a remote setup:
Joris Vink
2007-01-10
add a cvs_file_copy routine and use it for the edit command to
Xavier Santolaria
2007-01-09
remove uneeded linebreak when creating the CVS/Notify
Xavier Santolaria
2007-01-08
- simplify CVS/Baserev file parsing; makes unedit work better.
Xavier Santolaria
2007-01-06
add cvs_base_handle() routine to handle the CVS/Baserev* files.
Xavier Santolaria
2007-01-05
for edit: create the CVS/Base directory if it does not already exist.
Xavier Santolaria
2007-01-05
use current working directory fullpath for notifications.
Xavier Santolaria
2007-01-05
correctly handle time in notifications.
Xavier Santolaria
2007-01-05
use correct hostname for notifications.
Xavier Santolaria
2007-01-05
starting bits for the edit command. more to come.
Xavier Santolaria
2007-01-05
- introduce file comparison routine, cvs_file_cmp().
Xavier Santolaria
2007-01-03
set permissions back on the file after it got copied from the
Xavier Santolaria
2007-01-02
some unedit command bits; still work in progress for local mode.
Xavier Santolaria
2007-01-02
skeletons for the client-side part of the editors and watchers commands.
Xavier Santolaria
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-03-16
zap more unused variables.
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-10-10
- editors remote handler
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-10
zap unused variables;
Joris Vink
2005-05-31
add some comments ..
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-28
we do not use sysexits.h anymore, nuke it!
Xavier Santolaria
2005-05-26
fix `editors' and `unedit' commands usage..
Xavier Santolaria
2005-05-26
fix usage..
Xavier Santolaria
2005-05-25
skeleton for the edit-related functions, not linked in yet
Jean-Francois Brousseau