index
:
~fziglio/x11spice
master
x11spice
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
spice.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
-3
/
+3
2019-07-24
Use C99 struct initializiers instead of memset for local structures.
Jeremy White
1
-2
/
+1
2019-07-12
Fix segfault when quitting with Quit button
Brendan Shanks
1
-1
/
+1
2019-06-19
Changes to build on the 32 bit raspberry pi.
Jeremy White
1
-7
/
+11
2017-01-13
Fix compile warnings
Pavel Grunt
1
-13
/
+17
2017-01-13
Include header for SPICE_CONTAINEROF
Pavel Grunt
1
-0
/
+1
2016-10-31
Add the ability to specify connect and disconnect callbacks.
Jeremy White
1
-2
/
+2
2016-09-02
Add support for SSL.
Jeremy White
1
-1
/
+12
2016-09-02
Remove debug information on mm_time; it's distracting.
Jeremy White
1
-1
/
+2
2016-09-02
Older versions of spice rely on a negative stride.
Jeremy White
1
-2
/
+1
2016-09-02
Review all remaining FIXME messages.
Jeremy White
1
-16
/
+12
2016-07-18
Only pre open a port if a range is given.
Jeremy White
1
-11
/
+8
2016-07-18
Drop the --auto option in favor of having that be the primary parameter.
Jeremy White
1
-16
/
+27
2016-07-18
Switch to having the spice server listen; it simplifies things.
Jeremy White
1
-3
/
+13
2016-07-14
Implement the disconnect button.
Jeremy White
1
-2
/
+2
2016-07-12
Revise coding style to conform to the spice project coding style.
Jeremy White
1
-101
/
+86
2016-07-11
Add file descriptions to the top of each C source file.
Jeremy White
1
-0
/
+7
2016-07-07
Flesh out the gui a bit.
Jeremy White
1
-6
/
+23
2016-07-06
Implement support for the exit_on_disconnect setting.
Jeremy White
1
-0
/
+3
2016-07-06
Handle screen size changes.
Jeremy White
1
-0
/
+20
2016-07-06
Remove the unimplemented message from the channel_event callback.
Jeremy White
1
-1
/
+6
2016-07-05
Add support for returning led status.
Jeremy White
1
-10
/
+12
2016-07-05
Send a new monitor configuration when the primary surface changes.
Jeremy White
1
-2
/
+24
2016-06-24
Add support for cursors.
Jeremy White
1
-5
/
+52
2016-06-22
Tear down the spice session a little more completely.
Jeremy White
1
-0
/
+4
2016-06-21
Free resources.
Jeremy White
1
-1
/
+2
2016-06-20
Revisions to improve session creation/tear down.
Jeremy White
1
-2
/
+10
2016-06-17
Add a --auto option which will scan for an open port.
Jeremy White
1
-4
/
+25
2016-06-08
Add a new scan thread, shift the logic to being to use it.
Jeremy White
1
-6
/
+37
2016-06-01
Switch to using xcb instead of Xlib.
Jeremy White
1
-1
/
+1
2016-05-24
Added a tablet interface to give us mouse control.
Jeremy White
1
-5
/
+43
2016-05-23
Add keyboard handling.
Jeremy White
1
-1
/
+82
2016-05-20
Begin to transmit draws across.
Jeremy White
1
-216
/
+22
2016-05-20
Further progress on basic spice integraton.
Jeremy White
1
-2
/
+22
2016-05-17
Pull a few options from ~/.config/x11spice
Jeremy White
1
-0
/
+16
2016-05-17
Add an initial creation of a spice server.
Jeremy White
1
-0
/
+560