aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-5/+5
* * Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey2008-06-011-15/+0
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-1/+3
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-191-2/+5
* * Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-163-21/+21
* * Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2008-05-141-11/+2
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-071-3/+1
* * Rolled back a few changes.Adam Frisby2008-05-013-64/+61
* * Cleaning code still.Adam Frisby2008-05-013-61/+64
* add a database_connect field for the asset server configSean Dague2008-04-231-3/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-212-5/+8
* * Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey2008-04-181-47/+42
* Set default terrain to complete flat terrain (at 26 height). Even flat terrai...MW2008-04-021-1/+1
* * Refactored out common http handler operationslbsa712008-03-281-6/+11
* Formatting cleanup.Jeff Ames2008-03-183-80/+78
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-7/+7
* Converted logging to use log4net.Jeff Ames2008-02-052-36/+33
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-21/+23
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-042-15/+9
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-1/+1
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-2/+12
* * Minor asset server message tweakJustin Clarke Casey2008-01-301-1/+2
* * Deal with asset requests with malformed guids to the asset server in more u...Justin Clarke Casey2008-01-301-6/+13
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-283-82/+2
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-6/+5
* * Timer wants, ms, not secs!Justin Clarke Casey2008-01-231-1/+1
* * Add very very very basic initial statistical information collection to asse...Justin Clarke Casey2008-01-233-13/+112
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * Refactored out function to load specified AssetSet Xmllbsa712008-01-021-1/+1
* Remove now dead codeJustin Clarke Casey2007-12-281-44/+0
* Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2007-12-281-24/+12
* * Optimized usingslbsa712007-12-273-4/+4
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-1/+1
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-8/+1
* added copyright noticesJeff Ames2007-12-111-0/+28
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-102-4/+4
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-1/+1
* Turned on more verbosity to try to debug assetserver failuresBrian McBee2007-11-201-2/+2
* add a IAssetProvider.CommitAssets() call to the grid asset server, when a ass...MW2007-11-041-0/+1
* debug tracing for asset server hangsSean Dague2007-11-011-1/+4
* * Optimized usingslbsa712007-10-303-51/+49
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-292-4/+4
* normalized line endingsJeff Ames2007-10-291-109/+109
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-7/+1
* Very early first implementation of grid based assets.Tleiades Hax2007-10-262-62/+217
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-251-1/+1
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-2/+6
* Fix for assetserver crashing (Thank you Chi11ken)Tleiades Hax2007-10-191-7/+4