summaryrefslogtreecommitdiff
path: root/libgupnp-igd/gupnp-simple-igd.c
Commit message (Expand)AuthorAgeFilesLines
* Add function to remove the port using the local portOlivier Crête2014-09-301-5/+69
* Move pre-conditions to the synchronous functionsOlivier Crête2014-09-301-2/+6
* Make the Class structures privateOlivier Crête2014-09-301-0/+1
* Make sure the GUPnPContextManager callback is not called after the object hasOlivier Crête2014-02-051-2/+2
* Add signal to make it possible to ignore certain GUPnPContextsOlivier Crête2014-02-051-0/+32
* Fix build on OpenBSD.Jasper Lievisse Adriaanse2013-06-241-1/+4
* Pass GError as pointer, not struct, to g_signal_emit()Olivier Crête2013-06-241-1/+1
* Fix introspection commentOlivier Crête2013-01-041-2/+2
* Include config.h everywhereOlivier Crête2013-01-041-0/+3
* Emit GError in signal as boxed typeOlivier Crête2013-01-041-3/+3
* Restore the "main-context" property as read-onlyOlivier Crête2011-11-071-2/+45
* Don't leak control pointsJens Georg2011-11-071-0/+1
* Change the API to not sure GMainContext directly like before,Olivier Crête2011-11-071-72/+8
* Test GError on invalid ipOlivier Crête2011-01-171-2/+2
* Correctly give GError if the local router gives a bogus replyOlivier Crête2011-01-171-6/+8
* Explain more clearly what local_ip meansOlivier Crête2010-08-021-1/+2
* Add GObject Introspection supportOlivier Crête2010-05-211-2/+2
* Remove empty linesOlivier Crête2010-01-181-2/+0
* Validate returned IP addressesOlivier Crête2010-01-181-0/+34
* Port to use GUPnPContextManagerOlivier Crête2009-11-231-113/+63
* Remove duplicate call to free_proxymappingOlivier Crête2009-06-061-2/+0
* Don't unref proxy before stopping mappings on itOlivier Crête2009-06-061-1/+1
* Centralise calls to stop_proxymapping to free_proxymappingOlivier Crête2009-06-061-5/+2
* Stop proxymappings when freeing mappingsOlivier Crête2009-06-061-34/+34
* Split out mapping deletings from the dispose callOlivier Crête2009-06-061-5/+21
* Delete mappings on disposeOlivier Crête2009-06-061-12/+21
* Delete the mapping on when freeing the local structureOlivier Crête2009-06-061-30/+35
* Don't add renew timeout if the lease duration is 0Olivier Crête2009-06-011-6/+8
* Stop renew timeout source when stopping a proxymappingOlivier Crête2009-05-271-20/+21
* Add some assertsOlivier Crête2009-05-251-0/+3
* Update marshaller for updated errorOlivier Crête2009-04-241-1/+1
* Add the local ip/port in error signalOlivier Crête2009-04-231-2/+8
* Don't emit the ip changed signal if it hasn't changedOlivier Crête2009-04-201-7/+18
* Cancel preview renew action if it has not finished before the next oneOlivier Crête2009-04-201-0/+2
* Forget pm action pointer on renew success or failureOlivier Crête2009-04-201-0/+4
* If a random port is requested, pick a random port on failureOlivier Crête2009-04-171-4/+19
* Use factored out function in renew tooOlivier Crête2009-04-171-26/+16
* Factor out the call to AddPortMappingOlivier Crête2009-04-171-13/+22
* Separate actual and requested external portsOlivier Crête2009-04-171-16/+24
* Remove useless callOlivier Crête2009-04-171-2/+0
* Remove trailing whitespaceOlivier Crête2009-04-171-1/+1
* Remove the word farsightOlivier Crête2008-09-301-1/+1
* Set the SoupSession timeout directlyOlivier Crête2008-09-301-39/+14
* Update tests to succeed with WANPPPConnection testingOlivier Crête2008-09-301-1/+2
* Add support for WANPPPConnection:1Olivier Crête2008-09-301-1/+35
* Remove remnant of FS_ prefixesOlivier Crête2008-09-301-2/+2
* Add gtk-doc documentationOlivier Crête2008-09-301-0/+54
* Rename cp to ip_cp and associated signals handlers tooOlivier Crête2008-09-301-17/+19
* Import gupnp-igd, thanks Olivier Crête <olivier.crete@collabora.co.uk>Ross Burton2008-09-301-0/+854