| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | Delete unnecessary <libgen.h> #includes |  guenther | 2018-12-30 | 1 | -2/+1 |
* | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 1 | -4/+4 |
* | Do not use CVS_LOCK_REPO for committing. |  joris | 2017-05-31 | 1 | -2/+2 |
* | Don't allow opencvs to commit towards tags that are not branches. |  joris | 2017-05-28 | 1 | -43/+7 |
* | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. |  fcambus | 2016-10-13 | 1 | -20/+16 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -12/+10 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -13/+13 |
* | Move some global variables/statics to locals, from Michael W |  nicm | 2011-12-27 | 1 | -2/+3 |
* | Trivial code simplifying, from Michael W Bombardieri. |  nicm | 2011-04-20 | 1 | -15/+9 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -30/+30 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 1 | -2/+2 |
* | Sync some rcsdiff changes to cvsdiff. As a side effect, |  ray | 2009-06-06 | 1 | -2/+2 |
* | fix the way Attic is handled in our recursion code, so we |  joris | 2009-03-26 | 1 | -5/+5 |
* | switch our file and directory lists to RB trees (see tree(3)), |  joris | 2009-03-25 | 1 | -13/+13 |
* | Pre-commit checks (CVSROOT/commitinfo) are run before log message is |  tobias | 2008-08-29 | 1 | -13/+19 |
* | make these compile cleanly |  joris | 2008-07-08 | 1 | -2/+9 |
* | Support the addition of new files in branches. |  tobias | 2008-06-15 | 1 | -33/+54 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 1 | -3/+6 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -2/+1 |
* | set tag_new if its available so it can get passed to loginfo |  joris | 2008-06-10 | 1 | -1/+3 |
* | switch back to a single log message in local mode so we are compliant |  joris | 2008-06-10 | 1 | -149/+68 |
* | style |  joris | 2008-06-10 | 1 | -4/+4 |
* | New trigger framework that allows us to run the required scripts |  joris | 2008-06-10 | 1 | -13/+150 |
* | Properly handle merged files and conflicts which may arrise while merge. |  tobias | 2008-06-09 | 1 | -21/+26 |
* | Handle commits on a per-directory basis instead handling all of them at |  tobias | 2008-06-08 | 1 | -42/+105 |
* | Properly build up path to description files (descr entry in RCS files if |  tobias | 2008-06-08 | 1 | -3/+3 |
* | Full support of branches added. We lacked proper support of multiple |  tobias | 2008-05-17 | 1 | -7/+10 |
* | proper repository locking: |  joris | 2008-03-09 | 1 | -2/+18 |
* | prevent file races |  joris | 2008-02-27 | 1 | -5/+13 |
* | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. |  tobias | 2008-02-20 | 1 | -3/+1 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -9/+5 |
* | do not allow commits to files that have a sticky date set |  joris | 2008-02-10 | 1 | -1/+8 |
* | CVSROOT/modules: |  joris | 2008-02-04 | 1 | -3/+10 |
* | Added -k flag support for all commands which support it. |  tobias | 2008-02-04 | 1 | -4/+4 |
* | free RCSNUM's when we are done with them; |  joris | 2008-01-31 | 1 | -1/+5 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+2 |
* | Properly free dynamically allocated memory. Also skip needless checks. |  tobias | 2008-01-29 | 1 | -4/+18 |
* | Zapped some variables which made the source harder to read (and to verify). |  tobias | 2008-01-28 | 1 | -8/+8 |
* | checkout's options -m and -F are mutually exclusive. Also watch out to |  tobias | 2008-01-28 | 1 | -2/+15 |
* | Properly handle -R -- although it is default, it may be overwritten mit -l |  tobias | 2008-01-28 | 1 | -1/+2 |
* | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead |  tobias | 2008-01-13 | 1 | -2/+2 |
* | Typos fixed. |  tobias | 2008-01-13 | 1 | -2/+2 |
* | Our keyword expansion had a big flaw, due to this construction: |  tobias | 2008-01-10 | 1 | -2/+2 |
* | RCS files without head keyword mustn't segfault our implementation. Only |  tobias | 2008-01-10 | 1 | -1/+4 |
* | do not try to reset the default branch if the RCS file |  joris | 2007-10-08 | 1 | -2/+2 |
* | reset the default branch early on so rcs_head_get() does not screw us up |  joris | 2007-10-03 | 1 | -6/+6 |
* | unused vars |  joris | 2007-09-24 | 1 | -2/+2 |
* | add support to commit modified files to branches. |  joris | 2007-09-24 | 1 | -29/+128 |
* | make sure when running update -r on existing files to overwrite |  joris | 2007-09-23 | 1 | -2/+2 |