Age | Commit message (Expand) | Author |
2010-10-23 | Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 from | Nicholas Marriott |
2009-02-21 | cleanup of CVSROOT, we have no need for cr_flags, | Joris Vink |
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. | Joris Vink |
2007-09-10 | Allow port specification in our CVSROOT which is used for our | Joris Vink |
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | Tobias Stoeckmann |
2007-08-30 | Remove old CVSROOT caching mechanisms. | Joris Vink |
2007-05-11 | typo in previous commit; | Xavier Santolaria |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria |
2007-05-02 | strtol() -> strtonum(); from Tobias Stoeckmann. | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-07 | strl* overload; use xsnprintf(); OK ray@. | Xavier Santolaria |
2007-01-18 | extra safety check for NULL value. | Niall O'Higgins |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-01-25 | this snprintf() occurence should have been removed in previous commit. | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-20 | use fatal(); OK joris@ niallo@. | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink |
2005-08-10 | do not forget to also add the local roots to the cache. | Joris Vink |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria |
2005-08-09 | fix our root caching method, it was utterly broken and would | Joris Vink |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-20 | simplify error message | Jean-Francois Brousseau |
2005-05-20 | do not hardcode 'CVS/Root' but rather use defined CVS_PATH_ROOTSPEC; | Xavier Santolaria |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria |
2005-02-17 | only increase the reference count on the cvsroot structure when it | Jean-Francois Brousseau |
2004-12-28 | abort with an error if we can't figure out what the connection | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau |
2004-08-27 | cleanup and reset the valid requests array when allocating a new root | Jean-Francois Brousseau |
2004-08-02 | When we connect to a remote server, always send the Version request and | Jean-Francois Brousseau |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau |
2004-07-28 | Remove a debugging message | Jean-Francois Brousseau |
2004-07-28 | Add a small cache for parsed CVSROOT strings and return a pointer to a | Jean-Francois Brousseau |
2004-07-27 | Be less retarded when parsing the contents of a CVS/Root file | Jean-Francois Brousseau |
2004-07-27 | Zero out the cvs root structure before assigning the fields, otherwise | Jean-Francois Brousseau |
2004-07-14 | get rid of the newline when copying the root string | Jean-Francois Brousseau |
2004-07-14 | /* line is not NUL-terminated */ | Vincent Labrecque |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau |