- 06 Jun, 2011 7 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Used for *mm bindings
-
Jens Georg authored
-
Zeeshan Ali (Khattak) authored
This reverts commit d9f09de3.
-
Zeeshan Ali (Khattak) authored
-
- 03 Jun, 2011 1 commit
-
-
Jens Georg authored
This is not mandated by HTTP RFC's but the UPnP CTT requires this.
-
- 26 May, 2011 1 commit
-
-
Jens Georg authored
See Table 4-4 in UPnP DeviceArchitecture v1.1
-
- 17 May, 2011 2 commits
-
-
Sven Neumann authored
The SoupMessage that is cancelled in the dispose handler doesn't belong us, it has already been queued. This fixes a crash that occured when a GUPnPService object is disposed before the initial introspection call has finished.
-
Sven Neumann authored
GUPnPService used to hold a reference on itself for the run-time of the initial asynchronous introspection. Due to this reference the object can't be disposed until this call has finished. Now if you create a device with services and immidiately destroy it, the service will still be alive holding a pointer to the XML device description that is not any longer valid. This leads to a crash when the asynchronous introspection finishes. Fix this crash by not keeping a reference on ourselves. The pending introspection is then cancelled from the dispose handler.
-
- 30 Apr, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 26 Apr, 2011 2 commits
-
-
Dan Williams authored
This patch does not break compatibility against NM 0.8.x.
-
Zeeshan Ali (Khattak) authored
-
- 20 Apr, 2011 2 commits
-
-
Sven Neumann authored
The UPnP spec requires quotes around the charset value in the Content-Type HTTP header for action responses.
-
Sven Neumann authored
The UPnP spec requires quotes around the charset value in the Content-Type HTTP header for NOTIFY messages.
-
- 05 Apr, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 24 Mar, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
We were using a very short timeout (3 ms) on one of the dbus calls.
-
- 07 Mar, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
Most of them are just accidently inverted and one of them isn't checking for the (exactly) right type.
-
- 23 Feb, 2011 4 commits
-
-
Olivier Crête authored
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
This fixes a regression in commit c7238cb7.
-
Olivier Crête authored
Check that variant is not NULL and it's of assumed type before accessing it.
-
- 18 Feb, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
This reverts commit 1ff7bd81.
-
- 17 Feb, 2011 4 commits
-
-
Ross Burton authored
-
Sven Neumann authored
The action response document was missing an opening quote sign in the namespace declaration of the <actionResponse> element. Fix it by adding the missing quote and also tweak the code a bit to output well-formed XML in case that the service-type is not set.
-
Sven Neumann authored
There's no point in setting "l" to the next list member here as we are done with it anyway. Remove redundant code and use local variables to make it clear that the variable is not used afterwards.
-
Sven Neumann authored
The same check has already been done a few lines above.
-
- 02 Feb, 2011 1 commit
-
-
Luis de Bethencourt authored
The ChangeLog was obsolete and since it's use has been replaced by git log, an empty ChangeLog file is kept to satisfy autools.
-
- 28 Jan, 2011 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 26 Jan, 2011 3 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
-
- 25 Jan, 2011 3 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
Refactor device_proxy_new_cb()
-
Jens Georg authored
-
- 24 Jan, 2011 4 commits
-
-
Jens Georg authored
Otherwise unhost_path will lazy-create a new SoupServer
-
Zeeshan Ali (Khattak) authored
-
Jens Georg authored
-
Jens Georg authored
-