libupnp/upnp/inc
Fabrice Fontaine 6c64b7eeb5 Support for "polling" select in sock_read_write.
Currently, in sock_read_write function, if the timeout is 0, pupnp
realizes a "blocking" select (with an infinite timeout). With this
patch, if timeout is set to 0, pupnp will realize a "polling" select
and returns immediately if it can not read or write on the socket. This
is very useful for GENA notifications when pupnp is trying to send
events to a disconnected Control Point. "Blocking" select can now be
done by putting a negative timeout value.
2010-11-11 21:24:49 -02:00
..
ActionComplete.h Fixed a typo in upnp/inc/ActionComplete.h. 2010-11-07 19:01:30 -02:00
ActionRequest.h Template object for ActionRequest. 2010-09-12 00:28:35 -03:00
Discovery.h Template object for Discovery. 2010-09-12 00:28:35 -03:00
Event.h Template object for Event. 2010-09-12 00:28:35 -03:00
EventSubscribe.h Template object for EventSubscribe. 2010-09-12 00:28:35 -03:00
FileInfo.h Template object for FileInfo. 2010-09-12 00:28:35 -03:00
list.h Template object for lists. 2010-10-21 00:27:57 -02:00
poison.h Template object for lists. 2010-10-21 00:27:57 -02:00
StateVarComplete.h Template object for StateVarComplete. 2010-09-12 00:28:35 -03:00
StateVarRequest.h Template object for StateVarRequest. 2010-09-12 00:28:35 -03:00
SubscriptionRequest.h Template object for SubscriptionRequest. 2010-09-12 00:28:35 -03:00
TemplateInclude.h Fix for size_t in template. 2010-11-07 19:01:30 -02:00
TemplateSource.h Fix for size_t in template. 2010-11-07 19:01:30 -02:00
TemplateUndef.h Copyright notice. 2010-10-21 08:29:52 -02:00
upnp.h Support for "polling" select in sock_read_write. 2010-11-11 21:24:49 -02:00
upnpconfig.h.in Update build/inc/autoconfig.h and build/inc/upnpconfig.h at configure 2010-10-04 10:53:33 -03:00
upnpdebug.h SF Patch Tracker [ 2987390 ] upnp_debug vs. ixml_debug 2010-04-16 13:38:06 +00:00
UpnpGlobal.h Fix for application compiler warning: "PRId64" redefined. 2008-08-14 12:00:01 +00:00
UpnpInet.h Consistent usage of win32 INVALID_SOCKET and SOCKET_ERROR. 2010-11-07 18:59:52 -02:00
UpnpString.h Fixed some typos. 2010-11-07 18:59:53 -02:00
upnptools.h Doxygen. 2008-06-10 03:23:08 +00:00