index
:
~fziglio/x11spice
master
x11spice
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
Create separate shm_segment_t struct for SHM segments
Brendan Shanks
1
-1
/
+1
2019-08-07
Use separate buffer for primary surface to fix graphical corruption
Brendan Shanks
1
-1
/
+1
2019-06-19
Changes to build on the 32 bit raspberry pi.
Jeremy White
1
-4
/
+4
2017-01-13
Fix compile warnings
Pavel Grunt
1
-1
/
+2
2016-12-08
Adding missing libaudit ifdefs
Snir Sheriber
1
-0
/
+4
2016-10-31
Add an option to require auditing.
Jeremy White
1
-0
/
+56
2016-10-31
Add the ability to specify connect and disconnect callbacks.
Jeremy White
1
-16
/
+99
2016-10-27
Invert the logic of viewonly.
Jeremy White
1
-3
/
+3
2016-09-21
Ensure that the damage thread is shut down cleanly.
Jeremy White
1
-0
/
+2
2016-09-19
Create the scanner before the display thread.
Jeremy White
1
-4
/
+4
2016-09-02
Older versions of glib require us to start threads.
Jeremy White
1
-0
/
+4
2016-09-02
Review all remaining FIXME messages.
Jeremy White
1
-1
/
+0
2016-09-02
Enable building and compilation on RHEL 6.
Jeremy White
1
-9
/
+11
2016-07-19
Prevent a race condition at exit that would hang us up.
Jeremy White
1
-3
/
+14
2016-07-15
Do not start the scan thread until we have declared the session running.
Jeremy White
1
-4
/
+5
2016-07-14
Revise session tear down to proceed display tear down.
Jeremy White
1
-23
/
+25
2016-07-14
Update valgrind resources
Jeremy White
1
-1
/
+2
2016-07-14
Implement the disconnect button.
Jeremy White
1
-1
/
+13
2016-07-14
Implement --viewonly option support.
Jeremy White
1
-1
/
+9
2016-07-12
Revise coding style to conform to the spice project coding style.
Jeremy White
1
-39
/
+31
2016-07-11
Add file descriptions to the top of each C source file.
Jeremy White
1
-0
/
+8
2016-07-11
Wake up the spice server when we send a cursor command.
Jeremy White
1
-0
/
+1
2016-07-11
Put some meat behind the scanning logic.
Jeremy White
1
-4
/
+11
2016-07-07
Flesh out the gui a bit.
Jeremy White
1
-7
/
+34
2016-07-06
Handle screen size changes.
Jeremy White
1
-4
/
+59
2016-07-05
Add support for returning led status.
Jeremy White
1
-0
/
+41
2016-06-24
Add support for cursors.
Jeremy White
1
-2
/
+62
2016-06-20
Revisions to improve session creation/tear down.
Jeremy White
1
-11
/
+13
2016-06-08
Add a new scan thread, shift the logic to being to use it.
Jeremy White
1
-199
/
+57
2016-06-08
Clear the region after we send it.
Jeremy White
1
-0
/
+1
2016-06-08
We do not have to run a first damage pass to start xcb.
Jeremy White
1
-5
/
+0
2016-06-08
Use pixman region tracking information to better handle xdamage.
Jeremy White
1
-33
/
+39
2016-06-01
Switch to using xcb instead of Xlib.
Jeremy White
1
-99
/
+78
2016-05-24
Let's reduce the hack; this shows the limitations with xdamage.
Jeremy White
1
-4
/
+13
2016-05-24
Added a tablet interface to give us mouse control.
Jeremy White
1
-0
/
+53
2016-05-23
Add keyboard handling.
Jeremy White
1
-0
/
+14
2016-05-20
Begin to transmit draws across.
Jeremy White
1
-28
/
+140
2016-05-20
Further progress on basic spice integraton.
Jeremy White
1
-0
/
+76
2016-05-18
Implement a first session where we process XDamage.
Jeremy White
1
-0
/
+65