| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 1 | -4/+4 |
* | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. |  fcambus | 2016-10-13 | 1 | -3/+2 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -12/+10 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -16/+16 |
* | Nuke dead assignments and a dead function, from Michael W Bombardieri |  nicm | 2010-11-11 | 1 | -3/+2 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -10/+10 |
* | OpenCVS is very annoying and incorrect when user tries to add several |  zinovik | 2010-04-04 | 1 | -11/+12 |
* | use FILE_ON_DISK flags when we need to verify if a file |  joris | 2009-02-21 | 1 | -3/+3 |
* | Add format attributes to functions that use variable arguments and |  canacar | 2009-01-02 | 1 | -3/+3 |
* | Support the addition of new files in branches. |  tobias | 2008-06-15 | 1 | -1/+73 |
* | Conforming to RCS specification, it is possible but unlikely to encounter |  tobias | 2008-06-14 | 1 | -11/+9 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -4/+1 |
* | No need to add \n at the end of format string for a fatal call. |  tobias | 2008-06-14 | 1 | -3/+3 |
* | Don't trick user into believing that it's actually possible to add a file |  tobias | 2008-06-14 | 1 | -1/+2 |
* | New trigger framework that allows us to run the required scripts |  joris | 2008-06-10 | 1 | -2/+52 |
* | Properly build up path to description files (descr entry in RCS files if |  tobias | 2008-06-08 | 1 | -3/+4 |
* | expension -> expansion |  tobias | 2008-05-22 | 1 | -2/+2 |
* | do not use CR_REPO in a remote setup, that will obviously fail. |  joris | 2008-03-09 | 1 | -1/+2 |
* | add checkout/update -j support. |  joris | 2008-03-08 | 1 | -3/+3 |
* | spacing |  deraadt | 2008-03-01 | 1 | -2/+1 |
* | Introduce cvs_ent_line_str() - formats CVS/Entries lines. |  xsa | 2008-02-09 | 1 | -13/+19 |
* | Improve add command: |  tobias | 2008-02-06 | 1 | -6/+29 |
* | unbreak add in a remote setup. |  joris | 2008-02-04 | 1 | -2/+2 |
* | Stripped off 'nb', which was (or was supposed to be) used to distinguish |  tobias | 2008-02-04 | 1 | -2/+2 |
* | Added -k flag support for all commands which support it. |  tobias | 2008-02-04 | 1 | -8/+7 |
* | Our directory entries in CVS/Entries had one slash too much -- zapped. |  tobias | 2008-01-31 | 1 | -3/+3 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+2 |
* | There is no need to xstrdup() optarg. |  tobias | 2008-01-29 | 1 | -2/+2 |
* | another strcspn() round |  tobias | 2008-01-10 | 1 | -3/+2 |
* | Handle the addition of directories right, especially in remote setups with |  tobias | 2008-01-10 | 1 | -6/+36 |
* | Properly handle "cvs add" on a client/server setup with GNU cvs as a client. |  tobias | 2008-01-10 | 1 | -4/+10 |
* | RCS files without head keyword mustn't segfault our implementation. Only |  tobias | 2008-01-10 | 1 | -1/+7 |
* | make sure when running update -r on existing files to overwrite |  joris | 2007-09-23 | 1 | -2/+2 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -2/+2 |
* | properly send our log message to the server using Argumentx, so we |  joris | 2007-08-30 | 1 | -2/+2 |
* | missing xfree(); |  joris | 2007-08-29 | 1 | -1/+2 |
* | Sync revisions and time buffers size to be consistent with each others. |  xsa | 2007-06-28 | 1 | -3/+4 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -4/+6 |
* | cvs_path_cat() removal since we can now easily handle that |  xsa | 2007-02-17 | 1 | -7/+5 |
* | remove the cvs_file_classify() `loud' argument, it was used |  joris | 2007-02-09 | 1 | -2/+2 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -23/+12 |
* | - do not try to add non-existing files |  joris | 2007-01-27 | 1 | -5/+8 |
* | - support [-k mode] for the add command |  xsa | 2007-01-26 | 1 | -6/+24 |
* | extra xfree leftover; from tbert. |  otto | 2007-01-26 | 1 | -2/+1 |
* | use more stack allocations for fixed size buffers. ok xsa@ joris@ |  otto | 2007-01-25 | 1 | -21/+7 |
* | remove BUF * argument from cvs_checkout_file() it will |  joris | 2007-01-13 | 1 | -7/+2 |
* | do not leak memory from rcs_head_get() |  joris | 2007-01-12 | 1 | -4/+8 |
* | fix incorrect output which was driving me more then crazy |  joris | 2007-01-12 | 1 | -5/+4 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -1/+2 |