Age | Commit message (Expand) | Author |
2007-08-09 | Use '\0', not NULL, for NUL characters. | Ray Lai |
2007-08-09 | Correct function name in fatal(). From Igor Zinovik. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-07-25 | Correctly handle the export command when writing to history file. | Xavier Santolaria |
2007-07-19 | xcalloc is unneeded here since i is always 0 and we always use the | Ray Lai |
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-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria |
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria |
2007-07-05 | fix a "Device busy" error in server mode. found by ckuethe@ | Joris Vink |
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-01 | Sync time buffer size; missed in previous commit. | Xavier Santolaria |
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 | 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-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 | 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-26 | Bring back the release command. More work to be done though. | Xavier Santolaria |
2007-06-26 | add support for cvs rlog. | Niall O'Higgins |
2007-06-20 | Add missing `his' command alias. OK joris@. | Xavier Santolaria |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-06-06 | Don't double xstrdup. | Ray Lai |
2007-06-04 | remove a fatal i committed by accident. | Niall O'Higgins |
2007-06-02 | don't try to parse a server conflict message as a date. | Niall O'Higgins |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | Remove cand structure (but not its definition). | Ray Lai |
2007-05-30 | Remove unused struct diff_arg. | Ray Lai |
2007-05-30 | Sync rcsdiff -> cvs diff | Ray Lai |
2007-05-29 | Get rid of another useless variable, another difference between our | Ray Lai |
2007-05-29 | I've been running with an abort upon fatal loop, and I think I've | Ray Lai |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-28 | Some spacing syncs with diff(1). | Ray Lai |
2007-05-28 | "in formation" -> "information" | Ray Lai |
2007-05-28 | Line up comments with the rest of the file, like in diff(1). | Ray Lai |
2007-05-27 | Add bounds check for cvs command arguments. Initial diff by Tobias | Ray Lai |
2007-05-27 | Replace xmalloc/xsnprintf combo with xasprintf. | Ray Lai |
2007-05-27 | Revert, we dealt with the -x flag in the past. jmc suddenly | Ray Lai |
2007-05-27 | Mention -x flag (for compatibility only). From Tobias Stoeckmann. | Ray Lai |
2007-05-27 | Call fatal() if extra arguments are given to "opencvs server". From | Ray Lai |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |