UbitUmarov
|
d9380c9b83
clean some spurius chars and a few other things. Thanks Vincent Sylvester
|
2 anos atrás |
UbitUmarov
|
e043d8a2eb
use array.Empty<byte>
|
2 anos atrás |
UbitUmarov
|
b783244a50
move http range parser to util
|
6 anos atrás |
UbitUmarov
|
6ea394467d
if viewer asks for range reply in same format even if its full data
|
6 anos atrás |
UbitUmarov
|
49b4408782
some cleanup
|
6 anos atrás |
UbitUmarov
|
ae191cd304
dispose some MemoryStreams
|
7 anos atrás |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 anos atrás |
UbitUmarov
|
52a80f1742
workaround potencial memory leak
|
8 anos atrás |
UbitUmarov
|
36426b0db2
remove some compile warnings increasing total number by 2
|
9 anos atrás |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
9 anos atrás |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 anos atrás |
UbitUmarov
|
018d855f28
turn off KeepAlive
|
9 anos atrás |
UbitUmarov
|
05d72f77ff
do keepalive on mesh and texture GET. Dont use reusecontext any where.
|
9 anos atrás |
Diva Canto
|
afb938e579
Fix test breakage
|
10 anos atrás |
Diva Canto
|
a31393ba0b
Make the URL for texture redirects match the path of the resource that we use in OpenSim.
|
10 anos atrás |
Diva Canto
|
a845c1a893
Finished implementing redirects in GetTexture.
|
10 anos atrás |
Melanie
|
3589acdab1
Merge branch 'master' into careminster
|
11 anos atrás |
Justin Clark-Casey (justincc)
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
11 anos atrás |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 anos atrás |
Melanie
|
a022ee5766
Merge branch 'master' into careminster
|
11 anos atrás |
Mic Bowman
|
57141e34bf
Remove Temporary from use to shortcut asset stores. The Local property
|
11 anos atrás |
Melanie
|
fc1c77b42d
Merge branch 'avination' into careminster
|
12 anos atrás |
teravus
|
be60c0b010
* A better way to handle the last fix (This is in case the viewer provides a list of preferred formats, though, technically, the sim would pick the first provided format the old way). This just makes it more obvious what's happening.
|
12 anos atrás |
teravus
|
89676b8a48
* The fallthrough of FetchTexture was no longer resulting in a 404 response on missing textures. It was just waiting and no event was being provided. This re-enables the 404 response.
|
12 anos atrás |
Melanie
|
2cb824d3fc
Merge branch 'master' into careminster
|
12 anos atrás |
Justin Clark-Casey (justincc)
|
68daeee434
minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trigger another build
|
12 anos atrás |
Justin Clark-Casey (justincc)
|
acc01bb85d
Allow GetTexture calls with no second value in the range header (e.g. just 5333-)
|
12 anos atrás |
Melanie
|
7ad082f7c3
Merge branch 'avination' into careminster
|
12 anos atrás |
teravus
|
b7b96a5e4f
Another step in the chain. Pipe the throttle update to the appropriate PollServiceTextureEventArgs. Each poll service having it's own throttle member is more consistent with the model then the region module keeping track of all of them globally and better for locking too. The Poll Services object is not set static to handle multiple nearby regions on the same simulator.
|
12 anos atrás |
Justin Clark-Casey (justincc)
|
3af2095cbc
minor: Comment out "Client requested range for texture ... but" message. This is not useful during normal operation.
|
12 anos atrás |