aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
Commit message (Expand)AuthorAge
* Fix for wrong sense for determining when an autoloaded function has changedGravatar ridiculousfish2012-07-06
* Disable internalized scriptsGravatar ridiculousfish2012-06-01
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ...Gravatar Siteshwar Vashisht2012-02-18
* Fix for problem where we'd never use a cached placeholder function. Also uppe...Gravatar ridiculousfish2012-02-13
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
* Fix for issue where we treated all cached files as accessible for the purpose...Gravatar ridiculousfish2012-01-28
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
* Move autoload class into autoload.h and cppGravatar ridiculousfish2012-01-25
* Have to remember to evict nodes from our LRU cacheGravatar ridiculousfish2012-01-25
* Removed access_tracker since we don't need it after allGravatar ridiculousfish2012-01-25
* Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* LRU cache workGravatar ridiculousfish2012-01-25
* New file autoload.h that will ultimately handle autoloading completions and f...Gravatar ridiculousfish2012-01-25