| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2008-08-01 | 2 | -8/+21 |
* | * minor: eliminate some unused variables in InventoryFolderImpl | Justin Clarke Casey | 2008-08-01 | 1 | -2/+0 |
* | * refactor: rearrange path inventory manipulation so that input tidying can b... | Justin Clarke Casey | 2008-07-31 | 1 | -5/+50 |
* | * refactor: eliminate unused SubFoldersCount | Justin Clarke Casey | 2008-07-31 | 1 | -11/+3 |
* | * allow inventory folders to be located by path | Justin Clarke Casey | 2008-07-31 | 2 | -9/+55 |
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak... | Justin Clarke Casey | 2008-07-31 | 2 | -19/+18 |
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 2 | -3/+11 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 2 | -5/+5 |
* | squasing warning. | Dr Scofield | 2008-07-25 | 1 | -3/+3 |
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 1 | -0/+107 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 2 | -2/+2 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 2 | -9/+64 |
* | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 2008-07-23 | 2 | -8/+45 |
* | Patch #9146 (No Mantis) | Melanie Thielker | 2008-07-12 | 1 | -3/+4 |
* | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 2008-07-12 | 1 | -1/+8 |
* | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 2008-07-07 | 4 | -25/+7 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 3 | -16/+0 |
* | * Start scripts loaded from an archive | Justin Clarke Casey | 2008-07-07 | 1 | -3/+3 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -2/+0 |
* | add the ability to cherry pick expire something from the asset | Sean Dague | 2008-06-30 | 1 | -0/+24 |
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 2 | -126/+56 |
* | small change to see if that helps with the inventory problems. | MW | 2008-06-28 | 1 | -1/+1 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 2 | -24/+99 |
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+11 |
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -68/+17 |
* | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2008-06-16 | 1 | -23/+0 |
* | * Start recording asset request failures | Justin Clarke Casey | 2008-06-14 | 1 | -2/+6 |
* | * refactor: catch asset service request exceptions at the AssetServerBase lev... | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -1/+1 |
* | * minor: Properly clear the pushed asset cache statistics where the clear-ass... | Justin Clarke Casey | 2008-06-10 | 1 | -0/+4 |
* | provide slightly more sane defaults in the file based asset loader | Sean Dague | 2008-06-02 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 2 | -15/+15 |
* | Thank you very much, Xantor for a patch that: | Charles Krinke | 2008-05-27 | 1 | -1/+34 |
* | * Fix mantis 1325. This is a minor issue where 'show assets' would not work ... | Justin Clarke Casey | 2008-05-22 | 1 | -8/+14 |
* | * Minor: Tidy ups and logging tweaks. | Justin Clarke Casey | 2008-05-22 | 1 | -1/+1 |
* | Thank you kindly, Melanie for a patch that avoids a null | Charles Krinke | 2008-05-19 | 1 | -0/+24 |
* | * Refactor: Eliminate empty if clause from AssetCache.GetAsset() | Justin Clarke Casey | 2008-05-18 | 1 | -4/+1 |
* | * Eliminate occurences of "Got a texture uuid ... with no sender object to ha... | Justin Clarke Casey | 2008-05-16 | 1 | -1/+1 |
* | * Cache knowledge in the region server that the asset service has reported an... | Justin Clarke Casey | 2008-05-16 | 2 | -14/+31 |
* | * Removing unnecessary LLUUID.Zero check from AssetCache | Justin Clarke Casey | 2008-05-16 | 1 | -62/+58 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 7 | -227/+227 |
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
* | * Minor: Insert utility function to format raw xml strings into indented xml ... | Justin Clarke Casey | 2008-05-09 | 1 | -1/+3 |
* | * Restoring some initial inventory lookup polling delays in order to deal wit... | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -60/+14 |
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |
* | * Increase number of poll attempts an inventory items request will make under... | Justin Clarke Casey | 2008-05-07 | 1 | -1/+1 |
* | * Refactor: A final root folder special case removal, this time in HandleFetc... | Justin Clarke Casey | 2008-05-04 | 1 | -49/+18 |
* | * Refactor: Do the root case removal thing again, this time in ItemReceive() | Justin Clarke Casey | 2008-05-04 | 1 | -34/+13 |