| Commit message (Expand) | Author | Age | Files | Lines |
* | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. |  tobias | 2008-02-20 | 1 | -3/+1 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -9/+5 |
* | do not allow commits to files that have a sticky date set |  joris | 2008-02-10 | 1 | -1/+8 |
* | CVSROOT/modules: |  joris | 2008-02-04 | 1 | -3/+10 |
* | Added -k flag support for all commands which support it. |  tobias | 2008-02-04 | 1 | -4/+4 |
* | free RCSNUM's when we are done with them; |  joris | 2008-01-31 | 1 | -1/+5 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+2 |
* | Properly free dynamically allocated memory. Also skip needless checks. |  tobias | 2008-01-29 | 1 | -4/+18 |
* | Zapped some variables which made the source harder to read (and to verify). |  tobias | 2008-01-28 | 1 | -8/+8 |
* | checkout's options -m and -F are mutually exclusive. Also watch out to |  tobias | 2008-01-28 | 1 | -2/+15 |
* | Properly handle -R -- although it is default, it may be overwritten mit -l |  tobias | 2008-01-28 | 1 | -1/+2 |
* | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead |  tobias | 2008-01-13 | 1 | -2/+2 |
* | Typos fixed. |  tobias | 2008-01-13 | 1 | -2/+2 |
* | Our keyword expansion had a big flaw, due to this construction: |  tobias | 2008-01-10 | 1 | -2/+2 |
* | RCS files without head keyword mustn't segfault our implementation. Only |  tobias | 2008-01-10 | 1 | -1/+4 |
* | do not try to reset the default branch if the RCS file |  joris | 2007-10-08 | 1 | -2/+2 |
* | reset the default branch early on so rcs_head_get() does not screw us up |  joris | 2007-10-03 | 1 | -6/+6 |
* | unused vars |  joris | 2007-09-24 | 1 | -2/+2 |
* | add support to commit modified files to branches. |  joris | 2007-09-24 | 1 | -29/+128 |
* | 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 | -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 |