aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into vehiclesMelanie2009-10-0856-4906/+3428
|\
| * Remove ThreadTrackerTest. It's no longer relevant because the threadMelanie2009-10-081-56/+0
| * Merge branch 'htb-throttle'Melanie2009-10-0846-4807/+3321
| |\
| | * One last attempt at tunning the locking/no locking behaviour. The previous on...Diva Canto2009-10-071-10/+16
| | * Another go at the deadlock: not locking TryGetValue, and just catch/ignore ex...Diva Canto2009-10-071-15/+31
| | * Bug fix.Diva Canto2009-10-071-2/+6
| | * Changed the locking mechanism, because the existing one is causing deadlocks ...Diva Canto2009-10-071-25/+100
| | * Printout one more field in show threads, but this won't buy us much.Diva Canto2009-10-071-1/+2
| | * Merge branch 'master' into htb-throttleMelanie2009-10-071-1/+2
| | |\
| | * | replace LLClientView with proper versionMelanie2009-10-071-1898/+1332
| | * | Merge branch 'master' into htb-throttleMelanie2009-10-070-0/+0
| | |\ \
| | * | | Replace LLClientView on the branch with master. UNCOMPILABLE!Melanie2009-10-071-1332/+1898
| | * | | Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto2009-10-071-3/+3
| | * | | Merge branch 'master' into htb-throttleMelanie2009-10-072-17/+63
| | |\ \ \
| | * | | | Revert "Merging in diva's locking fixes"Melanie2009-10-0712-207/+172
| | * | | | Commented noisy debugging about packet splittingJohn Hurliman2009-10-061-4/+4
| | * | | | Merging in diva's locking fixesJohn Hurliman2009-10-0612-172/+207
| | |\ \ \ \
| | * | | | | Checks the number of ThreadPool and IOCP threads on startup and bumps up the ...John Hurliman2009-10-061-0/+12
| | * | | | | Applying the real fix (thank you for tracking that MSDN doc down Melanie)John Hurliman2009-10-061-5/+6
| | * | | | | Trying Melanie's fixJohn Hurliman2009-10-061-3/+4
| | * | | | | Reverting MySQLLegacyRegionData spamJohn Hurliman2009-10-061-6/+0
| | * | | | | MySQLLegacyRegionData: Extreme Spam Edition(tm)John Hurliman2009-10-061-0/+6
| | * | | | | Added a debug line for nebadonJohn Hurliman2009-10-061-0/+3
| | * | | | | * Added a sanity check for Mono before trying to enumerate over an empty Sort...John Hurliman2009-10-062-4/+7
| | * | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...John Hurliman2009-10-0613-93/+103
| | |\ \ \ \ \
| | * | | | | | * Added missing references to prebuild.xml and commented out the LindenUDP te...John Hurliman2009-10-068-195/+199
| | * | | | | | * Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman2009-10-064-79/+115
| | * | | | | | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-0614-173/+8
| | * | | | | | * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-0617-2242/+1278
| | * | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...John Hurliman2009-10-0534-1621/+2111
| | |\ \ \ \ \ \
| | * | | | | | | Beginning work on the new LLUDP implementationJohn Hurliman2009-10-0514-2336/+1817
| * | | | | | | | store owner_uuid in the region tableMelanie2009-10-071-0/+1
| * | | | | | | | Remove debug againMelanie2009-10-071-1/+1
| * | | | | | | | Enable debugging of the region connector's query stringMelanie2009-10-071-1/+1
| * | | | | | | | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-10-071-13/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Improved fault handling in HelloNeighbour.Diva Canto2009-10-071-13/+23
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Add owner_uuid. Not sure this works. Worth a testMelanie2009-10-071-0/+14
| |/ / / / / / /
| * | | | | | | A small change in FetchInventoryDescendantsCAPS.Diva Canto2009-10-061-1/+2
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto2009-10-061-3/+3
| | |_|_|_|/ | |/| | | |
| * | | | | * One more debug message on FetchInventoryDescendantsDiva Canto2009-10-062-17/+63
| * | | | | Revert "Rewrote parts of the code that were double-locking different objects....Melanie2009-10-079-201/+166
| | |_|_|/ | |/| | |
| * | | | Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-069-166/+201
| * | | | * Change some more default ports to the robust default of 8003Justin Clark-Casey (justincc)2009-10-063-6/+6
| | |_|/ | |/| |
| * | | * Removed verbose debug messageDiva Canto2009-10-065-10/+4
| * | | Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-062-6/+4
* | | | Correct a build break caused by an optimization in trunkMelanie2009-10-071-1/+1
* | | | Merge branch 'master' into vehiclesMelanie2009-10-0622-137/+253
|\ \ \ \ | |/ / /
| * | | Corrected words in error message.Diva Canto2009-10-061-2/+2
| * | | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-10-061-6/+6
| |\ \ \
| | * | | Commenting the DEBUG code that I added yesterday, because it's causing mono t...Diva Canto2009-10-061-6/+6