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
2008-06-09
Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position:
Tobias Stoeckmann
2008-06-09
Check if RCS file exists before trying to retrieve revisions for annotate,
Tobias Stoeckmann
2008-06-08
simplification from igor
Joris Vink
2008-06-08
Handle commits on a per-directory basis instead handling all of them at
Tobias Stoeckmann
2008-06-08
kill debug printf
Joris Vink
2008-06-08
properly handle FILE_UPTODATE and FILE_LOST
Joris Vink
2008-06-08
check for file_rcs being NULL
Joris Vink
2008-06-08
Don't check a file for conflict markers if it has no CVS/Entries entry.
Tobias Stoeckmann
2008-06-08
there are more cases where we cannot show the tags when -v is specified.
Joris Vink
2008-06-08
do not segfault when running status -v on non existing files.
Joris Vink
2008-06-08
rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f'
Tobias Stoeckmann
2008-06-08
allow for multiple release tags, noticed by tobias@
Joris Vink
2008-06-08
Removed unreachable code.
Tobias Stoeckmann
2008-06-08
properly check the passed tags if they are valid before attempting
Joris Vink
2008-06-08
Avoid memory leaks in directory tag handling by always allocating and
Tobias Stoeckmann
2008-06-08
Properly build up path to description files (descr entry in RCS files if
Tobias Stoeckmann
2008-06-08
There is no need to convert RCSNUMs to char just to see if they differ.
Tobias Stoeckmann
2008-05-30
Keyword expansion must not be set if no RCS file is available, for example
Tobias Stoeckmann
2008-05-30
Set up cmdp before first possible call of fatal to avoid NULL pointer
Tobias Stoeckmann
2008-05-30
diff -D support, also a change in diff_internals to properly print
Tobias Stoeckmann
2008-05-30
Major rework of our cvs diff implementation fixes tons of GNU cvs
Tobias Stoeckmann
2008-05-28
Don't limit ourselfs when it comes to arguments on command line or
Tobias Stoeckmann
2008-05-23
Properly pass the directory tag of parent directory into new subdirectories.
Tobias Stoeckmann
2008-05-22
Wrong function names in fatal messages fixed.
Tobias Stoeckmann
2008-05-22
expension -> expansion
Tobias Stoeckmann
2008-05-22
fix updating to tags pointing at branch revisions;
Joris Vink
2008-05-22
correctly deal with non-zero depths specified in rcsnum_cmp();
Joris Vink
2008-05-22
Spacing; Stefan Sperling.
Xavier Santolaria
2008-05-22
Error messages fixes; Stefan Sperling.
Xavier Santolaria
2008-05-17
Full support of branches added. We lacked proper support of multiple
Tobias Stoeckmann
2008-05-11
If "cvs admin" encountered an entry in CVS/Entries for a file which has no
Tobias Stoeckmann
2008-05-11
Memory leak in rcs_delta_stats plugged.
Tobias Stoeckmann
2008-05-06
We have to check if server_argc is 1 instead of lesser than 0 to see if
Tobias Stoeckmann
2008-04-24
Use a fixed string in case of vasprintf() error instead of relying on
Tobias Stoeckmann
2008-04-18
Properly check memory allocation in client code. While at it, unified
Tobias Stoeckmann
2008-03-18
sync the usage with the manpage, use "symbolic_tag" instead of "tag"
Reyk Floeter
2008-03-13
when a file was locally removed and a diff was done against
Stuart Henderson
2008-03-13
use RCS_PARSE_FULLY for CVS_OP_ADMIN as well.
Joris Vink
2008-03-13
properly initialize variables
Joris Vink
2008-03-12
missing rcsnum_free();
Joris Vink
2008-03-09
Fix segmentation fault when running checkout -p on a file without
Tobias Stoeckmann
2008-03-09
only compare file types if the file/directory exists both on disk
Joris Vink
2008-03-09
locate the first occurance of ':' in the given -j arguments
Joris Vink
2008-03-09
simplify logic in cvs_update_leavedir()
Joris Vink
2008-03-09
when in server mode, be sure the client picks up any new directories
Joris Vink
2008-03-09
be sure to build CVS/Root when updating and building directories (-d)
Joris Vink
2008-03-09
do not use CR_REPO in a remote setup, that will obviously fail.
Joris Vink
2008-03-09
revert one of tobias his changes, it broke remote for several commands.
Joris Vink
2008-03-09
proper repository locking:
Joris Vink
2008-03-09
do not empty the list in cvs_file_walklist() this is the caller
Joris Vink
[next]