Age | Commit message (Expand) | Author |
2007-09-22 | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server | Joris Vink |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-06-02 | don't try to parse a server conflict message as a date. | Niall O'Higgins |
2007-05-26 | Treat lines that start with "dummy timestamp from new-entry" as a | Ray Lai |
2007-05-16 | Figure out DST by setting tm_isdst element to -1. | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-04 | dont bother trying to parse empty lines as dates. | Joris Vink |
2007-01-27 | mktime() produces local time, so add in tm_gmtoff to get UTC. | Otto Moerbeek |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-24 | terminate CVS/Entries with a newline. | Pierre-Yves Ritschard |
2007-01-24 | the ok from xsa was for another diff, rollback previous commit. | Pierre-Yves Ritschard |
2007-01-24 | put a newline at the end of the Entries file, this syncs with | Pierre-Yves Ritschard |
2007-01-12 | and thou shalt not leak memory when removing entries | Joris Vink |
2006-12-07 | check for cvs_path_cat() return value. | Xavier Santolaria |
2006-12-07 | use errno where appropriate in error messages. | Xavier Santolaria |
2006-10-24 | Reuse len instead of calling strlen again. | Ray Lai |
2006-07-09 | more straightforward trace (-t) output, too much is just too noisy. | Joris Vink |
2006-06-14 | useless casts are so the 80s | Joris Vink |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-06 | add support for the -D option of update, | 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-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | 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 | - don't check for admin files when running init; | 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-22 | add the correct entry for newly added files. | Joris Vink |
2005-08-19 | style; | Xavier Santolaria |
2005-08-16 | #define CVS_ENT_MAXLINELEN 1024 | Xavier Santolaria |
2005-08-12 | - style fix | Xavier Santolaria |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-14 | be consistent when declaring cvs_ent structs; ok jfb@ joris@. | Xavier Santolaria |
2005-06-17 | correctly build a temporary copy of the client its repository | Joris Vink |
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria |
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 | cvs_noexec check; ok jfbeers | Xavier Santolaria |
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau |