Age | Commit message (Expand) | Author |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2010-10-29 | Nuke some unused variables and remove an unnecessary call to dirname(). | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
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 |
2008-03-09 | unused var | Joris Vink |
2008-03-08 | add checkout/update -j support. | Joris Vink |
2008-03-08 | correct usage of lseek(2); | Joris Vink |
2008-03-01 | when reopening the file pass the proper mode and reopen it using | Joris Vink |
2008-02-29 | handle file permissions and owners properly. | Joris Vink |
2008-02-28 | nobody needs weird debug messages | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-23 | reset overlapcnt at each cvs_merge_file() call so that files that | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
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-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-28 | add merging support in both local and remote sides. | 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 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2006-11-10 | sync with usr.bin/rcs/diff3.c | Xavier Santolaria |
2006-11-09 | respect TMPDIR here too, changes pulled in from usr.bin/rcs. | Xavier Santolaria |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | 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-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | more nasty spaces go bye bye | Theo de Raadt |
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-16 | kill two unused variables. | Xavier Santolaria |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-06 | adapt informative message if we are sending output to stdout. | Xavier Santolaria |
2006-03-06 | if the submitted rev(s) is/are the same as the head rev, skip the process | Xavier Santolaria |
2006-03-05 | oops, forgot the diff3.c portion of this diff: | Niall O'Higgins |
2006-02-26 | out-of-bounds access and correct some printf while here; | Xavier Santolaria |
2006-01-23 | snprintf() -> strlcpy()/strlcat(); OK niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | knf | Reyk Floeter |
2005-12-24 | remove useless cvs_buf_alloc() failure checks; | Joris Vink |
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-03 | add very basic support for the following stuff: | Joris Vink |
2005-11-08 | missing casts; | Xavier Santolaria |