Linux Spice Development
[Prev Page][Next Page]
- [PATCH spice-streaming-agent v4 4/4] Stub to handle errors from server, (continued)
- Re: aSPICE keyboard layout problems, i iordanov
- broken spice dependancy,
Bat Man
- [PATCH spice-streaming-agent v3 0/4] Handle more completely device messages,
Frediano Ziglio
- [PATCH spice-streaming-agent] Detect and handle exception creating capture engine,
Frediano Ziglio
- [PATCH spice-streaming-agent v2 0/5] Handle more completely device messages,
Frediano Ziglio
- [PATCH spice-streaming-agent] Remove usage of ERROR macro,
Frediano Ziglio
- [PATCH spice-streaming-agent] Add gitlab-ci.yml ci file,
Snir Sheriber
- [PATCH spice-streaming-agent 1/6] Be more restrictive about error handling,
Frediano Ziglio
- [PATCH spice-streaming-agent] spec.in: Add BuildRequires for catch-devel,
Snir Sheriber
- Gitlab - 2018!,
Victor Toso
- [PATCH v2] Add support for resolution 800x600,
Yuri Benditovich
- [PATCH spice-streaming-agent] Make evaluation order more readable,
Frediano Ziglio
- [PATCH] Add support for resolution 800x600,
Yuri Benditovich
- [PATCH spice-server 0/8] stream-device tests and stability patches,
Frediano Ziglio
- [PATCH spice-streaming-agent] Remove unused macro,
Snir Sheriber
- [PATCH vdagent-win] vdagent: fix loss of mouse movement events,
free.user.name
- [PATCH 00/17] WIP: Refactor the streaming agent towards a more standard C++ style,
Christophe de Dinechin
- [PATCH 03/17] Eliminate signed/unsigned warning, Christophe de Dinechin
- [PATCH 01/17] Add missing <string> header, Christophe de Dinechin
- [PATCH 02/17] log_binary is really a boolean, Christophe de Dinechin
- [PATCH 08/17] Use C++ style for cursor message initialization instead of C style, Christophe de Dinechin
- [PATCH 09/17] Reorder headers according to style guide, Christophe de Dinechin
- [PATCH 06/17] Replace inefficient C-style initialization with C++-style, Christophe de Dinechin
- [PATCH 04/17] Do not create std::string for constants, Christophe de Dinechin
- [PATCH 14/17] Create a class encapsulating the X11 display cursor capture, Christophe de Dinechin
- [PATCH 07/17] Get rid of C-style memset initializations, use C++ style aggregates, Christophe de Dinechin
- [PATCH 17/17] Move the capture loop in the ConcreteAgent, get rid of global agent variable, Christophe de Dinechin
- [PATCH 12/17] Convert message writing from C style to C++ style, Christophe de Dinechin
- [PATCH 05/17] Use RAII to cleanup stream in case of exception or return, Christophe de Dinechin
- [PATCH 11/17] Move read, write and locking into the 'Stream' class, Christophe de Dinechin
- [PATCH 10/17] Since we use a namespace, simplify name of local classes, Christophe de Dinechin
- [PATCH 15/17] Create FrameLog class to abstract logging of frames, Christophe de Dinechin
- [PATCH 16/17] Remove client_codecs global variable, moved inside the 'Stream' class, Christophe de Dinechin
- [PATCH 13/17] Add more meaningful syslog reporting, Christophe de Dinechin
- Re: [PATCH 00/17] WIP: Refactor the streaming agent towards a more standard C++ style, Lukáš Hrázký
- [PATCH 0/2] Warning and build error fixes,
Christophe de Dinechin
- [PATCH] build: Add autogen.sh convenience script,
Christophe de Dinechin
- [PATCH spice-streaming-agent] build: Execute tests while packaging RPM file,
Frediano Ziglio
- [PATCH spice-gtk v2 0/4] Add spice+tls:// uri form,
marcandre . lureau
- [PATCH v4 00/12] Updates to the style guide,
Christophe de Dinechin
- [PATCH v4 03/12] Specify file extensions for C++ and Obj-C, Christophe de Dinechin
- [PATCH v4 01/12] Add .clang-format with defaults matching what's specified in the style guide, Christophe de Dinechin
- [PATCH v4 02/12] Added External References section, Christophe de Dinechin
- [PATCH v4 04/12] Rephrase assertion section, Christophe de Dinechin
- [PATCH v4 05/12] Rephrase section about constants, Christophe de Dinechin
- [PATCH v4 06/12] Rephrase section on short functions for readability, Christophe de Dinechin
- [PATCH v4 12/12] Whitespace adjustment guideline, Christophe de Dinechin
- [PATCH v4 10/12] Integrate suggestions from Christophe Fergeau, Christophe de Dinechin
- [PATCH v4 08/12] Add guidelines about warnings, Christophe de Dinechin
- [PATCH v4 09/12] Fix the style guide for headers, Christophe de Dinechin
- [PATCH v4 11/12] Point out that the coding style is for all SPICE components, Christophe de Dinechin
- [PATCH v4 07/12] Remove confusing example, Christophe de Dinechin
- #include "canvas_base.c" ?,
Christophe de Dinechin
- [PATCH spice-streaming-agent v2 0/4] Minor updates for coding style changes,
Frediano Ziglio
- [spice-gtk v1 0/2] Using libva to detect hardware capabilities,
Victor Toso
- [PATCH spice-streaming-agent] Update old style header guards,
Frediano Ziglio
- [PATCH 00/14] Minor improvements and coding style changes to the streaming agent,
Christophe de Dinechin
- [PATCH 03/14] streaming_requested is really a bool, Christophe de Dinechin
- [PATCH 01/14] Add required <string> header, Christophe de Dinechin
- [PATCH 02/14] Capture 'cursor' by value, Christophe de Dinechin
- [PATCH 11/14] Replace inefficient C-style initialization with C++-style, Christophe de Dinechin
- [PATCH 09/14] Remove clang warning on marking a function const, Christophe de Dinechin
- [PATCH 07/14] Do not create std::string for constants, Christophe de Dinechin
- [PATCH 08/14] Use RAII to cleanup stream in case of exception or return, Christophe de Dinechin
- [PATCH 04/14] Add PRIu64 format for uint64_t, Christophe de Dinechin
- [PATCH 13/14] Use C++ style for cursor message initialization instead of C style, Christophe de Dinechin
- [PATCH 05/14] Rename 'quit' to 'quit_requested' for consistency with 'streaming_requested', Christophe de Dinechin
- [PATCH 14/14] Do not test twice for the same condition, Christophe de Dinechin
- [PATCH 10/14] Remove clang warning on missing 'override', Christophe de Dinechin
- [PATCH 06/14] log_binary is really a boolean, Christophe de Dinechin
- [PATCH 12/14] Get rid of C-style memset initializations, use C++ style aggregates, Christophe de Dinechin
- [spice-server] style: Slight tweak to the header guard section,
Christophe Fergeau
- [PATCH spice-streaming-agent v3 0/3] first unit test and options parsing improvements,
Lukáš Hrázký
- [PATCH spice-streaming-agent] Remove reading start/stop commands from stdin,
Lukáš Hrázký
- [PATCH spice-server v5 0/8] Better handling reset for streaming device,
Frediano Ziglio
- [PATCH spice-streaming-agent v2 0/3] first unit test and options parsing improvements,
Lukáš Hrázký
- [PATCH spice-server v3 0/2] Implement cursor for streaming device,
Frediano Ziglio
- [PATCH spice-streaming-agent v2] tests: Fix tests names,
Frediano Ziglio
- [PATCH spice-streaming-agent] tests: Fix tests names,
Frediano Ziglio
- [PATCH spice-server v2] reds: Disable TLS 1.0,
Frediano Ziglio
- [PATCH spice-server] reds: Disable TLS 1.0, Frediano Ziglio
- [PATCH spice-server v2 1/2] stream-device: handle cursor from device,
Frediano Ziglio
- [PATCH spice-streaming-agent] Remove using entire std namespace,
Frediano Ziglio
- [RFC PATCH 0/1] separate the agent business code,
Lukáš Hrázký
- [PATCH spice-streaming-agent] Change name space to spice::streaming_agent,
Frediano Ziglio
- [PATCH spice-server v3] style: Update style to include some C++ element,
Frediano Ziglio
- [PATCH spice-gtk 0/4] Add spice+tls:// uri form,
marcandre . lureau
- [PATCH spice-gtk 2/4] uri: learn to parse spice+tls:// form, marcandre . lureau
- [PATCH spice-gtk 3/4] uri: generate spice://host:port or spice+tls://host:port, marcandre . lureau
- [PATCH spice-gtk 4/4] tests: add spice+tls:// tests, marcandre . lureau
[PATCH v3 00/11] Updates to the style guide,
Christophe de Dinechin
- [PATCH v3 03/11] Specify file extensions for C++ and Obj-C, Christophe de Dinechin
- [PATCH v3 09/11] Add mention of header guards, Christophe de Dinechin
- [PATCH v3 06/11] Rephrase section on short functions for readability, Christophe de Dinechin
- [PATCH v3 10/11] Add guidelines about warnings and whitespaces, Christophe de Dinechin
- [PATCH v3 02/11] Added External References section, Christophe de Dinechin
- [PATCH v3 11/11] Rewrite the style guide for headers, Christophe de Dinechin
- [PATCH v3 08/11] Add mention of fall-through comments, Christophe de Dinechin
- [PATCH v3 07/11] Remove confusing example, Christophe de Dinechin
- [PATCH v3 05/11] Rephrase section about constants, Christophe de Dinechin
- [PATCH v3 04/11] Rephrase assertion section, Christophe de Dinechin
- [PATCH v3 01/11] Add .clang-format with defaults matching what's specified in the style guide, Christophe de Dinechin
[PATCH v2 00/13] Updates to the style guide (v2),
Christophe de Dinechin
- [PATCH v2 02/13] Update copyright date, Christophe de Dinechin
- [PATCH v2 04/13] Rephrase assertion section, Christophe de Dinechin
- [PATCH v2 01/13] Add .clang-format with defaults matching what's specified in the style guide, Christophe de Dinechin
- [PATCH v2 03/13] Specify file extensions for C++ and Obj-C, Christophe de Dinechin
- [PATCH v2 06/13] Rephrase section on short functions for readability, Christophe de Dinechin
- [PATCH v2 08/13] Remove confusing example, Christophe de Dinechin
- [PATCH v2 11/13] Add mention of header guards, Christophe de Dinechin
- [PATCH v2 12/13] Add guidelines about warnings and whitespaces, Christophe de Dinechin
- [PATCH v2 13/13] Rewrite the style guide for headers, Christophe de Dinechin
- [PATCH v2 07/13] Fix grammatical error, Christophe de Dinechin
- [PATCH v2 10/13] Fix indentation in macro example, Christophe de Dinechin
- [PATCH v2 05/13] Rephrase section about constants, Christophe de Dinechin
- [PATCH v2 09/13] Add mention of fall-through comments, Christophe de Dinechin
[PATCH spice-server v2] style: Update style to include some C++ element, Frediano Ziglio
[PATCH] Proposed changes to the style guide,
Christophe de Dinechin
[PATCH spice-server] style: Update style to include some C++ element,
Frediano Ziglio
[PATCH spice-streaming-agent v2 0/2] built-in plugins improvements,
Lukáš Hrázký
[PATCH spice-streaming-agent 0/5] Support multiple server running.,
Frediano Ziglio
[spice-gtk] build-sys: update spice-common submodule,
Frediano Ziglio
[PATCH spice-streaming-agent 0/4] first unit test and options parsing improvements,
Lukáš Hrázký
Recent connection,
arons
[PATCH spice-gtk v2] Fix setting appsrc properties in i686 arch,
Javier Celaya
[PATCH spice-streaming-agent 0/2] built-in plugins improvements,
Lukáš Hrázký
[PATCH spice-server] lz4-encoder: Remove useless header include,
Frediano Ziglio
Coding style and naming conventions for C++,
Lukáš Hrázký
[PATCH spice-streaming-agent] build: Do not use top_srcdir if not necessary,
Frediano Ziglio
Spice just for a remote desktop to a virtual machine?,
Marc Dunivan
SUSE 91 / SUSE 93 supported xf86 Version,
RalfBuhrmann
spice-vdagent screen resolution auto-adjustment fail,
Dmitriy Kormulev
Message not available
[PATCH spice-gtk] Fix setting appsrc properties in i686 arch,
Javier Celaya
[PATCH spice-streaming-agent v2 0/4] Minor improvements and cosmetics,
Lukáš Hrázký
[Index of Archives]
[Linux Virtualization]
[KVM]
[Linux Kernel Development]
[Computer Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]
[Hot Springs Forum]