Re: [Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-03-03 Thread Alexander Larsson
On Thu, 2010-02-25 at 14:52 +0100, Gerd Hoffmann wrote: > +ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; This broke the windows xp build, because AI_ADDRCONFIG is only vista or newer. I pushed a fix: http://cgit.freedesktop.org/spice/spice/commit/?id=2d203bc428c9006c47e3936cb6e3190e17d8431

[Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-02-25 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- client/red_peer.cpp | 94 +++ client/red_peer.h |2 - 2 files changed, 42 insertions(+), 54 deletions(-) diff --git a/client/red_peer.cpp b/client/red_peer.cpp index 7534c3e..ce6ec0e 100644 --- a/client/red

Re: [Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-02-21 Thread Uri Lublin
On 02/19/2010 01:21 PM, Gerd Hoffmann wrote: > > Signed-off-by: Gerd Hoffmann > --- > client/red_peer.cpp | 89 > +++--- > 1 files changed, 41 insertions(+), 48 deletions(-) > > diff --git a/client/red_peer.cpp b/client/red_peer.cpp > index f252ef2.

Re: [Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-02-20 Thread Izik Eidus
On Fri, 19 Feb 2010 12:21:03 +0100 Gerd Hoffmann wrote: > > Signed-off-by: Gerd Hoffmann > --- > client/red_peer.cpp | 89 +++--- > 1 files changed, 41 insertions(+), 48 deletions(-) > > diff --git a/client/red_peer.cpp b/client/red_peer.cpp > ind

[Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-02-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- client/red_peer.cpp | 89 +++--- 1 files changed, 41 insertions(+), 48 deletions(-) diff --git a/client/red_peer.cpp b/client/red_peer.cpp index f252ef2..a6afcc2 100644 --- a/client/red_peer.cpp +++ b/client/red_peer