summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2016-04-26MAINT-6336: Put the timeout upstream of the suspending pump and fire the ↵Rider Linden
timeout it. Also some cleanup on LLSD construction in vivox.
2016-04-25MAINT-6338: Add methods for getting and setting boolean properties from ↵Rider Linden
gSavedSettings in the HTTPCore. Use those methods to access new key HTTPLogBodyOnError. Dump body of HTTP message to log in case of error if this key is true.
2016-04-22MAINT-6336: Centralize waiting on event pump with a timeout. Shorten the ↵Rider Linden
lifespan of a timeout event pump lifespan to be no longer than necessary. Change all references to the LLEventTimer to instead uses the centralized version.
2016-04-21MAINT-6336: Removed or demoted some of the chatty log messages I was using ↵Rider Linden
to track progress.
2016-04-19MAINT-6336: more loging for test build.Rider Linden
2016-04-19MAINT-6336: Crasher on disconnect in DDoS.Rider Linden
2016-04-18MAINT-6336: Better retry and timeout logic when logging in to the vivox ↵Rider Linden
server and connecting to a session.
2016-04-13MAINT-6305: Forgot to add the coro name.Rider Linden
2016-04-13MAINT-6305: Serialize the AIS calls by reducing the queue size to 1, move ↵Rider Linden
the bake request out of the AIS queue.
2016-04-12MAINT-6305: Just bumping a warning level so I can track for debugging.Rider Linden
2016-04-12Added exponential timeout to retry, protect against attempting to downgrade ↵Rider Linden
the COF version in the bake request.
2016-03-31increment viewer version to 4.0.4Oz Linden
2016-03-22VOICE-36: improvements based on review feedbackOz Linden
2016-03-22VOICE-36: generate and expect random connection and account handlesOz Linden
2016-03-17MergeRider Linden
2016-03-17increment viewer version to 4.0.3Oz Linden
2016-03-09MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primMnikolenko ProductEngine
2016-03-07MAINT-6172: Send the render and mic devices to a session when they are ↵Rider Linden
dirty, not just in Tuning mode.
2016-03-07MergeRider Linden
2016-03-03MAINT-5693: Make COF Version from AIS authoritive. Ask until we get it.Rider Linden
2016-03-03MAINT-5693: Move avatar update into the AIS coprocedure pool.Rider Linden
2016-03-02MAINT-5693: Didn't remove a stray debug comment.Rider Linden
2016-03-02MAINT-5693: Only force forward progression of COF version for your own AvatarRider Linden
2016-03-02MAINT-6182: When building the list of pathfinding characters throw away any ↵Rider Linden
entries that are undefined.
2016-03-01MAINT-5693: Allow stale requestsRider Linden
2016-03-01MAINT-5693: Do not rerequest old bakes. If a stale bake is received for ↵Rider Linden
processing do not processes it (Only allow newer appearances to process... never older)
2016-02-29MAINT-5693: Request server bake even if we think we are about to request a ↵Rider Linden
stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on.
2016-02-29MAINT-5760 Save the favorite in file with empty slurl string if it points to ↵Mnikolenko ProductEngine
location that is no longer valid
2016-03-07Merge fix for MAINT-5360AndreyL ProductEngine
2016-03-03MAINT-2199 reverted previous change, refixed missing cloud and ban lineandreykproductengine
2016-02-27MAINT-2199 restored original UI mechanics, removed icons from UI listandreykproductengine
2016-02-26MAINT-5360: restore builds for the EDU packageOz Linden
2016-02-25MAINT-5693: Some bake requests were getting lost. If a bake request is made ↵Rider Linden
while another one is outstanding rather than launch the new one, set a flag and remake the request with new data.
2016-02-25Merged in andreykproductengine/lynx-maint (pull request #12)Andrey Lihatskiy
MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision()
2016-02-25MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision()andreykproductengine
2016-02-24MAINT-6096: For non-spacial voice chats update the volume of participants. ↵Rider Linden
Rename "sendPositionalUpdate" to reflect volume changes.
2016-02-24MAINT-5893 Issue with muted agent's attached lighting still rendering.Mnikolenko ProductEngine
2016-02-24MAINT-1429 Incorrect display of permissions in Edit Tab while change focusMnikolenko ProductEngine
2016-02-23MAINT-6113: Only report new voice morphs when new voice morphs are ↵Rider Linden
subscribed to, not when connecting to the Vivox server.
2016-02-23MAINT-6160 Fix for ImporterLegacyMatching crashandreykproductengine
2016-02-23MAINT-6110 Show hovertext on attached objectsMnikolenko ProductEngine
2016-02-19MAINT-6137: Re enable pipelining by default, use new version of CURL (7.47) ↵Rider Linden
with corrections for timed out connections in pipelining. Minor fix for safer op retrieval.
2016-02-18MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵andreykproductengine
texture list.
2016-02-16MAINT-2199 separating UI elements from in-world textures.andreykproductengine
2016-02-05MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primsMnikolenko ProductEngine
2016-02-18Merged bunch of crashfixes from KittyAndreyL ProductEngine
2016-02-17MAINT-5678 Improvement: ImporterPreprocessDAE debug setting to disable DAE ↵AndreyL ProductEngine
preprocessing when needed
2016-02-14FIXED Crash in LLGroupMgr::notifyObservers() when closing a group invitation ↵Kitty Barnett
before the group properties arrive
2016-02-14BUG-11402 FIXED Crash when opening a group floater when disconnectedKitty Barnett
2016-02-14BUG-11401 FIXED Viewer crashes at logout when using Ctrl-Q/Alt-F4Kitty Barnett