Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Again, more code copied from tubes-channel.c.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
This is basically code just copied from tubes-channel.c.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
This is copied from tubes-channel.c (soon to be removed).
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
These have been stored in the Tubes channel before. No longer!
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Also with the TpBaseChannel-ifying SalutTubeStream, the unix sockets
are closing. I have no idea why but I don't really care, so I'm just
creating a new one for the new API test. Life is too short.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Thanks for the heads up, GCC!
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
The same as Gabble commit cbfa9d06.
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
|
|
The OLPC activity manager's removed-service callback was looking up a
contact after the contact manager had cleaned up (but not disposed)
which was causing an assertion. The activity manager should arguably
disconnect from said signals...
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
I am trying to debug this failing test on the buildbot.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
This should fixe all the annoying TimeoutErrors in the outgoing file
transfer tests waiting for TransferredBytesChanged (salut was actually
asserting). \o/
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
If we g_signal_connect (NULL, ...), it will not work, so let's fail
earlier.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Turns out I misunderstood this property before when porting to
TpBaseChannel in 2e6d62f0e735bf4f774f and thought it meant
requested. Let's re-add it to make avahi/tubes/two-muc-stream-tubes.py
pass again.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Without this change, sidecars.py fails under "make check" in a clean tree,
because the plugins haven't been built when we recurse into tests.
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
|
|
|
|
Fix file-transfer-channel so that it handles file transfers
on windows, The current code is designed not to support file
transfers on windows.
Reviewed-by: Olli Salli <olli.salli@collabora.co.uk>
|
|
|
|
|
|
Reviewed-by: Olli Salli <olli.salli@collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
We leak if another address resolve starts while another is in progress
so we avoid this by stoping the in-progress operation and starting
the new one after freeing the record and address_refs properly. The
patch also cleans up freeing resolver context data.
|
|
name, type, domain might change over time to make sure resolving
works correctly, we keep a copy of them in our context
|
|
TXTRecordGetValuePtr expects a pointer to a char not a pointer to a
pointer
|
|
The hash tables are never null since they are initiliazed in init.
|
|
This change is to avoid dereferencing dangling pointers, since we
are using pointers to DNSServiceRef in our mappings.
|