Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The HttpRequest objects used in inventory ops are created lazily
when needed. The update() operation didn't protect against their
not being created. Added some guard tests around the update()
operations and we're good.
|
|
state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).
|
|
legit. Also takes into account moving within the same version folder when moving items
|
|
|
|
|
|
(toolbar) button
|
|
view may have changed since the alert was created
|
|
|
|
stock folder, add an adequate message when failing to drop in a stock folder.
|
|
|
|
on login screen
|
|
|
|
|
|
fix truncations
|
|
missing translation after the last merge
|
|
|
|
|
|
|
|
|
|
|
|
the same messages. Needs validation by producer.
|
|
|
|
|
|
on the HTTP requests for inventory. We'll benchmark with that
and see how it goes. Document some of the history of the
background fetcher for future devs. Suggest some future
projects to make things faster. Pointers on using LLSD with
the llcorehttp library in the readme. And restructured
the LLSD onCompleted() processing phases using do{}while(false)
which produced a code flow that is fairly attractive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accept headers in mesh and textures. For texture metrics
reporting, use the AP_INVENTORY policy class which is
non-pipelined and pointing (usually) in the right direction.
Use a do-while(false) structure to manage common exit path
code in onCompleted() methods. Identical to a 'goto' but
might amuse the pedantic. Tuning on background fetch to
have it cycle faster. This is experimental. I suspect
with HTTP balancing in llcorehttp, we can do away with the
timers here.
|
|
cache work.
|
|
of used handles and a fast handle factory that's thread-
correct.
|
|
default to Class 3
|
|
|
|
|
|
reproduce data corruption via timeouts.
|
|
|
|
/listing route so to get the updated SLM status for the listing
|
|
Portuguese
|
|
languages
|
|
since it's not used anywhere
|
|
|
|
|
|
unlist before hand
|
|
|
|
code to use utils for any LLSD interfaces.
|