| Commit message (Expand) | Author | Files | Lines |
2018-10-08 | avoid a null ref | UbitUmarov | 1 | -1/+3 |
2018-10-06 | more use of simpler xml encoder on inventory fetch, plus other cosmetics | UbitUmarov | 1 | -404/+141 |
2018-01-30 | add missing folders version | UbitUmarov | 1 | -0/+1 |
2018-01-24 | cleanup a bit more | UbitUmarov | 1 | -57/+47 |
2018-01-24 | avoid some large unnecessary strings | UbitUmarov | 1 | -30/+25 |
2018-01-20 | some cleanup | UbitUmarov | 1 | -4/+0 |
2018-01-20 | improve LLSDHelpers DeserialiseOSDMap | UbitUmarov | 1 | -16/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -8/+8 |
2016-12-06 | save a few lists scaning | UbitUmarov | 1 | -58/+80 |
2016-07-19 | let FS get a answer to folder uuid.zero, (still seems a no op); send | UbitUmarov | 1 | -35/+14 |
2016-07-19 | fix a typo | UbitUmarov | 1 | -1/+1 |
2016-07-19 | some cleanup on FetchInvDescHandler | UbitUmarov | 1 | -148/+22 |
2016-07-17 | don't loose inventory items when there are bad folders | UbitUmarov | 1 | -55/+43 |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -14/+5 |
2015-10-06 | dont send of the contents of LinkFolders also on Multiple folder fetch. Outf... | UbitUmarov | 1 | -3/+3 |
2015-10-06 | dont send of the contents of LinkFolders | UbitUmarov | 1 | -0/+5 |
2015-09-11 | inventory mess return to the state before divas cache issue | UbitUmarov | 1 | -0/+848 |
2015-09-11 | change to avn fecthinventory and webfecth.. code | UbitUmarov | 1 | -848/+0 |
2015-07-31 | Eliminated several warnings | Oren Hurvitz | 1 | -2/+5 |
2015-06-23 | FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero i... | Diva Canto | 1 | -1/+12 |
2015-06-04 | Mantis #7603 -- bad folders in inventory could produce null pointer exception... | Diva Canto | 1 | -1/+1 |
2015-06-04 | Mantis #7567. Once again, avoiding prefetching linked items within linked fo... | Diva Canto | 1 | -14/+0 |
2015-06-03 | Mantis #7567: added an 8-sec expiring item cache to the inventory network con... | Diva Canto | 1 | -16/+19 |
2015-06-02 | I suspect the viewer doesn't need the target of linked items inside linked fo... | Diva Canto | 1 | -14/+14 |
2015-06-01 | Mantis #7594: putting things as they were before regarding duplicate removal.... | Diva Canto | 1 | -4/+3 |
2015-06-01 | Mantis #7594. Fixing the broken code I just introduced. | Diva Canto | 1 | -1/+4 |
2015-06-01 | More on mantis #7594, this a=time addressing the reported exception, which se... | Diva Canto | 1 | -0/+3 |
2015-06-01 | Mantis #7594. This should be functionally equivalent to what it was, but just... | Diva Canto | 1 | -2/+2 |
2015-05-10 | Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik... | Diva Canto | 1 | -0/+0 |
2015-05-09 | Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new invento... | Diva Canto | 1 | -9/+17 |
2015-05-08 | Another major overhaul of inventory downloading, this time pertaining to inve... | Diva Canto | 1 | -102/+140 |
2015-05-08 | Restore handling of bad folders. I'm not entirely sure this is part of the pr... | Diva Canto | 1 | -9/+48 |
2015-05-08 | Apparently Firestorm sometimes sends duplicate folder ids on the same request... | Diva Canto | 1 | -2/+8 |
2015-05-08 | Additional debug message to help diagnose a warning message and exception rel... | Diva Canto | 1 | -0/+3 |
2015-05-07 | Major change in the way inventory is downloaded: added a method throughout II... | Diva Canto | 1 | -84/+365 |
2015-03-03 | corrected response when a not existing folder is requested by a viewer in tha... | Freaky Tech | 1 | -9/+28 |
2015-01-13 | And finally renamed the classes themselves. | Diva Canto | 1 | -5/+5 |
2015-01-13 | Renamed the folder too. | Diva Canto | 1 | -0/+0 |
2015-01-13 | Renamed these 2 files, because their names are misleading. This is no longer ... | Diva Canto | 1 | -0/+0 |
2014-02-20 | If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r... | Justin Clark-Casey (justincc) | 1 | -1/+9 |
2013-05-31 | Fix multi-wear of alpha and tattoo layers. | Melanie | 1 | -1/+1 |
2013-02-06 | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP | Melanie | 1 | -1/+1 |
2012-06-29 | If a link points to a non-existing item in FetchInventory caps, then don't tr... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2012-06-20 | As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent... | Justin Clark-Casey (justincc) | 1 | -6/+2 |
2012-06-02 | Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-06-02 | minor: tidy up some comments | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2012-06-02 | Fix various issues with http inventory | Justin Clark-Casey (justincc) | 1 | -47/+78 |
2012-04-06 | Guard against null inventory contents. | Diva Canto | 1 | -2/+2 |
2012-01-06 | Implement the FetchInventory2 capability. This accompanies the existing Fetc... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-01-02 | Adding commented out log messages and some minor formatting for future bug hu... | Justin Clark-Casey (justincc) | 1 | -71/+77 |