index
:
~yhalperi/spice
0.8.mig.v2
0.8.mig.v3
0.8.mig.v3.rebase
bitmap-crop.mem-control
bitmap-crop.v2
master
master.mig.v1
mc.v7
qxl-mem-control
seamless-migration.v1
seamless-migration.v2
video.adaptive_bit_rate
video.adaptive_bit_rate.v2
video.sized.v1.clean
Unnamed repository; edit this file to name it for gitweb.
yhalperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-22
server: don't reset the display channel when disconnecting all its clients ,F...
HEAD
master
Yonit Halperin
1
-12
/
+6
2011-12-22
client: screen: fix typo _forec_update_timer
Uri Lublin
2
-6
/
+6
2011-12-22
client: RedScreen::RedScreen: fix initialization order of _menu_needs_update
Uri Lublin
1
-1
/
+1
2011-12-20
client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)
Uri Lublin
3
-4
/
+4
2011-12-20
client: update menu if needed when exiting full-screen mode (#758260)
Uri Lublin
2
-1
/
+7
2011-12-20
client: menu: make RedWindow::set_menu() return an error-code (#758260)
Uri Lublin
3
-5
/
+14
2011-12-20
client controller/foreign_menu: use memmove instead of memcpy in readers
Uri Lublin
2
-2
/
+2
2011-12-18
spicevmc: Fix assert when still connected on session disconnect (fdo#43903)
Hans de Goede
1
-1
/
+5
2011-12-15
build: remove unused variable
Marc-André Lureau
1
-1
/
+0
2011-12-15
server/red_parse_qxl.h: License should be LGPLv2+ rather then GPLv2+
Hans de Goede
2
-12
/
+12
2011-12-14
spelling: s/cupture/capture
Marc-André Lureau
4
-4
/
+4
2011-11-28
server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.am
Jürg Billeter
1
-1
/
+1
2011-11-24
client: handle the redundant right ctrl windows' message send when a alt-gr i...
Gal Hammer
1
-0
/
+34
2011-11-24
client: handle the redundant right ctrl windows' message send when a alt-gr i...
Gal Hammer
1
-11
/
+14
2011-11-14
client: add xinerama support
Arnon Gilboa
3
-0
/
+164
2011-11-10
Release 0.10.0
Alon Levy
1
-2
/
+2
2011-11-10
Update NEWS for 0.10.0 release
Alon Levy
1
-0
/
+5
2011-11-10
server/mjpeg_encoder: use size_t * consistently
Alon Levy
1
-2
/
+2
2011-11-10
server/main_channel: fix pointer-to-int-cast error
Alon Levy
1
-2
/
+9
2011-11-10
server/main_channel: use PRIu64 where needed
Alon Levy
1
-2
/
+4
2011-11-08
server/spice-server.syms: fix 0.8 compatibility
Alon Levy
1
-2
/
+6
2011-11-08
server/red_worker: reuse dispatcher
Alon Levy
4
-547
/
+997
2011-11-08
server/dispatcher: add dispatcher_register_async_done_callback
Alon Levy
2
-2
/
+29
2011-11-08
introduce DISPATCHER_{NONE,ACK,ASYNC}
Alon Levy
2
-7
/
+18
2011-11-08
server: introduce dispatcher
Alon Levy
4
-75
/
+358
2011-11-07
server/red_dispatcher: remove semicolon from DBG_ASYNC
Alon Levy
1
-1
/
+1
2011-11-07
server: add prefix argument to red_printf_debug
Alon Levy
4
-16
/
+25
2011-11-07
server/red_dispatcher: support concurrent asyncs
Alon Levy
3
-65
/
+61
2011-11-07
common/spice_common.h: red_printf_debug: fix wrong sign
Alon Levy
1
-1
/
+1
2011-11-02
Release 0.9.2
Yonit Halperin
3
-1
/
+10
2011-11-02
client: support semi-seamless migration between spice servers with different ...
Yonit Halperin
4
-6
/
+40
2011-11-02
client: display channel - destroy all surfaces on disconnect
Yonit Halperin
2
-6
/
+13
2011-11-02
client: display channel migration
Yonit Halperin
2
-14
/
+153
2011-11-02
client: playback/record channels: implement on_disconnect
Yonit Halperin
3
-19
/
+54
2011-11-02
client: main channel migration: do partial cleanup when switching hosts
Yonit Halperin
2
-0
/
+11
2011-11-02
client: handle SPICE_MSG_MAIN_MIGRATE_END
Yonit Halperin
4
-11
/
+187
2011-11-02
client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)
Yonit Halperin
1
-3
/
+20
2011-11-02
client: rewrite surfaces cache
Yonit Halperin
10
-263
/
+101
2011-11-02
server: turn spice_server_migrate_start into a valid call
Yonit Halperin
1
-7
/
+1
2011-11-02
server: handling semi-seamless migration in the target side
Yonit Halperin
6
-46
/
+248
2011-11-02
server: move the linking of channels to a separate routine
Yonit Halperin
1
-17
/
+28
2011-11-02
server: handle spice_server_migrate_end
Yonit Halperin
4
-108
/
+117
2011-11-02
spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_END
Yonit Halperin
1
-0
/
+4
2011-11-02
server,proto: tell the clients to connect to the migration target before migr...
Yonit Halperin
7
-152
/
+176
2011-11-02
configure: spice-protocol >= 0.9.1 (semi-seamless migration protocol)
Yonit Halperin
1
-1
/
+1
2011-11-02
server: handle migration interface addition
Yonit Halperin
2
-0
/
+33
2011-11-02
server/spice.h: semi-seamless migration interface, RHBZ #738266
Yonit Halperin
3
-4
/
+35
2011-11-02
server: set & test channel capabilities in red_channel
Yonit Halperin
11
-181
/
+226
2011-10-31
[0.8 branch] server: add main_dispatcher
Alon Levy
4
-1
/
+159
2011-10-23
spice-server.pc.in: move Requires to Requires.private
Liang Guo
1
-1
/
+1
[next]