index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Scripting
/
HttpRequest
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
Warnings--
onefang
1
-1
/
+1
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
2
-113
/
+168
2019-02-24
also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr...
UbitUmarov
1
-68
/
+84
2019-02-24
several changes to llHttpRequest processing: options section renamed ScriptsH...
UbitUmarov
1
-62
/
+103
2019-02-04
remove references to obsolete CertificatePolicy
UbitUmarov
1
-8
/
+0
2018-09-08
fix script secure llhttlrequest
UbitUmarov
1
-41
/
+43
2018-01-15
shut up some pesty warnings
UbitUmarov
1
-1
/
+2
2017-06-29
ScriptsHttpReq does not need a permanent thread
UbitUmarov
1
-2
/
+2
2017-05-27
disable llhttprequests secure con, since it still collides with main ssl sett...
UbitUmarov
1
-1
/
+1
2017-05-23
please DIE! PLEASE??
UbitUmarov
1
-0
/
+1
2017-05-22
disable keepalive on llHttpRequest
UbitUmarov
1
-0
/
+1
2017-05-20
mantis 8171 fix redirection on llHttpRequest
UbitUmarov
1
-11
/
+2
2017-04-26
mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...
UbitUmarov
1
-8
/
+4
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
2
-16
/
+16
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2
-87
/
+467
2016-03-14
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...
Jeff Kelley
1
-1
/
+3
2015-12-25
assume direct string.replace is good enought to avoid a stringbuild use
UbitUmarov
1
-5
/
+1
2015-12-25
try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...
UbitUmarov
1
-16
/
+33
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
1
-1
/
+0
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-11
/
+3
2015-07-31
Eliminated several warnings
Oren Hurvitz
2
-0
/
+4
2015-03-04
Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...
Justin Clark-Casey (justincc)
2
-12
/
+116
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
1
-1
/
+0
2014-10-13
change/fix previus commits
UbitUmarov
1
-1
/
+1
2014-10-13
reduce minimum number of smartpool threads and name it
UbitUmarov
1
-3
/
+3
2014-09-20
When sending http requests, close the response stream instead of waiting
Melanie Thielker
1
-1
/
+4
2014-01-31
Make sure Web streams are disposed after use
Oren Hurvitz
1
-4
/
+3
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-3
/
+3
2013-07-11
minor: remove some regression test logging switches accidentally left uncomme...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-11
minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...
Justin Clark-Casey (justincc)
1
-3
/
+0
2013-07-11
Fix regression where llHTTPRequests which did not get an OK response returned...
Justin Clark-Casey (justincc)
2
-40
/
+238
2013-04-10
minor: fix mono compiler warning in ScriptsHttpRequests.cs
Justin Clark-Casey (justincc)
1
-1
/
+0
2013-04-04
refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...
Justin Clark-Casey (justincc)
1
-10
/
+4
2013-04-04
Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...
Justin Clark-Casey (justincc)
1
-30
/
+62
2013-03-29
Added missing functionality (mainly custom headers) to llHTTPRequest.
Kevin Cozens
1
-9
/
+64
2013-01-24
Null check the response body to make sure we're not crashing the script engine
Melanie
1
-0
/
+6
2013-01-20
Implement HTTP Request froma thread pool to avoid packet congestion
Melanie
1
-14
/
+45
2013-01-20
Revert "Refactor scripted http request to use async calls rather than hard th...
Melanie
1
-87
/
+53
2013-01-20
Refactor scripted http request to use async calls rather than hard threads
Melanie
1
-53
/
+87
2012-11-11
One more module converted: ScriptsHttpRequests.
Diva Canto
1
-9
/
+25
2012-09-30
Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...
Diva Canto
1
-1
/
+0
2012-09-30
Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...
Diva Canto
1
-0
/
+1
2012-01-14
Allow SmtpClients and other SSL users to work with our cert handler installed
Melanie
1
-9
/
+25
2012-01-14
Allow SmtpClients and other SSL users to work with our cert handler installed
Melanie
1
-9
/
+25
2012-01-01
Fix for failed http request status
BlueWall
1
-14
/
+17
2011-12-05
Strip CR from http responses and limit them to 2048 chars
Melanie
1
-1
/
+3
2011-05-13
Fix the cert validation handler so that it will not block other parts of
Melanie
1
-2
/
+10
2011-04-17
Fix the cert validation handler so that it will not block other parts of
Melanie
1
-2
/
+10
2011-04-11
minor: remove now inaccurate comment
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-04-11
minor: adjust some spacing and indentation
Justin Clark-Casey (justincc)
1
-10
/
+10
[next]