index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
history.cpp
Commit message (
Expand
)
Author
Age
*
Ensure the loop in offset_of_next_item_fish_2_0 is executed.
Konrad Borowski
2013-11-25
*
Large cleanup and refactoring of unescape() function.
ridiculousfish
2013-11-24
*
Cast timestamp before using it for formatted string.
Konrad Borowski
2013-11-19
*
Fix formatting
ridiculousfish
2013-10-26
*
Remove duplicates from history in fish_config
ridiculousfish
2013-09-05
*
Formatting and style updates
ridiculousfish
2013-05-05
*
Large set of changes to improve history atomicity on filesystems that do not ...
ridiculousfish
2013-04-27
*
Rely on $PWD instead of getcwd() more often
ridiculousfish
2013-04-27
*
Hack up gettext to try to fix CentOS build
ridiculousfish
2013-04-08
*
Rewrite unescape_yaml to be faster and not needlessly trigger COW behavior of...
ridiculousfish
2013-04-07
*
Teaching history how to exit early on thread cancellation
ridiculousfish
2013-04-06
*
Formatting
ridiculousfish
2013-02-03
*
Teach fish how to put completion data inside a closing quote
ridiculousfish
2013-02-02
*
Fix for build errors with g++ 4.0.1
ridiculousfish
2012-12-11
*
Make fish try to detect when it's an orphaned process and then exit politely
ridiculousfish
2012-12-05
*
Fix for issue where history file would be read immediately on launch
ridiculousfish
2012-12-04
*
Added a history speed test
ridiculousfish
2012-12-03
*
Fix for a long standing race where multiple shells can overwrite each others'...
ridiculousfish
2012-12-03
*
Change the timestamp behavior for history to include items whose timestamp is...
ridiculousfish
2012-12-03
*
Reorder some fields to avoid a warning
ridiculousfish
2012-12-03
*
Turn off logging in incremental saving
ridiculousfish
2012-12-03
*
Turn on incremental history saving (cross your fingers)
ridiculousfish
2012-12-03
*
More work towards incremental history. Added some tests.
ridiculousfish
2012-12-02
*
First attempt towards supporting incremental history writes
ridiculousfish
2012-12-02
*
Remove tok_destroy
ridiculousfish
2012-11-21
*
Work towards refactoring tokenizer to be a real object
ridiculousfish
2012-11-21
*
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
*
Switch from std::list to std::vector in a few places to reduce compiled code ...
ridiculousfish
2012-07-24
*
Various changes to reduce fish's compiled code size
ridiculousfish
2012-07-17
*
Fix for https://github.com/fish-shell/fish-shell/issues/66
ridiculousfish
2012-07-09
*
Support for importing fish 1.x's history and format, and also bash
ridiculousfish
2012-06-15
*
Made history --help show history man page and history is now saved only once ...
Siteshwar Vashisht
2012-06-12
*
Adding history builtin
Siteshwar Vashisht
2012-06-05
*
Work towards getting function.h off of shared_ptr
ridiculousfish
2012-05-17
*
Wrote tests for history merging, then made them pass.
ridiculousfish
2012-04-16
*
Fix to better handle merging histories between separate sessions
ridiculousfish
2012-04-15
*
Fix lots of bugs related to the static analyzer
ridiculousfish
2012-03-26
*
Re-implement $history variable
ridiculousfish
2012-03-19
*
Fix for history being saved too often
ridiculousfish
2012-03-03
*
Some initial changes to use CLO_EXEC, with an eye towards some day using it c...
Peter Ammon
2012-03-02
*
Changed iterators from iter++ to ++iter
ridiculousfish
2012-03-01
*
Changes to block signals for a smaller time interval during saving
ridiculousfish
2012-02-23
*
Fix for failing to unescape history properly, resulting in a backslash explosion
ridiculousfish
2012-02-23
*
Squash a bunch of leaks
ridiculousfish
2012-02-21
*
Fix to avoid calling signal_block off of hte main thread
ridiculousfish
2012-02-18
*
Changes to make autosuggestion even smarter by specially recognizing the cd c...
ridiculousfish
2012-02-18
*
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
[next]