Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 1 | -3/+5 |
| | |||||
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 1 | -4/+35 |
| | | | | | | | | | | | | | | | | The following patch implements retrieving prims in Xml2 format via the REST interface. For example: http://localhost:9000/admin/regions/<region-uuid>/prims/ It also allows an additional parameter which specifies a bounding box. If this parameter is specified, only prims within the bounding box are retrieved. For example: http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128 will retrieve only the prims whose positions are in the bounding box with corners (0,0,0) and (128,128,128). | ||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -0/+1 |
| | | | | | while he studies the issues in Windows a little bit. | ||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -1/+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 | ||||
* | cleaning up returned XML REST doclet (no more xsi, xsd) | Dr Scofield | 2008-05-29 | 1 | -1/+1 |
| | |||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -33/+32 |
| | |||||
* | here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵ | Dr Scofield | 2008-05-22 | 1 | -15/+19 |
| | | | | | | | | | | | | | (from awebb) i've added the OSHttpStatusCodes enumeration of HTTP status codes, have adapted BaseHttpServer to use those. then RestPlugin now has proper Failure handling returning proper HTTP status codes. Regions/POSTHandler is work-in-progress. | ||||
* | renaming GETRestRegionPlugin to GETHandler as that's what it really is. | Dr Scofield | 2008-05-21 | 1 | -0/+190 |