spice/server
Frediano Ziglio e7cdaa668d cache-item: Move RedCachePipeItem declaration to common-graphics-channel.h
The pipe items are meant to be used by channel clients, so move
declaration where channel clients is.
This item is used by both CursorChannelClient and DisplayChannelClient
so the CommonGraphicsChannel is the proper place.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Acked-by: Julien Ropé <jrope@gmail.com>
2020-06-23 13:24:06 +01:00
..
tests test-display-base: Reuse SPICE_GNUC_NORETURN macro 2020-06-19 13:34:55 +01:00
.gitignore gitignore: Reuse top-level gitignore 2016-12-14 19:09:21 +00:00
agent-msg-filter.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
agent-msg-filter.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
cache-item.h cache-item: Move RedCachePipeItem declaration to common-graphics-channel.h 2020-06-23 13:24:06 +01:00
cache-item.tmpl.cpp cache-item: Simplify structure used for just memory optimization 2020-06-23 13:24:06 +01:00
char-device.cpp char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
char-device.h char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
common-graphics-channel.cpp main-channel-client: Automatically convert 2020-05-01 06:58:09 +01:00
common-graphics-channel.h cache-item: Move RedCachePipeItem declaration to common-graphics-channel.h 2020-06-23 13:24:06 +01:00
cursor-channel-client.cpp Use red::shared_ptr_counted for RedChannelClient 2020-05-01 06:58:09 +01:00
cursor-channel-client.h Remove GObject from RedChannel 2020-05-01 06:58:09 +01:00
cursor-channel.cpp cache-item: Simplify structure used for just memory optimization 2020-06-23 13:24:06 +01:00
cursor-channel.h cursor-channel: Turn cursor_channel_reset into method 2020-05-28 14:37:44 +01:00
dcc-private.h Reduce C++ symbols visibility 2020-05-01 06:58:09 +01:00
dcc-send.cpp cache-item: Simplify structure used for just memory optimization 2020-06-23 13:24:06 +01:00
dcc.cpp dcc: Remove unused result from dcc_add_surface_area_image 2020-06-16 11:27:53 +01:00
dcc.h dcc: Remove unused result from dcc_add_surface_area_image 2020-06-16 11:27:53 +01:00
dispatcher.cpp dispatcher: Move some private functions to DispatcherPrivate 2020-06-17 10:59:38 +02:00
dispatcher.h dispatcher: Move some private functions to DispatcherPrivate 2020-06-17 10:59:38 +02:00
display-channel-private.h Remove GObject from RedChannel 2020-05-01 06:58:09 +01:00
display-channel.cpp Remove DISPLAY_CHANNEL cast reusing DCC_TO_DC 2020-06-23 10:39:08 +01:00
display-channel.h Add and use red::make_shared 2020-05-01 06:58:09 +01:00
display-limits.h Receive the GraphicsDeviceInfo message from the streaming agent 2019-01-29 15:46:54 +01:00
event-loop.c Remove conversion warnings 2020-05-01 06:58:08 +01:00
glz-encode-match.tmpl.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
glz-encode.tmpl.c glz-encode: Remove obsolete reference segment 2019-08-12 10:48:02 +01:00
glz-encoder-dict.c glz_dictionary_window_add_image: error out when failed to alloc an image 2020-06-17 12:53:22 +01:00
glz-encoder-dict.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
glz-encoder-priv.h glz-encoder-dict: Remove useless __packed__ attribute 2019-08-02 10:55:20 +01:00
glz-encoder.c glz-encoder: Remove useless __packed__ attribute 2019-08-02 10:55:27 +01:00
glz-encoder.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
gstreamer-encoder.c Remove conversion warnings 2020-05-01 06:58:08 +01:00
image-cache.cpp Use C++ IS-A relationship for RedChannelClient and RedChannel 2020-05-01 06:58:08 +01:00
image-cache.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
image-encoders.cpp image_encoders_free_glz_drawables: enc is never NULL 2020-06-19 10:50:58 +01:00
image-encoders.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
inputs-channel-client.cpp inputs-channel-client: Avoid attribute shadowing 2020-06-04 09:34:18 +01:00
inputs-channel-client.h input-channels: Improve encapsulation 2020-05-01 06:58:09 +01:00
inputs-channel.cpp Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
inputs-channel.h Update filenames in comments 2020-05-11 08:14:47 +01:00
jpeg-encoder.c Remove conversion warnings 2020-05-01 06:58:08 +01:00
jpeg-encoder.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
lz4-encoder.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
lz4-encoder.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
main-channel-client.cpp main-channel-client: Make some members const 2020-06-08 09:05:28 +01:00
main-channel-client.h main-channel-client: Make some members const 2020-06-08 09:05:28 +01:00
main-channel.cpp Add and use red::make_shared 2020-05-01 06:58:09 +01:00
main-channel.h main-channel: Fix typo in comment 2020-06-07 20:51:07 +01:00
main-dispatcher.cpp Update filenames in comments 2020-05-11 08:14:47 +01:00
main-dispatcher.h Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
Makefile.am build: Remove GObject dependency 2020-05-01 06:58:09 +01:00
memslot.c Use (u)intptr_t for virtual addresses 2019-08-12 08:16:31 +01:00
memslot.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
meson.build server/meson.build: fix bug when project version is unknown 2020-05-19 10:49:43 +02:00
migration-protocol.h Use start/end-packet.h headers instead of direct GCC attribute 2019-07-22 14:56:00 +01:00
mjpeg-encoder.c Remove conversion warnings 2020-05-01 06:58:08 +01:00
net-utils.c Fix compatibility with TCP sockets and Darwin 2020-05-19 10:01:47 +01:00
net-utils.h Fix compatibility with MSG_NOSIGNAL and Darwin 2020-05-19 10:01:47 +01:00
pixmap-cache.cpp Use C++ IS-A relationship for RedChannelClient and RedChannel 2020-05-01 06:58:08 +01:00
pixmap-cache.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
pop-visibility.h Reduce C++ symbols visibility 2020-05-01 06:58:09 +01:00
push-visibility.h Reduce C++ symbols visibility 2020-05-01 06:58:09 +01:00
red-channel-capabilities.c red-channel-capabilities: Removed unused stuff from RedChannelCapabilities 2020-05-01 06:58:09 +01:00
red-channel-capabilities.h red-channel-capabilities: Removed unused stuff from RedChannelCapabilities 2020-05-01 06:58:09 +01:00
red-channel-client.cpp red-channel: Simplify some preprocessor macros 2020-06-19 14:24:48 +01:00
red-channel-client.h Avoid useless SPICE_CXX_GLIB_ALLOCATOR usage 2020-06-04 09:34:12 +01:00
red-channel.cpp dispatcher: Reuse base reference counting for Dispatcher hierararchy 2020-05-01 06:58:09 +01:00
red-channel.h red-channel: Simplify some preprocessor macros 2020-06-19 14:24:48 +01:00
red-client.cpp Use red::shared_ptr_counted for RedChannelClient 2020-05-01 06:58:09 +01:00
red-client.h Use red::shared_ptr_counted for RedChannelClient 2020-05-01 06:58:09 +01:00
red-common.h red-common: Fix typo in comment 2020-06-04 11:07:32 +02:00
red-parse-qxl.cpp red-parse-qxl: Add a note on red_get_cursor 2020-06-10 10:13:20 +01:00
red-parse-qxl.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
red-pipe-item.cpp Use C++ IS-A relationship for RedChannelClient and RedChannel 2020-05-01 06:58:08 +01:00
red-pipe-item.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
red-qxl.cpp Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
red-qxl.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
red-record-qxl.c Remove -Wliteral-suffix warnings 2020-05-01 06:58:08 +01:00
red-record-qxl.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
red-replay-qxl.cpp Use C++ IS-A relationship for RedChannelClient and RedChannel 2020-05-01 06:58:08 +01:00
red-stream-device.cpp char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
red-stream-device.h char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
red-stream.cpp red-stream: WebDAV doesn't work when SASL is active 2020-05-11 19:09:15 +01:00
red-stream.h Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
red-worker.cpp cursor-channel: Turn cursor_channel_reset into method 2020-05-28 14:37:44 +01:00
red-worker.h Update filenames in comments 2020-05-11 08:14:47 +01:00
reds-private.h char-device: Remove GObject from RedCharDevice 2020-05-01 06:58:09 +01:00
reds.cpp char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
reds.h Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
safe-list.hpp Allow to compile without C++ library 2020-05-01 06:58:09 +01:00
smartcard-channel-client.cpp char-device: Remove GObject from RedCharDevice 2020-05-01 06:58:09 +01:00
smartcard-channel-client.h char-device: Remove GObject from RedCharDevice 2020-05-01 06:58:09 +01:00
smartcard.cpp char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
smartcard.h char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
sound.cpp sound: Better management of PersistentPipeItem life 2020-06-19 14:22:23 +01:00
sound.h sound: Make functions exported not visible 2020-05-01 06:58:09 +01:00
spice-audio.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-bitmap-utils.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
spice-bitmap-utils.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
spice-bitmap-utils.tmpl.c Use local variable to compute gradual score 2020-02-27 07:55:43 +00:00
spice-char.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-core.h windows: Do not include headers not available on Windows 2019-01-31 10:48:34 +00:00
spice-input.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-migration.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-qxl.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-replay.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-server-enums.c.tmpl Avoids registering type just to get the nick of an enum value 2020-05-01 06:58:09 +01:00
spice-server-enums.h.tmpl Avoids registering type just to get the nick of an enum value 2020-05-01 06:58:09 +01:00
spice-server.h Declare public exported functions as C 2020-05-01 06:58:08 +01:00
spice-server.syms Remove reference to removed ABI 2019-08-15 11:16:42 +01:00
spice-version.h.in build-sys: generate spice-version.h 2014-11-27 14:27:33 +01:00
spice-wrapped.h sound: Move define "trick" to spice-wrapped.h header 2020-05-28 14:37:36 +01:00
spice.h Make red-replay-qxl.h a public header 2016-11-10 06:37:15 +00:00
spicevmc.cpp char-device: Remove "sin" parameter from read_one_msg_from_device 2020-06-23 12:49:43 +01:00
stat-file.c stat-file: Use proper macro for container computation 2019-08-22 08:53:23 +01:00
stat-file.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
stat.h Wrap spice.h in order to do some adjustment 2020-05-01 06:58:09 +01:00
stream-channel.cpp Use red::shared_ptr_counted for RedChannelClient 2020-05-01 06:58:09 +01:00
stream-channel.h Add and use red::make_shared 2020-05-01 06:58:09 +01:00
sw-canvas.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
sys-socket.c sys-socket: Add socket_newpair utility 2019-05-07 10:14:05 +01:00
sys-socket.h Fix compatibility with MSG_NOSIGNAL and Darwin 2020-05-19 10:01:47 +01:00
tree.cpp Use C++ IS-A relationship for RedChannelClient and RedChannel 2020-05-01 06:58:08 +01:00
tree.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
utils.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
utils.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
utils.hpp utils: Remove shared_ptr::release 2020-06-19 10:56:05 +01:00
video-encoder.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
video-stream.cpp main-channel-client: Automatically convert 2020-05-01 06:58:09 +01:00
video-stream.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
websocket.c websocket: Fix possible integer overflow 2020-06-16 15:17:06 +01:00
websocket.h Declare exported functions as C 2020-05-01 06:58:08 +01:00
zlib-encoder.c Do not check for HAVE_CONFIG_H 2019-04-30 09:26:55 +01:00
zlib-encoder.h Declare exported functions as C 2020-05-01 06:58:08 +01:00