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
/
Framework
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-16
Add LastMemoryChurn stat using existing data so we can more quickly tell how ...
Justin Clark-Casey (justincc)
2
-2
/
+14
2012-10-16
Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...
Justin Clark-Casey (justincc)
1
-0
/
+76
2012-10-12
Fix a merge issue
Melanie
1
-5
/
+5
2012-10-12
Get Watchdog to log thread removal
Justin Clark-Casey (justincc)
1
-1
/
+19
2012-10-12
Fix percentage stats to multiply by 100. Adjust container name for packetpoo...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-10-12
Fix build break by moving OpenSim.Framework.Console back below HttpServer in ...
Justin Clark-Casey (justincc)
1
-2
/
+1
2012-10-11
Fix packetpool for ImprovedTerseObjectUpdate packets.
Justin Clark-Casey (justincc)
1
-3
/
+13
2012-10-11
Extend "show stats" command to "show stats [list|all|<category name>]"
Justin Clark-Casey (justincc)
3
-52
/
+189
2012-10-10
Add "delete object pos <start-coord> to <end-coord>" console command.
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-10-09
minor: Add documentation to IGridService.GetRegionFlags()
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-10-09
Once again, forgot to add a file.
Justin Clark-Casey (justincc)
1
-0
/
+52
2012-10-06
On receiving TaskInventoryAccepted with a destination folder in the binary bu...
Justin Clark-Casey (justincc)
1
-4
/
+5
2012-10-05
Add Vector3.Zero return on TryParseConsoleVector() which fails on mono 2.4.3 ...
Justin Clark-Casey (justincc)
1
-0
/
+3
2012-10-05
Add missing ConsoleUtil from last commit
Justin Clark-Casey (justincc)
1
-0
/
+111
2012-10-05
Add "show object pos <start-coord> to <end-coord>" command to simulator console.
Justin Clark-Casey (justincc)
1
-0
/
+13
2012-10-05
refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...
Justin Clark-Casey (justincc)
1
-247
/
+0
2012-10-04
Add generic PercentageStat.
Justin Clark-Casey (justincc)
1
-2
/
+33
2012-10-04
Add experimental "slow frames" stat, available in "show stats" and via the mo...
Justin Clark-Casey (justincc)
2
-2
/
+125
2012-09-30
Allow setting connection limits, part 2
Melanie
1
-1
/
+26
2012-09-30
Allow setting max connections for an endpoint
Melanie
1
-1
/
+1
2012-09-30
Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...
Diva Canto
8
-14
/
+0
2012-09-30
Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...
Diva Canto
8
-0
/
+14
2012-09-29
Fix bug where debug http level 6 could not be specified. Also converts newli...
Justin Clark-Casey (justincc)
2
-5
/
+5
2012-09-27
Update the Http server with a few additional properties. Adapt the test
Melanie
1
-0
/
+4
2012-09-27
create a new PollServiceHttpRequest req per loop since they can be sent to
UbitUmarov
1
-5
/
+1
2012-09-26
add assettype mesh to list of binary assets
UbitUmarov
1
-1
/
+2
2012-09-26
missing file
UbitUmarov
1
-1
/
+1
2012-09-26
just remove the damm thing
UbitUmarov
3
-25
/
+3
2012-09-26
Seems nothing actually need the request body for getevents. so change
UbitUmarov
2
-3
/
+10
2012-09-26
keep watchdog happy using it to kill his threads
UbitUmarov
1
-9
/
+1
2012-09-26
more changes to PollService
UbitUmarov
2
-24
/
+18
2012-09-26
fix priorityQueue to correctly use the fairness counts starting at 8 for
UbitUmarov
1
-10
/
+10
2012-09-24
add missing transactionID in SendInventoryItemCreateUpdate. and make use
UbitUmarov
1
-0
/
+1
2012-09-23
Change the poll service to use a thread pool for replies to make sure the
Melanie
1
-7
/
+38
2012-09-22
Make BaseHttpServer throws say something useful.
Diva Canto
1
-2
/
+2
2012-09-21
Minor: may avoid crashes of sims that still don't have this configuration sec...
Diva Canto
1
-0
/
+3
2012-09-20
Improvement over last commit: refactor the asset permissions code, so that it...
Diva Canto
1
-0
/
+81
2012-09-21
minor: Make slow outgoing request log messages consistent with other log mess...
Justin Clark-Casey (justincc)
1
-7
/
+7
2012-09-21
Comment out the long unused afaik HTTP agent handlers.
Justin Clark-Casey (justincc)
3
-87
/
+87
2012-09-21
Add request number counting to incoming HTTP requests in the same way that th...
Justin Clark-Casey (justincc)
2
-19
/
+42
2012-09-20
Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...
Justin Clark-Casey (justincc)
3
-32
/
+87
2012-09-20
Add ability to turn on/off logging of outgoing HTTP requests flowing through ...
Justin Clark-Casey (justincc)
3
-35
/
+103
2012-09-18
Fix some inconsistencies in configurartion: NonPhys prims
BlueWall
1
-4
/
+4
2012-09-16
Catch a nullref in the code to suppress GetTexture warnign spam we can't
Melanie
1
-1
/
+1
2012-09-14
Sequence/throttle asset retrievals.
Melanie
1
-0
/
+2
2012-09-14
Support multi-region OAR files
Oren Hurvitz
1
-0
/
+5
2012-09-14
Revamp the HTTP textures handler to allow a maximum of four fetches
Melanie
3
-17
/
+36
2012-09-14
Allow setting connection limits, part 2
Melanie
1
-0
/
+20
2012-09-14
Allow setting max connections for an endpoint
Melanie
1
-1
/
+1
2012-09-12
Fix usage statement on "debug http" console command since max level is now 5 ...
Justin Clark-Casey (justincc)
1
-1
/
+1
[next]