Age | Commit message (Expand) | Author |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-03-29 | Yet more lint: | Ray Lai |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-01-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria |
2006-01-25 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | rename variable to fix shadow warning; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2006-01-01 | more code cleanup; | Joris Vink |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |
2005-12-24 | remove useless cvs_buf_alloc() failure checks; | Joris Vink |
2005-12-22 | cvs_chdir() cannot fail anymore; | Xavier Santolaria |
2005-12-22 | another fatal() round; | 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-12-03 | nuke unused vars; | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-10-30 | nuke trailing whitespaces; | Xavier Santolaria |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria |
2005-08-17 | trailing whitespaces ... | Xavier Santolaria |
2005-08-12 | add cvs_rename() function; ok jfb | Xavier Santolaria |
2005-07-30 | o remove a call to cvs_ent_open() from cvs_file_create(), | Moritz Jodeit |
2005-07-27 | check == -1 not != 0 for stat() return value, for consistency sake! | Xavier Santolaria |
2005-07-27 | make cvs_rmdir() handle global -n and -t options; ok joris@. | Xavier Santolaria |
2005-07-27 | rename cvs_remove_dir() to cvs_rmdir() because it might be confusing | Xavier Santolaria |
2005-07-26 | no need to complain that we cannot remove the file in cvs_unlink() | Joris Vink |
2005-07-25 | minor KNF; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | use cvs_unlink() here too; | Xavier Santolaria |
2005-07-24 | add cvs_unlink(); a wrapper to unlunk() w/ an error msg as it is used in | Xavier Santolaria |
2005-07-23 | use cvs_chdir(); | Xavier Santolaria |
2005-07-23 | add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used in | Xavier Santolaria |
2005-07-19 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria |
2005-07-19 | spacing | Theo de Raadt |
2005-07-13 | add cvs_rcs_getpath() function. Returns the path of the RCS file if it | Xavier Santolaria |
2005-06-17 | correctly build a temporary copy of the client its repository | Joris Vink |
2005-06-14 | missing closedir() on error path; ok joris xsa | Patrick Latifi |
2005-06-02 | remove unneeded error reporting when using cvs_path_cat(), the | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-27 | - check strlcpy() return values for truncation | Jean-Francois Brousseau |
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau |
2005-05-24 | - simplify cvs_mkadmin(). | Joris Vink |