Age | Commit message (Expand) | Author |
2009-03-25 | remove unused functions, definitions and outdated comments | Joris Vink |
2009-03-23 | kill SIZE_LEFT() macro, no longer used | Joris Vink |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann |
2008-03-08 | correct usage of lseek(2); | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-03 | (f)utimes takes sys/time.h | Tobias Stoeckmann |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-08-29 | correct error string in cvs_buf_load_fd() to match the function. | Joris Vink |
2007-08-29 | more typo shizzle from Igor Zinovik. | Joris Vink |
2007-08-09 | Correct function name in fatal(). From Igor Zinovik. | Ray Lai |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
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-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-02 | Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf | Ray Lai |
2007-02-02 | Remove unused and buggy {cvs,rcs}_buf_set functions. | Ray Lai |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
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 |