Age | Commit message (Expand) | Author |
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 |
2005-11-24 | respect TMPDIR; | Xavier Santolaria |
2005-11-21 | - print some more informative messages | Xavier Santolaria |
2005-11-18 | minor knf; | Xavier Santolaria |
2005-11-14 | minor knf; | Xavier Santolaria |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-11 | close the RCSFILE on error, so we don't leak memory; | Joris Vink |
2005-10-11 | export diff_file variable so it can be set from without diff functions; | Joris Vink |
2005-10-08 | add missing newline, fixes D_NORMAL diff output; | Joris Vink |
2005-10-08 | KNF; | Joris Vink |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins |
2005-08-14 | missing casts; ok joris | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-11 | the status variable is gone. | Joris Vink |
2005-07-11 | add proper handling for realloc() failure cases, avoiding bad idiom and | Niall O'Higgins |
2005-07-10 | - get rid of an unused variable. | Joris Vink |
2005-07-10 | no need to declare the verbosity var here as it is already done in cvs.h; | Xavier Santolaria |
2005-07-10 | only display info msg if -q is not specified; | Xavier Santolaria |
2005-07-09 | kill useless "&& r1 == NULL" expression. | Niall O'Higgins |
2005-07-09 | explicit casts to const char * | Niall O'Higgins |
2005-06-28 | - fix commands usage | Xavier Santolaria |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink |