Age | Commit message (Expand) | Author |
2006-05-30 | the moment we are done commiting a removed file, move the RCS file | Joris Vink |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-29 | Get rid of -t (traditional C) option. Some corrections by moritz. | Chad Loder |
2006-05-29 | add trace messages for debugging purpose | Joris Vink |
2006-05-29 | fix option string | Joris Vink |
2006-05-29 | Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@ | Patrick Latifi |
2006-05-29 | add GSSAPI to the list of authentication methods supported; | Jason McIntyre |
2006-05-29 | oops - previous was too long; split the list of auths up | Jason McIntyre |
2006-05-29 | Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample | Darren Tucker |
2006-05-29 | Add gssapi-with-mic to PreferredAuthentications default list; ok jmc | Darren Tucker |
2006-05-29 | lint has two synopses, so remove -ab from the second one too; | Jason McIntyre |
2006-05-29 | fix pasto | Xavier Santolaria |
2006-05-29 | make diff accept symbols for -r too now that we have | Joris Vink |
2006-05-29 | make the log command use rcs_translate_tag | Joris Vink |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink |
2006-05-29 | i forgot to handle directories inside the 'log' code, | Joris Vink |
2006-05-29 | add needs to be passed arguments on the command line, and | Joris Vink |
2006-05-29 | i was wrong adding ".*" to the default ignore patterns, | Joris Vink |
2006-05-29 | remove likes some CR_RECURSE_DIRS luvin' too. | Joris Vink |
2006-05-29 | add remove support, hacked by xsa@ but lots of modifications | Joris Vink |
2006-05-29 | if the timestamp of the file has changed and | Joris Vink |
2006-05-29 | unused var | Joris Vink |
2006-05-29 | - sizeof(struct tm) -> sizeof(*tb) | Niall O'Higgins |
2006-05-29 | - zap unrequired casts for rcs_buf_release(). | Niall O'Higgins |
2006-05-29 | Another mnemonic rename, missed the first time. | Kjell Wooding |
2006-05-28 | Kill the bflag, which was really just used to shut up a useless warning | Chad Loder |
2006-05-28 | Kill the -a option for lint, which controlled (inconsistently) warnings | Chad Loder |
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai |
2006-05-28 | add a way to look if a buffer differs from another one | Joris Vink |
2006-05-28 | make it look a little less chaotic. | Joris Vink |
2006-05-28 | teach log how to handle the revisions passed on the command line. | Joris Vink |
2006-05-28 | add code which allows us to select revisions based upon | Joris Vink |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-05-28 | Move -A<oldfile> handling into separate chunk of code. This also | Ray Lai |
2006-05-28 | Don't fill in the rd_locker if we are creating a new RCS file. | Ray Lai |
2006-05-28 | our add command can now add directories to the repository as well. | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | build a lint library for us to use above | Theo de Raadt |
2006-05-28 | warn() already prints __progname for us, okay deraadt@ hshoexer@ | Pedro Martelletto |
2006-05-28 | teach opencvs about the dlimit keyword in CVSROOT/config. | Joris Vink |
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-28 | if we run into a file that was suppose to be a directory | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | Re-add '-' getopt flag, since getopt can actually handle it. | Ray Lai |
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink |
2006-05-28 | o KNF | Ray Lai |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |