| Commit message (Expand) | Author | Age | Files | Lines |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into careminster | Melanie | 2013-06-30 | 1 | -0/+2 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-03-15 | 1 | -76/+93 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-02-28 | 1 | -2/+6 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-03-20 | 1 | -14/+13 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-03-14 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * | | | | | | Fix a merge artefact | Melanie | 2012-03-09 | 1 | -4/+5 |
* | | | | | | | Remove database connection locking in MySQLXAssetData. This is unnecessary a... | Justin Clark-Casey (justincc) | 2014-08-22 | 1 | -186/+168 |
* | | | | | | | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -1/+1 |
* | | | | | | | Changed the maximum asset name and description lengths to constants. Also, pr... | Oren Hurvitz | 2014-04-22 | 1 | -4/+4 |
* | | | | | | | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 1 | -21/+19 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | In XAssetService, on a delete asset request also delete the asset in any chai... | Justin Clark-Casey (justincc) | 2013-06-28 | 1 | -0/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Change the table and field names of XAssetService mysql db tables to be capit... | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -47/+45 |
* | | | | | Implement access time updates on assets for XAssetService. | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -38/+57 |
| |_|_|/
|/| | | |
|
* | | | | Add more information to warnings logged when asset names and descriptions hav... | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -2/+6 |
| |_|/
|/| | |
|
* | | | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta... | Justin Clark-Casey (justincc) | 2012-03-19 | 1 | -11/+11 |
| |/
|/| |
|
* | | Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). | Robert Adams | 2012-03-12 | 1 | -1/+1 |
|/ |
|
* | minor: move some compression related var setup inside compression if/then switch | Justin Clark-Casey (justincc) | 2012-03-09 | 1 | -4/+3 |
* | Put big fat EXPERIMENTAL warning in xassetservice database plugin | Justin Clark-Casey (justincc) | 2012-03-09 | 1 | -0/+10 |
* | Switch to sha256 from sha1 in order to avoid future asset hash collisions. | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -7/+15 |
* | remove unnecessary hash local variable | Justin Clark-Casey (justincc) | 2012-03-05 | 1 | -2/+0 |
* | Make asset compression optional. Currently set to false and not configurable... | Justin Clark-Casey (justincc) | 2012-03-03 | 1 | -16/+24 |
* | Implement basic gzip compression for xassetdata | Justin Clark-Casey (justincc) | 2012-03-03 | 1 | -10/+41 |
* | If asset data already exists with the required hash then don't rewrite it | Justin Clark-Casey (justincc) | 2012-03-03 | 1 | -17/+59 |
* | Perform asset storage transactionally | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -57/+69 |
* | Make xassetservice execute one query to retrieve the asset, not two | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -28/+4 |
* | Make XAssetService a de-duplicating asset service. | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -0/+416 |