| Commit message (Expand) | Author | Age |
* | Clean up variable expansion, and properly handle embedded NULs | ridiculousfish | 2014-08-24 |
* | Enhance file_id_t to have richer information, to guard against inode | ridiculousfish | 2014-04-28 |
* | Fix formatting | ridiculousfish | 2013-10-26 |
* | Fix certain wildcard tab completions - | ridiculousfish | 2013-09-11 |
* | Formatting | ridiculousfish | 2013-06-02 |
* | Support for fuzzy completions | ridiculousfish | 2013-05-25 |
* | Formatting and style updates | ridiculousfish | 2013-05-05 |
* | Fix for reported "out of memory" for filesystems that return -1 as _PC_NAME_MAX | ridiculousfish | 2013-04-26 |
* | Don't block "hidden files" for wildcard expansions that aren't files (like case) | ridiculousfish | 2013-04-20 |
* | Teach case-insensitive completions about tildes. Fixes https://github.com/fis... | ridiculousfish | 2013-04-07 |
* | Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i... | ridiculousfish | 2013-03-05 |
* | More cleanup based on static analysis | ridiculousfish | 2013-02-16 |
* | merge branch 'bug-537' and branch 'bug-read-ctrlC'. This should fix both #537... | Jan Kanis | 2013-02-05 |
|\ |
|
| * | rename reader_cancel_thread to reader_thread_job_is_stale, update comments | Jan Kanis | 2013-02-05 |
* | | Make subcommands modify $status, and make builtin_set not modify status unles... | ridiculousfish | 2013-01-31 |
| * | implement reader_cancel_thread using __thread thread-local storage | Jan Kanis | 2013-01-23 |
| * | reader_interrupted() should only be called on the main thread. fixes #537 | Jan Kanis | 2013-01-22 |
|/ |
|
* | More work towards incremental history. Added some tests. | ridiculousfish | 2012-12-02 |
* | Fix indentation of switch statements | ridiculousfish | 2012-11-19 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Make wildcards beginning with dots not match . and .. | ridiculousfish | 2012-10-15 |
* | Properly handle empty completions (e.g. tab-complete 'foo' with extant files ... | ridiculousfish | 2012-08-20 |
* | Disable file completion descriptions per https://github.com/fish-shell/fish-s... | ridiculousfish | 2012-08-15 |
* | Better handle symlink loops in recursive wildcards (**) | ridiculousfish | 2012-08-07 |
* | Warning cleanup | ridiculousfish | 2012-08-04 |
* | Various changes to reduce fish's compiled code size | ridiculousfish | 2012-07-17 |
* | Work towards getting function.h off of shared_ptr | ridiculousfish | 2012-05-17 |
* | Lots of modernization changed | ridiculousfish | 2012-05-09 |
* | Fix lots of bugs related to the static analyzer | ridiculousfish | 2012-03-26 |
* | removed some string_buffer | ridiculousfish | 2012-03-03 |
* | Some work to allow completions to be evaluated off of the main thread | ridiculousfish | 2012-02-24 |
* | Removed array_list_t (!) | ridiculousfish | 2012-02-21 |
* | Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other... | Siteshwar Vashisht | 2012-02-19 |
* | Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin... | Siteshwar Vashisht | 2012-02-18 |
* | Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ... | Siteshwar Vashisht | 2012-02-18 |
* | Clean up make_path and some memory allocations | ridiculousfish | 2012-02-13 |
* | Fix for busted completions (tab completion of directories was failing) | ridiculousfish | 2012-02-13 |
* | Final removal of halloc. It's like Christmas Morning. | ridiculousfish | 2012-02-09 |
* | Cleanup of wildcard.cpp, removing ad-hoc hash table and halloc | ridiculousfish | 2012-02-09 |
* | Get rid of some string buffer | ridiculousfish | 2012-02-09 |
* | Clean up exec_subshell, removing al_list from it | ridiculousfish | 2012-02-07 |
* | Removed discriminated union from block_t type, allowing us to store wcstrings... | ridiculousfish | 2012-02-07 |
* | Migrate some al_list to std::vector | ridiculousfish | 2012-02-02 |
* | Fixed a crash doing completion of commands | ridiculousfish | 2012-02-02 |
* | Clean up uses of completion_t | ridiculousfish | 2012-02-01 |
* | Squash a bunch of warnings | ridiculousfish | 2012-01-31 |
* | Fixed more known auto completion bugs; auto completion calls working fine now | Siteshwar Vashisht | 2012-01-20 |
* | Removed unnecessary const_cast in wildcard.cpp | Siteshwar Vashisht | 2012-01-19 |
* | Fixed reader.cpp to not show garbage while showing help on auto completing (o... | Siteshwar Vashisht | 2012-01-19 |