index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Servers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update svn properties.
Jeff Ames
2009-05-11
3
-311
/
+311
*
Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster
Melanie Thielker
2009-05-10
1
-1
/
+10
*
Create an async form of the RestObjectPoster. Rename the file (but not the
Melanie Thielker
2009-05-10
2
-0
/
+126
*
Make remote assets work through the new server system
Melanie Thielker
2009-05-09
1
-17
/
+29
*
* Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr...
lbsa71
2009-05-08
5
-331
/
+276
*
* Introduced new HttpServer.Tests project
lbsa71
2009-05-08
4
-36
/
+60
*
fix svn properties
Sean Dague
2009-05-08
1
-93
/
+93
*
instrument most of the tests with a new InMethod function that may help us fi...
Sean Dague
2009-05-07
1
-0
/
+11
*
* Added some more GetAssetStreamHandlerTests
lbsa71
2009-05-07
2
-4
/
+52
*
* Added some GetAssetStreamHandlerTests
lbsa71
2009-05-06
4
-8
/
+56
*
Remove bin directory from HttpServer.
Jeff Ames
2009-05-05
2
-0
/
+0
*
Remove the csproj files that got into SVN
Melanie Thielker
2009-05-04
8
-540
/
+0
*
Committing the changed tree
Melanie Thielker
2009-05-04
47
-0
/
+6849
*
Intermediate commit. WILL NOT COMPILE!
Melanie Thielker
2009-05-04
37
-6296
/
+0
*
Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple
Melanie Thielker
2009-05-04
1
-1
/
+1
*
Thank you kindly, BlueWall, for a patch that:
Charles Krinke
2009-05-02
1
-1
/
+15
*
Update svn properties.
Jeff Ames
2009-05-01
1
-217
/
+217
*
Thanks Tommil for a patch that adds a caching option to GetAssetStreamHandler...
diva
2009-04-27
1
-0
/
+217
*
Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...
Dahlia Trimble
2009-04-25
1
-2
/
+3
*
cleaning up, fixing warnings
Dr Scofield
2009-04-22
1
-6
/
+6
*
Add copyright headers. Formatting cleanup.
Jeff Ames
2009-04-22
1
-4
/
+4
*
Thank you kindly, TLaukkan for a patch that:
Charles Krinke
2009-04-21
2
-18
/
+72
*
Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
Charles Krinke
2009-04-17
1
-0
/
+8
*
minor: Remove some mono compiler warnings. Uncomment code when it's actually...
Justin Clarke Casey
2009-04-15
1
-22
/
+22
*
* Some more experimental work on distributed assets. Nothing hotwired yet.
lbsa71
2009-04-13
1
-12
/
+55
*
* Terminate OpenSim startup if we cannot listen to the designated HTTP port
Justin Clarke Casey
2009-04-09
1
-2
/
+6
*
* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release
lbsa71
2009-04-01
1
-1
/
+1
*
Add a PIDFile in [Startup], which the PID will be written to
Melanie Thielker
2009-04-01
1
-0
/
+36
*
cleanup
Dr Scofield
2009-03-25
3
-8
/
+8
*
* Group OpenSim.Framework.Servers interfaces together
Justin Clarke Casey
2009-03-19
5
-0
/
+4
*
* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...
Justin Clarke Casey
2009-03-19
2
-52
/
+130
*
* Lock http handlers dictionary in other places as well to avoid race conditions
Justin Clarke Casey
2009-03-19
1
-47
/
+56
*
* Add necessary locking to BaseHttpServer.RemoveHTTPHandler()
Justin Clarke Casey
2009-03-19
1
-7
/
+14
*
* Add documentation to BaseHttpServer.AddHTTPHandler()
Justin Clarke Casey
2009-03-19
1
-13
/
+41
*
* Make all coded defaults match settings in OpenSim.ini.example
Justin Clarke Casey
2009-03-11
1
-2
/
+0
*
* minor: reduce some code duplication in BaseHttpServer
Justin Clarke Casey
2009-03-10
1
-24
/
+17
*
fixing out-of-sync error in BaseHttpServer
Dr Scofield
2009-03-10
1
-16
/
+19
*
* Adding application/x-oar to the list of content types to which the HTTP Ser...
Teravus Ovares
2009-03-07
1
-1
/
+5
*
* Upping to interface version 3 - let's see how this goes.
lbsa71
2009-02-21
1
-1
/
+1
*
Add copyright headers. Minor formatting cleanup.
Jeff Ames
2009-02-21
2
-0
/
+54
*
Update svn properties.
Jeff Ames
2009-02-21
2
-138
/
+138
*
* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....
lbsa71
2009-02-20
1
-1
/
+1
*
* Another stab at removing AssetServer.exe dependencies
lbsa71
2009-02-20
2
-0
/
+140
*
* Reverted the AssetServer fix, apparently something was dependent on IAssetD...
lbsa71
2009-02-19
2
-138
/
+0
*
* Moved the AssetStreamHandlers to OpenSim.Framework.Servers
lbsa71
2009-02-19
2
-0
/
+138
*
* Fix http://opensimulator.org/mantis/view.php?id=3193
Justin Clarke Casey
2009-02-19
1
-51
/
+45
*
* Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...
Justin Clarke Casey
2009-02-12
1
-2
/
+8
*
* Apply http://opensimulator.org/mantis/view.php?id=3138
Justin Clarke Casey
2009-02-12
1
-0
/
+20
*
* optimized usings.
lbsa71
2009-02-12
14
-33
/
+14
*
Add proper handling for shared vs. unshared modules to the command
Melanie Thielker
2009-02-10
1
-8
/
+8
[next]