about summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAge
* t0108-patch: add 'tests_done' to endMark Lodato2010-08-29
* Merge branch 'jw/commit-decorations'Lars Hjemli2009-01-27
|\
| * tests/t0105-commit.sh: expect commit decorationsLars Hjemli2009-01-27
* | Merge branch 'og/tree-view-selection'Lars Hjemli2009-01-27
|\ \ | |/ |/|
| * changed objects are outputted, allowing for selections of code onlyOnne Gorter2009-01-10
* | Merge branch 'snapshot-fixes'Lars Hjemli2009-01-11
|\ \
| * | tests/t0107-snapshot.sh: make testscript match updated snapshot behaviorLars Hjemli2008-12-28
* | | Merge branch 'lh/mimetypes'Lars Hjemli2009-01-11
|\ \ \ | |_|/ |/| |
| * | ui-snapshot.c: change mime-type for tar.gz and tar.bz2Lars Hjemli2008-12-26
| |/
* / ui-tree.c: do not add blank line when displaying blobsLars Hjemli2009-01-06
|/
* tests/setup.sh: allow testsuite to fail properly with POSIX standard shellsLars Hjemli2008-12-06
* tests/t0010-validate-html.sh: skip tests if 'tidy' is not availableLars Hjemli2008-12-06
* Fix tests to work on Ubuntu (dash)Ramsay Jones2008-11-06
* Merge branch 'lh/escape-urls'Lars Hjemli2008-10-05
|\
| * ui-shared.c: use html_url_arg()Lars Hjemli2008-10-05
* | ui-snapshot.c: specify archiver_args.baselenLars Hjemli2008-10-05
|/
* tests/Makefile: not everyone has `.` in $PATHLars Hjemli2008-07-22
* Include commit-id in link from diff-statLars Hjemli2008-05-18
* ui-commit: handle root commitsLars Hjemli2008-05-18
* Redesign the caching layerLars Hjemli2008-04-28
* Fix segfault in patch view for root commitLars Hjemli2008-03-17
* tests/setup.sh: cleanup test script output and loggingLars Hjemli2008-02-24
* t0010-validate.sh: return on cgit errorsLars Hjemli2008-02-24
* Make output from `make test` more readableLars Hjemli2008-02-24
* Brown paper bag: don't use `grep -v`Lars Hjemli2008-02-24
* Add regression-test for description-less reposLars Hjemli2008-02-24
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* Create initial testsuiteLars Hjemli2007-11-11
ogmsg'> 2018-12-02Various man page tweaks and editsJune McEnroe 2018-12-02Fix UI resume on /urlJune McEnroe 2018-12-02Add sandman.m to READMEJune McEnroe 2018-12-01Crudely handle reconnecting after suspendJune McEnroe 2018-12-01Fix sandman hangJune McEnroe It was hanging after sending SIGTSTP to its child, then receiving a SIGCHLD to indicate the child had stopped. 2018-12-01Use sigaction in sandmanJune McEnroe 2018-11-30Handle signals consistently in the event loopJune McEnroe 2018-11-30Separate ircConnect and ircDisconnectJune McEnroe 2018-11-30Measure length of log timestamp more consistentlyJune McEnroe 2018-11-30Reformat sandman Objective-C codeJune McEnroe 2018-11-30Ignore sandmanJune McEnroe Oops. 2018-11-30Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe Also fix string length. %.*s does not behave as one might expect when writing wchar_t. 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe Also render status line with just spaces. Looks much cleaner this way. 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe I think this is still the right path for Homebrew, which is the most popular... 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe