| Commit message (Expand) | Author | Age | Files | Lines |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 19 | -54/+37 |
* | Fixed a bug in SQLAssetServer that only seemed to be a problem when running u... | MW | 2007-10-29 | 2 | -3/+4 |
* | fixed one bug (where the assets we read and created from the OpenSimAssetSet.... | MW | 2007-10-29 | 1 | -1/+5 |
* | * Removed AssetNotFound as it crashes client | lbsa71 | 2007-10-29 | 1 | -13/+13 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 1 | -77/+91 |
* | normalized line endings | Jeff Ames | 2007-10-29 | 1 | -160/+160 |
* | * Added 'Jim' and 'Goblin' shapes; not available in inventory yet though | lbsa71 | 2007-10-27 | 1 | -1/+3 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 11 | -101/+87 |
* | Region ground texture was not marked as temporary, when being created, and as... | Tleiades Hax | 2007-10-26 | 1 | -7/+9 |
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 5 | -38/+272 |
* | fix line endings | Sean Dague | 2007-10-25 | 2 | -491/+491 |
* | Created a generic RESTClient component, which simplifies querying for resourc... | Tleiades Hax | 2007-10-25 | 2 | -0/+491 |
* | Part of supporting gridwide assetss. A little premature release, but I'm tire... | Tleiades Hax | 2007-10-24 | 1 | -23/+1 |
* | * Removed plenty more untagged console messages. Everything now has shiny gro... | Adam Frisby | 2007-10-22 | 2 | -3/+2 |
* | * Return of R2162. /Take that SVN!/ | Adam Frisby | 2007-10-22 | 6 | -9/+9 |
* | revert r2162 as it completely clobbered all the work on | Sean Dague | 2007-10-22 | 6 | -10/+10 |
* | * Major ass commit. | Adam Frisby | 2007-10-22 | 6 | -10/+10 |
* | * Added a lock to the user profile cache to prevent simultaneous duplicate ad... | Adam Frisby | 2007-10-21 | 1 | -10/+14 |
* | get rid of all the ^M line endings | Sean Dague | 2007-10-19 | 4 | -782/+782 |
* | * some more refactoring + bugfix | lbsa71 | 2007-10-19 | 3 | -126/+127 |
* | * Total refactoring of Asset Server for massive win | lbsa71 | 2007-10-19 | 4 | -565/+331 |
* | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2007-10-18 | 1 | -1/+4 |
* | * Some asset loading refactoring | lbsa71 | 2007-10-17 | 1 | -0/+5 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 13 | -0/+366 |
* | * normalized line endings | lbsa71 | 2007-10-15 | 1 | -305/+305 |
* | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 2007-10-13 | 1 | -34/+34 |
* | I broke the build and am reverting until I can get the MainLog call proper. | Charles Krinke | 2007-10-12 | 1 | -283/+283 |
* | Turn a few of the writelines into mainlog entries so failed logins can be mor... | Charles Krinke | 2007-10-12 | 1 | -7/+7 |
* | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2007-10-08 | 1 | -2/+2 |
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -1/+1 |
* | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 2007-10-05 | 3 | -304/+304 |
* | * UserProfileData meets code conventions | lbsa71 | 2007-10-05 | 3 | -304/+304 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 11 | -23/+11 |
* | * Moved IUserService to OpenSim.Framework.Interfaces | lbsa71 | 2007-10-05 | 2 | -50/+1 |
* | * Renamed IUserServices to IUserService | lbsa71 | 2007-10-05 | 3 | -4/+4 |
* | Some continuation of lbsa71's refactoring of the CommunicationsManager. | MW | 2007-10-03 | 1 | -0/+55 |
* | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 2007-09-27 | 8 | -347/+165 |
* | * Tleiades patch #445 - the inventory folders displayed does not show the exp... | lbsa71 | 2007-09-27 | 1 | -2/+2 |
* | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 2007-09-27 | 8 | -165/+347 |
* | * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-... | lbsa71 | 2007-09-25 | 1 | -1/+1 |
* | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 2007-09-24 | 11 | -41/+1629 |
* | * Trying to streamline CommunicationsManager | lbsa71 | 2007-09-24 | 1 | -10/+9 |
* | * reorder and rename | lbsa71 | 2007-09-24 | 1 | -22/+20 |
* | * Encapsulated all CommunicationsManager services | lbsa71 | 2007-09-24 | 3 | -21/+68 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 3 | -427/+427 |
* | Hopefully fixed the build error that I introduced with my last commit. | MW | 2007-09-15 | 1 | -1/+1 |
* | Testing to see if this fixes the editing appearance crash, or makes it (or an... | MW | 2007-09-15 | 1 | -1/+9 |
* | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 2007-09-11 | 1 | -9/+3 |
* | Trying some locks on asset database access. | MW | 2007-09-11 | 1 | -10/+21 |
* | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 2007-09-10 | 1 | -298/+299 |