UbitUmarov
|
feba9a70c4
do not send parcel environment changes to npcs
|
3 년 전 |
UbitUmarov
|
2a70c8c5c2
mantis 8848: fix typo, Thanks Chris Weymann
|
3 년 전 |
UbitUmarov
|
fa26f37a17
http server receiver: go back to simpler and lighter Beginread/endread. async/await is still just a slower wrapper around it, with more unpredictable side effects
|
3 년 전 |
UbitUmarov
|
582ce9e380
Merge branch 'master' of ssh://opensimulator.org:/var/git/opensim
|
3 년 전 |
Alicia Raven
|
d38606f695
Remove unused variable from EstateLoaderFileSystem
|
3 년 전 |
UbitUmarov
|
bfb2b3a23e
revert changing the http server control thread. The main.net pool one cames with tons of crap on stack
|
3 년 전 |
UbitUmarov
|
aff1593b2b
mantis 8844: fix PARCEL_MEDIA_COMMAND_URL with empty string parameter
|
3 년 전 |
UbitUmarov
|
d72f19111c
smartthreadpool: place a global throttle on threads creation if pool as less than min number of threads ( 20/s versus .net 1/s in all cases)
|
3 년 전 |
UbitUmarov
|
4b7502c1dc
smartthreadpool: remove workitems priority. Its lack of fairness could cause issues hard to debug if we tried to use it (we don't) (runprebuild)
|
3 년 전 |
UbitUmarov
|
b61df051db
smartthreadpool: suport callback delegates with no return value (WaitCallBack), use it on our fireandforget (other places later)
|
3 년 전 |
UbitUmarov
|
960a0fa360
smartthreadpool: add pool option SuppressFlow and test it on main smart?? pool (may go bad)
|
3 년 전 |
UbitUmarov
|
0389c02fd5
smartthreadpool: ofc missed the relevant file
|
3 년 전 |
UbitUmarov
|
923d6437b8
smartthreadpool: replace thread context code to use ExecutionContext
|
3 년 전 |
UbitUmarov
|
64fd819b81
still some windows code
|
3 년 전 |
UbitUmarov
|
09933dc589
smartthreadpool: replace custom linkedlist based quueue by .net queue
|
3 년 전 |
UbitUmarov
|
b667bff8bb
smartthreadpool: httpcontext will be gone (we dont use it)
|
3 년 전 |
UbitUmarov
|
4ab792cd13
smartthreadpool: remove old windows(like CE) support, remove tabs.. (do runprebuild)
|
3 년 전 |
UbitUmarov
|
d6747f872d
test: change http send control to a main pool thread
|
3 년 전 |
UbitUmarov
|
3be98bdb35
mantis 8840: add say ranges to llGetEnv
|
3 년 전 |
UbitUmarov
|
f79ebcc10f
oops better really to the upper case version
|
3 년 전 |
UbitUmarov
|
71065f19ad
add another form of bytesToHexString(byte[] bytes, bool lowercase)
|
3 년 전 |
UbitUmarov
|
0e8ea0486d
better also add llXorBase64 to lsl api
|
3 년 전 |
UbitUmarov
|
8fa28d96f5
clean tabs from osSHA256 patch (mantis 8839)
|
3 년 전 |
UbitUmarov
|
5acf56d20e
add missing lsl stub for llXorBase64
|
3 년 전 |
Mike Higgins
|
0da43a8ef5
added a new function string=osSHA256(string)
|
3 년 전 |
UbitUmarov
|
5361045641
add a debug message on agenthandlers processRequest
|
3 년 전 |
UbitUmarov
|
d2fd6d3d0f
update libomv
|
3 년 전 |
UbitUmarov
|
0957317790
xbakes, we even avoid another array copy since httpRequest.InputStream is a memorystream with origin = 0
|
3 년 전 |
UbitUmarov
|
5ecc264082
simplify xbakes service a bit more
|
3 년 전 |
UbitUmarov
|
e169b1b074
simplify xbakes service
|
3 년 전 |