| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -7/+7 |
* | properly send our log message to the server using Argumentx, so we |  joris | 2007-08-30 | 1 | -2/+3 |
* | When commiting to a server in a remote setup classify |  joris | 2007-06-28 | 1 | -2/+5 |
* | first stab at history stuff for opencvs, currently only writes |  joris | 2007-06-18 | 1 | -2/+23 |
* | add support for local and remote branch checkout. for example, |  niallo | 2007-06-01 | 1 | -2/+2 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+7 |
* | remove the cvs_file_classify() `loud' argument, it was used |  joris | 2007-02-09 | 1 | -7/+3 |
* | change mode of a newly created rcs file in the repository to 0444 |  otto | 2007-02-01 | 1 | -2/+2 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -15/+8 |
* | - support [-k mode] for the add command |  xsa | 2007-01-26 | 1 | -1/+8 |
* | use more stack allocations for fixed size buffers. ok xsa@ joris@ |  otto | 2007-01-25 | 1 | -17/+4 |
* | send -l Argument to server when appropriate. |  xsa | 2007-01-18 | 1 | -1/+4 |
* | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() |  joris | 2007-01-14 | 1 | -2/+2 |
* | switch commit code to the new RCS api. |  joris | 2007-01-13 | 1 | -20/+12 |
* | plug 3 memleaks |  joris | 2007-01-13 | 1 | -1/+4 |
* | remove BUF * argument from cvs_checkout_file() it will |  joris | 2007-01-13 | 1 | -6/+2 |
* | major re-work of the RCS api. this results in 100x performance improvements in some places and much |  niallo | 2007-01-12 | 1 | -4/+4 |
* | do not leak memory from rcs_head_get() |  joris | 2007-01-12 | 1 | -4/+8 |
* | if we have no files to be commited, stop commiting. |  joris | 2007-01-12 | 1 | -1/+4 |
* | complete binary support for opencvs, |  joris | 2007-01-12 | 1 | -19/+8 |
* | silence some warnings. |  jasper | 2007-01-11 | 1 | -4/+4 |
* | in a remote setup: |  joris | 2007-01-11 | 1 | -1/+2 |
* | use cvs_logmsg_read() for -F for simplicity. |  joris | 2007-01-07 | 1 | -6/+2 |
* | free the filelists we pass to cvs_logmsg_create() |  joris | 2007-01-07 | 1 | -1/+5 |
* | rewrite of the logmessage code, which allows you to |  joris | 2007-01-07 | 1 | -32/+51 |
* | add support for 'remove' in a remote setup. |  joris | 2007-01-03 | 1 | -15/+4 |
* | if we are commiting a file, do not let the server resend it |  joris | 2007-01-03 | 1 | -2/+2 |
* | - fix cvs_client_remove_entry to correctly handle the passed data |  joris | 2007-01-02 | 1 | -2/+16 |
* | minor nits; |  xsa | 2006-12-31 | 1 | -7/+7 |
* | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We |  ray | 2006-07-08 | 1 | -3/+3 |
* | first part of opencvs remote, fairly useable on existing trees |  joris | 2006-07-07 | 1 | -2/+22 |
* | - abort the commit when files are not correctly up to date. |  joris | 2006-07-02 | 1 | -4/+8 |
* | it is a really good idea to store the result cvs_buf_load_fd returns |  joris | 2006-06-29 | 1 | -2/+2 |
* | print less verbose messages for cvs commit and add if the -q/-Q flag |  reyk | 2006-06-28 | 1 | -12/+19 |
* | do not fail when we are trying to commit a newly added file when the CVS/*,t |  joris | 2006-06-28 | 1 | -3/+5 |
* | kill local and remote callback and just have one called fileproc. |  joris | 2006-06-19 | 1 | -4/+3 |
* | in preparation for the new remote code, proto.h becomes obsolete. |  joris | 2006-06-16 | 1 | -3/+2 |
* | add cvs_buf_load_fd() which does the same as cvs_buf_load() |  joris | 2006-06-14 | 1 | -3/+3 |
* | files that are not checked out are not up-to-date, consider |  joris | 2006-06-13 | 1 | -3/+4 |
* | add support for <name>,t file: |  xsa | 2006-06-07 | 1 | -1/+34 |
* | hello commit -F support |  joris | 2006-06-06 | 1 | -1/+8 |
* | sprinkle -n voodoo over the add, commit and import commands. |  joris | 2006-06-04 | 1 | -1/+4 |
* | major rewrite of some rcs parsing stuff: |  joris | 2006-06-01 | 1 | -2/+7 |
* | when adding a new file that already exists set the previous |  joris | 2006-05-31 | 1 | -4/+8 |
* | allow commit to ressurect added files that exist in Attic/ |  joris | 2006-05-31 | 1 | -12/+46 |
* | fill in the correct revision number we will want in file_rcsrev |  joris | 2006-05-30 | 1 | -3/+3 |
* | the moment we are done commiting a removed file, move the RCS file |  joris | 2006-05-30 | 1 | -2/+29 |
* | enable basic add command, only works on files right now. |  joris | 2006-05-28 | 1 | -9/+17 |
* | allow commands to shut up the output from cvs_file_classify |  joris | 2006-05-28 | 1 | -3/+3 |
* | teach opencvs ci how to commit files that have been added, |  joris | 2006-05-28 | 1 | -7/+29 |