UbitUmarov
|
c2c00c5d84
|
add httpserver HandleXmlRpcRequests with local set of xlmrpc methods
|
2020-05-08 14:37:08 +01:00 |
|
UbitUmarov
|
bf218f2cef
|
make httpserver HandleXmlRpcRequests public
|
2020-05-08 05:26:25 +01:00 |
|
UbitUmarov
|
f70f0b5ffd
|
cosmetics
|
2020-05-07 14:26:07 +01:00 |
|
UbitUmarov
|
6c49f16132
|
minor changes
|
2020-05-07 02:15:25 +01:00 |
|
UbitUmarov
|
ac7187eada
|
avoid a null ref, plus some cleanup
|
2020-05-07 02:02:50 +01:00 |
|
UbitUmarov
|
1e8e59e635
|
also override Output(string format) on remoteConsole
|
2020-05-02 18:31:02 +01:00 |
|
UbitUmarov
|
41d7d2f2f4
|
do dispose requests in context queue
|
2020-05-02 17:32:14 +01:00 |
|
UbitUmarov
|
0b0b5111df
|
simplify PollServiceRequestManager, now that low level does serielaze requests
|
2020-05-02 15:25:05 +01:00 |
|
UbitUmarov
|
6d030e2f2b
|
try to shutup some errors dunring shutdown, due to .net mess
|
2020-05-02 14:25:57 +01:00 |
|
UbitUmarov
|
1ad3a256f2
|
do http requests serialization at lower level
|
2020-05-02 14:23:52 +01:00 |
|
UbitUmarov
|
ab14241871
|
mantis 8678: try fix rest console client
|
2020-05-01 17:49:11 +01:00 |
|
UbitUmarov
|
929fa3efbd
|
dispose of jobengine queue
|
2020-05-01 15:42:02 +01:00 |
|
UbitUmarov
|
715c7a4825
|
fix localconsole so viewer one can display things
|
2020-04-30 00:47:53 +01:00 |
|
UbitUmarov
|
693adf9ecf
|
hide handler types not in use from show http-handlers
|
2020-04-29 13:41:57 +01:00 |
|
UbitUmarov
|
c39ffa4dd1
|
add some utf8 getbytes help functions
|
2020-04-29 12:24:45 +01:00 |
|
UbitUmarov
|
3a21d4de1e
|
split the Upload* caps per asset type. We will need that one day. move uploadtaskscript to simpleh
|
2020-04-29 09:58:17 +01:00 |
|
UbitUmarov
|
bff6be4f66
|
give up on baked flag (test)
|
2020-04-28 21:34:54 +01:00 |
|
UbitUmarov
|
3482259518
|
add SimpleBinaryHandler
|
2020-04-28 16:21:03 +01:00 |
|
UbitUmarov
|
b5067baa4a
|
it is nice to actually send the options back
|
2020-04-27 17:40:55 +01:00 |
|
UbitUmarov
|
89dee19060
|
move httpMethod OPTIONS handling to top, this needs to be chacked
|
2020-04-27 17:25:55 +01:00 |
|
UbitUmarov
|
fa844d7e6e
|
add soem try/catch (and yes..yes right on last commit should hed been write...
|
2020-04-27 16:40:54 +01:00 |
|
UbitUmarov
|
0518b397a3
|
add SimpleOSDMapHandler, for caps that have just one httpmethod and body should be decoded as OSDMap, so we don't right the same things all pver
|
2020-04-27 15:46:31 +01:00 |
|
UbitUmarov
|
a3cd0cbfcb
|
no need for stream hanlder description
|
2020-04-27 14:52:43 +01:00 |
|
UbitUmarov
|
9d08f8307e
|
recover LLSD login handler
|
2020-04-27 14:35:19 +01:00 |
|
UbitUmarov
|
8900d1139e
|
xmlrpc and josonrpc only allowed on uri root, and only those there
|
2020-04-26 23:05:27 +01:00 |
|
UbitUmarov
|
6050eff683
|
improve show http-handlers
|
2020-04-26 21:51:15 +01:00 |
|
UbitUmarov
|
473dba93e8
|
update show http-handlers
|
2020-04-26 17:03:16 +01:00 |
|
UbitUmarov
|
e0418da6e1
|
change region avatarhandlers
|
2020-04-26 16:54:58 +01:00 |
|
UbitUmarov
|
dcc2f764f2
|
add a /index.php fake handler, for map. only does ?method=.. but can be extended)
|
2020-04-25 23:24:00 +01:00 |
|
UbitUmarov
|
70d2878d0a
|
simplify default 404 message, removing wrong(missing) host info
|
2020-04-25 21:13:54 +01:00 |
|
UbitUmarov
|
80de74e127
|
cancel keepalive if http status not OK, this maybe a bit 2 hardm but ok for now
|
2020-04-25 14:27:44 +01:00 |
|
UbitUmarov
|
7f2cfe734b
|
null uri path is already checked at low level
|
2020-04-25 14:10:59 +01:00 |
|
UbitUmarov
|
eae9928961
|
null method is already checked at low level, remove optional status 500 message
|
2020-04-25 13:45:45 +01:00 |
|
UbitUmarov
|
bac6890391
|
we can speedup some not simple StreamHandler a bit
|
2020-04-24 18:14:41 +01:00 |
|
UbitUmarov
|
ba8d188a0d
|
remove another wrong ':'
|
2020-04-24 01:07:58 +01:00 |
|
UbitUmarov
|
8d2f90a8e2
|
let show http-handlers list simpleStreamHandlers
|
2020-04-24 00:24:02 +01:00 |
|
UbitUmarov
|
426d83c535
|
change SimpleStreamHandler to have a processor method argument
|
2020-04-23 22:30:40 +01:00 |
|
UbitUmarov
|
46162e620a
|
change response content lengh when using rawbuffer
|
2020-04-23 22:28:27 +01:00 |
|
UbitUmarov
|
10988fe980
|
exclude root path from SimpleStremHandler
|
2020-04-23 18:29:45 +01:00 |
|
UbitUmarov
|
0fe51f34c2
|
add SimpleStrem(Request)Handler, for simple uripaths, any method or query
|
2020-04-23 18:23:43 +01:00 |
|
UbitUmarov
|
e818c570bb
|
expose uripath
|
2020-04-23 18:16:56 +01:00 |
|
UbitUmarov
|
5a51553e7d
|
missing file
|
2020-04-23 16:08:16 +01:00 |
|
UbitUmarov
|
fefcda52f5
|
use concurrentdic on pollhandlers, simplify a bit
|
2020-04-23 16:04:54 +01:00 |
|
UbitUmarov
|
212c25f906
|
fix http version
|
2020-04-22 00:00:24 +01:00 |
|
UbitUmarov
|
1475b83699
|
risk reduncing iddle timeout again, because it is needed on current framework
|
2020-04-21 15:46:41 +01:00 |
|
UbitUmarov
|
50b81258a9
|
change event pool timeout handling
|
2020-04-21 00:19:19 +01:00 |
|
UbitUmarov
|
43fdbf87d4
|
remove some useless code form http low level; delay normal connection close, to let client do it instead
|
2020-04-21 00:13:02 +01:00 |
|
UbitUmarov
|
e2f84f0c1f
|
send 100 continue code the way ms seems to want
|
2020-04-16 02:13:03 +01:00 |
|
UbitUmarov
|
4ab8da01bc
|
flush sslstreams in keepalive case ( should not be needed but well )
|
2020-04-16 01:51:57 +01:00 |
|
UbitUmarov
|
e859985cfa
|
actually commit the uri fix
|
2020-04-15 21:23:13 +01:00 |
|