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