| Commit message (Expand) | Author | Files | Lines |
2008-08-15 | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 1 | -1/+2 |
2008-08-14 | Thanks, BlueWall, for a patch that: | Dahlia Trimble | 1 | -1/+1 |
2008-08-09 | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 1 | -1/+14 |
2008-08-01 | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 1 | -0/+4 |
2008-08-01 | * minor: get rid of count number from 'show threads' display since they all h... | Justin Clarke Casey | 1 | -12/+1 |
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -2/+2 |
2008-07-25 | From: awebb | Dr Scofield | 1 | -11/+16 |
2008-07-24 | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 1 | -0/+145 |
2008-07-23 | adding files that were not included in r5589 | Johan Berntsson | 1 | -0/+223 |
2008-07-22 | * minor: Make create user command appear on the region console only if the re... | Justin Clarke Casey | 1 | -0/+1 |
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2 | -2/+4 |
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 3 | -120/+118 |
2008-07-18 | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 1 | -0/+3 |
2008-07-17 | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 1 | -22/+45 |
2008-07-17 | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 3 | -109/+108 |
2008-07-15 | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 1 | -2/+2 |
2008-07-15 | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2 | -7/+61 |
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2 | -55/+56 |
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 6 | -79/+594 |
2008-07-11 | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 1 | -6/+31 |
2008-07-08 | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 1 | -1/+12 |
2008-07-07 | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2 | -10/+24 |
2008-07-07 | switching to safer locks. | Dr Scofield | 1 | -4/+6 |
2008-07-07 | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 4 | -26/+65 |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 2 | -26/+39 |
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -1/+2 |
2008-06-27 | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 3 | -5/+6 |
2008-06-27 | status: work-in-progress, non-functional | Dr Scofield | 3 | -0/+165 |
2008-06-27 | status: work in progress, non-functional | Dr Scofield | 2 | -41/+127 |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-06-26 | WORK-IN-PRGRESS: beware of falling pieces and shifting | Dr Scofield | 1 | -0/+53 |
2008-06-25 | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 4 | -11/+126 |
2008-06-18 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-06-16 | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 1 | -1/+10 |
2008-06-15 | Change VersionInfo string from | Charles Krinke | 1 | -1/+1 |
2008-06-14 | Change VersionInfo string from: | Charles Krinke | 1 | -1/+1 |
2008-06-13 | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... | Justin Clarke Casey | 2 | -6/+30 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 1 | -11/+11 |
2008-06-11 | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 1 | -1/+1 |
2008-06-11 | * Add 'show info' command to all servers, which prints the directory in which... | Justin Clarke Casey | 1 | -2/+16 |
2008-06-10 | * minor: Reduce statistic log snapshots to every 20 minutes to get more infor... | Justin Clarke Casey | 1 | -1/+1 |
2008-06-10 | * If a server has statistics, print these out to the log every hour to get so... | Justin Clarke Casey | 1 | -0/+21 |
2008-06-04 | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 1 | -0/+5 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -15/+15 |
2008-06-02 | * experimental: Make OpenSim archiver save and reload all prim textures when ... | Justin Clarke Casey | 1 | -2/+2 |
2008-06-02 | * Add 'show version' help information into base OpenSim server | Justin Clarke Casey | 1 | -1/+2 |
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so they... | Justin Clarke Casey | 1 | -7/+6 |