aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.h
Commit message (Expand)AuthorAge
* Support for a "pending item" in history.Gravatar ridiculousfish2015-04-20
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Improve history robustness against corrupt filesGravatar ridiculousfish2014-07-29
* Add support for history --merge to incorporate history changes fromGravatar ridiculousfish2014-07-25
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Allow appending path hints to history items after they have been added,Gravatar ridiculousfish2014-03-28
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* Autosuggestion adoption of new parserGravatar ridiculousfish2013-10-08
* Large set of changes to improve history atomicity on filesystems that do not ...Gravatar ridiculousfish2013-04-27
* Make fish try to detect when it's an orphaned process and then exit politelyGravatar ridiculousfish2012-12-05
* Fix for issue where history file would be read immediately on launchGravatar ridiculousfish2012-12-04
* Added a history speed testGravatar ridiculousfish2012-12-03
* Fix for a long standing race where multiple shells can overwrite each others'...Gravatar ridiculousfish2012-12-03
* Turn on incremental history saving (cross your fingers)Gravatar ridiculousfish2012-12-03
* More work towards incremental history. Added some tests.Gravatar ridiculousfish2012-12-02
* First attempt towards supporting incremental history writesGravatar ridiculousfish2012-12-02
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Switch from std::list to std::vector in a few places to reduce compiled code ...Gravatar ridiculousfish2012-07-24
* Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* Fix for https://github.com/fish-shell/fish-shell/issues/66Gravatar ridiculousfish2012-07-09
* Support for importing fish 1.x's history and format, and also bashGravatar ridiculousfish2012-06-15
* Adding history builtinGravatar Siteshwar Vashisht2012-06-05
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* Final cleanup of io_data_t now that I recognize the bizarre way in which it s...Gravatar ridiculousfish2012-03-04
* Fix for history being saved too oftenGravatar ridiculousfish2012-03-03
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* Make history searching skip the autosuggestionGravatar ridiculousfish2012-02-06
* Initial stab at autosuggestionsGravatar ridiculousfish2012-02-06
* Change the history so that when you go forwards, it no longer highlightsGravatar ridiculousfish2012-02-05
* Final cleanup of historyGravatar ridiculousfish2012-02-05
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Rewritten history implementation - uses mmap to save lots of memory and also ...Gravatar axel2006-10-21
* Lazily load history fileGravatar axel2006-02-07
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20