Age | Commit message (Expand) | Author |
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 |
2007-06-26 | Fix buffer overflow reported by Tobias Stoeckmann by increasing the | Ray Lai |
2007-06-26 | add support for cvs rlog. | Niall O'Higgins |
2007-06-26 | allow ci -N<tag name> even when no changes. mimics GNU behaviour. | Niall O'Higgins |
2007-06-25 | mt_count is just an int | Theo de Raadt |
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre |
2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec | Jason McIntyre |
2007-06-25 | Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@ | Darren Tucker |
2007-06-25 | Correct test for window updates every three packets; prevents sending | Darren Tucker |
2007-06-20 | Add missing return value checks for strdup() andd fgetc(). | Moritz Jodeit |
2007-06-20 | Add missing `his' command alias. OK joris@. | Xavier Santolaria |
2007-06-19 | Grammar-o. | Ray Lai |
2007-06-19 | Remove unused variable. | Ray Lai |
2007-06-19 | net80211_ifstats() is called in main.c but there was no prototype. | Ray Lai |
2007-06-19 | err(3) was being called but was missing an include, and end: was | Ray Lai |
2007-06-19 | "off" isn't a pointer, it's a ulong. According to printf(3), %#lx | Ray Lai |
2007-06-19 | if the fd passed to atomicio/atomiciov() is non blocking, then poll() to | Damien Miller |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie |
2007-06-15 | Douglas Adams was a Mac fan, but we don't discriminate. | Matthias Kilian |
2007-06-15 | Don't truncate interface name. | Ray Lai |
2007-06-14 | when waiting for the multiplex exit status, read until the master end | Damien Miller |
2007-06-14 | handle EINTR when waiting for mux exit status properly | Damien Miller |