Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | Fix a few trailing whitespaces. | Nat Goodspeed | |
2024-09-03 | Fix a bug in ResultSet::getSliceStart(). | Nat Goodspeed | |
When asked to retrieve a slice starting at an `index > 0`, `getSliceStart()` was returning an LLSD array whose first `index` entries were `isUndefined()`, followed by the desired data. Fix to omit those undefined entries. | |||
2024-09-03 | Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet. | Nat Goodspeed | |
We may well want to leverage that API for additional queries that could potentially return large datasets. |