Age | Commit message (Expand) | Author |
2006-05-29 | unused var | Joris Vink |
2006-05-28 | add a way to look if a buffer differs from another one | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-13 | fix the obviously broken cvs_buf_set(), so we don't end up | Joris Vink |
2006-04-12 | xmalloc(); memset(); -> xcalloc(); | Ray Lai |
2006-04-11 | Change cvs_buf_grow() to return void, since it cannot fail, and | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-10 | - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makes | Niall O'Higgins |
2006-04-06 | cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@. | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | 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-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-17 | Use ssize_t in appropriate places. | Ray Lai |
2006-03-15 | - fchmod file to mode. | Niall O'Higgins |
2006-03-07 | no need to duplicate error message; | Xavier Santolaria |
2006-03-06 | like gnu ci(1), continue to process valid files in argv even if some are | Niall O'Higgins |
2006-02-26 | better user-friendly error message. | Xavier Santolaria |
2006-01-29 | - fix a bug where co -l would fail with "permission denied" if the working | Niall O'Higgins |
2006-01-16 | - in cvs_buf_free(), don't try to free() b->cb_buf if it has not been | Niall O'Higgins |
2006-01-15 | - don't try to malloc 0 bytes of memory if an empty buffer is requested; delay | Niall O'Higgins |
2006-01-10 | - add cvs_buf_getc() function; returns byte at specified buffer position. | Niall O'Higgins |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | adjust some thruth in a comment. | Joris Vink |
2005-12-30 | spacing | Joris Vink |
2005-12-24 | remove useless cvs_buf_alloc() failure checks; | Joris Vink |
2005-12-23 | cvs_buf_write() did not properly set new permissions | Joris Vink |
2005-12-21 | initialize `rlen' in cvs_buf_set(); | Xavier Santolaria |
2005-12-20 | fix use of fatal() from previous commit; | Xavier Santolaria |
2005-12-20 | missed that in previous fatal() commit; | Xavier Santolaria |
2005-12-20 | use fatal(); OK joris@ niallo@. | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-08-14 | missing casts; ok joris | Xavier Santolaria |
2005-07-29 | minor KNF; | Xavier Santolaria |
2005-07-26 | - fix SIZE_LEFT macro for the cb_cur > cb_buf case. | Moritz Jodeit |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-20 | no need to append strerror(errno) in error msg if we use LP_ERRNO code; | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-02 | revert cvs_noexec checks commit, requested by jfb@. | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-26 | don't append strerror(errno) to error messages if we use LP_ERRNO | Jean-Francois Brousseau |
2005-05-24 | cvs_noexec checks; ok joris@ | Xavier Santolaria |
2004-12-08 | get rid of void* pointer arithmetic on buffers so gcc stops complaining | Jean-Francois Brousseau |
2004-12-08 | use mkstemp for local diff -r r1 -r r2; ok jfb@ | Damien Miller |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi |