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
/
cvs.h
Age
Commit message (
Expand
)
Author
2005-08-16
#define CVS_ENT_MAXLINELEN 1024
Xavier Santolaria
2005-08-12
add cvs_rename() function; ok jfb
Xavier Santolaria
2005-08-09
fix our root caching method, it was utterly broken and would
Joris Vink
2005-08-04
handle TMPDIR environment variable as well as -T <tmpdir> global option;
Xavier Santolaria
2005-08-03
check only once for the HOME environment variable and reuse
Xavier Santolaria
2005-07-27
rename cvs_remove_dir() to cvs_rmdir() because it might be confusing
Xavier Santolaria
2005-07-25
KNF; mostly spaces vs. tabs; ok joris@ jfb@.
Xavier Santolaria
2005-07-24
add cvs_unlink(); a wrapper to unlunk() w/ an error msg as it is used in
Xavier Santolaria
2005-07-23
rewrite of the file code. the previous one was just
Joris Vink
2005-07-23
add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used in
Xavier Santolaria
2005-07-21
#define CVS_DESCR_FILE_EXT ",t"
Xavier Santolaria
2005-07-13
add cvs_rcs_getpath() function. Returns the path of the RCS file if it
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-06-17
correctly build a temporary copy of the client its repository
Joris Vink
2005-06-17
#define CVS_EX_ERR -1
Xavier Santolaria
2005-06-07
remove ancient and unused CVS define. it was a leftover from
Joris Vink
2005-06-01
missed these in previous commits.
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-26
don't keep a pointer to the file handle in CVSENTRIES, it is only
Jean-Francois Brousseau
2005-05-26
- remove cvs_ent_getent(), it's not used anymore
Jean-Francois Brousseau
2005-05-26
first part of real pruning support
Joris Vink
2005-05-24
- simplify cvs_mkadmin().
Joris Vink
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
first bits of the `cvs -n' option; ok jfb joris
Xavier Santolaria
2005-05-19
use the date parsing code from date.y and fix timestamps on newly
Jean-Francois Brousseau
2005-05-18
build a local copy of the client's source tree when acting as a server.
Joris Vink
2005-05-02
add missing structs for upcoming commands; joris ok
Xavier Santolaria
2005-04-25
* add missing 'R' flag in diff synopsis
Jean-Francois Brousseau
2005-04-20
check the validity of tag names passed to the tag command, and print
Jean-Francois Brousseau
2005-04-20
add the CVS_EX_OK return code to indicate everything went fine
Jean-Francois Brousseau
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-06
make cvs_findcmd() available to the rest of the program
Jean-Francois Brousseau
2005-03-31
make sure the server command can still be reached with the
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-24
add the first pieces of our new command framework.
Joris Vink
2005-03-06
initial support for the admin command. Not all options are working yet.
Joris Vink
2005-02-01
- accept a minus sign in front of the file's revision number to
Jean-Francois Brousseau
2005-01-24
add missing command IDs
Jean-Francois Brousseau
2005-01-13
more extern declarations for the common variables
Jean-Francois Brousseau
2004-12-21
gnu CVS has an undocumented -s command-line option to set a variable,
Jean-Francois Brousseau
2004-12-21
on the way to `cvs remove'; ok jfb
Xavier Santolaria
2004-12-14
support the tag command
Jean-Francois Brousseau
2004-12-09
support the 'annotate' command, will need some polishing
Jean-Francois Brousseau
2004-12-08
embrace and extend (!) cvs_logmsg_get() so we can now display
Jean-Francois Brousseau
2004-12-08
add a small protection to avoid reconnecting to a server to which we
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-07
add missing parts for support of .cvsrc
Jean-Francois Brousseau
2004-12-02
cvs_logmsg_get() now accepts a list of files that it is getting the
Jean-Francois Brousseau
2004-11-26
struct cvs_file -> CVSFILE
Jean-Francois Brousseau
2004-11-18
Prototypes for the log message functions
Jean-Francois Brousseau
[next]