summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-12Fix file argument (#788)Thomas Koutcher
2018-03-12New boolean option "send-child-enter" (#791)Björn Andersson
2018-03-12Update make config for cygwin/ncurses (#792)Björn Andersson
2018-02-07Merge pull request #780 from hwangcc23/mirror-fixJonas Fonseca
2018-02-06Fix usage of sizeof(finder->line)hwangcc23
2018-02-06Fix dead codehwangcc23
2018-01-31Fix the resource leakhwangcc23
2018-01-30tig-2.3.3tig-2.3.3Jonas Fonseca
2018-01-27updated https to https (#777)harshavardhan
2018-01-09Change refs_tags type to size_tJonas Fonseca
2017-12-21Revert "Handle \n like \r (#758)" (#769)Alexander Droste
2017-12-19Fix #164 by catching SIGHUPJonas Fonseca
2017-12-18tig-2.3.2tig-2.3.2Jonas Fonseca
2017-12-18Only check for busy loop when no views are updatingJonas Fonseca
2017-12-14tig-2.3.1tig-2.3.1Jonas Fonseca
2017-12-14Update NEWSJonas Fonseca
2017-12-14Parallelize the Travis CI build and macOS to the matrix (#750)Stephen
2017-12-14tig(1): Fix env var checked (#752)David O'Trakoun
2017-12-14Handle \n like \r (#758)Christian Brabandt
2017-12-14Use initscr to ensure proper TTY setup for the prompt (#768)Jonas Fonseca
2017-12-12Fix #164: Add workaround to detect busy event loopsJonas Fonseca
2017-12-12Move loop updating views to separate methodJonas Fonseca
2017-12-11Fix formatting of the Windows install documentationJonas Fonseca
2017-10-16Added another installation method (#753)Matt
2017-09-30Merge pull request #725 from rolandwalker/termiosJonas Fonseca
2017-09-30preserve/restore TTY attributes in test suite (#727)Roland Walker
2017-09-29raise timeout in test which sleeps (#733)Roland Walker
2017-09-29Merge pull request #737 from rolandwalker/test-filterJonas Fonseca
2017-09-29convert test timeout watchers to polls (#735)Roland Walker
2017-09-29consistency in use of IFS (#729)Roland Walker
2017-09-29tig-2.3.0tig-2.3.0Jonas Fonseca
2017-09-29Update NEWSJonas Fonseca
2017-09-15Fix #663: avoid segfault when calling htab_empty (#745)Edgar Hipp
2017-09-13Fix code markers for the color command examplesJonas Fonseca
2017-08-28bug: branch on content in expected file (#731)Roland Walker
2017-08-25add ability to filter tests via TEST_OPTSRoland Walker
2017-08-25give feedback as test cases are runRoland Walker
2017-08-22restore tty attrs+flush before/after external cmdRoland Walker
2017-08-22save and restore TTY attributesRoland Walker
2017-08-16quieten unary argument warning during configure (#723)Roland Walker
2017-08-16child after fork should call _exit not exit (#726)Roland Walker
2017-08-16avoid writing to same file providing content (#728)Roland Walker
2017-08-16suppress run: message from valgrind (#732)Roland Walker
2017-08-12Merge pull request #724 from rolandwalker/test-timeout-followupsJonas Fonseca
2017-08-12raise on-branch* long test timeoutsRoland Walker
2017-08-12add test_timeout() variable setterRoland Walker
2017-08-12add test timeout bonus under valgrindRoland Walker
2017-08-12bash cleanupsRoland Walker
2017-08-10Merge pull request #688 from rolandwalker/test-timeoutJonas Fonseca
2017-08-10add test_case --assert-equals=<filename>=<content>Roland Walker