summaryrefslogtreecommitdiffstats
path: root/lib/autoloader.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow null as cache parameter (if no cache was found) and for cache removal.Andreas Fischer2013-10-221-1/+1
|
* Only write-back on cache miss.Andreas Fischer2013-10-221-3/+3
|
* Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer2013-10-221-27/+28
|
* Merge pull request #5071 from owncloud/fix-autoloader-masterThomas Müller2013-10-021-0/+1
|\ | | | | Fix autoloader regression
| * Fix autoloader regressionVictor Dubiniuk2013-10-021-0/+1
| |
* | Merge branch 'master' into fixing-4620-masterThomas Müller2013-10-011-3/+3
|\|
| * move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-3/+3
| | | | | | | | | | Conflicts: lib/private/vcategories.php
* | in case the cache cannot be initialized within the autoloader we just shoul ↵Thomas Müller2013-09-181-1/+5
|/ | | | not use it
* Class Auto Loader: Cache paths in APCMarkus Goetz2013-08-181-1/+25
| | | | | | Using benchmark_single.php (from administration repo) I can measure a speed improvement of 5% to 20% loading the /index.php when logged in. (when using APC and php-fpm).
* Let's just use '/' as we do almost everywhere - this change fixes two ↵Thomas Mueller2013-06-101-2/+2
| | | | failing unit tests
* Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-5/+6
|
* Autoloader: load the 3rdparty libraries using prefixesRobin Appelman2013-05-071-17/+16
|
* Autoloader: add support for custom namespace pathsRobin Appelman2013-05-071-1/+19
|
* Autoloader: split getting the class paths and loading the classRobin Appelman2013-05-071-7/+20
|
* Allow disabling the global classpath in an autoloaderRobin Appelman2013-05-071-3/+19
|
* Allow the autoloader to try mutliple possible paths for each pathRobin Appelman2013-05-071-24/+17
|
* Add per-autoloader classPathRobin Appelman2013-05-071-3/+24
|
* Move autoloader to it's own classRobin Appelman2013-05-071-0/+65