Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | SH-3325 texture load slow on some machines | Monty Brandenberg | |
This doesn't really address 3325 directly but it is the result of research done while hunting it down. First, this is a thread safety improvement for canceled requests that have gone into resource wait state. I don't think we've seen a failure there but there was a window. It also cleans the resource wait queue earlier which lets us do less work and get requests more quickly into llcorehttp by bypassing the resource wait state. With this, I finally feel comfortable about rundown of requests. | |||
2012-08-19 | SH-3329 Cached scene loads slower than same scene with cleared cache. | Monty Brandenberg | |
A/B comparison with original code showed the newer issuing lower-priority requests of the cache reader and some other minor changes. Brought them into agreement (this is cargo-cult programming). Made the HTTP resource semaphore an atomic int for rigorous correctness across threads. I swear I'm going to tear down this code someday. | |||
2012-08-17 | SH-3328 llcorehttp tracing control needed defensive logic for missing setting | Monty Brandenberg | |
Guard for the typical case of a missing setting with a bracketing gSavedSettings.controlExists() call. | |||
2012-08-17 | SH-3327 HTTP transfers not showing up in texture console 'net tot tex' value. | Monty Brandenberg | |
Dropped an argument during integration which made the total byte count read lower than expected. Everything else is fine, however. | |||
2012-08-17 | SH-3328 Permanently add 'QAModeHttpTrace' setting to control llcorehttp ↵ | Monty Brandenberg | |
trace functionality llcorehttp implements a nice trace facility but it hasn't been attached to an external control to date. This hands over control to a *non-persistent* setting that can be used for QA or field diagnostics. | |||
2012-08-13 | Merge from viewer-development. | Monty Brandenberg | |
2012-08-08 | merge changes for DRTVWR-189 | Oz Linden | |
2012-08-08 | tag merge of DRTVWR-189 | Oz Linden | |
2012-08-08 | Added tag DRTVWR-189 for changeset 9ee938778970 | Oz Linden | |
2012-08-07 | merge changes for DRTVWR-188 | Oz Linden | |
2012-08-07 | tag merge of DRTVWR-188 | Oz Linden | |
2012-08-07 | tag merge of DRTVWR-181 | Oz Linden | |
2012-08-06 | PATH-842, VWR-29431: BUGFIX Correcting a regression introduced by the fix ↵ | Todd Stinson | |
for PATH-542. The viewer calculated rotation resulting from an object's angular velocity was being incorrectly reset when the corresponding object update was received. With this bugfix, the rotation resulting from the angular velocity is accumulated separately and is re-appplied when the object update resets the object's rotation. | |||
2012-08-03 | Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-http | Monty Brandenberg | |
2012-08-03 | Uniform gray background for texture console window. | Monty Brandenberg | |
2012-08-03 | Merge with lindenlab/viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-03 | Merge of viewer-development (3.4.1). | Monty Brandenberg | |
2012-08-02 | tag merge of DRTVWR-186 | Oz Linden | |
2012-08-01 | FIX INTL-100 Frrench linguistic fixes | eli | |
2012-08-01 | sync with viewer-dev for 'fr' | eli | |
2012-08-01 | sync with viewer-dev for 'ja' | eli | |
2012-08-01 | sync with viewer-dev for changes and new files for 'en' | eli | |
2012-08-01 | sync with viewer-dev, removing obsolete files | eli | |
2012-08-01 | Merge MAINT-1270 fix | simon@Simon-PC.lindenlab.com | |
2012-08-01 | SH-3308 Beef up retry messaging. | Monty Brandenberg | |
Reformatted messages around request retry. Successfully retried requests also message so you can see the cycle closed. Added additional retryable error codes (timeout, other libcurl failures). Commenting and removed some unnecessary std::min logic. | |||
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-31 | Path-643. Once the preferences panel is closed (either through ok or ↵ | prep@lindenlab.com | |
cancel), the pathing console rebuilds the gfx data. | |||
2012-07-28 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-07-28 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-maint-1175 | Nat Goodspeed | |
2012-07-27 | sync with viewer-release | eli | |
2012-07-27 | MAINT-1175 FIX Severe performance issues on 3.3.2 (258114) Release and 3.3.3 ↵ | Richard Linden | |
(259197) Beta in "Add scroll list item" removed linear scan for namelist items and used weak reference (LLHandle) instead | |||
2012-07-27 | increment version to 3.4.1 | Oz Linden | |
2012-07-27 | Added tag 3.4.0-beta1 for changeset 1f27cdfdc542 | Oz Linden | |
2012-07-25 | another change to force a new ticket, disable some codeticket features | Oz Linden | |
2012-07-25 | SH-3304 drano-http viewer fails to launch on linux | Monty Brandenberg | |
libapr-1.so.0.4.5 and libaprutil-1.so.0.4.1 missing from manifest. | |||
2012-07-25 | clean up BuildParams and change to force a new ticket | Oz Linden | |
2012-07-25 | increment version to 3.4.0 | Oz Linden | |
2012-07-25 | tag merge of DRTVWR-182 | Oz Linden | |
2012-07-25 | pull latest pathfinding changes from integration branch | Oz Linden | |
2012-07-25 | update to latest builds of llphysicsextensionss | Oz Linden | |
2012-07-24 | Adding a group identifier to the group objects in the pathfinding linksets ↵ | Todd Stinson | |
and characters floaters. | |||
2012-07-24 | Trivial change to tickle build. | Monty Brandenberg | |
2012-07-24 | merge up to latest viewer-pathfinding (including 3.3.4) | Oz Linden | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-23 | PATH-781: Pulling in the new 'owner_is_group' field into the pathfinding object. | Todd Stinson | |
2012-07-23 | Big comment and naming cleanup. Ready for prime-time. | Monty Brandenberg | |
Add to-do list to _httpinternal.h to guide anyone who wants to pitch in and help. | |||
2012-07-23 | Cleaning up comments, names, miscellany. | Monty Brandenberg | |
2012-07-23 | pull back 3.3.4 release tag | Oz Linden | |
2012-07-23 | Added tag 3.3.4-release for changeset 28e100d0379a | Oz Linden | |