Age | Commit message (Expand) | Author |
2007-07-18 | Support -r for the export command. | Xavier Santolaria |
2007-07-17 | Forgot this part about rlog not needing the Directory request to be sent. | Xavier Santolaria |
2007-07-17 | Correct function name in error string. | Xavier Santolaria |
2007-07-17 | Simplify the way we check wether the issued command is `log' or `rlog'. | Xavier Santolaria |
2007-07-17 | Do not send the Directory request when using the rlog command. | Xavier Santolaria |
2007-07-17 | comment snicky usage of strchr | Marc Espie |
2007-07-16 | oops, missed a bit from tobias' diff - add "usage: " to usage(); | Jason McIntyre |
2007-07-16 | sync usage(); from Tobias Stoeckmann | Jason McIntyre |
2007-07-16 | fix percentage computation of wrapping numbers; from Willem Dijkstra | Otto Moerbeek |
2007-07-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria |
2007-07-14 | Don't trim whitespace from stdin. Encrypt it the same as other | Kenneth R Westerback |
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria |
2007-07-12 | Delint: remove some unreachable statements, from Bret Lambert. | Ray Lai |
2007-07-09 | espie, you have got to be joking | Theo de Raadt |
2007-07-09 | Fix possible heap overflow in file(1), aka CVE-2007-1536. | Dimitry Andric |
2007-07-09 | tweaks; | Jason McIntyre |
2007-07-09 | indent correctly | Marc Espie |
2007-07-09 | repair, sorry about that (obvious typo, duh) | Marc Espie |
2007-07-08 | rename variable to errorIsOkay. What does oldVars mean anyway ? | Marc Espie |
2007-07-08 | missed part: add check to avoid poison checking inexistent local vars, | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-07-06 | dont inlucde <sys/syslimits.h> directly. | Thordur I. Bjornsson |
2007-07-06 | some discussion of devices, logs, and permissions; | Jason McIntyre |
2007-07-05 | fix a "Device busy" error in server mode. found by ckuethe@ | Joris Vink |
2007-07-05 | Remove unused variable; Lawrence Teo | Todd C. Miller |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-07-03 | On the server side, in a remote setup, do not display timestamp. | Xavier Santolaria |
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai |
2007-07-01 | Sync time buffer size; missed in previous commit. | Xavier Santolaria |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-29 | *long* options are undocumented; ok ray | Jason McIntyre |
2007-06-29 | Server-side bits for release command. | Xavier Santolaria |
2007-06-29 | Sync cvs/rcs diff code. | Ray Lai |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-28 | When commiting to a server in a remote setup classify | Joris Vink |
2007-06-28 | Bring the index defines back in sync with struct nlist after removal of IPX | Claudio Jeker |
2007-06-28 | groff understands `|', so no need to duplicate macros. | Jason McIntyre |
2007-06-28 | diff(1) sync, mostly spacing and moving crap around, except: | Ray Lai |
2007-06-28 | do not call cvs_checkout_file() for file removals in local mode, | Joris Vink |
2007-06-28 | when logging to CVSROOT/history as a server fill in the | Joris Vink |
2007-06-28 | Alias `1' and `2' to `l' and `r', making interactive merges easier | Ray Lai |
2007-06-28 | Some syncs with diff(1): | Ray Lai |
2007-06-27 | printf(1) is the correct reference here, not printf(3); | Jason McIntyre |
2007-06-27 | have the server be more strict about the requests the client | Joris Vink |
2007-06-27 | Remove last bits about login and logout commands, which will never be | Xavier Santolaria |
2007-06-27 | Add missing undocumented --ignore-case flag, to improve compatibility | Ray Lai |
2007-06-27 | fix diff output in a remote setup so our client does not freak out. | Joris Vink |
2007-06-27 | We were missing the needed clue/magic to have our remote setup | Joris Vink |
2007-06-27 | From Tobias Stoeckmann: | Ray Lai |
2007-06-26 | Bring back the release command. More work to be done though. | Xavier Santolaria |