aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduced log levels for REST 404 errors to DEBUGOren Hurvitz2014-04-031-1/+2
* Better error messages in RestClientOren Hurvitz2014-04-031-3/+2
* String matching in REST handlers: must allow '-' as a separator, because the ...Oren Hurvitz2014-04-021-1/+1
* Better string matching when searching for REST handlers: must match an entire...Oren Hurvitz2014-04-021-3/+8
* Fixed last-resort sending of error response (HTTP 500) when an error occurs w...Oren Hurvitz2014-04-022-10/+10
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-0/+50
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2014-03-271-23/+28
|\
| * Fixed a case where logging an HTTP response failed because the stream was non...Oren Hurvitz2014-03-271-23/+28
* | Merge branch 'master' into m_testBlueWall2014-03-275-18/+30
|\ \ | |/
| * Log errors in MakeRequest() as INFO, not ERROR. Some communications problems ...Oren Hurvitz2014-03-271-2/+2
| * refactor: Actually use MaptileStaticFile in RegionInfo rather than having bot...Justin Clark-Casey (justincc)2014-03-261-10/+6
| * - Increased the threadpool timeout to 10 minutesOren Hurvitz2014-03-261-1/+1
| * Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz2014-03-253-4/+18
| * Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz2014-03-253-5/+7
* | Sync code that has moved in development branch with changes in masterBlueWall2014-03-251-45/+41
* | Move from UserProfileModule for general availabilityBlueWall2014-03-251-0/+215
|/
* Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou...Oren Hurvitz2014-03-252-21/+12
* Improved logging of HTTP requestsOren Hurvitz2014-03-253-49/+165
* Fixed unit tests due to changes in the threadpoolOren Hurvitz2014-03-251-8/+19
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-0/+23
* Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz2014-03-252-19/+78
* Added a watchdog to abort slow threads in the main thread poolOren Hurvitz2014-03-251-11/+269
* LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2014-03-251-3/+12
* Refactored DebugFlagsEnumOren Hurvitz2014-03-251-5/+14
* Automatically start logging FireAndForget activity if the threadpool is fullOren Hurvitz2014-03-251-4/+19
* Added debug flag: LogThreadPool. It makes us log every use of the main thread...Oren Hurvitz2014-03-251-29/+114
* Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2014-03-243-6/+22
* When updating the CreatorId of an inventory item, automatically update the Cr...Oren Hurvitz2014-03-241-1/+4
* Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz2014-03-241-0/+32
* Allow Mono Plugin Registry setting for RegionsDev Random2014-03-221-6/+7
* Add monitored thread last update times as stats in "show stats all"Justin Clark-Casey (justincc)2014-03-211-0/+26
* Allow Region specific static maptiles to be loaded from file.Jak Daniels2014-03-181-0/+21
* Revert "Simplify DoubleQueue to eliminate redundant sempahore work."Justin Clark-Casey (justincc)2014-03-191-7/+27
* Simplify DoubleQueue to eliminate redundant sempahore work.Justin Clark-Casey (justincc)2014-03-191-27/+7
* minor: Make "stats show" an alias for "show stats" command.Justin Clark-Casey (justincc)2014-03-191-2/+10
* Rename "debug stats record" command to "stats record" for consistency. Move ...Justin Clark-Casey (justincc)2014-03-191-3/+3
* Allow a snapshot of stats to be dumped to a file with a "stats save" commandJustin Clark-Casey (justincc)2014-03-191-3/+46
* Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...Justin Clark-Casey (justincc)2014-03-181-2/+24
* minor: Correction to description of QueuedPollResponses since this covers lon...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Add httpserver.<port-number>,QueuedPollResponses statJustin Clark-Casey (justincc)2014-03-181-0/+13
* Extend locking in BlockingQueue to cover operations that are not guaranteed t...Justin Clark-Casey (justincc)2014-03-181-10/+8
* Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
* Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...Justin Clark-Casey (justincc)2014-03-181-1/+5
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-173-397/+122
* Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-5/+46
* minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)2014-03-061-1/+6
* Add UUID and ready status (whether region has finished starting up) to "show ...Justin Clark-Casey (justincc)2014-03-051-0/+43
* Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri...Justin Clark-Casey (justincc)2014-02-271-41/+13
* Remove long unused UntrustedWebRequest classJustin Clark-Casey (justincc)2014-02-271-230/+0
* refactor: More consistently use using construct within WebUtil to match other...Justin Clark-Casey (justincc)2014-02-271-225/+218