Age | Commit message (Expand) | Author |
2009-03-19 | properly register Questionable files using CVS/Entries server-side | Joris Vink |
2009-02-23 | we no longer push out Set-sticky to the client when writing | Joris Vink |
2008-06-14 | unfuck CVS/Tag creation, karma sucks doesn't it. | Joris Vink |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann |
2008-03-01 | spacing | Theo de Raadt |
2008-02-10 | + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S" | Xavier Santolaria |
2008-02-10 | - cvs_write_tagfile() is not responsible to remove CVS/Tag itself | Joris Vink |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-10 | parse any date tags set in CVS/Tag or CVS/Entries properly, and use | Joris Vink |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-09 | Support for checkout -D extended: | Tobias Stoeckmann |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-04 | Make CVS/Entries.Log look the same as GNU cvs'. This way interoperability | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2007-11-11 | CVS/Entries needs at least one line specifying a 'D'irectory. If the | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-25 | missing header for strptime | Charles Longeau |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
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 |