- 23 Apr, 2021 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <freddy77@gmail.com>
-
- 19 Apr, 2021 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <freddy77@gmail.com>
-
- 17 Apr, 2021 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <freddy77@gmail.com>
-
- 15 Apr, 2021 1 commit
-
-
Compiler error for cross builds using mingw-w64: In file included from /usr/share/mingw-w64/include/winnt.h:150, from /usr/share/mingw-w64/include/minwindef.h:163, from /usr/share/mingw-w64/include/windef.h:9, from /usr/share/mingw-w64/include/windows.h:69, from /usr/share/mingw-w64/include/winsock2.h:23, from ../../../server/spice-core.h:29, from ../../../server/spice.h:24, from ../../../server/spice-wrapped.h:35, from ../../../server/red-common.h:35, from ../../../server/jpeg-encoder.c:22: /usr/share/mingw-w64/include/basetsd.h:31:22: error: conflicting types for ‘INT32’ typedef signed int INT32,*PINT32; ^~~~~ In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/jpeglib.h:31, from ../../../server/jpeg-encoder.c:20: /usr/x86_64-w64-mingw...
-
- 07 Dec, 2020 1 commit
-
-
Signed-off-by:
Julien Ropé <jrope@redhat.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 11 May, 2020 1 commit
-
-
When SASL is active, if a read request is made and SASL buffer contains some data (but not enough to fulfill the request), upon return the taken data from the buffer is not accounted for and hence part of the message gets discarded. red_stream_sasl_read function takes available data from sasl buffer and returns if it's enough. If it's not, nbyte is decremented and buf pointer is incremented to account for the taken data (if any). Then it tries to get more data from the socket and decode it. Suppose there was some data in the sasl buffer, but not enough. Then the socket is not readable (EAGAIN, EINTR, whatever) or the new data isn't enough for sasl_decode (hence decodedlen == 0). In both cases the function returns as if no data was read, but it took some data from sasl buffer. This data is lost and from this point on the communication ceases on the channel (eventually new data is read, but messages are corrupt without the parts previously discarded). On the other hand, if some data is read from sasl buffer and everything else works fine, the output buffer contains all the data, but the count returned only inform the caller about the newly read data (which causes the similar effect of discarding part of the message). Fixes: #40 Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 29 Apr, 2020 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <freddy77@gmail.com>
-
- 17 Mar, 2020 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 06 Nov, 2019 1 commit
-
-
Missing headers for BN_ and RSA_ functions. Initialization is deprecated with 1.1. Signed-off-by:
Rosen Penev <rosenp@gmail.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 03 Jul, 2019 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 12 Jun, 2019 1 commit
-
-
On ppc64el and armhf the handling of "1 << mem_info.memslot_id_shift" will end up beign a zero which breaks the test. Marking the implicit value 1 as a 64 bit value (to match the uint64_t target) fixes the issue. Fixes #31 Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 31 May, 2019 2 commits
-
-
spice-server#10 Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 30 Apr, 2019 1 commit
-
-
We can not consider the qemu led state to be reliable. It by default has 50ms of delay, so if we want to achieve something reliable, this won't do. We need to keep our own internal state, and consider it as reliable. We update it immediately after receiving the key presses, meaning that this is now the future state of the guest. When we receive a keymap event, we check against this 'ideal' state and only update the guest if we 'counted' that it won't have the correct state. When the guest notifies its change, the modifiers_watch is supposed to fix any wrong state. Signed-off-by:
Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 22 Mar, 2019 1 commit
-
-
Signed-off-by:
kunming.xie <kunming.xie@hotmail.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 18 Mar, 2019 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com> Acked-by:
Christophe Fergeau <cfergeau@redhat.com>
-
- 19 Sep, 2018 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com> Acked-by:
Eduardo Lima (Etrunko) <etrunko@redhat.com>
-
- 06 Apr, 2018 1 commit
-
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <fziglio@redhat.com> Acked-by:
Victor Toso <victortoso@redhat.com>
-
- 06 Mar, 2017 1 commit
-
-
Signed-off-by:
Victor Toso <victortoso@redhat.com> Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 01 Nov, 2016 1 commit
-
-
Acked-by:
Frediano Ziglio <fziglio@redhat.com>
-
- 08 Jan, 2016 1 commit
-
-
Acked-by:
Christophe Fergeau <cfergeau@redhat.com>
-
- 19 Oct, 2015 1 commit
-
-
Christophe Fergeau authored
-
- 16 Jul, 2013 1 commit
-
-
Uri Lublin authored
-
- 25 Apr, 2012 1 commit
-
-
Daniel P. Berrange authored
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
-
- 13 Jan, 2012 1 commit
-
-
The AUTHORS file is empty, fill it in with a list of present and past maintainers, and email addresses of all people who have contributed patches
-
- 14 Oct, 2009 1 commit
-
-
Yaniv Kamay authored
-