| Commit message (Expand) | Author | Files | Lines |
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -181/+146 |
2019-03-12 | try to work around robust shutdown/quit blocking on mono | UbitUmarov | 1 | -1/+2 |
2019-02-27 | Add Thread.ResetAbort() to various thread loops to clean up errors on | Robert Adams | 1 | -13/+19 |
2018-11-03 | we should only have one http poll service manager per instance | UbitUmarov | 1 | -11/+12 |
2018-11-02 | forgot about lsl secure urls service.. so lets try another way for now (manti... | UbitUmarov | 1 | -2/+2 |
2018-01-24 | simplify http bycontext key | UbitUmarov | 1 | -12/+15 |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -10/+15 |
2018-01-21 | give BlockingCollection another chance | UbitUmarov | 1 | -17/+14 |
2018-01-21 | give concurrentqueue another chance | UbitUmarov | 1 | -21/+9 |
2017-06-10 | revert. The .net concurrent objects look nice, but mono5 cpu load with them d... | UbitUmarov | 1 | -32/+30 |
2017-06-10 | replace some locked objects by .net4.0 concurrent objects | UbitUmarov | 1 | -30/+32 |
2017-06-06 | some changes on pollevent | UbitUmarov | 1 | -7/+2 |
2017-05-30 | put back soft http close | UbitUmarov | 1 | -6/+4 |
2017-05-25 | make a few more threads background ones | UbitUmarov | 1 | -2/+2 |
2017-05-23 | please DIE! PLEASE?? | UbitUmarov | 1 | -4/+7 |
2017-05-22 | make sure we drop requests if DoHTTPGruntWork fails | UbitUmarov | 1 | -4/+9 |
2017-05-21 | reenqueue poll events while conn is open, and not expired | UbitUmarov | 1 | -1/+5 |
2017-05-21 | remove LongPoll type and queues. Events should now have reduced latency also.... | UbitUmarov | 1 | -33/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -2/+2 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -76/+242 |
2016-07-17 | add a Drop method to PollService Event handlers, Drop requests on connections... | UbitUmarov | 1 | -32/+63 |
2016-07-16 | http send is blocking, so we need we need to do it async in all cases. - this... | UbitUmarov | 1 | -18/+12 |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -50/+6 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -156/+26 |
2015-08-18 | change pollService stop() to send 503 error and no keepalive. ( untested ) | UbitUmarov | 1 | -5/+9 |
2015-08-18 | try to serialize http requests from same connection, so they are processed | UbitUmarov | 1 | -0/+46 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2014-10-13 | change/fix previus commits | UbitUmarov | 1 | -2/+10 |
2014-10-13 | tune poll smartThreadpool use and give it a name | UbitUmarov | 1 | -2/+5 |
2014-07-24 | change previus code, send a NoEvents response back to http server, even | UbitUmarov | 1 | -3/+0 |
2014-07-23 | request.DoHTTPGruntWork(..) is now identical to our version, so use | UbitUmarov | 1 | -40/+5 |
2014-03-18 | Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll... | Justin Clark-Casey (justincc) | 1 | -2/+24 |
2014-03-18 | minor: Correction to description of QueuedPollResponses since this covers lon... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-03-18 | Add httpserver.<port-number>,QueuedPollResponses stat | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2014-03-17 | Add regression test for http inventory fetch. | Justin Clark-Casey (justincc) | 1 | -71/+104 |
2013-08-17 | remove mono compiler warnings from PollServiceRequestManager | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2013-07-26 | Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)... | Diva Canto | 1 | -1/+1 |
2013-07-21 | Removed verbose debug from previous commit | Diva Canto | 1 | -1/+0 |
2013-07-21 | PollServiceRequestManager: changed the long poll from a Queue to a List. No n... | Diva Canto | 1 | -13/+17 |
2013-07-21 | Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes... | Diva Canto | 1 | -1/+11 |
2013-07-18 | Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques... | Diva Canto | 1 | -1/+1 |
2013-07-18 | Revert "Revert "Putting the requests back in the queue while testing for coun... | Diva Canto | 1 | -3/+7 |
2013-07-18 | Reverting the reverts I did yesterday. cpu-branch has now been | Diva Canto | 1 | -46/+33 |
2013-07-17 | Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi... | Diva Canto | 1 | -33/+46 |
2013-07-17 | Revert "Putting the requests back in the queue while testing for count >0 is ... | Diva Canto | 1 | -7/+3 |
2013-07-17 | Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe... | Diva Canto | 1 | -2/+2 |
2013-07-17 | Revert "This is a completely unreasonable thing to do, effectively defying th... | Diva Canto | 1 | -52/+40 |
2013-07-17 | This is a completely unreasonable thing to do, effectively defying the purpos... | Diva Canto | 1 | -40/+52 |
2013-07-17 | Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan... | Diva Canto | 1 | -2/+2 |