Age | Commit message (Expand) | Author |
2008-02-27 | prevent file races | Joris Vink |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-10 | do not allow commits to files that have a sticky date set | Joris Vink |
2008-02-04 | CVSROOT/modules: | Joris Vink |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-01-31 | free RCSNUM's when we are done with them; | Joris Vink |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-29 | Properly free dynamically allocated memory. Also skip needless checks. | Tobias Stoeckmann |
2008-01-28 | Zapped some variables which made the source harder to read (and to verify). | Tobias Stoeckmann |
2008-01-28 | checkout's options -m and -F are mutually exclusive. Also watch out to | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-13 | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-10 | Our keyword expansion had a big flaw, due to this construction: | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2007-10-08 | do not try to reset the default branch if the RCS file | Joris Vink |
2007-10-03 | reset the default branch early on so rcs_head_get() does not screw us up | Joris Vink |
2007-09-24 | unused vars | Joris Vink |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-06-28 | When commiting to a server in a remote setup classify | Joris Vink |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-01 | change mode of a newly created rcs file in the repository to 0444 | Otto Moerbeek |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-18 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | switch commit code to the new RCS api. | Joris Vink |
2007-01-13 | plug 3 memleaks | Joris Vink |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-12 | if we have no files to be commited, stop commiting. | Joris Vink |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2007-01-11 | silence some warnings. | Jasper Lievisse Adriaanse |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-07 | use cvs_logmsg_read() for -F for simplicity. | Joris Vink |
2007-01-07 | free the filelists we pass to cvs_logmsg_create() | Joris Vink |
2007-01-07 | rewrite of the logmessage code, which allows you to | Joris Vink |
2007-01-03 | add support for 'remove' in a remote setup. | Joris Vink |
2007-01-03 | if we are commiting a file, do not let the server resend it | Joris Vink |
2007-01-02 | - fix cvs_client_remove_entry to correctly handle the passed data | Joris Vink |
2006-12-31 | minor nits; | Xavier Santolaria |