| Commit message (Expand) | Author | Age | Files | Lines |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -161/+0 |
* | Fix some typos | kondou | 2013-07-16 | 1 | -2/+2 |
* | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' | Thomas Mueller | 2013-06-14 | 1 | -1/+1 |
* | restore Updater functionality on non-Windows platforms | Thomas Mueller | 2013-06-13 | 1 | -4/+4 |
* | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -3/+3 |
* | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -1/+4 |
* | don't call correctFolder() in touchHook, it will be called later in the write... | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
* | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 |
* | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 1 | -0/+7 |
* | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 1 | -1/+17 |
* | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -10/+33 |
* | Update mtimes of all parent folders after change inside | Michael Gapczynski | 2013-01-19 | 1 | -5/+11 |
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -3/+3 |
|\ |
|
| * | Cache: provide path hints to getCache/etc where available | Robin Appelman | 2013-01-01 | 1 | -3/+3 |
* | | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -1/+1 |
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2012-12-30 | 1 | -9/+13 |
|\| |
|
| * | Fix retrieving of cache and scanner in Updater class | Michael Gapczynski | 2012-12-30 | 1 | -7/+11 |
* | | Fix function name | Michael Gapczynski | 2012-12-30 | 1 | -1/+1 |
* | | Update etags in parent folders | Michael Gapczynski | 2012-12-30 | 1 | -0/+24 |
|/ |
|
* | add cache updater | Robin Appelman | 2012-11-08 | 1 | -0/+71 |