Age | Commit message (Expand) | Author |
2007-01-21 | add support for the -A flag; | Xavier Santolaria |
2007-01-21 | spaces | Kevin Steves |
2007-01-21 | spaces | Kevin Steves |
2007-01-20 | typo | Joris Vink |
2007-01-20 | Add missing check for fgets return value in | Thordur I. Bjornsson |
2007-01-20 | Prevent negative array index accesses when strlen(buff) == 0. | Ray Lai |
2007-01-20 | more safety checks for file->file_rcsrev; | Joris Vink |
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins |
2007-01-20 | check return value of rcs_translate_tag(). prevents a segfault found by todd... | Niall O'Higgins |
2007-01-19 | another place to check for DT_UNKNOWN for d_type for afs/nfs | Todd T. Fries |
2007-01-19 | When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions, | Joris Vink |
2007-01-19 | move cvs_import() proto to the correct place. | Xavier Santolaria |
2007-01-18 | extra safety check for NULL value. | Niall O'Higgins |
2007-01-18 | We don't want to use GZIP for compress. Only examine GZIP environment | Todd C. Miller |
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie |
2007-01-18 | import improvements: | Joris Vink |
2007-01-18 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-18 | more informative error msg. | Xavier Santolaria |
2007-01-18 | put functions protos at the right place. | Xavier Santolaria |
2007-01-17 | Honour activep for times (eg ServerAliveInterval) while parsing | Darren Tucker |
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-17 | realively -> relatively | Ray Lai |
2007-01-16 | Eliminate gcc -Wundef warnings in flex-generated code. | Marc Aurele La France |
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 | When checking in multiple files, if no log message is entered for | Todd C. Miller |
2007-01-15 | document `update -C'. | Xavier Santolaria |
2007-01-15 | Fix -a when given an entry with an already existing user. Also, give | Otto Moerbeek |
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 | more secsh -> rfc 4716 updates; | Jason McIntyre |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |