| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-03 | Merge. Refresh from viewer-release merged with in-progress work. | Monty Brandenberg | |
| 2013-06-03 | SH-4184 Conversion to llcorehttp. Remove unneeded responder | Monty Brandenberg | |
| classes (moved to Handlers). | |||
| 2013-05-30 | Merge. Pull viewer-release to get the new version scheme changes. | Monty Brandenberg | |
| 2013-05-08 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
| Conversion was mostly trivial. Did some refactoring in the conversion of Responders to Handlers which eliminated 5X code replication. More will be done especially as this is extended to deal with the various possible combinations of 200/206/416 status for ranged gets. There are a lot of thread races in the existing code, that is going to need some real attention. And the scheduling/liveness logic in the thread management bounces around from thread to thread wasting a lot of time and using expensive synchronization. Much can be done here. But the result is that the 8 connections in the Mesh corehttp class now perform as did the 32 connections of the original. And that 32 actually looks like it could bleed to over 64. So, progress... | |||
| 2013-05-07 | SH-4162 Merge metrics repo into this branch and integrate | Monty Brandenberg | |
| Pull cpu-based metrics into llcorehttp work to enable A/B testing. Simple merge. | |||
| 2013-05-07 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
| First version running with all five downloaders converted. Not certain all are functional yet and the whole thing is slow but it is running. | |||
| 2013-05-07 | SH-4139 Convert http downloaders and responders to llcorehttp patterns | Monty Brandenberg | |
| Initial work completed on linux, moving over to windows to do debug and refinement. This includes 5/6 handlers based on existing responders and use of llcorehttp for the mesh header fetch. | |||
| 2013-04-12 | SH-4090 [WIP] Basic deadman timer integration started on Linux. Moving to ↵ | Monty Brandenberg | |
| windows to do real work. | |||
| 2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
| 2013-04-01 | MAINT-2511 : Mesh requests not handling time outs. Reviewed by Kelly | simon | |
| 2013-03-20 | Don't assert on HTTP_NOT_FOUND for some mesh data. Reviewed by Kelly | simon | |
| 2013-03-20 | MAINT-2510 : Time can go backwards for viewer animation, assert fires. | simon | |
| Reviewed by Kelly | |||
| 2013-03-04 | MAINT-2422 : Clean up mesh http status code usage | simon | |
| 2013-02-26 | MAINT-2371 First set of profile guided optimizations. | Dave Parks | |
| Reviewed by Graham | |||
| 2013-02-20 | MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that ↵ | Dave Parks | |
| automatically visually mutes avatars above a certain threshold (adjusted by Avatar Mesh Detail Slider) | |||
| 2013-02-13 | Merge from viewer-beta | prep | |
| 2013-02-04 | MAINT-2323 Fix for crash on shutodwn in mesh responder destructors | Dave Parks | |
| 2013-01-24 | merging in viewer-beta. | Nyx Linden | |
| Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
| 2013-01-09 | More merge cleanup. | Dave Parks | |
| 2013-01-08 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
| 2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
| alignment issue in llAppearance. | |||
| 2012-11-20 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
| 2012-11-09 | MAINT-1311 Thread safe handling of retries on mesh loading failures. | Dave Parks | |
| 2012-11-08 | MAINT-1311 Followup on logging and assertions of mesh loading errors | Dave Parks | |
| 2012-10-26 | MAINT-1311 Add some logging and assertions to help track down mesh loading ↵ | Dave Parks | |
| errors. | |||
| 2012-10-17 | MAINT-873 Fix for inability to upload meshes on some systems. | Dave Parks | |
| 2012-10-17 | MAINT-873 Fix for inability to upload meshes on some systems. | Dave Parks | |
| 2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
| 2012-06-27 | Merge pulled in lindenlab/viewer-beta to kelly_linden/maint-1078 | Kelly Washington | |
| 2012-06-22 | merge | Dave Parks | |
| 2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
| 2012-06-01 | check mesh repo thread before actively using it. | Nicky | |
| 2012-08-14 | Make sure only one thread access mPendingLOD at a time. | Nicky | |
| 2012-05-20 | Merged with viewer-beta | Kitty Barnett | |
| 2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
| 2012-04-09 | MAINT-890 Fix for freeze on exit when a mesh upload is pending. | Dave Parks | |
| 2012-03-26 | merge | Dave Parks | |
| 2012-04-13 | MAINT-871 Fix for freeze on shutdown while calculating weights and fees of a ↵ | Dave Parks | |
| mesh. | |||
| 2012-02-17 | SH-2941 Fix for crash on shutdown due to race condition between LLCurl and ↵ | Dave Parks | |
| LLMeshRepository | |||
| 2012-02-24 | Merge with viewer-development | Kitty Barnett | |
| 2012-03-09 | merge | Dave Parks | |
| 2012-02-06 | merge, conflicts in llvertexbuffer.{h,cpp} | Brad Payne (Vir Linden) | |
| 2012-02-01 | merge | Brad Payne (Vir Linden) | |
| 2012-01-31 | Fixed up LLVolume memory leak caused by mesh repo thread. | Leslie Linden | |
| Reviewed by Bao. | |||
| 2012-01-24 | SH-2791 Use request class constructor/destructor for keeping track of ↵ | Dave Parks | |
| concurrent requests instead of unreliable increments/decrements sprinkled around the code. | |||
| 2012-01-24 | SH-2791 Use request class constructor/destructor for keeping track of ↵ | Dave Parks | |
| concurrent requests instead of unreliable increments/decrements sprinkled around the code. | |||
| 2012-01-19 | SH-2885 Add mesh requests pending/processing line to "Show Render Info" | Dave Parks | |
| 2012-01-12 | fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory ↵ | Xiaohong Bao | |
| crashes. | |||
| 2011-10-14 | b782a75c99e6 backout cleanup | Dave Parks | |
| 2011-09-14 | merge | Brad Payne (Vir Linden) | |
