| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If parsing of a command in one of the trigger files fails, treat this as an |  tobias | 2008-08-29 | 1 | -17/+16 |
* | missed in last commit, to make things compile cleaner |  joris | 2008-07-08 | 1 | -2/+2 |
* | make these compile cleanly |  joris | 2008-07-08 | 2 | -4/+11 |
* | use cf->fd in cvs_remote_sendfile() instead of using a local |  joris | 2008-07-08 | 1 | -4/+3 |
* | if the user supplied -A only checkout files again if a sticky tag |  joris | 2008-06-28 | 1 | -5/+3 |
* | Simply the version string and nuke unecessary variables used to build it. |  xsa | 2008-06-27 | 1 | -8/+2 |
* | Bump version; we're not going to stay with 1.0 forever. |  xsa | 2008-06-27 | 1 | -3/+3 |
* | plug a memleak in rcs_rev_getlines() - initially noticed & diff by |  joris | 2008-06-26 | 1 | -12/+8 |
* | Some conformance fixes: |  ragge | 2008-06-23 | 4 | -13/+14 |
* | add a hash table mechanism based upon hcreate(3) but one that allows |  joris | 2008-06-21 | 6 | -7/+252 |
* | Don't parse CVS/Root during import. |  tobias | 2008-06-20 | 1 | -1/+4 |
* | admin is only allowed on files which have an entry in CVS/Entries. |  tobias | 2008-06-20 | 1 | -2/+2 |
* | Properly send -D arguments to server when run as a client. Issue spotted |  tobias | 2008-06-20 | 2 | -3/+16 |
* | If -N has been specified along -D for diff, treat invalid dates as non-existent file. Spotted by sthen. ok joris |  tobias | 2008-06-20 | 1 | -6/+12 |
* | If checkout/update -p is requested with a specific tag for a file which |  tobias | 2008-06-19 | 1 | -2/+3 |
* | Add entries to history file only if it already exists. |  tobias | 2008-06-19 | 1 | -8/+16 |
* | Plug memory and file descriptor leaks, diff by Jonathan Armani. |  tobias | 2008-06-17 | 1 | -4/+8 |
* | Regular expressions to match repository are allowed to have % in front. |  tobias | 2008-06-17 | 1 | -5/+1 |
* | unused vars |  joris | 2008-06-17 | 2 | -4/+2 |
* | unbreak diff for newly added files, tsk. |  joris | 2008-06-17 | 1 | -2/+2 |
* | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor |  joris | 2008-06-15 | 1 | -2/+5 |
* | Support the addition of new files in branches. |  tobias | 2008-06-15 | 7 | -56/+169 |
* | open the RCS file descriptor with O_RDONLY, like all other code does. |  joris | 2008-06-15 | 1 | -2/+2 |
* | unfuck CVS/Tag creation, karma sucks doesn't it. |  joris | 2008-06-14 | 1 | -2/+2 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 11 | -54/+102 |
* | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. |  tobias | 2008-06-14 | 7 | -24/+48 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 14 | -57/+60 |
* | Run cvs_remove_force only if -f has been specified. |  tobias | 2008-06-14 | 1 | -7/+9 |
* | No need to add \n at the end of format string for a fatal call. |  tobias | 2008-06-14 | 1 | -3/+3 |
* | Don't trick user into believing that it's actually possible to add a file |  tobias | 2008-06-14 | 1 | -1/+2 |
* | Fixed wrong function name in fatal call. |  tobias | 2008-06-14 | 1 | -2/+2 |
* | pass the complete path to cvs_file_get_cf() instead of reconstructing |  joris | 2008-06-13 | 3 | -11/+11 |
* | we should be able to handle symbol names that are also RCS tokens, |  joris | 2008-06-12 | 1 | -2/+8 |
* | Fixed a memory leak in export noticed by joris. |  tobias | 2008-06-12 | 1 | -3/+3 |
* | properly deal with CVS_USE_WDIR. |  joris | 2008-06-12 | 1 | -2/+3 |
* | cmdp can be NULL while still in cvs_getopt(), so deal with this |  joris | 2008-06-12 | 1 | -3/+6 |
* | You successfully cast 'remove dead cruft' |  joris | 2008-06-12 | 1 | -10/+1 |
* | fix logic |  joris | 2008-06-12 | 1 | -2/+2 |
* | completely kill the need for TMP_DIR when running checkout, |  joris | 2008-06-12 | 9 | -45/+91 |
* | show any signal we might have received that killed our cvs process. |  joris | 2008-06-12 | 1 | -4/+8 |
* | always enter cvs_update_leavedir() |  joris | 2008-06-11 | 1 | -2/+2 |
* | do not count on files that are uptodate to be on disk in a remote setup. |  joris | 2008-06-11 | 1 | -4/+4 |
* | cleanup our junk when in server mode and running as checkout every |  joris | 2008-06-11 | 1 | -2/+3 |
* | Removed bogus var definition. |  tobias | 2008-06-11 | 1 | -8/+2 |
* | Avoid possible NULL pointer dereferences by using reentrant versions |  tobias | 2008-06-11 | 7 | -61/+69 |
* | spacing |  joris | 2008-06-11 | 1 | -2/+2 |
* | style ferry comes around |  joris | 2008-06-11 | 1 | -29/+31 |
* | ofd is being closed in cvs_file_free(), no need to close it ourselfs |  joris | 2008-06-11 | 1 | -3/+1 |
* | GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir |  tobias | 2008-06-11 | 1 | -12/+66 |
* | make opencvs behave exactly like GNU cvs does when it comes to |  joris | 2008-06-10 | 1 | -12/+6 |