Age | Commit message (Expand) | Author |
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 |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-26 | It is not the job of cvs_server_send_response() to do error checking. | Ray Lai |
2007-05-26 | It is too complicated to tell a client that an internal failure | Ray Lai |
2007-05-26 | Remove redundant xsnprintf calls. | Ray Lai |
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins |
2007-05-26 | cvs_server_path is more appropriate to check than cvs_server_active. | Ray Lai |
2007-05-26 | fatal() should never be called twice; if it happens, exit immediately, | Ray Lai |
2007-05-26 | Increase sticky tag buffer size. | Ray Lai |
2007-05-26 | Treat lines that start with "dummy timestamp from new-entry" as a | Ray Lai |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai |
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai |
2007-05-25 | Check vasprintf for failure. | Ray Lai |
2007-05-22 | Note that the global -x option is kept for compatibility (for now) and has | Xavier Santolaria |
2007-05-17 | Remove nonsensical dereference. From tbert. | Ray Lai |
2007-05-16 | Figure out DST by setting tm_isdst element to -1. | Xavier Santolaria |
2007-05-16 | In remote setup, write sent files to inlog (if specified) instead of outlog. | Xavier Santolaria |
2007-05-16 | open() returns -1 on error, not NULL. From Tobias Stoeckmann. | Xavier Santolaria |
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai |
2007-05-11 | typo in previous commit; | Xavier Santolaria |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria |
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria |
2007-05-09 | - we do not have -H, zap it. | Xavier Santolaria |
2007-05-02 | like the init command, version does not take any extra args. | Xavier Santolaria |
2007-05-02 | strtol() -> strtonum(); from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | - checkout from a read-only repository implies -l. | Xavier Santolaria |
2007-04-30 | make usage() __dead; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | missing header; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-24 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado |
2007-04-24 | changes "Usage" to "usage"; sorts options list in cvs history; | Igor Sobrado |
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria |
2007-04-17 | cvsrc(5) is no more, so point to cvs(5) instead; | Jason McIntyre |