Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -662/+0 | |
2013-03-15 | Finally remove the 'REST' ApplicationPlugins code which has been ↵ | Justin Clark-Casey (justincc) | 1 | -662/+0 | |
non-functional and largely commented out for many years. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -17/+13 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-09-21 | Comment out the long unused afaik HTTP agent handlers. | Justin Clark-Casey (justincc) | 1 | -13/+17 | |
As far as I know, this was only used by the IBM Rest modules, much of which has been commented out for a very long time now. Other similar code uses HTTP or stream handlers instead. So commenting this out to reduce code complexity and the need to make this facility consistent with the others where it may not be used anyway. If this facility is actually being used then please notify me or uncomment it if you are core. | |||||
2012-06-13 | Don't include time to transmit response back to requester when assessing ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
slow handling of requests. This is to avoid logging a 'slow' request when the source of delay is the viewer in processing a response. This is not something we can do much about on the server end - it's server-side delay that we're interested in. To ensure consistency, this commit also had to refactor and simplify inbound non-poll network request handling, though there should be no functional change. IOSHttpResponse no longer exposes the Send() method, only classes in OpenSim.Framework.Servers.HttpServer should be doing this. Only the GetTextureHandler was sending its own response. Now it leaves this to BaseHttpServer, like all other core handlers. | |||||
2009-09-24 | minor: make rest (not comm) modules less noisy if they are disabled | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -8/+6 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -1/+1 | |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-03-27 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -7/+4 | |
Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface. | |||||
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 1 | -1/+1 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 | |
2008-10-20 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -18/+25 | |
cleanups and assorted fixes to REST inventory, asset, and appearance services. | |||||
2008-09-18 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-09-18 | Adds REST interface for setting avatar appearance. cleans up a couple | Dr Scofield | 1 | -8/+17 | |
of places in the REST inventory code. | |||||
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -46/+24 | |
2008-08-20 | fixing Rest/Inventory stuff again. changes somehow got lost locally. | Dr Scofield | 1 | -11/+1 | |
2008-08-20 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -32/+109 | |
cleanups of the REST inventory code. | |||||
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -43/+22 | |
2008-07-25 | From: awebb | Dr Scofield | 1 | -78/+164 | |
Further improvements to the REST handlers. | |||||
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 1 | -7/+0 | |
attributes to external XML files. Fix issues 1682 and 1786. | |||||
2008-07-21 | * eliminated some warnings and added some const and readonlies | lbsa71 | 1 | -1/+1 | |
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml | |||||
2008-07-11 | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 1 | -0/+7 | |
while he studies the issues in Windows a little bit. | |||||
2008-07-10 | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -7/+0 | |
Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins | |||||
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-07-02 | From: Alan M Webb <awebb@vnet.ibm.com> | Dr Scofield | 1 | -0/+547 | |
This adds REST services for inventory access. It also allows inventory uploads. |