| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | save_assets_to_file path shouldn't always assume uploaded | Sean Dague | 2008-06-13 | 1 | -1/+8 |
* | * refactor: catch asset service request exceptions at the AssetServerBase lev... | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
* | * minor: comment out confusing DefaultTimeout field in RestClient, which is c... | Justin Clarke Casey | 2008-06-13 | 1 | -1/+1 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 1 | -4/+5 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 3 | -1/+23 |
* | * minor: Properly clear the pushed asset cache statistics where the clear-ass... | Justin Clarke Casey | 2008-06-10 | 1 | -0/+4 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-06 | 1 | -1/+1 |
* | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 2008-06-04 | 3 | -6/+100 |
* | * fleshing out XMPP entities, adding XmppWriter and XmppSerializer | Dr Scofield | 2008-06-04 | 6 | -17/+315 |
* | provide slightly more sane defaults in the file based asset loader | Sean Dague | 2008-06-02 | 1 | -3/+3 |
* | * Committing more unfinished stuff. Nothing significant at the moment. IM ... | Teravus Ovares | 2008-06-01 | 2 | -0/+15 |
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 3 | -1/+36 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 1 | -7/+7 |
* | * Caches UUIDName requests | Teravus Ovares | 2008-05-29 | 1 | -9/+52 |
* | 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 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 3 | -5/+5 |
* | * 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 |
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 2 | -4/+12 |
* | Add copyright notices. | Jeff Ames | 2008-05-20 | 2 | -0/+54 |
* | Thank you kindly, Melanie for a patch that avoids a null | Charles Krinke | 2008-05-19 | 1 | -0/+24 |
* | i can haz pantz? | Sean Dague | 2008-05-19 | 1 | -1/+1 |
* | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht... | Dr Scofield | 2008-05-19 | 1 | -1/+3 |
* | * Refactor: Eliminate empty if clause from AssetCache.GetAsset() | Justin Clarke Casey | 2008-05-18 | 1 | -4/+1 |
* | * Applying patch in mantis 0001293: [PATCH] Fix a bug that corrupts uploaded ... | Teravus Ovares | 2008-05-16 | 1 | -0/+2 |
* | * 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 | 31 | -539/+539 |
* | remove my UserAppearance object, switch all code to use | Sean Dague | 2008-05-15 | 2 | -5/+5 |
* | * Minor: Fussy little wording change on inventory service failure | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -2/+2 |
* | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 2008-05-13 | 1 | -9/+9 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -0/+1 |
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
* | * Revert caps fetch inventory service back to UDP for now | Justin Clarke Casey | 2008-05-09 | 1 | -2/+14 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-05-09 | 1 | -0/+20 |
* | * Minor: Insert utility function to format raw xml strings into indented xml ... | Justin Clarke Casey | 2008-05-09 | 2 | -4/+7 |
* | * 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 |