| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix -fno-common issues; ok mortimer |  deraadt | 2021-01-27 | 3 | -9/+11 |
| * | Accommodate POSIX basename(3) that takes a non-const parameter and |  naddy | 2020-10-19 | 7 | -44/+106 |
| * | Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. |  stsp | 2020-06-26 | 1 | -2/+9 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 10 | -27/+27 |
| * | asprintf returns -1, not an arbitrary value < 0. Also upon error the |  deraadt | 2019-06-28 | 1 | -2/+2 |
| * | Delete unnecessary <libgen.h> #includes |  guenther | 2018-12-30 | 1 | -2/+1 |
| * | fix incorrect usage of the .Bx macro; |  schwarze | 2018-12-05 | 1 | -5/+3 |
| * | don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not |  joris | 2018-07-14 | 1 | -2/+2 |
| * | fix const related warnings; ok millert@ |  otto | 2017-08-28 | 9 | -24/+24 |
| * | Use xasprintf() instead of calloc() + strlcpy() + memcpy() to |  millert | 2017-08-28 | 1 | -7/+3 |
| * | When executing ssh, use "--" to indicate end of arguments before the |  millert | 2017-08-21 | 1 | -2/+3 |
| * | Add missing <time.h> header. |  okan | 2017-07-20 | 2 | -2/+4 |
| * | If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local. |  joris | 2017-06-01 | 1 | -2/+4 |
| * | Don't look at file_type until after cvs_remote_classify_file() was called. |  joris | 2017-06-01 | 1 | -5/+2 |
| * | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 22 | -82/+93 |
| * | Do not use CVS_LOCK_REPO for committing. |  joris | 2017-05-31 | 1 | -2/+2 |
| * | Plug memleak in rcs_translate_tag() that was causing havoc on large repos. |  joris | 2017-05-31 | 1 | -1/+3 |
| * | When unlocking a directory only unlock the given one rather then all repo_locks. |  joris | 2017-05-31 | 1 | -3/+3 |
| * | fix indentation |  joris | 2017-05-31 | 1 | -2/+2 |
| * | Fix opencvs tag so it does not attempt to to local operations in a remote setup. |  joris | 2017-05-31 | 1 | -51/+46 |
| * | cvs_file_classify() was making the mistake of only taking over a sticky |  joris | 2017-05-29 | 2 | -5/+3 |
| * | Let opencvs show ignored files on import, not showing them is just confusing. |  joris | 2017-05-28 | 3 | -6/+20 |
| * | Don't allow opencvs to commit towards tags that are not branches. |  joris | 2017-05-28 | 1 | -43/+7 |
| * | Teach opencvs status to display the sticky tag according to what it really |  joris | 2017-05-28 | 1 | -3/+8 |
| * | Bring the opencvs log message template inline with other cvs implementations. |  joris | 2017-05-28 | 1 | -5/+5 |
| * | Don't use ce_time if we are running as a server, it won't be present. |  joris | 2016-11-03 | 1 | -3/+7 |
| * | minor whitespace fixes. |  joris | 2016-10-27 | 1 | -3/+2 |
| * | Using bitwise OR along with two assignments in the conditional of |  millert | 2016-10-18 | 1 | -2/+7 |
| * | Add the branch revision to the status output much like GNU cvs does. |  joris | 2016-10-18 | 1 | -6/+19 |
| * | Remove useless n=n assignment in the first parse of a for(). |  millert | 2016-10-16 | 1 | -2/+2 |
| * | Quiet compiler warnings. OK tomc@ tb@ |  millert | 2016-10-15 | 9 | -33/+31 |
| * | Fix update -r and -A. |  fcambus | 2016-10-14 | 1 | -5/+3 |
| * | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. |  fcambus | 2016-10-13 | 18 | -127/+98 |
| * | Fix revision lookups for branches. Properly perform a revision |  millert | 2016-10-13 | 1 | -12/+11 |
| * | When allocating the h_table array use the size of struct hash_head, |  millert | 2016-10-12 | 1 | -2/+2 |
| * | Use the correct type for p. From Joris Vink. |  fcambus | 2016-10-12 | 1 | -2/+3 |
| * | Add missing getpw pledge |  tb | 2016-09-04 | 1 | -2/+2 |
| * | When the commit message is empty, don't default to c)ontinue |  tb | 2016-08-16 | 1 | -5/+5 |
| * | more e-mail -> email |  mmcc | 2015-12-24 | 1 | -3/+3 |
| * | commited -> committed |  mmcc | 2015-12-22 | 1 | -3/+3 |
| * | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-09 | 1 | -3/+2 |
| * | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". |  deraadt | 2015-11-19 | 1 | -1/+5 |
| * | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. |  tobias | 2015-11-17 | 1 | -24/+23 |
| * | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 34 | -372/+297 |
| * | Add brackets to clarify assignments that are the result of a test operator. |  jsg | 2015-09-05 | 1 | -2/+2 |
| * | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 2015-08-20 | 2 | -7/+7 |
| * | Add support for commit ids to opencvs status. |  stsp | 2015-04-04 | 1 | -1/+12 |
| * | Fix modified timestamp in output of opencvs status. |  stsp | 2015-04-04 | 3 | -6/+12 |
| * | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 6 | -7/+12 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 35 | -213/+224 |