| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 3 | -4/+4 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 2 | -21/+21 |
* | * One more tweak to the application/xml vs application/llsd+xml routine | Teravus Ovares | 2008-08-26 | 1 | -4/+3 |
* | * It turns out that Mono doesn't currently support setting the Certificate va... | Teravus Ovares | 2008-08-26 | 1 | -1/+6 |
* | * Workaround for application/llsd+xml requests coming in as application/xml | Teravus Ovares | 2008-08-26 | 1 | -0/+48 |
* | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 2008-08-25 | 1 | -2/+5 |
* | * minor: refactor thread report into a method that returns a string rather th... | Justin Clarke Casey | 2008-08-25 | 1 | -15/+29 |
* | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 2008-08-25 | 1 | -1/+1 |
* | Update svn properties. | Jeff Ames | 2008-08-25 | 1 | -33/+33 |
* | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2008-08-25 | 3 | -24/+180 |
* | Mantis#2032. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-23 | 1 | -0/+1 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -4/+4 |
* | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 2008-08-18 | 1 | -0/+30 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 11 | -140/+117 |
* | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2008-08-16 | 1 | -5/+80 |
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 1 | -1/+2 |
* | Thanks, BlueWall, for a patch that: | Dahlia Trimble | 2008-08-14 | 1 | -1/+1 |
* | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 2008-08-09 | 1 | -1/+14 |
* | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 2008-08-01 | 1 | -0/+4 |
* | * minor: get rid of count number from 'show threads' display since they all h... | Justin Clarke Casey | 2008-08-01 | 1 | -12/+1 |
* | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2008-08-01 | 1 | -1/+1 |
* | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 2008-07-28 | 1 | -2/+2 |
* | From: awebb | Dr Scofield | 2008-07-25 | 1 | -11/+16 |
* | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 2008-07-24 | 1 | -0/+145 |
* | adding files that were not included in r5589 | Johan Berntsson | 2008-07-23 | 1 | -0/+223 |
* | * minor: Make create user command appear on the region console only if the re... | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 |
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 2 | -2/+4 |
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 3 | -120/+118 |
* | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 2008-07-18 | 1 | -0/+3 |
* | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 2008-07-17 | 1 | -22/+45 |
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 3 | -109/+108 |
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 1 | -2/+2 |
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 2 | -7/+61 |
* | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2008-07-15 | 2 | -55/+56 |
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 6 | -79/+594 |
* | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 2008-07-11 | 1 | -6/+31 |
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -1/+12 |
* | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2008-07-07 | 2 | -10/+24 |
* | switching to safer locks. | Dr Scofield | 2008-07-07 | 1 | -4/+6 |
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 4 | -26/+65 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+1 |
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 2 | -26/+39 |
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 1 | -1/+2 |
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 3 | -5/+6 |
* | status: work-in-progress, non-functional | Dr Scofield | 2008-06-27 | 3 | -0/+165 |
* | status: work in progress, non-functional | Dr Scofield | 2008-06-27 | 2 | -41/+127 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -1/+1 |
* | WORK-IN-PRGRESS: beware of falling pieces and shifting | Dr Scofield | 2008-06-26 | 1 | -0/+53 |