Age | Commit message (Expand) | Author |
2007-01-18 | put functions protos at the right place. | Xavier Santolaria |
2007-01-17 | on checkout, only create the module path if we find the module. | Thordur I. Bjornsson |
2007-01-17 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-16 | handle the export command in cvs_client_{set,clear}_sticky(). | Xavier Santolaria |
2007-01-16 | better, share -l and -R flags between checkout and export cmds. | Xavier Santolaria |
2007-01-16 | handle -l and -R for checkout too. | Xavier Santolaria |
2007-01-16 | sanitize what kind of symbols we can have in symbol names, | Joris Vink |
2007-01-15 | document `update -C'. | Xavier Santolaria |
2007-01-15 | replace old diffing mechanisms with the new fluffy RCS stuff, | Joris Vink |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-14 | reset sticky tags with -A; OK joris@. | Xavier Santolaria |
2007-01-14 | replace checkout_write_revision() with rcs_rev_write_stmp() | Joris Vink |
2007-01-13 | nuke the the very evil rcs_getrev() stuff | Joris Vink |
2007-01-13 | make import and init work again after the small breakage | Joris Vink |
2007-01-13 | switch commit code to the new RCS api. | Joris Vink |
2007-01-13 | make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when needed | Joris Vink |
2007-01-13 | plug 3 memleaks | Joris Vink |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-13 | - remote update now works again, with new rcs api | Joris Vink |
2007-01-13 | the memleak i thought i had fixed was in fact NOT a leak at all | Joris Vink |
2007-01-13 | - better error messages | Joris Vink |
2007-01-13 | add missing prototypes for some new rcs api functions; | Joris Vink |
2007-01-12 | simplify after recent rcs API changes. | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-12 | if we have no files to be commited, stop commiting. | Joris Vink |
2007-01-12 | and thou shalt not leak memory when removing entries | Joris Vink |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2007-01-12 | link to build the edit, editors, unedit, watch, and watchers commands. | Xavier Santolaria |
2007-01-12 | fix incorrect output which was driving me more then crazy | Joris Vink |
2007-01-11 | sync a bit with reality | Joris Vink |
2007-01-11 | silence some warnings. | Jasper Lievisse Adriaanse |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2007-01-11 | update the revision number in CVS/Entries from CVS/Baserev if we | Xavier Santolaria |
2007-01-11 | revert last commit after discussing w/ joris@; makes sense to remove | Xavier Santolaria |
2007-01-11 | no need to unlink() the tmp files here as they have already been added | Xavier Santolaria |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | save errno. | Xavier Santolaria |
2007-01-11 | sync joris' last change (connection to remote server when all options are | Xavier Santolaria |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria |
2007-01-09 | add remote handler for the cvs watch command; not linked to the build. | Xavier Santolaria |
2007-01-09 | remove uneeded linebreak when creating the CVS/Notify | Xavier Santolaria |
2007-01-08 | - simplify CVS/Baserev file parsing; makes unedit work better. | Xavier Santolaria |
2007-01-07 | add the temporary file we create to the temp_files worklist | Joris Vink |
2007-01-07 | make the output when interrupting writing the log message consistent. | Jasper Lievisse Adriaanse |
2007-01-07 | use cvs_logmsg_read() for -F for simplicity. | Joris Vink |
2007-01-07 | and lets make import work with the new logmsg code too! | Joris Vink |