AminetAminet
Search:
84799 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/lib/libupnp-1.4.6-bin-m68k.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric icon
No screenshot available
Short:The Portable SDK for UPnP Devices
Author:Intel team and others
Uploader:megacz usa com
Type:dev/lib
Version:1.4.6
Architecture:m68k-amigaos
Date:2010-12-07
Requires:porter & compiler
Download:dev/lib/libupnp-1.4.6-bin-m68k.lha - View contents
Readme:dev/lib/libupnp-1.4.6-bin-m68k.readme
Downloads:810

----==================================================================----
THIS IS VERY SPECIAL AMINET UPLOAD SINCE SOME FILES DISAPPEARED FROM BTTR
AFTER THE DISK ARRAY CRASH...
----==================================================================----

libupnp-1.4.6
--------------

---

The Portable SDK for UPnP Devices is an SDK for development of UPnP
device and control point applications.  It consists of the core UPnP 
protocols along with a UPnP-specific eXtensible Markup Language (XML)
parser supporting the Document Object Model (DOM) Level 2 API and an
optional, integrated mini web server for serving UPnP related docs.

---

NOTES:

[*]
Requires 68020+(no FPU), OS 2.04+, 2+ MiB of free memory, ixemul 48+,
ixnet 48+, libpthread 2.0.7+, AmiTCP 3.0b2+

[*]
I did plenty of small changes, see 'chunks' directory for details.

[*]
Sample proggies work flawlessly(tested using 'upnp-inspector' under
Linux) however there is one major problem. Unlike AmiTCP for which
there is a need for simple additional 'route' MiamiDx doesnt work and
so it requires some sort of hack for its great(read: crap) multicast
support...

[*]
Stack size used in threading can be adjusted using '___upnpstacksize'
variable('extern int ___upnpstacksize'). By default 131072 bytes will
be used per thread.

[*]
Old 'SIGPIPE' handler will be put in '___upnpoldsigpipe' var. after
doing 'UpnpInit()'! This is really necessary for the code to function
properly. You can access it through 'extern sig_t ___upnpoldsigpipe'.

[*]
By default 16 HTTP calls are allowed(threadpool replacement), you can
change that in '___upnpmaxhttpreq'('extern int ___upnpmaxhttpreq').

[*]
By default maximum web server request space is 65536 bytes, this can
be changed with '___upnpserversize'('extern int ___upnpserversize').

[*]
Always link against 'hscm' 'pthread' library, and also remeber to add
'-D_PTHREAD_PRIVATE' to '$(CFLAGS)' when compiling your program!!!

[*]
Warning! This library can only be used with 'ixemul', as it relies on
'syscall()' interface!!!

[*]
Program linked against this library may work incorrectly under the 
'ixemul' other than 48.3-3!!!

---

SETUP:

   ; if you use AmiTCP then you will have to set additional gateway
   ; that will emulate multicast address(we use broadcast)
   route add 239.255.255.250 255.255.255.255

   ; if you dont want anything to be broadcasted over your switch,
   ; hub or router then pass the ip address of your portable device
   ; directly(that device has to have statically assigned ip)
   route add 239.255.255.250 192.168.1.6

---
megacz@usa.com


