Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-26 | MAINT-5300 FIXED Allow creating and editing new bodyparts. | Mnikolenko ProductEngine | |
2015-06-25 | Added file upload interface to core HTTP utils. | Rider Linden | |
2015-06-25 | MAINT-5232: Make LLHTTPClientAdapter not be an LLSingleton. | Nat Goodspeed | |
llhttpclientadapter_test.cpp starts its every test by explicitly instantiating a local LLHTTPClientAdapter object. This is an abuse of LLSingleton, and if it had been properly defined (private constructor), it should never have compiled. Looked at the other way, though, every known reference to LLHTTPClientAdapter instantiates a local object. Why did someone think it should be an LLSingleton in the first place? Remove LLSingleton<> as a base class; remove llsingleton.h. This makes llhttpclientadapter_test.cpp work just fine. One might also question what value this class adds. It seems to do very little -- but more significantly, the ONLY references in the source tree are its declaration, definition and test. Nobody actually uses it anywhere. | |||
2015-06-25 | MAINT-5232: Correct forward declaration of LLSingleton_manage_master. | Nat Goodspeed | |
The forward declaration said it was a 'friend class', whereas the actual definition is a struct. MSVC dislikes that. | |||
2015-06-25 | MAINT-5232: Try to avoid circularity between LLError and LLSingleton. | Nat Goodspeed | |
Part of LLError's logging infrastructure is implemented with an LLSingleton. Therefore, attempts to log from within LLSingleton machinery could potentially go south if LLError's LLSingleton is not yet initialized. Introduce LLError::is_available() in llerrorcontrol.h and llerror.cpp. Make LLSingletonBase::logwarns() and logerrs() consult LLError::is_available() before attempting to use LL_WARNS or LL_ERRS, respectively. Moreover, make all LLSingleton internal logging use logwarns() and logerrs() instead of directly engaging LL_ERRS or LL_WARNS. | |||
2015-06-25 | merge buildcleanup | Oz Linden | |
2015-06-24 | MAINT-5232: Introduce inter-LLSingleton dependency tracking. | Nat Goodspeed | |
Introduce LLSingleton::cleanupSingleton() canonical method as the place to put any subclass cleanup logic that might take nontrivial realtime or throw an exception. Neither is appropriate in a destructor. Track all extant LLSingleton subclass instances on a master list, which permits adding LLSingletonBase::cleanupAll() and deleteAll() methods. Also notice when any LLSingleton subclass constructor (or initSingleton() method) calls instance() or getInstance() for another LLSingleton, and capture that other LLSingleton instance as a dependency of the first. This permits cleanupAll() and deleteAll() to perform a dependency sort on the master list, thus cleaning up (or deleting) leaf LLSingletons AFTER the LLSingletons that depend on them. Make C++ runtime's final static destructor call LLSingletonBase::deleteAll() instead of deleting individual LLSingleton instances in arbitrary order. Eliminate "llerror.h" from llsingleton.h, a longstanding TODO. | |||
2015-06-24 | MAINT-5232: Finish 7724e79aaf62: remove LLGlobalEconomy::initSingleton() | Nat Goodspeed | |
2015-06-24 | MAINT-5278 WIP - avoid updateAppearanceFromCOF when adding only attachments. | Brad Payne (Vir Linden) | |
2015-06-24 | MAINT-5295 Remove POSTFIELDS from PUT operation. | Rider Linden | |
2015-06-24 | MAINT-5026 FIXED 256 prim linksets made of smaller prims frequently link ↵ | andreykproductengine | |
only 254 | |||
2015-06-25 | MAINT-427 FIXED Show default (empty) texture if multiple faces with media ↵ | Mnikolenko ProductEngine | |
are selected. | |||
2015-06-24 | MAINT-176 FIXED IM windows don't keep their minimized state after mouselook | Mnikolenko ProductEngine | |
2015-06-23 | Code review results with Nat | Rider Linden | |
2015-06-23 | Start work on coprocedure manager. | Rider Linden | |
2015-06-22 | Replace hand-rolled LLCefLib (Windows) package with one generated by third ↵ | callum_linden | |
party scripts | |||
2015-06-22 | I can't believe I really added these lines - pretend you didn't see them | callum_linden | |
2015-06-22 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-06-22 | MAINT-5274 Missing folder arrow | andreykproductengine | |
2015-06-23 | MAINT-5001 FIXED Logging in and then quickly logging out removes stored ↵ | Mnikolenko ProductEngine | |
favorite login locations | |||
2015-06-19 | workarounds to get this building again; note: review mute list caching ↵ | Oz Linden | |
change before promoting | |||
2015-06-19 | MAINT-5274 missing inventory count | andreykproductengine | |
2015-06-18 | Update llmanifest.LLManifest.copy_action() to handle symlinks | Nat Goodspeed | |
for directories as well as for files. | |||
2015-06-18 | MAINT-5200: Add debug headers to Facebook slshare-service calls. | Nat Goodspeed | |
2015-06-18 | Add code in viewer_manifest.py to create a symlink for second copy of CEF ↵ | Callum Prentice | |
framework vs copying in second version | |||
2015-06-17 | Update version of LLCefLib we use - no functional changesin LLCefLib - just ↵ | Callum Prentice | |
improved build script for its third party library | |||
2015-06-17 | Distressing. A variable got autocorrected to 'false' but the compiler ↵ | Rider Linden | |
didn't catch it. | |||
2015-06-17 | https://jira.secondlife.com/browse/MAINT-5283 | Rider Linden | |
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter. | |||
2015-06-17 | Coding policy fixes | Rider Linden | |
2015-06-17 | Point to *FIRST* Team City & autobuild generated version of LLCefLib for OSX | Callum Prentice | |
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-17 | dummy merge to really get rid of extra head per hg trick at ↵ | Oz Linden | |
http://bit.ly/1R8WhaY | |||
2015-06-16 | Merge viewer-release and become 3.7.31 | simon | |
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : product-engine | |||
2015-06-16 | Merge | Rider Linden | |
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : EXT-4880 | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : product-engine | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : product-engine | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : notifications | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : EXT-3351 | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : avatar-pipeline | |||
2015-06-16 | trying to close and hide branches | simon | |
--HG-- branch : texture-pipeline |