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
/
checkout.c
Age
Commit message (
Expand
)
Author
2020-10-19
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2017-06-01
Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.
Joris Vink
2015-11-05
Remove xfree(), like already done for RCS. From Michael W Bombardieri,
Nicholas Marriott
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2011-12-27
Move some global variables/statics to locals, from Michael W
Nicholas Marriott
2010-07-30
Check date_parse return values.
Ray Lai
2010-07-23
Reduce variable/function name and whitespace differences between
Ray Lai
2009-06-21
Use correct synopses for checkout and export when an invalid -k option
Stuart Henderson
2009-04-06
make sure we handle allowed options in cvs_export() instead
Joris Vink
2009-03-27
make sure that when we try to send a Set-sticky to the client,
Joris Vink
2009-03-25
switch our file and directory lists to RB trees (see tree(3)),
Joris Vink
2009-03-18
be carefull when trying to access cf->file_rcs in cvs_checkout_file()
Joris Vink
2009-02-23
we no longer push out Set-sticky to the client when writing
Joris Vink
2009-02-21
use FILE_ON_DISK flags when we need to verify if a file
Joris Vink
2009-02-21
use file_flags for 2 more reasons:
Joris Vink
2009-01-28
enable -d for the export command.
Pierre-Yves Ritschard
2008-07-08
use cf->fd in cvs_remote_sendfile() instead of using a local
Joris Vink
2008-06-14
Conforming to RCS specification, it is possible but unlikely to encounter
Tobias Stoeckmann
2008-06-14
Added support for sticky date set in CVS/Tag and CVS/Entries per directory.
Tobias Stoeckmann
2008-06-14
don't always re-open the same CVS/Entries file, instead keep the
Joris Vink
2008-06-12
Fixed a memory leak in export noticed by joris.
Tobias Stoeckmann
2008-06-12
completely kill the need for TMP_DIR when running checkout,
Joris Vink
2008-06-11
always enter cvs_update_leavedir()
Joris Vink
2008-06-11
Avoid possible NULL pointer dereferences by using reentrant versions
Tobias Stoeckmann
2008-06-10
properly inherit file permissions.
Joris Vink
2008-06-10
New trigger framework that allows us to run the required scripts
Joris Vink
2008-06-08
simplification from igor
Joris Vink
2008-06-08
Avoid memory leaks in directory tag handling by always allocating and
Tobias Stoeckmann
2008-05-22
expension -> expansion
Tobias Stoeckmann
2008-03-09
proper repository locking:
Joris Vink
2008-03-08
add checkout/update -j support.
Joris Vink
2008-02-29
handle file permissions and owners properly.
Joris Vink
2008-02-27
prevent file races
Joris Vink
2008-02-24
Properly handle return value of dirname().
Tobias Stoeckmann
2008-02-10
+ #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"
Xavier Santolaria
2008-02-10
Respond with "Updated" instead of "Checked-in" on server-side if a client
Tobias Stoeckmann
2008-02-10
properly initialize cvs_specified_date so we dont end up with
Joris Vink
2008-02-09
Introduce cvs_ent_line_str() - formats CVS/Entries lines.
Xavier Santolaria
2008-02-09
Support for checkout -D extended:
Tobias Stoeckmann
2008-02-09
remote improvements:
Joris Vink
2008-02-09
Get in proper support for checkout/update -A when it comes to keyword
Tobias Stoeckmann
2008-02-09
Get in initial support for checkout -D. Works fine with -r support right
Tobias Stoeckmann
2008-02-07
exit() needs stdlib.h
Xavier Santolaria
2008-02-06
lets do co -c as well (list available modules) and do it in 1/6th of the
Joris Vink
2008-02-04
CVSROOT/modules:
Joris Vink
2008-02-04
implement -n for checkout:
Joris Vink
2008-02-04
more CVSROOT/modules stuff:
Joris Vink
2008-02-04
Added -k flag support for all commands which support it.
Tobias Stoeckmann
2008-02-03
shuffle some stuff around so we dont end up doing the same things
Joris Vink
2008-02-03
more CVSROOT/module stuff:
Joris Vink
[next]