Contents of dev/lib/libupnp-1.4.6-bin-m68k.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                    0       0 ****** -lh0- 0000 Oct  5  2006 libupnp-1.4.6-bin-m68k/AUTHORS
[generic]                 6577   18998  34.6% -lh5- a664 Apr 30  2007 libupnp-1.4.6-bin-m68k/ChangeLog
[generic]                 3883   22238  17.5% -lh5- 8cce Oct 18 21:59 libupnp-1.4.6-bin-m68k/chunks/threadutil/inc/ithread.h
[generic]                 4621   20465  22.6% -lh5- 0272 Oct 13 17:31 libupnp-1.4.6-bin-m68k/chunks/threadutil/inc/ThreadPool.h
[generic]                 1664    4554  36.5% -lh5- d663 Oct 13 14:45 libupnp-1.4.6-bin-m68k/chunks/threadutil/src/iasnprintf.c
[generic]                 2867   14943  19.2% -lh5- 9e8a Oct 13 14:45 libupnp-1.4.6-bin-m68k/chunks/threadutil/src/LinkedList.c
[generic]                10354   54367  19.0% -lh5- 7408 Oct 19 01:20 libupnp-1.4.6-bin-m68k/chunks/threadutil/src/ThreadPool.c
[generic]                 3658   14478  25.3% -lh5- 4fd1 Oct 13 14:12 libupnp-1.4.6-bin-m68k/chunks/threadutil/src/TimerThread.c
[generic]                20776  114775  18.1% -lh5- 6bf9 Oct 13 14:58 libupnp-1.4.6-bin-m68k/chunks/upnp/inc/upnp.h
[generic]                 2542    9666  26.3% -lh5- e636 Oct 13 16:38 libupnp-1.4.6-bin-m68k/chunks/upnp/sample/common/sample_util.h
[generic]                 1201    3151  38.1% -lh5- e521 Oct 25 23:56 libupnp-1.4.6-bin-m68k/chunks/upnp/src/api/igmpv3hack.c
[generic]                23501  138993  16.9% -lh5- 5726 Oct 26 00:04 libupnp-1.4.6-bin-m68k/chunks/upnp/src/api/upnpapi.c
[generic]                 9907   55039  18.0% -lh5- 2e53 Oct 13 19:14 libupnp-1.4.6-bin-m68k/chunks/upnp/src/gena/gena_device.c
[generic]                 7040   28723  24.5% -lh5- 87f9 Oct 19 02:09 libupnp-1.4.6-bin-m68k/chunks/upnp/src/genlib/miniserver/miniserver.c
[generic]                17260   78586  22.0% -lh5- 9159 Oct 13 23:43 libupnp-1.4.6-bin-m68k/chunks/upnp/src/genlib/net/http/httpreadwrite.c
[generic]                12632   56599  22.3% -lh5- a3ed Oct 13 19:09 libupnp-1.4.6-bin-m68k/chunks/upnp/src/genlib/net/http/webserver.c
[generic]                 2876   10236  28.1% -lh5- 280e Oct 19 02:46 libupnp-1.4.6-bin-m68k/chunks/upnp/src/genlib/net/sock.c
[generic]                 7703   32386  23.8% -lh5- 5bf8 Oct 13 19:32 libupnp-1.4.6-bin-m68k/chunks/upnp/src/genlib/net/uri/uri.c
[generic]                 3787   11327  33.4% -lh5- 69ee Oct 18 23:19 libupnp-1.4.6-bin-m68k/chunks/upnp/src/inc/config.h
[generic]                 6014   26427  22.8% -lh5- 2882 Oct 25 22:43 libupnp-1.4.6-bin-m68k/chunks/upnp/src/ssdp/ssdp_device.c
[generic]                 7526   35826  21.0% -lh5- ed50 Oct 18 20:43 libupnp-1.4.6-bin-m68k/chunks/upnp/src/ssdp/ssdp_server.c
[generic]                    0       0 ****** -lh0- 0000 Oct  5  2006 libupnp-1.4.6-bin-m68k/COPYING
[generic]                  786    1499  52.4% -lh5- 244b Oct  5  2006 libupnp-1.4.6-bin-m68k/LICENSE
[generic]                 1453    3237  44.9% -lh5- 86f7 Oct  5  2006 libupnp-1.4.6-bin-m68k/NEWS
[generic]                 3779   10052  37.6% -lh5- 08b8 Oct  5  2006 libupnp-1.4.6-bin-m68k/README
[generic]                 1256    2329  53.9% -lh5- 4744 Oct 30 15:49 libupnp-1.4.6-bin-m68k/README.amiga
[generic]                  390     885  44.1% -lh5- a703 Oct  5  2007 libupnp-1.4.6-bin-m68k/README.ixstack
[generic]               113728  233136  48.8% -lh5- 6233 Oct 26 16:47 libupnp-1.4.6-bin-m68k/sample/upnp_tv_ctrlpt
[generic]               111842  228932  48.9% -lh5- 9768 Oct 26 16:47 libupnp-1.4.6-bin-m68k/sample/upnp_tv_device
[generic]                  545    3707  14.7% -lh5- 3cca Oct  5  2006 libupnp-1.4.6-bin-m68k/sample/web/tvcontrolSCPD.xml
[generic]                  479    1526  31.4% -lh5- 8c11 Oct  5  2006 libupnp-1.4.6-bin-m68k/sample/web/tvdevicedesc.xml
[generic]                 1568    9348  16.8% -lh5- d1b7 Oct  5  2006 libupnp-1.4.6-bin-m68k/sample/web/tvdevicepres.html
[generic]                  586    5706  10.3% -lh5- 895b Oct  5  2006 libupnp-1.4.6-bin-m68k/sample/web/tvpictureSCPD.xml
[generic]                  407     636  64.0% -lh5- 3ee4 Apr 28  2007 libupnp-1.4.6-bin-m68k/THANKS
[generic]                  351     602  58.3% -lh5- 8e9e Oct  5  2006 libupnp-1.4.6-bin-m68k/TODO
[generic]                 1678    5326  31.5% -lh5- 5f93 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/FreeList.h
[generic]                 1117    2269  49.2% -lh5- 9db4 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/iasnprintf.h
[generic]                 3883   22238  17.5% -lh5- 8cce Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/ithread.h
[generic]                12712   71552  17.8% -lh5- db7c Oct 26 16:43 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/ixml.h
[generic]                 2542   12273  20.7% -lh5- 667e Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/LinkedList.h
[generic]                 4621   20465  22.6% -lh5- 0272 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/ThreadPool.h
[generic]                 2244    6732  33.3% -lh5- 79b4 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/TimerThread.h
[generic]                20776  114775  18.1% -lh5- 6bf9 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/upnp.h
[generic]                 1390    3662  38.0% -lh5- e2bf Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/upnpconfig.h
[generic]                 2684    9864  27.2% -lh5- 4608 Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/include/upnp/upnptools.h
[generic]                16436   39328  41.8% -lh5- c793 Oct 26 16:43 libupnp-1.4.6-bin-m68k/usr/local/lib/libixml.a
[generic]                  449     787  57.1% -lh5- ff55 Oct 26 16:43 libupnp-1.4.6-bin-m68k/usr/local/lib/libixml.la
[generic]                 6923   15560  44.5% -lh5- 27ed Oct 26 16:43 libupnp-1.4.6-bin-m68k/usr/local/lib/libthreadutil.a
[generic]                  452     805  56.1% -lh5- b1a2 Oct 26 16:43 libupnp-1.4.6-bin-m68k/usr/local/lib/libthreadutil.la
[generic]                62406  138830  45.0% -lh5- c18c Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/lib/libupnp.a
[generic]                  479     874  54.8% -lh5- cb4b Oct 26 16:44 libupnp-1.4.6-bin-m68k/usr/local/lib/libupnp.la
[generic]                  169     245  69.0% -lh5- 3443 Oct 17 21:49 libupnp-1.4.6-bin-m68k/usr/local/lib/pkgconfig/libupnp.pc
[generic]                  742    2032  36.5% -lh5- d762 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/DOMInterfaces.html
[generic]                  269     376  71.5% -lh5- 96c9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/General.html
[generic]                  326     326 100.0% -lh0- 9b06 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/icon1.gif
[generic]                  326     326 100.0% -lh0- 5a31 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/icon2.gif
[generic]                  572    1231  46.5% -lh5- 9ea4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/index.html
[generic]                  562     961  58.5% -lh5- 933a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitAttr.html
[generic]                  650    1288  50.5% -lh5- 607e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitCDATASection.html
[generic]                 1116    5815  19.2% -lh5- 460f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitDocument.html
[generic]                 1160    5287  21.9% -lh5- e185 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitElement.html
[generic]                  806    3094  26.1% -lh5- 9c1e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitNamedNodeMap.html
[generic]                 1288    5817  22.1% -lh5- e4d9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitNode.html
[generic]                  627    1360  46.1% -lh5- 2ae8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/InterfaceitNodeList.html
[generic]                  961    1837  52.3% -lh5- 6c59 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/Introduction.html
[generic]                  834    3031  27.5% -lh5- 175d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/IXMLAPI.html
[generic]                  473     815  58.0% -lh5- 1993 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlAttr_free.html
[generic]                  476     858  55.5% -lh5- 880a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlCDATASection_free.html
[generic]                  483     877  55.1% -lh5- 278d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlCDATASection_init.html
[generic]                  515     942  54.7% -lh5- 8429 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlCloneDOMString.html
[generic]                  707    1408  50.2% -lh5- 6f7a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocumenttoString.html
[generic]                  543    1014  53.6% -lh5- acbc Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createAttribute.html
[generic]                  814    1583  51.4% -lh5- 6e29 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createAttributeEx.html
[generic]                  595    1209  49.2% -lh5- 85fa Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createAttributeNS.html
[generic]                  877    1816  48.3% -lh5- 857a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createAttributeNSEx.html
[generic]                  559    1095  51.1% -lh5- 4c97 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createCDATASection.html
[generic]                  834    1639  50.9% -lh5- eb07 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createCDATASectionEx.html
[generic]                  457     824  55.5% -lh5- b70b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createDocument.html
[generic]                  702    1295  54.2% -lh5- 7fbe Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createDocumentEx.html
[generic]                  649    1320  49.2% -lh5- 122e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createElement.html
[generic]                  913    1881  48.5% -lh5- cc8c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createElementEx.html
[generic]                  600    1232  48.7% -lh5- 1652 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createElementNS.html
[generic]                  874    1828  47.8% -lh5- 25b6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createElementNSEx.html
[generic]                  557    1043  53.4% -lh5- 72d0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createTextNode.html
[generic]                  830    1607  51.6% -lh5- 7a9c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_createTextNodeEx.html
[generic]                  583    1068  54.6% -lh5- 4181 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_free.html
[generic]                  562    1078  52.1% -lh5- 5fb2 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_getElementById.html
[generic]                  636    1303  48.8% -lh5- a12a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_getElementsByTagName.html
[generic]                  755    1678  45.0% -lh5- 4d1e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_getElementsByTagNameNS.html
[generic]                  946    2057  46.0% -lh5- cd3c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_importNode.html
[generic]                  477     853  55.9% -lh5- 65e7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlDocument_init.html
[generic]                  486     905  53.7% -lh5- e11a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_free.html
[generic]                  540    1043  51.8% -lh5- d983 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getAttribute.html
[generic]                  605    1150  52.6% -lh5- 7da6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getAttributeNode.html
[generic]                  589    1167  50.5% -lh5- 4864 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getAttributeNodeNS.html
[generic]                  580    1191  48.7% -lh5- 1699 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getAttributeNS.html
[generic]                  652    1358  48.0% -lh5- d1c6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getElementsByTagName.html
[generic]                  682    1485  45.9% -lh5- 406b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getElementsByTagNameNS.html
[generic]                  509     961  53.0% -lh5- 7e6e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_getTagName.html
[generic]                  610    1224  49.8% -lh5- ad6c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_hasAttribute.html
[generic]                  651    1445  45.1% -lh5- d1aa Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_hasAttributeNS.html
[generic]                  476     850  56.0% -lh5- 7ece Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_init.html
[generic]                  621    1138  54.6% -lh5- 8531 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_removeAttribute.html
[generic]                  726    1454  49.9% -lh5- 753b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_removeAttributeNode.html
[generic]                  665    1337  49.7% -lh5- 6a35 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_removeAttributeNS.html
[generic]                  825    1612  51.2% -lh5- ec66 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_setAttribute.html
[generic]                  839    1723  48.7% -lh5- dceb Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_setAttributeNode.html
[generic]                  823    1661  49.5% -lh5- e9cf Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_setAttributeNodeNS.html
[generic]                  943    2076  45.4% -lh5- 2397 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlElement_setAttributeNS.html
[generic]                  462     809  57.1% -lh5- d09c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlFreeDOMString.html
[generic]                  532     998  53.3% -lh5- a12d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlLoadDocument.html
[generic]                  792    1521  52.1% -lh5- 2bd7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlLoadDocumentEx.html
[generic]                  513     924  55.5% -lh5- b296 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_free.html
[generic]                  514     971  52.9% -lh5- fb65 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_getLength.html
[generic]                  545    1035  52.7% -lh5- de6b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_getNamedItem.html
[generic]                  618    1282  48.2% -lh5- 162d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_getNamedItemNS.html
[generic]                  585    1111  52.7% -lh5- e4a5 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_item.html
[generic]                  576    1088  52.9% -lh5- 5e9d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_removeNamedItem.html
[generic]                  620    1286  48.2% -lh5- 4722 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_removeNamedItemNS.html
[generic]                  585    1217  48.1% -lh5- d790 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_setNamedItem.html
[generic]                  603    1246  48.4% -lh5- bb7b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNamedNodeMap_setNamedItemNS.html
[generic]                  537     967  55.5% -lh5- 06dc Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNodeList_free.html
[generic]                  575    1101  52.2% -lh5- 9f00 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNodeList_item.html
[generic]                  496     964  51.5% -lh5- 92be Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNodeList_length.html
[generic]                  711    1402  50.7% -lh5- 9bcb Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNodetoString.html
[generic]                  804    1635  49.2% -lh5- 7816 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_appendChild.html
[generic]                  650    1228  52.9% -lh5- 377d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_cloneNode.html
[generic]                  483     871  55.5% -lh5- 338a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_free.html
[generic]                  544    1083  50.2% -lh5- 42dd Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getAttributes.html
[generic]                  557    1135  49.1% -lh5- ea9f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getChildNodes.html
[generic]                  527     996  52.9% -lh5- 2db7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getFirstChild.html
[generic]                  524     989  53.0% -lh5- e3b1 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getLastChild.html
[generic]                  678    1299  52.2% -lh5- 6c0d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getLocalName.html
[generic]                  640    1263  50.7% -lh5- 3ce6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getNamespaceURI.html
[generic]                  537    1019  52.7% -lh5- fcdf Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getNextSibling.html
[generic]                  587    1133  51.8% -lh5- e984 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getNodeName.html
[generic]                  647    1356  47.7% -lh5- 71e0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getNodeType.html
[generic]                  531    1012  52.5% -lh5- f264 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getNodeValue.html
[generic]                  606    1201  50.5% -lh5- a100 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getOwnerDocument.html
[generic]                  506     964  52.5% -lh5- 6b4c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getParentNode.html
[generic]                  657    1246  52.7% -lh5- c1b0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getPrefix.html
[generic]                  543    1035  52.5% -lh5- 0cb9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_getPreviousSibling.html
[generic]                  546    1007  54.2% -lh5- 9e98 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_hasAttributes.html
[generic]                  534     970  55.1% -lh5- ccad Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_hasChildNodes.html
[generic]                 1043    2361  44.2% -lh5- 4a6f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_insertBefore.html
[generic]                  803    1643  48.9% -lh5- 7efc Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_removeChild.html
[generic]                 1007    2264  44.5% -lh5- c24f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_replaceChild.html
[generic]                  736    1360  54.1% -lh5- 74a8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlNode_setNodeValue.html
[generic]                  535    1010  53.0% -lh5- 9c77 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlParseBuffer.html
[generic]                  799    1529  52.3% -lh5- 520e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlParseBufferEx.html
[generic]                  744    1495  49.8% -lh5- 18e9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlPrintDocument.html
[generic]                  719    1400  51.4% -lh5- 53e9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlPrintNode.html
[generic]                  576    1060  54.3% -lh5- 2453 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/ixmlRelaxParser.html
[generic]                 1091    2003  54.5% -lh5- c232 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/License.html
[generic]                  288     416  69.2% -lh5- b3a5 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/ixml/toc.html
[generic]                  649    1180  55.0% -lh5- 19c4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/AboutCallbacks.html
[generic]                 1142    3958  28.9% -lh5- 61df Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/ConstantsStructuresandTypes.html
[generic]                  598    2072  28.9% -lh5- b43a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Control.html
[generic]                  948    3472  27.3% -lh5- 7aad Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/ControlPointHTTPAPI.html
[generic]                  478     956  50.0% -lh5- 268e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Discovery.html
[generic]                 1273    6222  20.5% -lh5- 2b79 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Errorcodes.html
[generic]                 1034    3945  26.2% -lh5- dd8a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Eventing.html
[generic]                  269     376  71.5% -lh5- 96c9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/General.html
[generic]                  326     326 100.0% -lh0- 9b06 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/icon1.gif
[generic]                  326     326 100.0% -lh0- 5a31 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/icon2.gif
[generic]                  590    1318  44.8% -lh5- a827 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/index.html
[generic]                  979    3265  30.0% -lh5- 422a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/InitializationandRegistration.html
[generic]                  635    1082  58.7% -lh5- b401 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Introduction.html
[generic]                 1091    2003  54.5% -lh5- c232 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/License.html
[generic]                  924    2868  32.2% -lh5- 3368 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/OptionalToolAPIs.html
[generic]                  542    1525  35.5% -lh5- b5af Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/TheAPI.html
[generic]                  302     437  69.1% -lh5- bbc7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/toc.html
[generic]                 1134    2654  42.7% -lh5- d523 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAcceptSubscription.html
[generic]                 1122    2517  44.6% -lh5- 2aa3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAcceptSubscriptionExt.html
[generic]                  939    2009  46.7% -lh5- 9527 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAddToAction.html
[generic]                  951    2075  45.8% -lh5- 2af3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAddToActionResponse.html
[generic]                  881    1762  50.0% -lh5- f36d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAddToPropertySet.html
[generic]                  677    1246  54.3% -lh5- 4227 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpAddVirtualDir.html
[generic]                  551     996  55.3% -lh5- 7ed4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpCancelHttpGet.html
[generic]                  450     829  54.3% -lh5- fa54 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpClient_Handle.html
[generic]                  578    1069  54.1% -lh5- 9967 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpCloseHttpGet.html
[generic]                  895    1869  47.9% -lh5- 7796 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpCloseHttpPost.html
[generic]                  646    1220  53.0% -lh5- d525 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpCreatePropertySet.html
[generic]                  457     891  51.3% -lh5- 09a4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpDevice_Handle.html
[generic]                 1042    2181  47.8% -lh5- ff5b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpDownloadUrlItem.html
[generic]                  954    2074  46.0% -lh5- ace3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpDownloadXmlDoc.html
[generic]                  602    1138  52.9% -lh5- ffa0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpEnableWebserver.html
[generic]                  618    1068  57.9% -lh5- 2024 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpFinish.html
[generic]                  566    1107  51.1% -lh5- 2d6c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpGetErrorMessage.html
[generic]                  572    1126  50.8% -lh5- 74a2 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpGetServerIpAddress.html
[generic]                  561    1069  52.5% -lh5- c62d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpGetServerPort.html
[generic]                 1073    2314  46.4% -lh5- 67eb Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpGetServiceVarStatus.html
[generic]                  921    2066  44.6% -lh5- fcbd Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpGetServiceVarStatusAsync.html
[generic]                  717    1364  52.6% -lh5- d346 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpHttpGetProgress.html
[generic]                 1135    2255  50.3% -lh5- efa9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpInit.html
[generic]                  506    1014  49.9% -lh5- 39f8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpIsWebserverEnabled.html
[generic]                  736    1614  45.6% -lh5- 842f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpMakeAction.html
[generic]                  744    1653  45.0% -lh5- 2bc3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpMakeActionResponse.html
[generic]                 1027    2350  43.7% -lh5- 3490 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpNotify.html
[generic]                 1065    2327  45.8% -lh5- 0584 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpNotifyExt.html
[generic]                 1162    2594  44.8% -lh5- 0c80 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpOpenHttpGet.html
[generic]                 1289    3061  42.1% -lh5- bfbe Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpOpenHttpGetEx.html
[generic]                 1198    2755  43.5% -lh5- 92c6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpOpenHttpGetProxy.html
[generic]                 1148    2595  44.2% -lh5- f929 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpOpenHttpPost.html
[generic]                  988    1975  50.0% -lh5- 8316 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpReadHttpGet.html
[generic]                  911    1847  49.3% -lh5- 49ac Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRegisterClient.html
[generic]                 1231    2838  43.4% -lh5- 7581 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRegisterRootDevice.html
[generic]                 1913    5606  34.1% -lh5- e7d4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRegisterRootDevice2.html
[generic]                  406     733  55.4% -lh5- 6242 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNPREG_BUF_DESC.html
[generic]                  410     757  54.2% -lh5- 8669 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNPREG_FILENAME_DESC.html
[generic]                  372     661  56.3% -lh5- 6719 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNPREG_URL_DESC.html
[generic]                  454     827  54.9% -lh5- 1dc6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRemoveAllVirtualDirs.html
[generic]                  604    1152  52.4% -lh5- 3d9c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRemoveVirtualDir.html
[generic]                 1086    2513  43.2% -lh5- c15c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRenewSubscription.html
[generic]                 1378    3924  35.1% -lh5- d68f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpRenewSubscriptionAsync.html
[generic]                  808    1635  49.4% -lh5- 57e0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpResolveURL.html
[generic]                 1122    2320  48.4% -lh5- 9144 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSearchAsync.html
[generic]                 1141    2670  42.7% -lh5- 13ca Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSendAction.html
[generic]                 1164    2830  41.1% -lh5- 9467 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSendActionAsync.html
[generic]                 1191    2835  42.0% -lh5- 0356 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSendActionEx.html
[generic]                 1219    2995  40.7% -lh5- 2a2d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSendActionExAsync.html
[generic]                  776    1542  50.3% -lh5- ab9d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSendAdvertisement.html
[generic]                  525     969  54.2% -lh5- 8df9 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetContentLength.html
[generic]                  745    1387  53.7% -lh5- b2d5 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetMaxContentLength.html
[generic]                  796    1628  48.9% -lh5- 57ed Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetMaxSubscriptions.html
[generic]                  797    1681  47.4% -lh5- 2909 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetMaxSubscriptionTimeOut.html
[generic]                  681    1378  49.4% -lh5- b93b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetVirtualDirCallbacks.html
[generic]                  749    1497  50.0% -lh5- 94bc Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSetWebServerRootDir.html
[generic]                 1137    2818  40.3% -lh5- dd43 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSubscribe.html
[generic]                 1380    4057  34.0% -lh5- ef6f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpSubscribeAsync.html
[generic]                  726    1449  50.1% -lh5- 12a1 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpUnRegisterClient.html
[generic]                  787    1628  48.3% -lh5- fc7e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpUnRegisterRootDevice.html
[generic]                 1027    2364  43.4% -lh5- 255c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpUnSubscribe.html
[generic]                 1293    3726  34.7% -lh5- d2df Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpUnSubscribeAsync.html
[generic]                 1901    6850  27.8% -lh5- 170b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpVirtualDirCallbacks.html
[generic]                  893    1838  48.6% -lh5- 889f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UpnpWriteHttpPost.html
[generic]                 1043    4290  24.3% -lh5- 96e5 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_Action_Request.html
[generic]                  449     785  57.2% -lh5- 8436 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_CONTROL_ACTION_COMPLETE.html
[generic]                  491     889  55.2% -lh5- 8b5d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_CONTROL_ACTION_REQUEST.html
[generic]                  464     805  57.6% -lh5- f0f8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_CONTROL_GET_VAR_COMPLETE.html
[generic]                  488     860  56.7% -lh5- a19d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_CONTROL_GET_VAR_REQUEST.html
[generic]                  617    1400  44.1% -lh5- 4845 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_DescType.html
[generic]                 1060    4578  23.2% -lh5- 8e36 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_Discovery.html
[generic]                  483     864  55.9% -lh5- 33b0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_ALIVE.html
[generic]                  486     858  56.6% -lh5- 436a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE.html
[generic]                  497     868  57.3% -lh5- 0e9a Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_DISCOVERY_SEARCH_RESULT.html
[generic]                  469     816  57.5% -lh5- 243f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_DISCOVERY_SEARCH_TIMEOUT.html
[generic]                  680    1776  38.3% -lh5- ed0c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_Event.html
[generic]                 1067    4307  24.8% -lh5- 7778 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPnP_EventType.html
[generic]                  475     826  57.5% -lh5- 10cd Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_AUTORENEWAL_FAILED.html
[generic]                  441     764  57.7% -lh5- f385 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_RECEIVED.html
[generic]                  449     783  57.3% -lh5- 7d4d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_RENEWAL_COMPLETE.html
[generic]                  867    2455  35.3% -lh5- 1d6b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_Event_Subscribe.html
[generic]                  449     776  57.9% -lh5- 85f4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_SUBSCRIBE_COMPLETE.html
[generic]                  482     825  58.4% -lh5- a1e2 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_SUBSCRIPTION_EXPIRED.html
[generic]                  601    1106  54.3% -lh5- 9c35 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_SUBSCRIPTION_REQUEST.html
[generic]                  451     781  57.7% -lh5- 7fb8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_EVENT_UNSUBSCRIBE_COMPLETE.html
[generic]                  436     716  60.9% -lh5- dd40 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_ALREADY_REGISTERED-120.html
[generic]                  552     943  58.5% -lh5- 4734 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_BAD_HTTPMSG-119.html
[generic]                  439     704  62.4% -lh5- e103 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_BAD_RESPONSE-113.html
[generic]                  412     655  62.9% -lh5- 5360 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_CANCELED-210.html
[generic]                  422     662  63.7% -lh5- d67c Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_EXT_NOT_XML-504.html
[generic]                  415     665  62.4% -lh5- d3e2 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_FILE_NOT_FOUND-502.html
[generic]                  373     592  63.0% -lh5- 2a78 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_FILE_READ_ERROR-503.html
[generic]                  442     710  62.3% -lh5- c50e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_FINISH-116.html
[generic]                  457     719  63.6% -lh5- 9083 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INIT-105.html
[generic]                  419     654  64.1% -lh5- c969 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INIT_FAILED-117.html
[generic]                  390     633  61.6% -lh5- 5fb6 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INTERNAL_ERROR-911.html
[generic]                  448     735  61.0% -lh5- be90 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_ACTION-115.html
[generic]                  444     722  61.5% -lh5- ea93 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_ARGUMENT-501.html
[generic]                  421     696  60.5% -lh5- 7e13 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_DESC-107.html
[generic]                  398     636  62.6% -lh5- cbf8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_HANDLE-100.html
[generic]                  443     736  60.2% -lh5- c5bb Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_PARAM-101.html
[generic]                  460     764  60.2% -lh5- a314 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_SERVICE-111.html
[generic]                  474     759  62.5% -lh5- 5a5b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_INVALID_URL-108.html
[generic]                  448     688  65.1% -lh5- 84df Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_LISTEN-206.html
[generic]                  498     822  60.6% -lh5- 7fc3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_NETWORK_ERROR-200.html
[generic]                  400     643  62.2% -lh5- b0c7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html
[generic]                  402     627  64.1% -lh5- dc08 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_NOT_FOUND-507.html
[generic]                  434     697  62.3% -lh5- 9f9b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_OUTOF_HANDLE-102.html
[generic]                  441     707  62.4% -lh5- 8b6f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_OUTOF_MEMORY-104.html
[generic]                  531     870  61.0% -lh5- 9da8 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_OUTOF_SOCKET-205.html
[generic]                  540     890  60.7% -lh5- ada3 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SOCKET_BIND-203.html
[generic]                  535     887  60.3% -lh5- 654d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SOCKET_CONNECT-204.html
[generic]                  435     703  61.9% -lh5- 0325 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SOCKET_ERROR-208.html
[generic]                  520     853  61.0% -lh5- 35d7 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SOCKET_READ-202.html
[generic]                  520     854  60.9% -lh5- bef0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SOCKET_WRITE-201.html
[generic]                  398     642  62.0% -lh5- 937b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html
[generic]                  476     795  59.9% -lh5- edc0 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_SUCCESS0.html
[generic]                  462     719  64.3% -lh5- 1c9b Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_TIMEDOUT-207.html
[generic]                  401     646  62.1% -lh5- 43bf Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html
[generic]                  895    1841  48.6% -lh5- cf88 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_FunPtr.html
[generic]                  479     869  55.1% -lh5- 4edf Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_SID44.html
[generic]                  751    2190  34.3% -lh5- c5bf Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_State_Var_Complete.html
[generic]                  982    3607  27.2% -lh5- e834 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_State_Var_Request.html
[generic]                  680    1597  42.6% -lh5- 82a4 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_SType.html
[generic]                  686    1774  38.7% -lh5- 5489 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/Upnp_Subscription_Request.html
[generic]                  376     641  58.7% -lh5- 2874 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_S_ALL.html
[generic]                  385     681  56.5% -lh5- d341 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_S_DEVICE.html
[generic]                  373     627  59.5% -lh5- 52da Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_S_ROOT.html
[generic]                  407     736  55.3% -lh5- 5a0f Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/UPNP_S_SERVICE.html
[generic]                  698    2196  31.8% -lh5- ed8d Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/html/upnp/WebServerAPI.html
[generic]               215692  242304  89.0% -lh5- 26d2 Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/IXML_Programming_Guide.pdf
[generic]               328426  371203  88.5% -lh5- cc8e Oct  5  2006 libupnp-1.4.6-bin-m68k/usr/local/share/doc/upnp/UPnP_Programming_Guide.pdf
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       304 files 1249963 2715291  46.0%            Dec  6 20:27
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>