Age | Commit message (Expand) | Author |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-01-31 | remove dead and unreachable code | Joris Vink |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | 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-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | Tobias Stoeckmann |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
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-21 | Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison | Ray Lai |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-01 | add support for [-k mode]; tests/ok otto@. | Xavier Santolaria |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins |
2007-01-19 | move cvs_import() proto to the correct place. | Xavier Santolaria |
2007-01-18 | import improvements: | Joris Vink |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | make import and init work again after the small breakage | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2007-01-11 | revert last commit after discussing w/ joris@; makes sense to remove | Xavier Santolaria |
2007-01-11 | no need to unlink() the tmp files here as they have already been added | Xavier Santolaria |
2007-01-07 | and lets make import work with the new logmsg code too! | Joris Vink |
2006-12-04 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-12-04 | - unlink tmp files when finished. | Xavier Santolaria |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
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-16 | add support for -d; OK joris@. | Xavier Santolaria |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-11 | remove unused variable | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-01 | import work on existing repos: | Joris Vink |
2006-05-30 | ugh forgot to change cvs_file_classify here too. | Joris Vink |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-01 | improve import a bit: | Joris Vink |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-02-08 | once again, we have to unbreak stuff xsa broke on his own. | Joris Vink |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | errors handling cleaning; | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-21 | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; | Xavier Santolaria |