| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 10 | -37/+34 |
* | not compiled before commit |  deraadt | 2014-11-22 | 1 | -2/+2 |
* | Fixed uninitialized pointer (and other struct entries while at it) |  tobias | 2014-11-22 | 1 | -2/+2 |
* | Convert the logic in rcsparse_warnx(). Instead of creating a |  bluhm | 2014-11-16 | 1 | -8/+9 |
* | unsigned char for ctype. ok deraadt |  okan | 2014-01-08 | 6 | -20/+21 |