Age | Commit message (Expand) | Author |
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-06-02 | various spelling fixes | David Krause |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-30 | only look into the Attic for certain commands | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-29 | i was wrong adding ".*" to the default ignore patterns, | Joris Vink |
2006-05-29 | if the timestamp of the file has changed and | Joris Vink |
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-28 | if we run into a file that was suppose to be a directory | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-27 | more standard ignore pattern | Joris Vink |
2006-05-27 | remove debug output | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | 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-04-02 | spacing; | Joris Vink |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink |
2005-12-03 | fix date handling in opencvs, this was broken since the very start. | Joris Vink |
2005-12-03 | remove unused and useless functions, they just get in the way; | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-11-12 | - remove strtab stuff. serves no useful purpose. | Niall O'Higgins |
2005-10-27 | if cvs_file_loadinfo fails, return failure to the caller instead | Joris Vink |
2005-10-16 | less 'pirates of the carribean' like error message; | 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-14 | knf | Joris Vink |
2005-09-13 | fix conditions when the base directory should be passed to the command | Joris Vink |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink |
2005-09-06 | more bits for the local remove command support; OK joris@. | Xavier Santolaria |
2005-09-06 | Make sure entries do not go away when we run through them in the file code. | Joris Vink |
2005-08-19 | do not close the entries file until all files depending on it have | Joris Vink |
2005-08-17 | keep a pointer to the CVSENTRIES in the CVSFILE structure. | Joris Vink |
2005-08-17 | trailing whitespaces ... | Xavier Santolaria |