Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-29 | merge changes for vmrg-231 | Oz Linden | |
2012-02-29 | merge changes for sh-2963 | Oz Linden | |
2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
2012-02-21 | merge changes for SH-2973 | 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 | |
2012-02-10 | * Added timers to track the http transactions, visible through the same | Leslie Linden | |
"InventoryOutboxLogging" debug flag. | |||
2012-02-09 | Enabled the 'Merchant Outbox' menu item and context menu | Leslie Linden | |
2012-02-06 | increment viewer version to 3.3.0 | Oz Linden | |
2012-02-03 | merge changes for vmrg-222 | Oz Linden | |
2012-02-03 | EXP-1868 FIX Remove Merchant Outbox from Me menu | Richard Linden | |
removed merchant outbox context menu reviewed by Leslie | |||
2012-02-03 | EXP-1868 FIX Remove Merchant Outbox from Me menu | Richard Linden | |
reviewed by Leslie | |||
2012-02-03 | EXP-1843 WIP Added an option to output avatar rez timing. | Vadim ProductEngine | |
Use the new "Avatar Rez" debugging tag to see the output. | |||
2012-02-01 | merge | Brad Payne (Vir Linden) | |
2012-01-30 | increment viewer version to 3.2.9 | Oz Linden | |
2012-01-30 | merge changes for vmrg-219 | Oz Linden | |
2012-01-25 | Introduce two new parameters "CurlUseMultipleThreads" and ↵ | Xiaohong Bao | |
"CurlRequestTimeOut" for QA to test Curl. | |||
2012-01-25 | Automated merge with https://bitbucket.org/VirLinden/vir-project-3 | Xiaohong Bao | |
2012-01-25 | fix for SH-2904: textures remain stuck in HTP state | Xiaohong Bao | |
2012-01-24 | SH-2791 Use request class constructor/destructor for keeping track of ↵ | Dave Parks | |
concurrent requests instead of unreliable increments/decrements sprinkled around the code. | |||
2012-01-30 | merge | Brad Payne (Vir Linden) | |
2012-01-24 | merge changes for vmrg-218 | Oz Linden | |
2012-01-24 | merge | Dave Parks | |
2012-01-24 | SH-1427 Fix for spot lights not working properly on alpha objects, and fix ↵ | Dave Parks | |
for alpha lighting of point lights not matching deferred lights. | |||
2012-01-24 | merge | Brad Payne (Vir Linden) | |
2012-01-23 | Reverting background fetch on an item to the old fetFromServer call to fix ↵ | Leslie Linden | |
regression bug in inventory late loading | |||
2012-01-23 | Reverting rev 22217 changes to background fetch so search and recent will ↵ | Leslie Linden | |
fully fetch user inventory | |||
2012-01-23 | * Optimization to not waste some time doing std::string assignment all over ↵ | Leslie Linden | |
the graphics code. Reviewed by davep. | |||
2012-01-23 | EXP-1799 FIX -- Replace and Add to Outfit options and Copy to Merchant ↵ | Leslie Linden | |
Outbox options can appear in invalid state when a valid folder is last selection EXP-1834 FIX -- Right click context menus on Folders in Merchant Outbox and Library folders can show all inventory options including admin options EXP-1835 FIX -- Right clicking on a folder and selecting New Folder creates folder under My Inventory not within selected folder * Updated folder context menu building to build full options in one step or trigger a load which will rebuild top-level context menu for all selected items when complete. Previous code had an implicit assumption that the selected folder was the only selection after background fetch. | |||
2012-01-23 | merge changes for storm-1799 | Oz Linden | |
2012-01-23 | merge changes for storm-1798 | Oz Linden | |