summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make pygtk 2 python bindings disabled by defaultOlivier Crête2014-02-051-2/+2
|
* Use the new signal to restrict unit tests to the "lo" interfaceOlivier Crête2014-02-051-2/+19
|
* Make sure the GUPnPContextManager callback is not called after the object hasOlivier Crête2014-02-051-2/+2
| | | | disappeared
* Add signal to make it possible to ignore certain GUPnPContextsOlivier Crête2014-02-052-0/+33
|
* Switch to gnome-autogen.shOlivier Crête2013-06-241-4/+37
|
* Fix build on OpenBSD.Jasper Lievisse Adriaanse2013-06-241-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653970
* build: add support for automake-1.13Nuno Araujo2013-06-241-1/+1
| | | | | In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.
* Pass GError as pointer, not struct, to g_signal_emit()Olivier Crête2013-06-241-1/+1
|
* Fix autotools warningsOlivier Crête2013-06-242-2/+3
|
* Explicitly link against gssdp-1.0Laurent Bigonville2013-06-231-1/+1
|
* build: also include config.h in the examples.Alban Browaeys2013-01-302-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692269
* Re-link against gthreadJens Georg2013-01-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691609
* Require GLib 2.26 and ignore later deprecationsOlivier Crête2013-01-042-9/+4
|
* Fix introspection commentOlivier Crête2013-01-041-2/+2
|
* Include config.h everywhereOlivier Crête2013-01-042-0/+7
|
* Emit GError in signal as boxed typeOlivier Crête2013-01-042-4/+4
|
* Version 0.2.20.2.2Jens Georg2012-11-232-1/+7
|
* Append environment's LD_LIBRARY_PATH if setJens Georg2012-11-231-1/+1
| | | | Fixes running tests in make check.
* gir build: depend on library for 'make -j' safetyRyan Lortie2012-11-091-0/+1
| | | | | | Don't attempt to build the .gir file before the .la is done. https://bugzilla.gnome.org/show_bug.cgi?id=687995
* build: link against -lgobject, not just -lglibRyan Lortie2012-11-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687993
* Version 0.2.1.1Olivier Crête2011-11-181-1/+1
|
* Version 0.2.10.2.1Olivier Crête2011-11-073-2/+9
|
* Restore the "main-context" property as read-onlyOlivier Crête2011-11-072-3/+49
| | | | Farsight2 used it to put a timer in the thread's context
* Update python def filesOlivier Crête2011-11-071-5/+2
|
* Version 0.2.0.1Olivier Crête2011-11-071-1/+1
|
* Version 0.2.00.2.0Olivier Crête2011-11-073-3/+11
|
* Delay quitting of main loop through idleJens Georg2011-11-071-1/+9
| | | | | | Prevents the leaking of GUPnP*Igd when running multiple test-cases which causes spurious warnings about "Connection terminated unexpectedly".
* Don't leak control pointsJens Georg2011-11-071-0/+1
| | | | | _manage_control_points calls add_ref, so it's necessary to drop the initial reference after the call.
* Delete fake WAN serverJens Georg2011-11-071-0/+3
| | | | | Prevent wrong answers from simulated UPnP devices originating in a previous test-case.
* Change the API to not sure GMainContext directly like before,Olivier Crête2011-11-075-85/+30
| | | | | but instead force the same GMainContext to be pushed on the thread for any call to the API.
* Add Olivier to maintainers in DOAP fileOlivier Crête2011-06-081-0/+7
|
* Add a DOAP fileZeeshan Ali (Khattak)2011-06-081-0/+38
| | | | | Olivier should be in the maintainer's list for sure but I don't know his GNOME git account name.
* Version 0.1.11.1Olivier Crête2011-05-041-1/+1
|
* Version 0.1.110.1.11Olivier Crête2011-05-042-1/+7
|
* Disable introspection really if disabledOlivier Crête2011-05-041-0/+4
|
* Version 0.1.10.1Olivier Crête2011-05-041-1/+1
|
* Use variable for glib-genmarshalLaurent Bigonville2011-05-041-5/+5
| | | | Otherwise the build fails if it is installed outside of the path
* Remove -lpython from the python moduleLaurent Bigonville2011-05-041-1/+0
| | | | It seems that debian statically links their python executable
* Version 0.1.100.1.10Olivier Crête2011-04-262-1/+7
|
* Port to introspection 0.10Olivier Crête2011-04-062-1/+5
|
* Version 0.1.9.1Olivier Crête2011-04-061-1/+1
|
* Version 0.1.90.1.9Olivier Crête2011-04-063-2/+8
|
* Push context as thread default context if it isn't alreadyOlivier Crête2011-04-061-0/+2
| | | | | Works around gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=646957
* Version 0.1.8.1Olivier Crête2011-01-171-1/+1
|
* Version 0.1.80.1.8Olivier Crête2011-01-173-2/+10
|
* Work around bug in GIR installation pkgconfig stuffOlivier Crête2011-01-171-0/+6
|
* Test GError on invalid ipOlivier Crête2011-01-172-2/+13
|
* Correctly give GError if the local router gives a bogus replyOlivier Crête2011-01-171-6/+8
|
* simpleigdthread: Add typecast to make newer GCC happyOlivier Crête2010-12-201-1/+1
| | | | | Report by Peter Robinson http://bugzilla.openedhand.com/show_bug.cgi?id=2209
* Fix build with make 3.82. Make is not bash.Dominique Leuenberger2010-09-111-1/+1
|