Age | Commit message (Expand) | Author |
2016-11-03 | Don't use ce_time if we are running as a server, it won't be present. | Joris Vink |
2016-10-27 | minor whitespace fixes. | Joris Vink |
2016-10-18 | Using bitwise OR along with two assignments in the conditional of | Todd C. Miller |
2016-10-18 | Add the branch revision to the status output much like GNU cvs does. | Joris Vink |
2016-10-16 | Remove useless n=n assignment in the first parse of a for(). | Todd C. Miller |
2016-10-15 | Quiet compiler warnings. OK tomc@ tb@ | Todd C. Miller |
2016-10-14 | Fix update -r and -A. | Frederic Cambus |
2016-10-13 | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. | Frederic Cambus |
2016-10-13 | Fix revision lookups for branches. Properly perform a revision | Todd C. Miller |
2016-10-12 | When allocating the h_table array use the size of struct hash_head, | Todd C. Miller |
2016-10-12 | Use the correct type for p. From Joris Vink. | Frederic Cambus |
2016-09-04 | Add missing getpw pledge | Theo Buehler |
2016-08-16 | When the commit message is empty, don't default to c)ontinue | Theo Buehler |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-22 | commited -> committed | mmcc |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-19 | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". | Theo de Raadt |
2015-11-17 | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | Tobias Stoeckmann |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-09-05 | Add brackets to clarify assignments that are the result of a test operator. | Jonathan Gray |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-04-04 | Add support for commit ids to opencvs status. | Stefan Sperling |
2015-04-04 | Fix modified timestamp in output of opencvs status. | Stefan Sperling |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-11-22 | not compiled before commit | Theo de Raadt |
2014-11-22 | Fixed uninitialized pointer (and other struct entries while at it) | Tobias Stoeckmann |
2014-11-16 | Convert the logic in rcsparse_warnx(). Instead of creating a | Alexander Bluhm |
2014-01-08 | unsigned char for ctype. ok deraadt | Okan Demirmen |
2013-12-13 | Make it compile again. And there is a time_t fix as a bonus! | Vadim Zhukov |
2013-12-03 | do not need timeb.h | Theo de Raadt |
2013-08-14 | more Bx; | Jason McIntyre |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-03 | properly handle commitid tokens found in rcs files | joshua stein |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2012-07-02 | simplify rcsnum parsing by using a fixed array without all the realloc | Ted Unangst |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-02-04 | Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change. | Tobias Stoeckmann |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott |
2011-09-20 | Lose unused variable cvs_msg, from Michael W Bombardieri. | Nicholas Marriott |
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau |
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott |
2011-05-04 | Fix a typo in a comment, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2011-03-27 | Get rid of some warnings, from Michael W Bombardieri. | Nicholas Marriott |