Age | Commit message (Expand) | Author |
2010-07-23 | Clean up struct tm handling. Instead of calling gmtime/localtime | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2010-07-21 | Only use username if author is NULL. Fixes "ci -wusername" when run | Ray Lai |
2010-07-16 | Combine two diff_output lines into one, from diff. | Ray Lai |
2010-07-15 | Die immediately if pread fails. It's a fatal error so treat it as | Ray Lai |
2010-07-15 | Sync with diff/diffreg.c r1.75: | Ray Lai |
2010-07-13 | Don't silently overwrite untracked local files with newly-added | Nicholas Marriott |
2010-07-13 | Do not put the file into conflict if it is no longer modified (user has | Nicholas Marriott |
2010-07-13 | PR 6423 fix for cvs too, requested by xsa@. | Nicholas Marriott |
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber |
2010-07-09 | when opencvs is started with trace option `-t' it must print function it | zinovik |
2010-04-19 | Increase buffer size to support large pathnames. Committing on | Todd C. Miller |
2010-04-04 | OpenCVS is very annoying and incorrect when user tries to add several | zinovik |
2010-03-30 | This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3 | zinovik |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus |
2009-06-21 | Use correct synopses for checkout and export when an invalid -k option | Stuart Henderson |
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 |
2009-04-29 | add options 'a' and 'd' to the getopt string so | Joris Vink |
2009-04-28 | tweak previous; | Jason McIntyre |
2009-04-28 | support some additional diff options: -a, -b, -d, -w | Stuart Henderson |
2009-04-18 | bleh, do not force the client to support certain responses. | Joris Vink |
2009-04-10 | with the recent module-expand changes, we need to use | Joris Vink |
2009-04-07 | do not try to send a added file that is no longer on disk | Joris Vink |
2009-04-06 | make sure we handle allowed options in cvs_export() instead | Joris Vink |
2009-04-04 | don't try to free stuff we shouldnt free, really. | Joris Vink |
2009-04-04 | properly expand modules if requested by the client, | Joris Vink |
2009-04-03 | i fucked up last night, bad so partially revert a piece of | Joris Vink |
2009-04-03 | my last commit to diff.c broke diffing in some cases, | Joris Vink |
2009-04-02 | properly deal with uptodate files server-side, as they do not | Joris Vink |
2009-04-02 | if ce_conflict != NULL, the file should be sent | Joris Vink |
2009-04-02 | make sure diffing -rTAG -rTAG works even if files are uptodate | Joris Vink |
2009-04-01 | in client mode, be sure to consider the file modified if a conflict | Joris Vink |
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink |
2009-03-29 | printf() -> cvs_printf() so it works under server mode as well | Joris Vink |
2009-03-28 | when i fixed to attic handling i forgot one special case | Joris Vink |
2009-03-27 | make sure that when we try to send a Set-sticky to the client, | Joris Vink |
2009-03-26 | fix the way Attic is handled in our recursion code, so we | Joris Vink |
2009-03-26 | "Logging dirname" needs to be properly shown when running log/rlog. | Joris Vink |
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink |
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink |
2009-03-25 | remove unused functions, definitions and outdated comments | Joris Vink |
2009-03-25 | -q hasnt been the default verbosity mode in ages. | Joris Vink |
2009-03-24 | have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag | Joris Vink |
2009-03-24 | shuffle code a bit so FILE_REMOVE_ENTRY also calls | Joris Vink |
2009-03-24 | use size_t for size, since atomicio() both accepts and returns it | Joris Vink |
2009-03-23 | kill SIZE_LEFT() macro, no longer used | Joris Vink |
2009-03-23 | simplify | Joris Vink |
2009-03-23 | remove debug, bleh | Joris Vink |