Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | out-of-bounds access and correct some printf while here; | 2006-02-26 | 1 | -6/+8 | ||
| | ||||||
* | snprintf() -> strlcpy()/strlcat(); OK niallo@. | 2006-01-23 | 1 | -4/+7 | ||
| | ||||||
* | #include's cleanup; ok joris@ niallo@. | 2006-01-02 | 1 | -10/+3 | ||
| | ||||||
* | knf | 2005-12-30 | 1 | -5/+8 | ||
| | ||||||
* | remove useless cvs_buf_alloc() failure checks; | 2005-12-24 | 1 | -10/+5 | ||
| | ||||||
* | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | 2005-12-20 | 1 | -23/+9 | ||
| | ||||||
* | switch to xmalloc stuff, me and xsa@ agreed on this a long | 2005-12-10 | 1 | -18/+9 | ||
| | | | | | | | | | time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@ | |||||
* | add very basic support for the following stuff: | 2005-12-03 | 1 | -3/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | - checkout in local mode (example: /cvs) - update in local and server mode (example: /cvs and user@host:/cvs) - import in local and server mode (example: /cvs and user@host:/cvs) what remains to be done: - not all options are supported yet, and update cannot pick up newly added files yet. these things are pending and will be commited real soon. - checkout only works locally right now. - fix rcs parsing code so that we don't fucking hog 100% cpu on really BIG BIG BIG ass trees. mainly tested by pedro@ and myself, thanks a lot pedro! "go for it" niallo@ | |||||
* | missing casts; | 2005-11-08 | 1 | -6/+6 | ||
| | ||||||
* | diff3_conflicts cleanup; joris ok | 2005-10-26 | 1 | -3/+3 | ||
| | ||||||
* | better output; | 2005-10-23 | 1 | -6/+10 | ||
| | ||||||
* | shut up gcc; | 2005-10-23 | 1 | -3/+3 | ||
| | ||||||
* | - correctly terminate buffer in edscript(), noted by pedro@ | 2005-10-23 | 1 | -10/+18 | ||
| | | | | - fix patching for large files; | |||||
* | diff3 support, needed for merging files together; | 2005-10-22 | 1 | -0/+808 | ||
"go for it" niallo@ |