Age | Commit message (Expand) | Author |
2006-12-04 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-12-04 | - unlink tmp files when finished. | Xavier Santolaria |
2006-12-04 | - fix crash when doing keyword expansion of zero-length buffers. | Niall O'Higgins |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | we will never support pserver, so do not bother documenting | Xavier Santolaria |
2006-11-27 | sort sent requests; | Xavier Santolaria |
2006-11-27 | hook up annotate server bits. | Xavier Santolaria |
2006-11-27 | don't process the file if its status is FILE_UNLINK. | Xavier Santolaria |
2006-11-27 | client-side of the annotate command is usable, build it too. | Xavier Santolaria |
2006-11-15 | Bring back basic annotate command. Needs more work. | Xavier Santolaria |
2006-11-14 | Add support for the "Set" request. | Xavier Santolaria |
2006-11-14 | Simplify in cvs_read_rcfile() by using cvs_path_cat(); | Xavier Santolaria |
2006-11-14 | Handle global -l, -Q, and -r on the server side too. | Xavier Santolaria |
2006-11-14 | add rlog and rannotate commands requests, | Xavier Santolaria |
2006-11-14 | dummy support for Argumentx request. | Xavier Santolaria |
2006-11-14 | add this, so version compiles... | Xavier Santolaria |
2006-11-14 | Bring back version command. Still needs tweaks to make the | Xavier Santolaria |
2006-11-13 | Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c | Xavier Santolaria |
2006-11-13 | Add missing server-side bits for init... | Xavier Santolaria |
2006-11-13 | Add server-side bits for admin command. | Xavier Santolaria |
2006-11-13 | Run cvs_file_classify() so local mode works... | Xavier Santolaria |
2006-11-13 | Build admin command. | Xavier Santolaria |
2006-11-13 | fix check on required arguments. | Xavier Santolaria |
2006-11-13 | Write rcs file when finished. | Xavier Santolaria |
2006-11-13 | Add support for [-a users] and [-o rev]. | Xavier Santolaria |
2006-11-13 | bring back basic admin command, mostly based on OpenRCS rcs(1). | Xavier Santolaria |
2006-11-10 | fix -w | Xavier Santolaria |
2006-11-10 | no magic, "Attic" -> CVS_PATH_ATTIC | Xavier Santolaria |
2006-11-10 | do not forget to send -l and -q Global options too. | Xavier Santolaria |
2006-11-10 | send Global options -n -Q -r to the server. | Xavier Santolaria |
2006-11-10 | sync with usr.bin/rcs/diff3.c | Xavier Santolaria |
2006-11-09 | sync with usr.bin/rcs version. | Xavier Santolaria |
2006-11-09 | cvs init remote bits. | Xavier Santolaria |
2006-11-09 | add support for -c (Check that working files are not modified). | Xavier Santolaria |
2006-11-09 | respect TMPDIR here too, changes pulled in from usr.bin/rcs. | Xavier Santolaria |
2006-11-09 | fix pasto.. | Xavier Santolaria |
2006-11-09 | remote tag command support joins the party! | Xavier Santolaria |
2006-11-08 | [-s states] and [-w logins] bits. | Xavier Santolaria |
2006-11-08 | bring back support for CVS_CLIENT_LOG that was removed with | Xavier Santolaria |
2006-11-06 | - handle global -n flag in conjunction with remove -f. | Xavier Santolaria |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit |
2006-10-24 | bring back support for -h, -N, -R, and -t. | Xavier Santolaria |
2006-10-24 | Reuse len instead of calling strlen again. | Ray Lai |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-08-23 | pull in latest change from openrcs: | Joris Vink |
2006-08-02 | Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS. | Ray Lai |
2006-07-30 | Sync some whitespace changes from rcs. No binary change. | Ray Lai |