| Commit message (Expand) | Author | Age | Files | Lines |
* | fix -fno-common issues; ok mortimer |  deraadt | 2021-01-27 | 1 | -1/+3 |
* | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 1 | -2/+2 |
* | Add missing getpw pledge |  tb | 2016-09-04 | 1 | -2/+2 |
* | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". |  deraadt | 2015-11-19 | 1 | -1/+5 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -9/+8 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -5/+5 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -3/+3 |
* | unsigned char for ctype. ok deraadt |  okan | 2014-01-08 | 1 | -2/+2 |
* | Lose unused variable cvs_msg, from Michael W Bombardieri. |  nicm | 2011-09-20 | 1 | -2/+1 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -4/+4 |
* | add a hash table mechanism based upon hcreate(3) but one that allows |  joris | 2008-06-21 | 1 | -1/+8 |
* | unused vars |  joris | 2008-06-17 | 1 | -2/+1 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -1/+6 |
* | make opencvs behave exactly like GNU cvs does when it comes to |  joris | 2008-06-10 | 1 | -12/+6 |
* | Set up cmdp before first possible call of fatal to avoid NULL pointer |  tobias | 2008-05-30 | 1 | -11/+11 |
* | Don't limit ourselfs when it comes to arguments on command line or |  tobias | 2008-05-28 | 1 | -20/+50 |
* | Set umask (and cvs_umask) to system's umask in local and client mode. |  tobias | 2008-03-08 | 1 | -3/+4 |
* | spacing |  joris | 2008-02-26 | 1 | -2/+1 |
* | initial CVSROOT/modules support, only does aliases at the moment (-a). |  joris | 2008-02-02 | 1 | -2/+4 |
* | Zapped some variables which made the source harder to read (and to verify). |  tobias | 2008-01-28 | 1 | -4/+2 |
* | Simply the use of cmdp and cvs_command by zapping cvs_command and working |  tobias | 2008-01-10 | 1 | -12/+5 |
* | break after exit() is useless |  chl | 2007-10-07 | 1 | -2/+1 |
* | Allow lines which do not specify any arguments for command (or cvs). |  tobias | 2007-09-19 | 1 | -7/+10 |
* | parse global arguments (cvs) and command arguments only once, i.e. first |  tobias | 2007-09-19 | 1 | -11/+18 |
* | Print warning about invalid command in .cvsrc only if -V is in use. |  tobias | 2007-09-19 | 1 | -4/+5 |
* | Next to ' ', '\t' is valid between command and arguments. |  tobias | 2007-09-19 | 1 | -6/+11 |
* | Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'. |  tobias | 2007-09-19 | 1 | -3/+8 |
* | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line |  tobias | 2007-09-19 | 1 | -12/+16 |
* | Fixed segmentation fault that occured during .cvsrc parsing if an invalid |  tobias | 2007-09-10 | 1 | -11/+11 |
* | Do not fatal if getpwuid() fails, instead ignore user configuration files. |  tobias | 2007-09-07 | 1 | -5/+5 |
* | Stick at GNU cvs behaviour with Root directive handling: it does not need |  tobias | 2007-09-02 | 1 | -14/+4 |
* | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2007-08-06 | 1 | -2/+2 |
* | Add bounds check for cvs command arguments. Initial diff by Tobias |  ray | 2007-05-27 | 1 | -1/+3 |
* | Revert, we dealt with the -x flag in the past. jmc suddenly |  ray | 2007-05-27 | 1 | -2/+2 |
* | Mention -x flag (for compatibility only). From Tobias Stoeckmann. |  ray | 2007-05-27 | 1 | -2/+2 |
* | Call fatal() if extra arguments are given to "opencvs server". From |  ray | 2007-05-27 | 1 | -1/+4 |
* | cvs_server_path is more appropriate to check than cvs_server_active. |  ray | 2007-05-26 | 1 | -2/+3 |
* | Note that the global -x option is kept for compatibility (for now) and has |  xsa | 2007-05-22 | 1 | -2/+2 |
* | - we do not have -H, zap it. |  xsa | 2007-05-09 | 1 | -3/+3 |
* | make usage() __dead; from Tobias Stoeckmann. |  xsa | 2007-04-30 | 1 | -8/+7 |
* | missing header; from Tobias Stoeckmann. |  xsa | 2007-04-30 | 1 | -1/+2 |
* | changes "Usage" to "usage"; sorts options list in cvs history; |  sobrado | 2007-04-24 | 1 | -3/+3 |
* | fix comment; from jared r r spiegel |  otto | 2007-02-24 | 1 | -2/+2 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -5/+9 |
* | cvs_path_cat() removal since we can now easily handle that |  xsa | 2007-02-17 | 1 | -7/+8 |
* | strtol(3) -> strtonum(3) |  joris | 2007-02-09 | 1 | -7/+5 |
* | sort options; |  jmc | 2007-02-06 | 1 | -2/+2 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -6/+2 |
* | global option -n implies -l |  xsa | 2006-12-11 | 1 | -1/+2 |
* | Permit checkout from a read-only repository using the -R global option |  xsa | 2006-12-11 | 1 | -3/+13 |