Age | Commit message (Expand) | Author |
2010-09-23 | Add cvs_mkdir() for recursive directory creation on import, based on a | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Sync some rcsdiff changes to cvsdiff. As a side effect, | Ray Lai |
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar |
2008-06-15 | open the RCS file descriptor with O_RDONLY, like all other code does. | Joris Vink |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-10 | properly inherit file permissions. | Joris Vink |
2008-06-10 | Don't spawn editor for log message on server-side if no log message has | Tobias Stoeckmann |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann |
2008-06-08 | allow for multiple release tags, noticed by tobias@ | Joris Vink |
2008-06-08 | properly check the passed tags if they are valid before attempting | Joris Vink |
2008-05-22 | expension -> expansion | Tobias Stoeckmann |
2008-05-22 | Error messages fixes; Stefan Sperling. | Xavier Santolaria |
2008-03-01 | import_get_rcsdiff() doesnt need cvs_noexec checks. | Joris Vink |
2008-03-01 | allow dry-runs (-n) to work properly; | Joris Vink |
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-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 |