Age | Commit message (Expand) | Author |
2007-05-27 | Add bounds check for cvs command arguments. Initial diff by Tobias | 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-26 | cvs_server_path is more appropriate to check than cvs_server_active. | Ray Lai |
2007-05-22 | Note that the global -x option is kept for compatibility (for now) and has | Xavier Santolaria |
2007-05-09 | - we do not have -H, zap it. | 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 | changes "Usage" to "usage"; sorts options list in cvs history; | Igor Sobrado |
2007-02-24 | fix comment; from jared r r spiegel | Otto Moerbeek |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink |
2007-02-06 | sort options; | Jason McIntyre |
2007-01-11 | in a remote setup: | Joris Vink |
2006-12-11 | global option -n implies -l | Xavier Santolaria |
2006-12-11 | Permit checkout from a read-only repository using the -R global option | Xavier Santolaria |
2006-11-28 | snprintf() -> cvs_path_cat() | 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-07-09 | handle SIGPIPE correctly. | Joris Vink |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-06-28 | use quiet mode (-q) by default and add a flag -V for the old "verbose" | Reyk Floeter |
2006-06-13 | be more accurate in describing what happened | Joris Vink |
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria |
2006-06-02 | various spelling fixes | David Krause |
2006-05-30 | nuke cvs_repo_base variable | Joris Vink |
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-03-15 | bogus idiom | Theo de Raadt |
2006-01-29 | spread some fatal() here too; | Xavier Santolaria |
2006-01-26 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-23 | print complete command name in usage, not aliases. | Xavier Santolaria |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-19 | use fatal() if getpwuid() fails; OK joris@. | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-03 | fix date handling in opencvs, this was broken since the very start. | Joris Vink |
2005-11-12 | - remove strtab stuff. serves no useful purpose. | Niall O'Higgins |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria |
2005-08-10 | add global -w option and document it; ok jmc joris | Xavier Santolaria |
2005-08-10 | use correct return codes when we exit(); ok joris | Xavier Santolaria |
2005-08-09 | add missing [-T tmpdir] in usage(), spotted by jmc@. | Xavier Santolaria |
2005-08-04 | handle TMPDIR environment variable as well as -T <tmpdir> global option; | Xavier Santolaria |
2005-08-03 | check only once for the HOME environment variable and reuse | Xavier Santolaria |