summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore.tobias2008-02-201-3/+1
* Cleanup buf implementation:tobias2008-02-111-9/+5
* do not allow commits to files that have a sticky date setjoris2008-02-101-1/+8
* CVSROOT/modules:joris2008-02-041-3/+10
* Added -k flag support for all commands which support it.tobias2008-02-041-4/+4
* free RCSNUM's when we are done with them;joris2008-01-311-1/+5
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly free dynamically allocated memory. Also skip needless checks.tobias2008-01-291-4/+18
* Zapped some variables which made the source harder to read (and to verify).tobias2008-01-281-8/+8
* checkout's options -m and -F are mutually exclusive. Also watch out totobias2008-01-281-2/+15
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+2
* Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) insteadtobias2008-01-131-2/+2
* Typos fixed.tobias2008-01-131-2/+2
* Our keyword expansion had a big flaw, due to this construction:tobias2008-01-101-2/+2
* RCS files without head keyword mustn't segfault our implementation. Onlytobias2008-01-101-1/+4
* do not try to reset the default branch if the RCS filejoris2007-10-081-2/+2
* reset the default branch early on so rcs_head_get() does not screw us upjoris2007-10-031-6/+6
* unused varsjoris2007-09-241-2/+2
* add support to commit modified files to branches.joris2007-09-241-29/+128
* make sure when running update -r on existing files to overwritejoris2007-09-231-2/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-7/+7
* properly send our log message to the server using Argumentx, so wejoris2007-08-301-2/+3
* When commiting to a server in a remote setup classifyjoris2007-06-281-2/+5
* first stab at history stuff for opencvs, currently only writesjoris2007-06-181-2/+23
* add support for local and remote branch checkout. for example,niallo2007-06-011-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+7
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-7/+3
* change mode of a newly created rcs file in the repository to 0444otto2007-02-011-2/+2
* snprintf() -> xsnprintf()xsa2007-01-311-15/+8
* - support [-k mode] for the add commandxsa2007-01-261-1/+8
* use more stack allocations for fixed size buffers. ok xsa@ joris@otto2007-01-251-17/+4
* send -l Argument to server when appropriate.xsa2007-01-181-1/+4
* move things around in rcs_rev_getbuf() and rcs_rev_write_fd()joris2007-01-141-2/+2
* switch commit code to the new RCS api.joris2007-01-131-20/+12
* plug 3 memleaksjoris2007-01-131-1/+4
* remove BUF * argument from cvs_checkout_file() it willjoris2007-01-131-6/+2
* major re-work of the RCS api. this results in 100x performance improvements in some places and muchniallo2007-01-121-4/+4
* do not leak memory from rcs_head_get()joris2007-01-121-4/+8
* if we have no files to be commited, stop commiting.joris2007-01-121-1/+4
* complete binary support for opencvs,joris2007-01-121-19/+8
* silence some warnings.jasper2007-01-111-4/+4
* in a remote setup:joris2007-01-111-1/+2
* use cvs_logmsg_read() for -F for simplicity.joris2007-01-071-6/+2
* free the filelists we pass to cvs_logmsg_create()joris2007-01-071-1/+5
* rewrite of the logmessage code, which allows you tojoris2007-01-071-32/+51
* add support for 'remove' in a remote setup.joris2007-01-031-15/+4
* if we are commiting a file, do not let the server resend itjoris2007-01-031-2/+2
* - fix cvs_client_remove_entry to correctly handle the passed datajoris2007-01-021-2/+16
* minor nits;xsa2006-12-311-7/+7
* Remove file mode argument from {cvs|rcs}_buf_write_stmp(). Weray2006-07-081-3/+3