aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-12/+14
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-241-2/+3
| | | | | This commit adds RestFileServices to the REST ApplicationPlugin service.
* * optimized usings.lbsa712009-02-121-6/+3
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-5/+14
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-061-40/+32
| | | | | | | | | | | | | | | fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow.
* cleanups, fixing REST appearance services.Dr Scofield2008-09-241-1/+1
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-74/+73
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-444/+632
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-55/+4
|
* Formatting cleanup.Jeff Ames2008-08-181-60/+59
|
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+1
| | | | | | | The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
* From: awebbDr Scofield2008-07-251-122/+249
| | | | | | Further improvements to the REST handlers.
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
|
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+1201
This adds REST services for inventory access. It also allows inventory uploads.