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
/
Data
/
SQLite
/
SQLiteAssetData.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-2
/
+2
*
revert changes to asset desc size, my bad.. this field will possible go away...
UbitUmarov
2016-11-24
1
-5
/
+5
*
change asset description max size
UbitUmarov
2016-11-22
1
-5
/
+5
*
bad merge?
UbitUmarov
2015-09-01
1
-1
/
+3
|
\
|
*
Merge branch 'master' into careminster
Melanie
2013-02-28
1
-5
/
+23
|
|
\
|
*
\
Merge branch 'master' into careminster
Melanie
2012-11-15
1
-6
/
+8
|
|
\
\
|
*
\
\
Merge branch 'master' into careminster
Melanie
2012-02-21
1
-0
/
+3
|
|
\
\
\
|
*
\
\
\
Resolve merge commits, stage 1
Tom
2011-09-04
1
-2
/
+6
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-25
1
-1
/
+6
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Provide the interface for StoreAsset to report success or failure
Tom Grimshaw
2010-06-28
1
-1
/
+3
*
|
|
|
|
|
|
Changed the maximum asset name and description lengths to constants. Also, pr...
Oren Hurvitz
2014-04-22
1
-4
/
+4
*
|
|
|
|
|
|
Fixed AssetsExist in SQLite
Oren Hurvitz
2014-04-02
1
-2
/
+2
*
|
|
|
|
|
|
Added assets service method AssetsExist(), which returns whether the given li...
Oren Hurvitz
2014-04-02
1
-15
/
+22
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Add asset name and description truncation warnings to SQLite database plugin ...
Justin Clark-Casey (justincc)
2013-02-27
1
-5
/
+23
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...
Justin Clark-Casey (justincc)
2012-11-14
1
-6
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
Justin Clark-Casey (justincc)
2012-02-21
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
refactor: Pull up Assembly of the SQLite classes as a protected property, so ...
Marck
2011-07-16
1
-2
/
+6
|
|
/
|
/
|
*
|
* Add CSharpSqlite to prebuild
Teravus Ovares (Dan Olivares)
2010-09-23
1
-1
/
+6
|
/
*
Revert one of the previous patches' hunks. The new code looked better, but
Melanie
2010-05-20
1
-3
/
+10
*
Added CreatorID to SQLite asset data
AlexRa
2010-05-19
1
-15
/
+27
*
A bit of harmless refactoring in SQLiteAssetData.cs
AlexRa
2010-05-19
1
-10
/
+3
*
Yey for unit tests. The previous commit had a couple of bugs on SQL statement...
Diva Canto
2010-05-09
1
-1
/
+1
*
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
2010-05-09
1
-3
/
+7
*
Add Delete handler to SQLite (NG)
Melanie
2010-05-09
1
-15
/
+16
*
Implement the "delete" path for assets. Adds a new option to allow remote ass...
Melanie
2010-05-09
1
-0
/
+5
*
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
Justin Clark-Casey (justincc)
2010-04-30
1
-3
/
+3
*
minor: add some documentation around the asset udp request path and replace s...
Justin Clark-Casey (justincc)
2010-04-14
1
-1
/
+1
*
Changed asset CreatorID to a string
John Hurliman
2010-02-22
1
-1
/
+1
*
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
2010-02-22
1
-1
/
+2
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2010-02-03
1
-1
/
+1
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2009-11-12
1
-16
/
+16
*
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
2009-11-05
1
-4
/
+5
*
Switched log level of an annoying message in SQLite to Debug, and commented i...
Diva Canto
2009-10-01
1
-2
/
+2
*
* Switching IAssetData to follow the new naming schema, removing the separate...
Kunnis
2009-08-19
1
-28
/
+19
*
* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...
Kunnis
2009-08-16
1
-1
/
+1
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
1
-1
/
+1
*
* Change default sqlite asset db back to Asset.db instead of AssetStorage.db
Justin Clarke Casey
2009-05-15
1
-2
/
+2
*
* Some more experimental work on distributed assets. Nothing hotwired yet.
lbsa71
2009-04-13
1
-1
/
+1
*
* minor: correct some documentation in SQLiteAssetData.cs
Justin Clarke Casey
2009-04-09
1
-8
/
+2
*
* Change SQLite asset UUID to dashed format to be consistent
Justin Clarke Casey
2009-04-09
1
-6
/
+6
*
Implemented FetchAssetMetadataSet in DB backends.
Mike Mazur
2009-03-09
1
-0
/
+50
*
- remove the Metadata property from AssetBase and return all previous
Mike Mazur
2009-02-17
1
-23
/
+23
*
* optimized usings.
lbsa71
2009-02-12
1
-1
/
+1
*
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
Mike Mazur
2009-02-04
1
-23
/
+23
*
Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...
Tedd Hansen
2008-11-08
1
-2
/
+2
*
- Add Dispose method to IRegionDataStore
Homer Horwitz
2008-09-18
1
-1
/
+8
*
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
2008-09-06
1
-5
/
+5
*
we are now past change 6000, so getting rid of the pre-Migration
Sean Dague
2008-08-27
1
-81
/
+0
*
Formatting cleanup.
Jeff Ames
2008-08-18
1
-9
/
+9
*
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
2008-07-23
1
-3
/
+5
[next]