Age | Commit message (Expand) | Author |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins |
2007-01-15 | replace old diffing mechanisms with the new fluffy RCS stuff, | Joris Vink |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | in a remote setup: | Joris Vink |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-01 | Indentation. | Ray Lai |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | change a cvs_buf_load() to cvs_buf_load_fd() | 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-01 | fix output | Joris Vink |
2006-05-31 | support -p flag for diff, makes dlg@ feel all warm | Joris Vink |
2006-05-31 | set diff_rev2 to file_rcsrev when we are using | Joris Vink |
2006-05-30 | fix diff -rrevision usage | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-29 | make diff accept symbols for -r too now that we have | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-27 | and now you can use -N to diff removed files too | Joris Vink |
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink |
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-13 | Add error checking for vasprintf. Stylistic suggestions from xsa@. | Ray Lai |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-25 | Correct integer types, remove unused arguments, non-portable bitshifts | Ray Lai |
2006-03-24 | Remove unused variables, better integer types, prevent fallthroughs. | Ray Lai |
2006-03-23 | fetch() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-02-26 | remove unnecessary newline characters in cvs_log() calls. | Niall O'Higgins |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-25 | use cvs_rcs_getpath() instead of duplicating code. | Xavier Santolaria |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | 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_buf_write_stmp() cannot fail anymore, missed it in previous commit; | Xavier Santolaria |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-05 | - repair cvs diff. my date fix was too naive. | Niall O'Higgins |
2005-12-01 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | - fix unified and context diff output, finally! | Niall O'Higgins |