aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-12* optimized usings.lbsa711-6/+3
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-5/+14
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-10-06cleaning up OSHttpResponse: note that read access to extra headerDr Scofield1-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.
2008-09-24cleanups, fixing REST appearance services.Dr Scofield1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-74/+73
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-444/+632
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-55/+4
2008-08-18Formatting cleanup.Jeff Ames1-60/+59
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-1/+1
The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
2008-07-25From: awebbDr Scofield1-122/+249
Further improvements to the REST handlers.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield1-0/+1201
This adds REST services for inventory access. It also allows inventory uploads.