Age | Commit message (Expand) | Author |
2006-01-10 | zap unused variables; | Xavier Santolaria |
2006-01-02 | more includes cleanup; | Xavier Santolaria |
2006-01-01 | more code cleanup; | Joris Vink |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | 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 | - teach opencvs about Entries.Log and what to do with it | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
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 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink |
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink |
2005-09-06 | Make sure entries do not go away when we run through them in the file code. | Joris Vink |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria |
2005-08-16 | #define CVS_ENT_MAXLINELEN 1024 | Xavier Santolaria |
2005-08-12 | add cvs_rename() function; ok jfb | Xavier Santolaria |
2005-08-09 | fix our root caching method, it was utterly broken and would | Joris Vink |
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 |
2005-07-27 | rename cvs_remove_dir() to cvs_rmdir() because it might be confusing | Xavier Santolaria |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | 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 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-23 | add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used in | Xavier Santolaria |
2005-07-21 | #define CVS_DESCR_FILE_EXT ",t" | Xavier Santolaria |
2005-07-13 | add cvs_rcs_getpath() function. Returns the path of the RCS file if it | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-17 | correctly build a temporary copy of the client its repository | Joris Vink |
2005-06-17 | #define CVS_EX_ERR -1 | Xavier Santolaria |
2005-06-07 | remove ancient and unused CVS define. it was a leftover from | Joris Vink |
2005-06-01 | missed these in previous commits. | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau |
2005-05-26 | - remove cvs_ent_getent(), it's not used anymore | Jean-Francois Brousseau |
2005-05-26 | first part of real pruning support | Joris Vink |
2005-05-24 | - simplify cvs_mkadmin(). | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-20 | first bits of the `cvs -n' option; ok jfb joris | Xavier Santolaria |
2005-05-19 | use the date parsing code from date.y and fix timestamps on newly | Jean-Francois Brousseau |
2005-05-18 | build a local copy of the client's source tree when acting as a server. | Joris Vink |
2005-05-02 | add missing structs for upcoming commands; joris ok | Xavier Santolaria |
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau |
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau |
2005-04-20 | add the CVS_EX_OK return code to indicate everything went fine | Jean-Francois Brousseau |
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink |
2005-04-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau |