Age | Commit message (Expand) | Author |
2024-05-30 | avoid potential use-after-free | Jonathan Gray |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2023-08-11 | cvs_file_copy() used futimes(), but only set the tv_sec fields, | Philip Guenther |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-25 | do not need a temporary one time use variable which befuddles | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-04-13 | Fix merging of files that lack a final \n at EOF after a block of common lines. | Stefan Sperling |
2021-01-27 | fix -fno-common issues; ok mortimer | Theo de Raadt |
2020-10-19 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2020-06-26 | Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. | Stefan Sperling |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-12-05 | fix incorrect usage of the .Bx macro; | Ingo Schwarze |
2018-07-14 | don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not | Joris Vink |
2017-08-28 | fix const related warnings; ok millert@ | Otto Moerbeek |
2017-08-28 | Use xasprintf() instead of calloc() + strlcpy() + memcpy() to | Todd C. Miller |
2017-08-21 | When executing ssh, use "--" to indicate end of arguments before the | Todd C. Miller |
2017-07-20 | Add missing <time.h> header. | Okan Demirmen |
2017-06-01 | If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local. | Joris Vink |
2017-06-01 | Don't look at file_type until after cvs_remote_classify_file() was called. | Joris Vink |
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-31 | Plug memleak in rcs_translate_tag() that was causing havoc on large repos. | Joris Vink |
2017-05-31 | When unlocking a directory only unlock the given one rather then all repo_locks. | Joris Vink |
2017-05-31 | fix indentation | Joris Vink |
2017-05-31 | Fix opencvs tag so it does not attempt to to local operations in a remote setup. | Joris Vink |
2017-05-29 | cvs_file_classify() was making the mistake of only taking over a sticky | Joris Vink |
2017-05-28 | Let opencvs show ignored files on import, not showing them is just confusing. | Joris Vink |
2017-05-28 | Don't allow opencvs to commit towards tags that are not branches. | Joris Vink |
2017-05-28 | Teach opencvs status to display the sticky tag according to what it really | Joris Vink |
2017-05-28 | Bring the opencvs log message template inline with other cvs implementations. | Joris Vink |
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 |