| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 2008-06-25 | 4 | -11/+126 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-18 | 1 | -1/+1 |
* | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 2008-06-16 | 1 | -1/+10 |
* | Change VersionInfo string from | Charles Krinke | 2008-06-15 | 1 | -1/+1 |
* | Change VersionInfo string from: | Charles Krinke | 2008-06-14 | 1 | -1/+1 |
* | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... | Justin Clarke Casey | 2008-06-13 | 2 | -6/+30 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -11/+11 |
* | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |
* | * Add 'show info' command to all servers, which prints the directory in which... | Justin Clarke Casey | 2008-06-11 | 1 | -2/+16 |
* | * minor: Reduce statistic log snapshots to every 20 minutes to get more infor... | Justin Clarke Casey | 2008-06-10 | 1 | -1/+1 |
* | * If a server has statistics, print these out to the log every hour to get so... | Justin Clarke Casey | 2008-06-10 | 1 | -0/+21 |
* | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 2008-06-04 | 1 | -0/+5 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -15/+15 |
* | * experimental: Make OpenSim archiver save and reload all prim textures when ... | Justin Clarke Casey | 2008-06-02 | 1 | -2/+2 |
* | * Add 'show version' help information into base OpenSim server | Justin Clarke Casey | 2008-06-02 | 1 | -1/+2 |
* | * Move most bookending startup/shutdown messages to BaseOpenSimServer so they... | Justin Clarke Casey | 2008-06-01 | 1 | -7/+6 |
* | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 2008-06-01 | 1 | -1/+1 |
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -4/+14 |
* | * Make version information common to all servers | Justin Clarke Casey | 2008-05-31 | 2 | -0/+119 |
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -0/+1 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 3 | -12/+17 |
* | this is a snapshot of the OSHttpServer work-in-progress. it's an initial skel... | Dr Scofield | 2008-05-29 | 3 | -0/+191 |
* | attempting to get to the bottom of unresponsive grids servers by | Sean Dague | 2008-05-29 | 1 | -21/+32 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -9/+13 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 7 | -37/+37 |
* | changing more 'raw' HTTP status codes to OSHttpStatusCodes. | Dr Scofield | 2008-05-22 | 1 | -0/+2 |
* | here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ... | Dr Scofield | 2008-05-22 | 3 | -21/+220 |