| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-04-20 | 1 | -2/+2 |
|\ |
|
| * | Add more exception detail to Exception and IOException throws in BaseHttpServ... | Justin Clark-Casey (justincc) | 2012-04-20 | 1 | -2/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Thank you, BaseHttpServer, for telling me where things go wrong. | Diva Canto | 2012-04-06 | 1 | -2/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-31 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add Extended flavour option to opensim version information. | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -1/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-18 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | minor: reuse threadpool count we just fetched instead of fetching it again | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -1/+1 |
| * | Add total scripts count to "show threads" | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -2/+10 |
| * | Improve threadpool reporting to "show threads" console command (also gets pri... | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -6/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-08 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -10/+10 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Flick master up to 0.7.4 | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-24 | 2 | -1/+3 |
|\ \
| |/ |
|
| * | Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ... | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -1/+1 |
| * | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -0/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-18 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | On Windows automatically load the correct native ODE library depending on whe... | Justin Clark-Casey (justincc) | 2012-02-18 | 1 | -1/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo... | Justin Clark-Casey (justincc) | 2012-01-31 | 1 | -1/+1 |
* | | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge | Melanie | 2011-12-08 | 2 | -11/+5 |
|\ \
| |/ |
|
| * | Stop also adding an ordinary http handler when we set up a poll http handler. | Justin Clark-Casey (justincc) | 2011-12-07 | 2 | -11/+5 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-12-05 | 12 | -15/+210 |
|\ \
| |/ |
|
| * | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 2011-12-05 | 12 | -15/+210 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-12-01 | 1 | -15/+48 |
|\ \
| |/ |
|
| * | On "show caps", stop excluding the seed cap but do exclude it elsewhere | Justin Clark-Casey (justincc) | 2011-11-29 | 1 | -1/+3 |
| * | With "debug http 1", show the path with the query string instead of just the ... | Justin Clark-Casey (justincc) | 2011-11-29 | 1 | -21/+21 |
| * | Add "debug http" command for currently simple extra debug logging of non-even... | Justin Clark-Casey (justincc) | 2011-11-29 | 1 | -12/+43 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-17 | 2 | -3/+21 |
|\ \
| |/ |
|
| * | fix build break on UserManagementModule. | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -4/+8 |
| * | improve formatting of "show threads" | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -1/+8 |
| * | send a watchdog heartbeat for a poll worker thread when it's actually run | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -0/+3 |
| * | Add number of milliseconds since last update to "show threads" | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -3/+7 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-10 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | Remove unused avariable in PollServiceRequestManager | Justin Clark-Casey (justincc) | 2011-11-07 | 1 | -8/+6 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 5 | -19/+138 |
|\ \
| |/ |
|
| * | Restart the event queue worker threads that I accidentally disabled earlier t... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -7/+9 |
| * | minor: add "threads show" as synonym for "show threads" for consistency | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+5 |
| * | Add "threads abort <thread-id>" simulator console command that allows us to a... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+25 |
| * | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 2011-10-25 | 4 | -19/+106 |
* | | Merge commit 'e14cb45b9bc4c78300cb804833cb66c1c2e62187' into bigmerge | Melanie | 2011-10-25 | 1 | -12/+2 |
|\ \
| |/ |
|
| * | Drop some unnecessary ContainsKey() checking before Remove() in BaseHttpServer() | Justin Clark-Casey (justincc) | 2011-10-24 | 1 | -12/+2 |
* | | Merge commit '9ec672c70b28b8c1d6d81bab7744fcf7bf9b83c7' into bigmerge | Melanie | 2011-10-25 | 2 | -5/+9 |
|\ \
| |/ |
|
| * | Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS... | Justin Clark-Casey (justincc) | 2011-10-24 | 2 | -5/+9 |
* | | Adjust CM version tag | Melanie | 2011-10-12 | 1 | -1/+1 |
* | | Merge commit 'f8c06c61149b1ab3e3002247280be250b558a79e' into bigmerge | Melanie | 2011-10-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | flip master version up to 0.7.3 | Justin Clark-Casey (justincc) | 2011-10-07 | 1 | -1/+1 |
* | | Merge commit 'e742cffe15d3e50841908d7babc2e4c4a7630635' into bigmerge | Melanie | 2011-10-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all... | Justin Clark-Casey (justincc) | 2011-09-30 | 1 | -1/+1 |