Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-29 | merge changes for storm-1368 | Oz Linden | |
2011-06-28 | STORM-1112 More cleanup of SOCKS 5 proxy code. | Logan Dethrow | |
Renamed llsocks5.cpp to llproxy.cpp. | |||
2011-06-27 | STORM-1446 Portability fix when setting non-blocking socket options. | Aaron Stone | |
2011-06-22 | Merge, fixed build issues by refactoring SOCKS 5 code. | Logan Dethrow | |
2011-06-21 | Merge | Logan Dethrow | |
2011-06-21 | Refactored SOCKS 5 handshake to use existing LLSocket class. | Logan Dethrow | |
2011-06-21 | Merge with latest lindenlab/viewer-development | simon@lindenlab.com | |
2011-06-20 | fix for SH-1870: can not upload book_collection_1.dae when include textures | Xiaohong Bao | |
2011-06-20 | ER-944: Add feature to control user sounds on a parcel. Added new checkboxes | simon@lindenlab.com | |
to the About Land / Sound tab. Reviewed by Kelly. | |||
2011-06-16 | Merge with latest lindenlab/viewer-development | simon@lindenlab.com | |
2011-06-14 | merge | Brad Payne (Vir Linden) | |
2011-06-10 | STORM-1112 First pass at cleanup of SOCKS 5 proxy code based on Linden ↵ | Logan Dethrow | |
Coding Standard and comments in the code review. | |||
2011-06-09 | ER-910: Parcel Privacy. Rename things in code to reflect feature name ↵ | Dave SIMmONs | |
change to "hidden avatars" | |||
2011-06-08 | Merged STORM-1112 with viewer-development. Fixed license in socks5.cpp and ↵ | Logan Dethrow | |
socks5.h. | |||
2011-06-03 | automated merge | Roxie Linden | |
2011-05-27 | transplant fix for SH-1467 | Roxie Linden | |
viewer now uses simulatorfeatures to check whether to show UI elements for mesh or not | |||
2011-05-24 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-05-23 | CHOP-661: Add information to try to zero in on remaining failures. | Nat Goodspeed | |
Make testrunner.py module interpret $INTEGRATION_TEST_VERBOSE environment variable, setting module global VERBOSE. Enable/disable debug() output based on that variable, defaulting to VERBOSE True. Add debug() output to freeport(), including reporting exceptions. Add debug() output to test_llsdmessage_peer.py, including normal BaseHTTPRequestHandler output: when VERBOSE is set, don't suppress log_request() or log_error() output. Add C++ verbose() function to query $INTEGRATION_TEST_VERBOSE, broken out as two functions so we only have to interpret the value once. Default to 'true'. Move C++ commtest_data::getport(variable) function to global namespace, broken out as two functions to cache the value. Report value received when verbose() returns true. | |||
2011-05-18 | fix for SH-1591: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138 | Xiaohong Bao | |
2011-05-16 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-05-16 | merge | Dave Parks | |
2011-05-12 | merge | Dave Parks | |
2011-05-12 | Merge lindenlab/viewer-development | Dave SIMmONs | |
2011-05-10 | CHOP-661: add and use code to listen on next available server port. | Nat Goodspeed | |
In indra/llmessage/tests/testrunner.py, introduce new freeport() function to try a caller-specified expression (such as instantiating an object that will listen on a server port) with a range of candidate port numbers until the expression produces a value instead of EADDRINUSE exception. Change test_llsdmessage_peer.py and test_llxmlrpc_peer.py to use freeport() to construct their server class inline BEFORE launching the thread that will run it, then pass that server's serve_forever method to daemon thread. Also set os.environ["PORT"] to selected environment variable before running subject test program. In indra/llmessage/tests/commtest.h, introduce commtest_data::getport() to read port number from specified environment variable, throwing exception if variable not set or non-numeric. Construct default LLHost from getport("PORT") instead of hardcoded constant. Change indra/newview/tests/llxmlrpclistener_test.cpp to use commtest_data:: getport("PORT") instead of hardcoded constant. Also use LLSD::with() rather than older LLSD::insert() syntax. HOWEVER -- I am irritated to discover that llxmlrpclistener_test IS NOT RUN or even built by newview/CMakeLists.txt! It's not even commented out -- it's entirely deleted! I am determined to restore this test. However, as it will take some fiddling with new link-time dependencies, that will be a separate commit. | |||
2011-05-04 | EXP-772 -- Log in failure, keeps saying DNS cannot resolve hostname. | Leslie Linden | |
No real progress on this Jira yet but Mac build was not properly reporting the CURL error string. This check-in fixes that. So far, I have backed out URL related changes between 2.6.2 and 2.6.3 without any change in behavior. Unsure how to proceed next although comparing libcares and libcurl builds between 2.6.2 and 2.6.3 seems like it could be the next logical step. Users experiencing the problem can go back to vewere 2.6.2 or adjust DNS settings to use the google free DNS servers 8.8.8.8 and 8.8.4.4 which should allow them to work around the problem. Reviewed by Richard. | |||
2011-05-02 | ER-858: Add viewer checkbox to toggle parcel privacy settings. Reviewed by ↵ | Dave SIMmONs | |
Kelly | |||
2011-05-02 | merge | Dave Parks | |
2011-05-02 | merge changes for storm-380 | Oz Linden | |
2011-04-28 | STORM-1039 FIXED Bad iterator access in llavatarnamecache.cpp:564 | Richard Linden | |
missed else case | |||
2011-04-28 | STORM-1039 FIXED Bad iterator access in llavatarnamecache.cpp:564 | Richard Linden | |
fixed crash on startup | |||
2011-04-22 | STORM-380 FIXED Added syncing animations and sounds before the gesture ↵ | Seth ProductEngine | |
starts playing. The actual playing of animations and sounds of a gesture starts only when all needed animations and sound files are loaded into viewer cache. This reduces the delay between animations and sounds meant to be played simultaneously but may increase the delay between the moment a gesture is triggered and the moment it starts playing. Fixed calling assets callback to clean up the void pointer in getAssetData() and avoid potential memory leaks. | |||
2011-04-15 | STORM-1039 FIXED Bad iterator access in llavatarnamecache.cpp:564 | Paul ProductEngine | |
- Replaced 'while' loop by 'for' - Deleted unnecessary 'cur' iterator | |||
2011-04-04 | fix a crash inherited from viewer-development | Xiaohong Bao | |
2011-04-01 | VWR-25376 Enable compression for GET and POST for Inventory and other ↵ | Aaron Stone | |
capabilities. | |||
2011-04-01 | pull latest changes from viewer-development | Oz Linden | |
2011-04-01 | VWR-24487 make PREHASH variables char const* const | Boroondas Gupte | |
2011-03-28 | VWR-20801 Implement SOCKS 5 Proxy for the viewer | Robin Cornelius | |
2011-03-11 | sync up to latest viewer-development | Oz Linden | |
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-03 | Autobuild : Fix llsdmessage integration test failure on Mac | Merov Linden | |
2011-02-28 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-25 | Fix llhost integration test: replaced linux.org by lindenlab.com in the DNS ↵ | Merov Linden | |
lookup test as linux.org was not being resolved as expected | |||
2011-02-24 | pull latest changes from viewer-vs2010 | Oz Linden | |
2011-02-23 | Merge | Xiaohong Bao | |
2011-02-23 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-22 | update vstool to support vs2010. | Alain Linden | |
2011-02-21 | change host reverse lookup test to use our own host (linux.org failed) | Oz Linden | |
2011-02-18 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-17 | merge up from viewer-autobuild | Oz Linden | |
2011-02-16 | fix for INTEGRATION_TEST_llcapabilitylistener (include Python to run with ↵ | Alain Linden | |
correct python executable). |