UbitUmarov
|
d9380c9b83
clean some spurius chars and a few other things. Thanks Vincent Sylvester
|
2 jaren geleden |
UbitUmarov
|
e043d8a2eb
use array.Empty<byte>
|
2 jaren geleden |
UbitUmarov
|
b783244a50
move http range parser to util
|
6 jaren geleden |
UbitUmarov
|
6ea394467d
if viewer asks for range reply in same format even if its full data
|
6 jaren geleden |
UbitUmarov
|
49b4408782
some cleanup
|
6 jaren geleden |
UbitUmarov
|
ae191cd304
dispose some MemoryStreams
|
7 jaren geleden |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 jaren geleden |
UbitUmarov
|
52a80f1742
workaround potencial memory leak
|
8 jaren geleden |
UbitUmarov
|
36426b0db2
remove some compile warnings increasing total number by 2
|
9 jaren geleden |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
9 jaren geleden |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 jaren geleden |
UbitUmarov
|
018d855f28
turn off KeepAlive
|
9 jaren geleden |
UbitUmarov
|
05d72f77ff
do keepalive on mesh and texture GET. Dont use reusecontext any where.
|
9 jaren geleden |
Diva Canto
|
afb938e579
Fix test breakage
|
10 jaren geleden |
Diva Canto
|
a31393ba0b
Make the URL for texture redirects match the path of the resource that we use in OpenSim.
|
10 jaren geleden |
Diva Canto
|
a845c1a893
Finished implementing redirects in GetTexture.
|
10 jaren geleden |
Melanie
|
3589acdab1
Merge branch 'master' into careminster
|
11 jaren geleden |
Justin Clark-Casey (justincc)
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
11 jaren geleden |
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 jaren geleden |
Melanie
|
a022ee5766
Merge branch 'master' into careminster
|
11 jaren geleden |
Mic Bowman
|
57141e34bf
Remove Temporary from use to shortcut asset stores. The Local property
|
11 jaren geleden |
Melanie
|
fc1c77b42d
Merge branch 'avination' into careminster
|
12 jaren geleden |
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 jaren geleden |
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 jaren geleden |
Melanie
|
2cb824d3fc
Merge branch 'master' into careminster
|
12 jaren geleden |
Justin Clark-Casey (justincc)
|
68daeee434
minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trigger another build
|
12 jaren geleden |
Justin Clark-Casey (justincc)
|
acc01bb85d
Allow GetTexture calls with no second value in the range header (e.g. just 5333-)
|
12 jaren geleden |
Melanie
|
7ad082f7c3
Merge branch 'avination' into careminster
|
12 jaren geleden |
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 jaren geleden |
Justin Clark-Casey (justincc)
|
3af2095cbc
minor: Comment out "Client requested range for texture ... but" message. This is not useful during normal operation.
|
12 jaren geleden |