summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* If parsing of a command in one of the trigger files fails, treat this as antobias2008-08-291-17/+16
* missed in last commit, to make things compile cleanerjoris2008-07-081-2/+2
* make these compile cleanlyjoris2008-07-082-4/+11
* use cf->fd in cvs_remote_sendfile() instead of using a localjoris2008-07-081-4/+3
* if the user supplied -A only checkout files again if a sticky tagjoris2008-06-281-5/+3
* Simply the version string and nuke unecessary variables used to build it.xsa2008-06-271-8/+2
* Bump version; we're not going to stay with 1.0 forever.xsa2008-06-271-3/+3
* plug a memleak in rcs_rev_getlines() - initially noticed & diff byjoris2008-06-261-12/+8
* Some conformance fixes:ragge2008-06-234-13/+14
* add a hash table mechanism based upon hcreate(3) but one that allowsjoris2008-06-216-7/+252
* Don't parse CVS/Root during import.tobias2008-06-201-1/+4
* admin is only allowed on files which have an entry in CVS/Entries.tobias2008-06-201-2/+2
* Properly send -D arguments to server when run as a client. Issue spottedtobias2008-06-202-3/+16
* If -N has been specified along -D for diff, treat invalid dates as non-existent file. Spotted by sthen. ok joristobias2008-06-201-6/+12
* If checkout/update -p is requested with a specific tag for a file whichtobias2008-06-191-2/+3
* Add entries to history file only if it already exists.tobias2008-06-191-8/+16
* Plug memory and file descriptor leaks, diff by Jonathan Armani.tobias2008-06-171-4/+8
* Regular expressions to match repository are allowed to have % in front.tobias2008-06-171-5/+1
* unused varsjoris2008-06-172-4/+2
* unbreak diff for newly added files, tsk.joris2008-06-171-2/+2
* if we are using RCS_PARSE_FULLY we can close the RCS file descriptorjoris2008-06-151-2/+5
* Support the addition of new files in branches.tobias2008-06-157-56/+169
* open the RCS file descriptor with O_RDONLY, like all other code does.joris2008-06-151-2/+2
* unfuck CVS/Tag creation, karma sucks doesn't it.joris2008-06-141-2/+2
* Conforming to RCS specification, it is possible but unlikely to encountertobias2008-06-1411-54/+102
* Added support for sticky date set in CVS/Tag and CVS/Entries per directory.tobias2008-06-147-24/+48
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-1414-57/+60
* Run cvs_remove_force only if -f has been specified.tobias2008-06-141-7/+9
* No need to add \n at the end of format string for a fatal call.tobias2008-06-141-3/+3
* Don't trick user into believing that it's actually possible to add a filetobias2008-06-141-1/+2
* Fixed wrong function name in fatal call.tobias2008-06-141-2/+2
* pass the complete path to cvs_file_get_cf() instead of reconstructingjoris2008-06-133-11/+11
* we should be able to handle symbol names that are also RCS tokens,joris2008-06-121-2/+8
* Fixed a memory leak in export noticed by joris.tobias2008-06-121-3/+3
* properly deal with CVS_USE_WDIR.joris2008-06-121-2/+3
* cmdp can be NULL while still in cvs_getopt(), so deal with thisjoris2008-06-121-3/+6
* You successfully cast 'remove dead cruft'joris2008-06-121-10/+1
* fix logicjoris2008-06-121-2/+2
* completely kill the need for TMP_DIR when running checkout,joris2008-06-129-45/+91
* show any signal we might have received that killed our cvs process.joris2008-06-121-4/+8
* always enter cvs_update_leavedir()joris2008-06-111-2/+2
* do not count on files that are uptodate to be on disk in a remote setup.joris2008-06-111-4/+4
* cleanup our junk when in server mode and running as checkout everyjoris2008-06-111-2/+3
* Removed bogus var definition.tobias2008-06-111-8/+2
* Avoid possible NULL pointer dereferences by using reentrant versionstobias2008-06-117-61/+69
* spacingjoris2008-06-111-2/+2
* style ferry comes aroundjoris2008-06-111-29/+31
* ofd is being closed in cvs_file_free(), no need to close it ourselfsjoris2008-06-111-3/+1
* GNU cvs "compresses" CVSROOT/history by shrinking entry for working dirtobias2008-06-111-12/+66
* make opencvs behave exactly like GNU cvs does when it comes tojoris2008-06-101-12/+6