Age | Commit message (Expand) | Author |
2008-01-10 | Our keyword expansion had a big flaw, due to this construction: | Tobias Stoeckmann |
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-09-22 | Support for checkout with a local repository already in place. | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann |
2007-07-25 | Correctly handle the export command when writing to history file. | Xavier Santolaria |
2007-07-18 | Support -r for the export command. | Xavier Santolaria |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-27 | We were missing the needed clue/magic to have our remote setup | 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-18 | an erroneous free() crept in due to a merge error | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-28 | hey look, i found another debug printf from my merging stuff! | Joris Vink |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink |
2007-01-26 | more fixe size buffers on the stack. ok xsa@ joris@ | Otto Moerbeek |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-25 | when acting as a server - immediatly after we checkout a file | Joris Vink |
2007-01-18 | put functions protos at the right place. | Xavier Santolaria |
2007-01-17 | on checkout, only create the module path if we find the module. | Thordur I. Bjornsson |
2007-01-17 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-16 | better, share -l and -R flags between checkout and export cmds. | Xavier Santolaria |
2007-01-16 | handle -l and -R for checkout too. | Xavier Santolaria |
2007-01-14 | reset sticky tags with -A; OK joris@. | Xavier Santolaria |
2007-01-14 | replace checkout_write_revision() with rcs_rev_write_stmp() | 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-13 | - remote update now works again, with new rcs api | Joris Vink |
2007-01-12 | simplify after recent rcs API changes. | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
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 |
2006-12-22 | snprintf() -> cvs_path_cat(); | Xavier Santolaria |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-05-31 | add support for the export command. | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |