summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add sys/select.h to fix building with musl libcDuncaen2016-07-31
* Add a few missing static declarationsJohn Hawthorn2016-07-12
* Fix segfault when autocompleting on no matchesJohn Hawthorn2016-07-12
* Use macros to help with bonus tablesJohn Hawthorn2016-07-12
* Use standards-compliant lookup tableJohn Hawthorn2016-07-12
* Use a lookup table for precompute_bonusesJohn Hawthorn2016-07-10
* Use score_t instead of doubleJohn Hawthorn2016-07-10
* Don't consider numbers word separatorsJohn Hawthorn2016-07-10
* Split bonus computation into own methodJohn Hawthorn2016-07-10
* Store result of getopt_long in an intJohn Hawthorn2016-06-22
* Use number of processors as worker countJohn Hawthorn2016-06-22
* Store worker_count on choices_tJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Change match into if/elseJohn Hawthorn2016-06-22
* Add tests for exact scoresJohn Hawthorn2016-06-22
* Batch together input for searchesJohn Hawthorn2016-06-22
* Add pageup and pagedownJohn Hawthorn2016-06-22
* Use a struct to store keybindingsJohn Hawthorn2016-06-22
* Extract append_search methodJohn Hawthorn2016-06-22
* Move all action into their own functionsJohn Hawthorn2016-06-20
* Track last searchJohn Hawthorn2016-06-20
* Use tty_interface_t to communicate exitJohn Hawthorn2016-06-20
* Return exit code from runJohn Hawthorn2016-06-20
* Use tty_interface_t throughoutJohn Hawthorn2016-06-19
* Remove options global variableJohn Hawthorn2016-06-19
* Store state in tty_interface_tJohn Hawthorn2016-06-19
* Extract tty interface to own fileJohn Hawthorn2016-06-19
* Ensure options is passed as a pointerJohn Hawthorn2016-06-19
* Extract option parsing to separate fileJohn Hawthorn2016-06-19
* Remove calculate_score (same as match_positions)John Hawthorn2016-06-08
* Move equality detection within calculate_scoreJohn Hawthorn2016-06-08
* Skip sorting on empty search stringJohn Hawthorn2016-06-08
* Make sorting stableJohn Hawthorn2016-06-08
* Move fzytest into test/ directoryJohn Hawthorn2016-05-21
* Move sources into src directoryJohn Hawthorn2016-05-21