Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 of viewer-development (3.4.1). | Monty Brandenberg | |
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-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 | |
2012-07-23 | Fix for path-826. Safeguarding against a mull weight being used | prep | |
2012-07-21 | fix finding havok libs in relwithdebinfo mode (uses release unless ↵ | Oz Linden | |
LL_DEBUG_HAVOK is used | |||
2012-07-20 | refactor to build llphysicsextensions_tpv package for sublicensees | Oz Linden | |
2012-07-19 | SH-3280 Better init/shutdown functionality for llcorehttp by llappviewer | Monty Brandenberg | |
Isolate llcorehttp initialization into a utility class (LLAppCoreHttp) that provides glue between app and library (sets up policies, handles notifications). Introduce 'TextureFetchConcurrency' debug setting to provide some field control when absolutely necessary. | |||
2012-07-18 | Setting the description column of the linkset floater to be a fixed width. ↵ | Todd Stinson | |
Having multiple dynamic width columns apparently prevents other columns from being manually resized by the user. | |||
2012-07-18 | Updating the build tools floater to better handle multi-line creator and ↵ | Todd Stinson | |
owner names. | |||
2012-07-18 | merge back fixes from 3.3.4-beta5 | Oz Linden | |
2012-07-18 | Added tag 3.3.4-beta5 for changeset ab2ffc547c8a | Oz Linden | |
2012-07-18 | merge changes for DRTVWR-184 | Oz Linden | |
2012-07-18 | tag merge of DRTVWR-184 | Oz Linden | |
2012-07-17 | Updating to the latest llphysicsextension source package. | Todd Stinson | |
2012-07-17 | MAINT-1223 More aggressive rebuilding of render batches when alpha color ↵ | Dave Parks | |
values change. | |||
2012-07-17 | pull back fixes for 3.3.4-beta4 | Oz Linden | |
2012-07-17 | Added tag 3.3.4-beta4 for changeset 6c75f220b103 | Oz Linden | |
2012-07-17 | merge changes for DRTVWR-183 | Oz Linden | |
2012-07-17 | tag merge of DRTVWR-183 | Oz Linden | |
2012-07-17 | SH-3189 Improve naive data structures | Monty Brandenberg | |
Move releaseHttpWaiters() to commonUpdate from doWork. More appropriate home for it. Have deleteOK() defer deletion of anything in WAIT_HTTP_RESOURCE2 state to keep pointers valid for the releaseHttpWaiters() method. It will then transition canceled operations to SEND_HTTP_REQ where they can be deleted. | |||
2012-07-16 | SH-3241 Validate header correctness, SH-3243 more unit tests | Monty Brandenberg | |
Define expectations for headers for GET, POST, PUT requests. Document those in the interface, test those with integration tests. Verify that header overrides work as expected. | |||
2012-07-16 | MAINT-1223 Fix for alpha updates not triggering LoD updates. | Dave Parks | |
2012-07-16 | Path-814: Corrected shader fragment compilation error. | prep | |
2012-07-16 | SH-3189 Remove/improve naive data structures | Monty Brandenberg | |
When releasing HTTP waiters, avoid unnecessary sort activity. For Content-Type in responses, let libcurl do the work and removed my parsing of headers. Drop Content-Encoding as libcurl will deal with that. If anyone is interested, they can parse. | |||
2012-07-14 | merge back beta fixes for DRTVWR-180 | Oz Linden | |
2012-07-14 | tag merge of DRTVWR-180 | Oz Linden | |
2012-07-13 | Disabling the phantom toggle when the object is volume-detect. | Todd Stinson | |
2012-07-13 | SH-3241 validate that request headers are correct | Monty Brandenberg | |
First round of integration tests. Added a request header 'reflector' to the web server to sent the client's headers back with a 'X-Reflect-' prefix. Use boost::regex to check various headers. Run a test on a simple GET and a byte-ranged GET a la texture fetch. | |||
2012-07-13 | merge changes for DRTVWR-179 | Oz Linden | |
2012-07-13 | tag merge of DRTVWR-179 | Oz Linden | |