summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-09Cleanup for ignored log messages.Florian Bruhin
2015-09-09Hide some more lgo messages on OS X.Florian Bruhin
2015-09-09tests: Ignore SSLRead warning on OS X, take 3.Florian Bruhin
2015-09-09Add workaround for OS X issue.Florian Bruhin
2015-09-09ipc: Fix start when a stale legacy server exists.Florian Bruhin
2015-09-09Add a py_proc fixture to conftest.py.Florian Bruhin
2015-09-09Don't set TMPDIR for test_legacy.Florian Bruhin
2015-09-09Use a shorter tempdir.Florian Bruhin
2015-09-09ipc: Add workaround for NameError w/ SocketOptions.Florian Bruhin
2015-09-09ipc: Add username to hash instead.Florian Bruhin
2015-09-09Use shorter names.Florian Bruhin
2015-09-09Don't add username to FIFO name on Linux.Florian Bruhin
2015-09-09Set socket permissions correctly.Florian Bruhin
2015-09-09More work on #888 (new IPC path).Florian Bruhin
2015-09-09Set application info earlier.Florian Bruhin
2015-09-09Only log a single message in utils.error.Florian Bruhin
2015-09-09Add standarddir.temp().Florian Bruhin
2015-09-09Fix comment.Florian Bruhin
2015-09-09tests: Fix ignored SSLRead warning on OS X.Florian Bruhin
2015-09-09Revert "logfail: Update tests to use testdir."Florian Bruhin
2015-09-09Revert "logfail: Switch tests to subprocess pytest runs."Florian Bruhin
2015-09-09Revert "logfail: Continue running test and fail afterwards."Florian Bruhin
2015-09-09Quick pep8 fix.Florian Bruhin
2015-09-09tox: Update pytest-html to 1.6.Florian Bruhin
2015-09-09Fix lint.Florian Bruhin
2015-09-09logfail: Continue running test and fail afterwards.Florian Bruhin
2015-09-09logfail: Switch tests to subprocess pytest runs.Florian Bruhin
2015-09-09logfail: Update tests to use testdir.Florian Bruhin
2015-09-09logfail: Rename capturelog module.Florian Bruhin
2015-09-07Remove double changelog entry.Florian Bruhin
2015-09-07Update changelog.Florian Bruhin
2015-09-06Start working on #888 (new IPC path).Florian Bruhin
2015-09-06Add a protocol version to IPC.Florian Bruhin
2015-09-06Test raw json data for IPC.Florian Bruhin
2015-09-06Add qutebrowser version to IPC data.Florian Bruhin
2015-09-06Use Travis/AppVeyor badges in README.Florian Bruhin
2015-09-06Add missing return.Florian Bruhin
2015-09-06Improve performance when adding new history item.Florian Bruhin
2015-09-06Rename TestError to Error.Florian Bruhin
2015-09-06Skip some more IPC tests on Windows.Florian Bruhin
2015-09-04Fix error output with --no-err-windows.Florian Bruhin
2015-09-04ipc: Simplify exception handling.Florian Bruhin
2015-09-04ipc: Use a custom class for exceptions.Florian Bruhin
2015-09-04100% coverage for misc.ipc.Florian Bruhin
2015-09-03Adjust test_ipcserver_socket_none for prev commit.Florian Bruhin
2015-09-03ipc: Reduce logging on Windows.Florian Bruhin
2015-09-03ipc: Fix exception handling on AddressError.Florian Bruhin
2015-09-03ipc: Fix sleep time on AddressError.Florian Bruhin
2015-09-03ipc: Handle None-socket in slots correctly.Florian Bruhin
2015-09-03ipc: Skip test_normal on Windows.Florian Bruhin