Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-06 | I am getting really bad about adding files. For preceding commit. | Monty Brandenberg | |
2012-06-06 | Policy + caching fixes + https support + POST working | Monty Brandenberg | |
Implemented first global policy definitions to support SSL CA certificate configuration to support https: operations. Fixed HTTP 206 status handling to match what is currently being done by grid services and to lay a foundation for fixes that will be a response to ER-1824. More libcurl CURLOPT options set on easy handles to do peer verification in the traditional way. HTTP POST working and now reporting asset metrics back to grid for the viewer's asset system. This uses LLSD so that is also showing as compatible with the new library. | |||
2012-06-05 | Format/data type mismatch lead to a 'Range: bytes=0-0' header which gave me ↵ | Monty Brandenberg | |
1 byte of data. Shouldn't be making that kind of mistake. | |||
2012-06-05 | Faster spin in worker thread when doing I/O and a priority bump needed when ↵ | Monty Brandenberg | |
fixing priorities. | |||
2012-06-02 | Stupid windows tricks. | Monty Brandenberg | |
2012-06-02 | More platform fixes for linux/mac. | Monty Brandenberg | |
2012-06-01 | Merge | Monty Brandenberg | |
2012-06-01 | Do some work on BufferArray to make it a bit less naive about | Monty Brandenberg | |
chunking data. Remove the stateful use of a seek pointer so that shared read is possible (though maybe not interesting). | |||
2012-06-01 | Another float/int issue and move the POST priority in line with | Monty Brandenberg | |
what normal requests do... | |||
2012-06-01 | Platform fixups Linux: unused variables, make error strings constant. | Monty Brandenberg | |
2012-06-01 | Platform fixups: typedef for priority_queue, more specific comparator functor. | Monty Brandenberg | |
2012-06-01 | Missed two instances of priority typed as 'float'. Became an | Monty Brandenberg | |
excuse to go through an use a typedef for priority and policy class id. | |||
2012-06-01 | Delete a file, edit cmakelists.txt. | Monty Brandenberg | |
2012-06-01 | Major steps towards implementing the policy component. | Monty Brandenberg | |
Identified and reacted to the priority inversion problem we have in texturefetch. Includes the introduction of a priority_queue for the requests that are ready. Start some parameterization in anticipation of having policy_class everywhere. Removed _assert.h which isn't really needed in indra codebase. Implemented async setPriority request (which I hope I can get rid of eventually along with all priorities in this library). Converted to using unsigned int for priority rather than float. Implemented POST and did groundwork for PUT. | |||
2012-05-23 | Integrate llcorehttp library into lltexturefetch design. | Monty Brandenberg | |
This is the first functional viewer pass with the HTTP work of the texture fetch code performed by the llcorehttp library. Not exactly a 'drop-in' replacement but a work-alike with some changes (e.g. handler notification in consumer thread versus responder notification in worker thread). This also includes some temporary changes in the priority scheme to prevent the kind of priority inversion found in VWR-28996. Scheme used here does provide liveness if not optimal responsiveness or order-of-operation. The llcorehttp library at this point is far from optimally performing. Its worker thread is making relatively poor use of cycles it gets and it doesn't idle or sleep intelligently yet. This early integration step helps shake out the interfaces, implementation niceties will be covered soon. | |||
2012-05-09 | Added correct libcurl initialization to the unit tests which makes Windows ↵ | Monty Brandenberg | |
builds reliable. It's the right thing to do and introduced a scoped version for convenience in tests. | |||
2012-05-09 | Try to get some more correct curl init into the unit testing. | Monty Brandenberg | |
2012-05-09 | Add more boost libs to the lib copy and manifest. | Monty Brandenberg | |
2012-05-08 | And more boost library work. | Monty Brandenberg | |
2012-05-08 | Okay, needed full version numbers. | Monty Brandenberg | |
2012-05-08 | More linux work. Think I found the stager. | Monty Brandenberg | |
2012-05-08 | Now trying to get linux working. libllcommon is picking up .so | Monty Brandenberg | |
boost libraries when we tend to want statics. Try to work around that for the moment. | |||
2012-05-08 | Unit test still giving me issues on the local windows system. Seems to be a ↵ | Monty Brandenberg | |
hard stall while allocating the first easy handle in a descent of the global initiailization code but that doesn't seem to be a problem on TC machines. Perhaps the static linking is creating multiple data copies. More work needed. | |||
2012-05-08 | Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointer | Monty Brandenberg | |
defenses in the delete functions of the allocation support. General boost library renaming again. Linux builds in TC though it shouldn't based on what Boost.cmake lookes like... | |||
2012-05-07 | Build llcorehttp as part of a viewer dependency with unit tests. This required | Monty Brandenberg | |
boost::thread and the easiest path to that was to go with the 1.48 Boost release in the 3P tree (eliminating a fork for a modified 1.45 packaging). One unit test, the most important one, is failing in test_httprequest but that can be attended to later. This test issues a GET to http://localhost:2/ and that is hitting the wire but the libcurl plumbing isn't delivering the failure, only the eventual timeout. An unexpected change in behavior. | |||
2012-04-26 | Bring llcorehttp into the compile and link phases. Windows looks okay ↵ | Monty Brandenberg | |
though it's a dead library so far. | |||
2012-04-25 | Another fix for Mac warnings. Uninitialized auto check. Not an | Monty Brandenberg | |
actual problem but this will quiet the compiler. | |||
2012-04-25 | Build tweak for linux which has the same boost/unused variable | Monty Brandenberg | |
problem as Mac. | |||
2012-04-25 | Get Mac building. Unused variable in boost and missing return | Monty Brandenberg | |
value which wasn't caught in other environments. | |||
2012-04-23 | And forgot the .cmake library file. | Monty Brandenberg | |
2012-04-23 | Okay, imported the core-http library and got it compiling suspiciously easily. | Monty Brandenberg | |
The unit/integration tests don't work yet as I'm still battling cmake/autobuild as usual but first milestone passed. | |||
2012-03-21 | Added tag 3.3.0-release for changeset 5e8d2662f38a | Oz Linden | |
2012-03-13 | Added tag viewer-release-candidate for changeset 5e8d2662f38a | Oz Linden | |
2012-03-11 | Added tag DRTVWR-119, 3.3.0-beta1 for changeset d5f263687f43 | Oz Linden | |
2012-03-11 | merge beta tags | Oz Linden | |
2012-03-07 | pull back release tags for 3.2.8 | Oz Linden | |
2012-03-01 | Added tag DRTVWR-113_3.2.8-release, 3.2.8-release for changeset 51b2fd52e36a | Oz Linden | |
2012-02-29 | merge changes for vmrg-231 | Oz Linden | |
2012-02-29 | merge changes for sh-2963 | Oz Linden | |
2012-02-29 | merge tags from beta branch | Oz Linden | |
2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
2012-02-22 | Added tag DRTVWR-118_3.2.9-beta2, 3.2.9-beta2 for changeset a01ef9bed286 | Debi King (Dessie) | |
2012-02-22 | merge | Debi King (Dessie) | |
2012-02-21 | merge changes for SH-2973 | Oz Linden | |
2012-02-21 | merge back beta tags | Oz Linden | |
2012-02-14 | SH-2973 Rearrange shutdown operations to prevent crash on exit on OSX | Dave Parks | |
2012-02-13 | SH-2973 Potential fix for crash in ~LLVOAvatarSelf | Dave Parks | |
2012-02-13 | EXP-1888 FIX -- Update text for emtpy Received Items folder in the Viewer | Leslie Linden | |
2012-02-10 | Resized the Merchant Outbox spinner to its native size | Leslie Linden | |
2012-02-10 | SH-2963 Fix for highlight transparent not highlighting 100% transparent objects. | Dave Parks | |