Florian Bruhin
|
2a4cd02704
|
100% coverage for misc.ipc.
|
2015-09-04 06:58:46 +02:00 |
|
Florian Bruhin
|
0d0e704b6b
|
ipc: Reduce logging on Windows.
Otherwise the tests fail there...
|
2015-09-03 23:33:41 +02:00 |
|
Florian Bruhin
|
fab6e2eafc
|
ipc: Fix exception handling on AddressError.
|
2015-09-03 23:13:55 +02:00 |
|
Florian Bruhin
|
a6b9d28b96
|
ipc: Fix sleep time on AddressError.
|
2015-09-03 23:13:29 +02:00 |
|
Florian Bruhin
|
b40fb4dd43
|
ipc: Handle None-socket in slots correctly.
|
2015-09-03 20:48:51 +02:00 |
|
Florian Bruhin
|
3a5cd8f3ff
|
Revert "Remove test_ipc workaround again."
This reverts commit f4d2e0746e .
|
2015-09-03 06:51:15 +02:00 |
|
Florian Bruhin
|
f4d2e0746e
|
Remove test_ipc workaround again.
|
2015-09-03 06:36:33 +02:00 |
|
Florian Bruhin
|
efe40fa7e0
|
Try different workaround for test_ipc issues.
|
2015-09-03 06:12:36 +02:00 |
|
Florian Bruhin
|
e0c6a322c6
|
ipc: Pass socket to send_to_running_instance.
|
2015-09-02 23:32:06 +02:00 |
|
Florian Bruhin
|
82c647a87d
|
ipc: Mark on_ready_read cornercase as no-cover.
|
2015-09-02 23:32:06 +02:00 |
|
Florian Bruhin
|
1953bb8458
|
ipc: Disconnect on invalid data.
|
2015-09-02 23:32:06 +02:00 |
|
Florian Bruhin
|
6b4b65e585
|
ipc: Clarify comment.
|
2015-09-02 23:32:06 +02:00 |
|
Florian Bruhin
|
cbcd6261b1
|
ipc: Add got_invalid_data signal.
|
2015-09-02 23:32:06 +02:00 |
|
Florian Bruhin
|
8913c1883e
|
ipc: Fix missing import.
|
2015-08-30 22:57:45 +02:00 |
|
Florian Bruhin
|
6dbd669efe
|
ipc: Disconnect properly from server.
|
2015-08-30 20:35:50 +02:00 |
|
Florian Bruhin
|
a1cb47936a
|
IPC: Fix shutdown when self._socket is None.
|
2015-08-30 20:35:34 +02:00 |
|
Florian Bruhin
|
39e40a7887
|
ipc: Pass args to send_to_running_instance.
|
2015-08-29 23:09:44 +02:00 |
|
Florian Bruhin
|
fe493f8565
|
ipc: Pass socket name to IPCServer.
|
2015-08-29 21:26:22 +02:00 |
|
Florian Bruhin
|
d5668dd687
|
ipc: Don't listen in IPCServer.__init__ already.
|
2015-08-27 23:09:25 +02:00 |
|
Florian Bruhin
|
a7bf0744e0
|
Move some IPC code from app.py to ipc.py.
|
2015-08-27 23:04:27 +02:00 |
|
Florian Bruhin
|
ff6e96347b
|
ipc: Refactor _get_socketname to take better args.
|
2015-08-27 22:32:29 +02:00 |
|
Florian Bruhin
|
1a062035eb
|
Log IPC server name to debug log.
|
2015-08-24 19:28:09 +02:00 |
|
Florian Bruhin
|
3f98bf372e
|
Merge branch 'smoke'
Conflicts:
doc/qutebrowser.1.asciidoc
qutebrowser/app.py
qutebrowser/config/config.py
qutebrowser/qutebrowser.py
tox.ini
|
2015-05-17 00:28:56 +02:00 |
|
Florian Bruhin
|
54131e9d3e
|
Add --basedir arg with multiple instance support.
Closes #510.
|
2015-05-16 23:10:20 +02:00 |
|
Florian Bruhin
|
f499fd85d0
|
Fix IPC.
|
2015-05-01 14:46:17 +02:00 |
|
Florian Bruhin
|
43df32949d
|
Refactor IPC exceptions handling.
Also fixes an IPC error when qutebrowser was started twice without delay
between the invocations.
|
2015-04-17 19:24:27 +02:00 |
|
Florian Bruhin
|
7615e20091
|
Add -s argument to set temporary options.
|
2015-02-05 07:54:19 +01:00 |
|
Florian Bruhin
|
450d1ab70d
|
Update copyright years
|
2015-01-03 15:51:31 +01:00 |
|
Florian Bruhin
|
bf4d6a5707
|
Handle an invalid cwd properly.
Fixes #370.
|
2014-12-26 15:07:18 +01:00 |
|
Florian Bruhin
|
06ec1a3885
|
Big file tree reorganisation.
Closes #255.
Should make a lot more sense now ;)
|
2014-12-13 17:28:50 +01:00 |
|