debian/0000775000000000000000000000000012133610036007163 5ustar debian/rsplib-services.manpages0000664000000000000000000000044612066241051014022 0ustar debian/tmp/usr/share/man/man1/calcappclient.1 debian/tmp/usr/share/man/man1/fractalpooluser.1 debian/tmp/usr/share/man/man1/pingpongclient.1 debian/tmp/usr/share/man/man1/scriptingclient.1 debian/tmp/usr/share/man/man1/scriptingcontrol.1 debian/tmp/usr/share/man/man1/scriptingserviceexample.1 debian/librsplib2.install0000664000000000000000000000105012066241051012615 0ustar debian/tmp/usr/lib/librspcsp.so.* debian/tmp/usr/lib/librspdispatcher.so.* debian/tmp/usr/lib/librsphsmgt.so.* debian/tmp/usr/lib/librsplib.so.* debian/tmp/usr/lib/librspmessaging.so.* debian/tmp/usr/lib/libtdbreakdetector.so.* debian/tmp/usr/lib/libtdloglevel.so.* debian/tmp/usr/lib/libtdnetutilities.so.* debian/tmp/usr/lib/libtdrandomizer.so.* debian/tmp/usr/lib/libtdstorage.so.* debian/tmp/usr/lib/libtdstringutilities.so.* debian/tmp/usr/lib/libtdtagitem.so.* debian/tmp/usr/lib/libtdthreadsafety.so.* debian/tmp/usr/lib/libtdtimeutilities.so.* debian/patches/0000775000000000000000000000000012133610426010615 5ustar debian/patches/fix_libm_underlinkage.patch0000664000000000000000000001214712133610426016164 0ustar Description: Add math lib to link libs, fixing FTBFS with gcc-4.8 Origin: Ubuntu Author: Daniel T Chen Forwarded: no Last-Update: 2013-04-17 Index: rsplib-3.0.1/rsplib/Makefile.am =================================================================== --- rsplib-3.0.1.orig/rsplib/Makefile.am 2013-04-17 17:13:19.294341728 -0400 +++ rsplib-3.0.1/rsplib/Makefile.am 2013-04-17 17:15:24.556097146 -0400 @@ -306,7 +306,7 @@ endif rspserver_SOURCES = rspserver.cc standardservices.cc standardservices.h fractalgeneratorservice.cc fractalgeneratorservice.h calcappservice.cc calcappservice.h pingpongpackets.h fractalgeneratorpackets.h calcapppackets.h scriptingservice.h scriptingservice.cc scriptingpackets.h environmentcache.cc environmentcache.h sha1.c sha1.h -rspserver_LDADD = libtdcppthread.la libtdthreadsafety.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la libcpprspserver.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ +rspserver_LDADD = libtdcppthread.la libtdthreadsafety.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la libcpprspserver.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ -lm rspterminal_SOURCES = rspterminal.c rspterminal_LDADD = libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) @@ -345,7 +345,7 @@ fractalpooluser_CXXFLAGS = $(QT_CXXFLAGS) "-DDEFAULT_FPU_CONFIGDIR=\"$(datadir)/fgpconfig\"" fractalpooluser_SOURCES = fractalpooluser.cc fractalpooluser.h -fractalpooluser_LDADD = $(QT_LDADD) libtdrandomizer.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ +fractalpooluser_LDADD = $(QT_LDADD) libtdrandomizer.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ -lm endif Index: rsplib-3.0.1/rsplib/Makefile.in =================================================================== --- rsplib-3.0.1.orig/rsplib/Makefile.in 2013-04-17 17:13:19.306341504 -0400 +++ rsplib-3.0.1/rsplib/Makefile.in 2013-04-17 17:16:04.547398462 -0400 @@ -964,7 +964,7 @@ @ENABLE_REGISTRAR_STATISTICS_FALSE@rspregistrar_LDADD = libtdbreakdetector.la librspdispatcher.la librspcsp.la librsphsmgt.la librspmessaging.la libtdstorage.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la -lm $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) @ENABLE_REGISTRAR_STATISTICS_TRUE@rspregistrar_LDADD = libtdbreakdetector.la librspdispatcher.la librspcsp.la librsphsmgt.la librspmessaging.la libtdstorage.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la -lm $(bz2_LIBS) $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) rspserver_SOURCES = rspserver.cc standardservices.cc standardservices.h fractalgeneratorservice.cc fractalgeneratorservice.h calcappservice.cc calcappservice.h pingpongpackets.h fractalgeneratorpackets.h calcapppackets.h scriptingservice.h scriptingservice.cc scriptingpackets.h environmentcache.cc environmentcache.h sha1.c sha1.h -rspserver_LDADD = libtdcppthread.la libtdthreadsafety.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la libcpprspserver.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ +rspserver_LDADD = libtdcppthread.la libtdthreadsafety.la libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la libcpprspserver.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ -lm rspterminal_SOURCES = rspterminal.c rspterminal_LDADD = libtdrandomizer.la libtdstringutilities.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la libtdbreakdetector.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) hsdump_SOURCES = hsdump.c @@ -986,7 +986,7 @@ @BUILD_QT_PROGRAMS_TRUE@dist_fractalpooluser_DATA = fractalpooluser_de_DE.qm fractalpooluser_nb_NO.qm @BUILD_QT_PROGRAMS_TRUE@fractalpooluser_CXXFLAGS = $(QT_CXXFLAGS) "-DDEFAULT_FPU_CONFIGDIR=\"$(datadir)/fgpconfig\"" @BUILD_QT_PROGRAMS_TRUE@fractalpooluser_SOURCES = fractalpooluser.cc fractalpooluser.h -@BUILD_QT_PROGRAMS_TRUE@fractalpooluser_LDADD = $(QT_LDADD) libtdrandomizer.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ +@BUILD_QT_PROGRAMS_TRUE@fractalpooluser_LDADD = $(QT_LDADD) libtdrandomizer.la libtdtimeutilities.la libtdnetutilities.la libtdloglevel.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) -lstdc++ -lm @BUILD_TEST_PROGRAMS_TRUE@hrestest_SOURCES = hrestest.c @BUILD_TEST_PROGRAMS_TRUE@hrestest_LDADD = libtdbreakdetector.la librsplib.la $(socketapi_LIBS) $(sctplib_LIBS) $(glib_LIBS) @BUILD_TEST_PROGRAMS_TRUE@testregistrator_SOURCES = testregistrator.c debian/patches/series0000664000000000000000000000003412133610036012024 0ustar fix_libm_underlinkage.patch debian/rsplib-docs.docs0000664000000000000000000000002212066241051012252 0ustar docs/Handbook.pdf debian/rsplib-tools.install0000664000000000000000000000016412066241051013207 0ustar debian/tmp/usr/bin/cspmonitor debian/tmp/usr/bin/hsdump debian/tmp/usr/bin/rspserver debian/tmp/usr/bin/rspterminal debian/rsplib-legacy-wrappers.manpages0000664000000000000000000000017212066241051015300 0ustar debian/tmp/usr/share/man/man1/registrar.1 debian/tmp/usr/share/man/man1/server.1 debian/tmp/usr/share/man/man1/terminal.1 debian/rsplib-legacy-wrappers.install0000664000000000000000000000012312066241051015147 0ustar debian/tmp/usr/bin/registrar debian/tmp/usr/bin/server debian/tmp/usr/bin/terminal debian/libcpprspserver-dev.install0000664000000000000000000000070512066241051014560 0ustar debian/tmp/usr/include/rserpool/cpprspserver.h debian/tmp/usr/include/rserpool/mutex.h debian/tmp/usr/include/rserpool/tcplikeserver.h debian/tmp/usr/include/rserpool/thread.h debian/tmp/usr/include/rserpool/udplikeserver.h debian/tmp/usr/lib/libcpprspserver*.a debian/tmp/usr/lib/libcpprspserver*.la debian/tmp/usr/lib/libcpprspserver*.so debian/tmp/usr/lib/libtdcppthread*.a debian/tmp/usr/lib/libtdcppthread*.la debian/tmp/usr/lib/libtdcppthread*.so debian/rsplib-registrar.init0000664000000000000000000000641412066241051013352 0ustar #!/bin/sh # $Id: rsplib-registrar.init 2682 2012-06-08 11:29:28Z dreibh $ # -------------------------------------------------------------------------- # # //===// //===== //===// // // //===// # // // // // // // // // // # //===// //===== //===// // // //===<< # // \\ // // // // // // # // \\ =====// // //===== // //===// Version II # # ------------- An Efficient RSerPool Prototype Implementation ------------- # # Copyright (C) 2002-2012 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Contact: dreibh@iem.uni-due.de # ### BEGIN INIT INFO # Provides: rsplib-registrar # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: RSerPool Registrar # Description: This service provides a RSerPool Registrar. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin NAME=rspregistrar DESC="RSerPool Registrar" PIDFILE=/var/run/$NAME.pid DAEMON=/usr/bin/rspregistrar DAEMON_ARGS="-quiet -daemonpidfile=$PIDFILE -logfile=/var/log/$NAME.log -loglevel=3 -logcolor=off" test -x $DAEMON || exit 0 # Make sure that SCTP is available modprobe sctp > /dev/null 2>&1 # sysctl net.sctp.addip_enable=1 # sysctl net.sctp.auth_enable=1 # Include rsplib defaults if available if [ -f /etc/default/rsplib-registrar ] ; then . /etc/default/rsplib-registrar fi # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh # Define LSB log_* functions. # Depend on lsb-base (>= 3.2-14) to ensure that this file is present # and status_of_proc is working. . /lib/lsb/init-functions set -e case "$1" in start) echo -n "Starting $DESC: " start-stop-daemon --start --pidfile $PIDFILE \ --exec $DAEMON -- $DAEMON_ARGS echo "$NAME." ;; stop) echo -n "Stopping $DESC: " start-stop-daemon --stop --quiet --pidfile $PIDFILE \ --exec $DAEMON echo "$NAME." ;; force-reload) start-stop-daemon --stop --test --quiet --pidfile \ $PIDFILE --exec $DAEMON \ && $0 restart \ || exit 0 ;; restart) echo -n "Restarting $DESC: " start-stop-daemon --stop --quiet --pidfile \ $PIDFILE --exec $DAEMON sleep 1 start-stop-daemon --start --quiet --pidfile \ $PIDFILE --exec $DAEMON -- $DAEMON_ARGS echo "$NAME." ;; status) status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $? ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac exit 0 debian/librsplib2.lintian-overrides0000664000000000000000000000010512066241051014605 0ustar librsplib2: hardening-no-fortify-functions usr/lib/libtdrandomizer.* debian/rsplib-docs.doc-base0000664000000000000000000000040712066241051013006 0ustar Document: rsplib-docs Title: Documentation of the RSerPool implementation rsplib Author: Thomas Dreibholz Abstract: Documentation of the RSerPool implementation rsplib Section: Network/Communication Format: PDF Files: /usr/share/doc/rsplib-docs/Handbook.pdf.gz debian/libcpprspserver2.install0000664000000000000000000000011712066241051014063 0ustar debian/tmp/usr/lib/libcpprspserver.so.* debian/tmp/usr/lib/libtdcppthread.so.* debian/rules0000775000000000000000000000066512066241051010254 0ustar #!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ override_dh_auto_configure: dh_auto_configure -- --disable-maintainer-mode --enable-kernel-sctp --enable-qt --enable-csp override_dh_installchangelogs: dh_installchangelogs -k ChangeLog override_dh_install: dh_install sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` override_dh_strip: dh_strip --dbg-package=rsplib-dbg debian/compat0000664000000000000000000000000212066241051010363 0ustar 7 debian/copyright0000664000000000000000000000207012066241574011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Reliable Server Pooling Upstream-Contact: Thomas Dreibholz Source: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/download/ Files: * Copyright: 2002-2011, Thomas Dreibholz License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/rsplib-registrar.manpages0000664000000000000000000000005512066241051014175 0ustar debian/tmp/usr/share/man/man1/rspregistrar.1 debian/source/0000775000000000000000000000000012066241051010465 5ustar debian/source/format0000664000000000000000000000001412066241051011673 0ustar 3.0 (quilt) debian/rsplib-fgp-cfgfiles.install0000664000000000000000000000004512066241051014401 0ustar debian/tmp/usr/share/fgpconfig/*.fsf debian/rsplib-registrar.install0000664000000000000000000000004012066241051014042 0ustar debian/tmp/usr/bin/rspregistrar debian/rsplib-tools.manpages0000664000000000000000000000025012066241051013330 0ustar debian/tmp/usr/share/man/man1/rspserver.1 debian/tmp/usr/share/man/man1/rspterminal.1 debian/tmp/usr/share/man/man1/cspmonitor.1 debian/tmp/usr/share/man/man1/hsdump.1 debian/control0000664000000000000000000001762712073002254010603 0ustar Source: rsplib Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Thomas Dreibholz Homepage: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/index.html Build-Depends: autotools-dev, colorgcc, debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), libbz2-dev (>= 1.0), libqt4-dev, libsctp-dev (>= 1.0.5) Standards-Version: 3.9.4 Package: librsplib2 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: RSerPool client/server API library for session management Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . The API library is provided by this package. Package: librsplib-dev Section: libdevel Architecture: any Depends: librsplib2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Recommends: rsplib-docs Description: headers of the RSerPool client/server API library rsplib Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides header files for the rsplib library. You need them to develop your own RSerPool-based clients and servers. Package: libcpprspserver2 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: C++ RSerPool client/server API library Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides an object-oriented API for the rsplib library. Package: libcpprspserver-dev Section: libdevel Architecture: any Depends: libcpprspserver2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Recommends: rsplib-docs Description: headers of the C++ RSerPool client/server API library Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides the header files for the rsplib C++ API. You need them to develop your own RSerPool-based clients and servers based on the C++ API. Package: rsplib-docs Section: doc Architecture: all Depends: ${misc:Depends} Recommends: librsplib2 Description: documentation of the RSerPool implementation rsplib Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package contains the documentation for the RSerPool implementation rsplib. Package: rsplib-registrar Architecture: any Depends: lsb-base (>= 3.2-14), ${misc:Depends}, ${shlibs:Depends} Recommends: rsplib-docs Description: RSerPool Registrar service Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides the registrar, which is the management component for RSerPool-based server pools. You need at least one registrar in a setup, but for redundancy reasons, you should have at least two. Package: rsplib-tools Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: chrpath, rsplib-docs, rsplib-fgp-cfgfiles, rsplib-legacy-wrappers Description: RSerPool test tools Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides some test tools for RSerPool setups. Package: rsplib-services Architecture: any Depends: rsplib-docs, rsplib-tools, ${misc:Depends}, ${shlibs:Depends} Description: RSerPool example services Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides the rsplib RSerPool example services: Echo, Discard, Daytime, CharGen, CalcApp, FractalGenerator and ScriptingService. Package: rsplib-fgp-cfgfiles Architecture: all Depends: ${misc:Depends} Description: RSerPool Fractal Generator Service example input files Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides a set of input files for the Fractal Generator service. Package: rsplib-dbg Architecture: any Section: debug Priority: extra Depends: libcpprspserver2 (= ${binary:Version}), librsplib2 (= ${binary:Version}), rsplib-services (= ${binary:Version}), rsplib-tools (= ${binary:Version}), ${misc:Depends} Description: Debug symbols of the RSerPool programs Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package contains the debug symbols of the rsplib package. Package: rsplib-legacy-wrappers Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: rsplib-tools (<< 3.0.0) Replaces: rsplib-tools (<< 3.0.0) Description: RSerPool legacy names Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. . This package provides legacy wrappers for rsplib-2.x scripts. The programs registrar, server and terminal have been renamed to rspregistrar, rspserver and rspterminal, respectively, in order to avoid naming conflicts. debian/watch0000664000000000000000000000036612066241051010223 0ustar version=3 http://www.iem.uni-due.de/~dreibh/rserpool/ download/rsplib-(.*)\.tar\.gz http://www.tdr.wiwi.uni-due.de/forschung/forschungsprojekte/reliable-server-pooling/ fileadmin/fileupload/I-TDR/ReliableServer/Downloads/rsplib-(.*)\.tar\.gz debian/librsplib2.symbols0000664000000000000000000006551512066241051012657 0ustar librspcsp.so.2 librsplib2 #MINVER# createComponentAssociationArray@Base 2.7.8 cspReporterDelete@Base 2.7.8 cspReporterHandleTimerDuringRegistrarSearch@Base 2.7.8 cspReporterNew@Base 2.7.8 deleteComponentAssociationArray@Base 2.7.8 getComponentLocation@Base 2.7.8 librspdispatcher.so.2 librsplib2 #MINVER# dispatcherDelete@Base 2.7.8 dispatcherEventLoop@Base 2.7.8 dispatcherGetPollParameters@Base 2.7.8 dispatcherHandlePollResult@Base 2.7.8 dispatcherLock@Base 2.7.8 dispatcherNew@Base 2.7.8 dispatcherUnlock@Base 2.7.8 fdCallbackComparison@Base 2.7.8 fdCallbackDelete@Base 2.7.8 fdCallbackNew@Base 2.7.8 fdCallbackUpdate@Base 2.7.8 timerComparison@Base 2.7.8 timerDelete@Base 2.7.8 timerIsRunning@Base 2.7.8 timerNew@Base 2.7.8 timerRestart@Base 2.7.8 timerStart@Base 2.7.8 timerStop@Base 2.7.8 librsphsmgt.so.2 librsplib2 #MINVER# PoolPolicies_SimpleRedBlackTree@Base 2.7.8 PoolPolicyArray_SimpleRedBlackTree@Base 2.7.8 SeqNumberStart@Base 2.7.8 computePHPEHash@Base 2.7.8 getPeerListNodeFromPeerListIndexStorageNode_SimpleRedBlackTree@Base 2.7.8 getPeerListNodeFromPeerListTimerStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolElementIdentifier@Base 2.7.8 getPoolElementNodeFromConnectionStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolElementNodeFromOwnershipStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolElementNodeFromPoolElementIndexStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolElementNodeFromPoolElementSelectionStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolElementNodeFromTimerStorageNode_SimpleRedBlackTree@Base 2.7.8 getPoolUserNodeFromPoolUserListStorageNode_SimpleRedBlackTree@Base 2.7.8 handlespaceChecksumAdd@Base 2.7.8 handlespaceChecksumCompute@Base 2.7.8 handlespaceChecksumFinish@Base 2.7.8 handlespaceChecksumSub@Base 2.7.8 peerListActivateTimer_SimpleRedBlackTree@Base 2.7.8 peerListAddOrUpdatePeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListAddPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListCheckPeerListNodeCompatibility_SimpleRedBlackTree@Base 2.7.8 peerListClear_SimpleRedBlackTree@Base 2.7.8 peerListDeactivateTimer_SimpleRedBlackTree@Base 2.7.8 peerListDelete_SimpleRedBlackTree@Base 2.7.8 peerListFindNearestNextPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListFindNearestPrevPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListFindPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListGetDescription_SimpleRedBlackTree@Base 2.7.8 peerListGetFirstPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetFirstPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetLastPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetLastPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetNextPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetNextPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetPeerListNodes_SimpleRedBlackTree@Base 2.7.8 peerListGetPrevPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetPrevPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListGetRandomPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListIndexStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 peerListIndexStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 peerListManagementActivateTimer_SimpleRedBlackTree@Base 2.7.8 peerListManagementClear_SimpleRedBlackTree@Base 2.7.8 peerListManagementDeactivateTimer_SimpleRedBlackTree@Base 2.7.8 peerListManagementDelete_SimpleRedBlackTree@Base 2.7.8 peerListManagementDeregisterPeerListNodeByPtr_SimpleRedBlackTree@Base 2.7.8 peerListManagementDeregisterPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementFindNearestNextPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementFindNearestPrevPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementFindPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetDescription_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetFirstPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetFirstPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetLastPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetLastPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetNextPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetNextPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetNextTimerTimeStamp_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetPeers_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetPrevPeerListNodeFromIndexStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetPrevPeerListNodeFromTimerStorage_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetRandomPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementGetUsefulPeerForPE_SimpleRedBlackTree@Base 2.7.8 peerListManagementNew_SimpleRedBlackTree@Base 2.7.8 peerListManagementPrint_SimpleRedBlackTree@Base 2.7.8 peerListManagementPurgeExpiredPeerListNodes_SimpleRedBlackTree@Base 2.7.8 peerListManagementRegisterPeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListManagementRestartPeerListNodeExpiryTimer_SimpleRedBlackTree@Base 2.7.8 peerListManagementVerifyChecksumsInHandlespace_SimpleRedBlackTree@Base 2.7.8 peerListManagementVerify_SimpleRedBlackTree@Base 2.7.8 peerListNew_SimpleRedBlackTree@Base 2.7.8 peerListNodeDelete_SimpleRedBlackTree@Base 2.7.8 peerListNodeGetDescription_SimpleRedBlackTree@Base 2.7.8 peerListNodeGetOwnershipChecksum_SimpleRedBlackTree@Base 2.7.8 peerListNodeNew_SimpleRedBlackTree@Base 2.7.8 peerListNodePrint_SimpleRedBlackTree@Base 2.7.8 peerListNodeUpdate_SimpleRedBlackTree@Base 2.7.8 peerListPrint_SimpleRedBlackTree@Base 2.7.8 peerListRemovePeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListTimerStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 peerListTimerStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 peerListUpdatePeerListNode_SimpleRedBlackTree@Base 2.7.8 peerListVerify_SimpleRedBlackTree@Base 2.7.8 poolElementConnectionStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolElementConnectionStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolElementIndexStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolElementIndexStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolElementNodeComputeChecksum_SimpleRedBlackTree@Base 2.7.8 poolElementNodeDelete_SimpleRedBlackTree@Base 2.7.8 poolElementNodeGetDescription_SimpleRedBlackTree@Base 2.7.8 poolElementNodeNew_SimpleRedBlackTree@Base 2.7.8 poolElementNodePrint_SimpleRedBlackTree@Base 2.7.8 poolElementNodeUpdate_SimpleRedBlackTree@Base 2.7.8 poolElementOwnershipStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolElementOwnershipStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolElementSelectionStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolElementSelectionStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolElementTimerStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolElementTimerStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolHandleComparison@Base 2.7.8 poolHandleDelete@Base 2.7.8 poolHandleGetDescription@Base 2.7.8 poolHandleNew@Base 2.7.8 poolHandlePrint@Base 2.7.8 poolHandlespaceManagementClear_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementDelete_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementDeregisterPoolElementByPtr_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementDeregisterPoolElement_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementFindPoolElement_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetDescription_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetErrorDescription@Base 2.7.8 poolHandlespaceManagementGetFirstPoolElementConnectionNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetFirstPoolElementOwnershipNodeForIdentifier_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetFirstPoolElementOwnershipNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetFirstPoolElementTimerNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetFirstPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetHandleTable_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetHandlespaceChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolElementConnectionNodeForSameConnection_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolElementConnectionNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolElementOwnershipNodeForSameIdentifier_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolElementOwnershipNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolElementTimerNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetNextTimerTimeStamp_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetOwnedPoolElements_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetOwnershipChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetPoolElementsOfConnection_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetPoolElementsOfPool_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetPoolElements_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementGetPools_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementHandleResolution_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementMarkPoolElementNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementNew_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementPrint_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementPurgeExpiredPoolElements_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementPurgeMarkedPoolElementNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementRegisterPoolElementByPtr_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementRegisterPoolElement_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementRestartPoolElementExpiryTimer_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementUpdateConnectionOfPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementUpdateOwnershipOfPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceManagementVerify_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeActivateTimer_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeAddOrUpdatePoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeAddPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeAddPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeClear_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeComputeHandlespaceChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeComputeOwnershipChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeDeactivateTimer_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeDelete_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeFindNearestNextPoolElementConnectionNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeFindNearestNextPoolElementOwnershipNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeFindNearestNextPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeFindPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeFindPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetConnectionNodesForConnection_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetConnectionNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetDescription_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolElementConnectionNodeForConnection_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolElementConnectionNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolElementOwnershipNodeForIdentifier_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolElementOwnershipNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolElementTimerNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetFirstPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetHandlespaceChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolElementConnectionNodeForSameConnection_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolElementConnectionNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolElementOwnershipNodeForSameIdentifier_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolElementOwnershipNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolElementTimerNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetNextPoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetOwnedPoolElementNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetOwnershipChecksum_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetOwnershipNodesForIdentifier_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetPoolElementNodesOfPool_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetPoolElementNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetPoolNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeGetTimerNodes_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeHasActiveTimer_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeNew_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodePrint_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeRemovePoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeRemovePoolNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeSelectPoolElementNodesByPolicy_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeUpdateConnectionOfPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeUpdateOwnershipOfPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeUpdatePoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolHandlespaceNodeVerify_SimpleRedBlackTree@Base 2.7.8 poolIndexStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolIndexStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 poolNodeAddPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolNodeCheckPoolElementNodeCompatibility_SimpleRedBlackTree@Base 2.7.8 poolNodeClear_SimpleRedBlackTree@Base 2.7.8 poolNodeDelete_SimpleRedBlackTree@Base 2.7.8 poolNodeFindNearestNextPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolNodeFindPoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolNodeGetDescription_SimpleRedBlackTree@Base 2.7.8 poolNodeGetFirstPoolElementNodeFromIndex_SimpleRedBlackTree@Base 2.7.8 poolNodeGetFirstPoolElementNodeFromSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeGetLastPoolElementNodeFromSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeGetNextPoolElementNodeFromIndex_SimpleRedBlackTree@Base 2.7.8 poolNodeGetNextPoolElementNodeFromSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeGetPoolElementNodes_SimpleRedBlackTree@Base 2.7.8 poolNodeGetPrevPoolElementNodeFromSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeLinkPoolElementNodeToSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeNew_SimpleRedBlackTree@Base 2.7.8 poolNodePrint_SimpleRedBlackTree@Base 2.7.8 poolNodeRemovePoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolNodeResequence_SimpleRedBlackTree@Base 2.7.8 poolNodeUnlinkPoolElementNodeFromSelection_SimpleRedBlackTree@Base 2.7.8 poolNodeUpdatePoolElementNode_SimpleRedBlackTree@Base 2.7.8 poolPolicyGetPoolPolicyByName_SimpleRedBlackTree@Base 2.7.8 poolPolicyGetPoolPolicyByType_SimpleRedBlackTree@Base 2.7.8 poolPolicyGetPoolPolicyNameByType@Base 2.7.8 poolPolicyGetPoolPolicyTypeByName@Base 2.7.8 poolPolicySelectPoolElementNodesBySortingOrder_SimpleRedBlackTree@Base 2.7.8 poolPolicySelectPoolElementNodesByValueTree_SimpleRedBlackTree@Base 2.7.8 poolPolicySettingsAdapt@Base 2.7.8 poolPolicySettingsComparison@Base 2.7.8 poolPolicySettingsDelete@Base 2.7.8 poolPolicySettingsGetDescription@Base 2.7.8 poolPolicySettingsIsValid@Base 2.7.8 poolPolicySettingsNew@Base 2.7.8 poolPolicySettingsPrint@Base 2.7.8 poolUserListAddOrUpdatePoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListAddPoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListClear_SimpleRedBlackTree@Base 2.7.8 poolUserListDelete_SimpleRedBlackTree@Base 2.7.8 poolUserListFindPoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListGetDescription_SimpleRedBlackTree@Base 2.7.8 poolUserListGetFirstPoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListGetNextPoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListGetPoolUserNodes_SimpleRedBlackTree@Base 2.7.8 poolUserListNew_SimpleRedBlackTree@Base 2.7.8 poolUserListPrint_SimpleRedBlackTree@Base 2.7.8 poolUserListRemovePoolUserNode_SimpleRedBlackTree@Base 2.7.8 poolUserListVerify_SimpleRedBlackTree@Base 2.7.8 poolUserNodeDelete_SimpleRedBlackTree@Base 2.7.8 poolUserNodeGetDescription_SimpleRedBlackTree@Base 2.7.8 poolUserNodeNew_SimpleRedBlackTree@Base 2.7.8 poolUserNodeNoteEndpointUnreachable_SimpleRedBlackTree@Base 2.7.8 poolUserNodeNoteHandleResolution_SimpleRedBlackTree@Base 2.7.8 poolUserNodePrint_SimpleRedBlackTree@Base 2.7.8 poolUserStorageNodeComparison_SimpleRedBlackTree@Base 2.7.8 poolUserStorageNodePrint_SimpleRedBlackTree@Base 2.7.8 rserpoolErrorGetDescription@Base 2.7.8 rserpoolErrorPrint@Base 2.7.8 timeStampHashTableAddTimeStamp@Base 2.7.8 timeStampHashTableClear@Base 2.7.8 timeStampHashTableDelete@Base 2.7.8 timeStampHashTableGetRate@Base 2.7.8 timeStampHashTableNew@Base 2.7.8 timeStampHashTablePrint@Base 2.7.8 transportAddressBlockComparison@Base 2.7.8 transportAddressBlockDelete@Base 2.7.8 transportAddressBlockDuplicate@Base 2.7.8 transportAddressBlockFilter@Base 2.7.8 transportAddressBlockGetAddressesFromSCTPSocket@Base 2.7.8 transportAddressBlockGetDescription@Base 2.7.8 transportAddressBlockNew@Base 2.7.8 transportAddressBlockOverlapComparison@Base 2.7.8 transportAddressBlockPrint@Base 2.7.8 weightedRoundRobinInitializePoolElementNode_SimpleRedBlackTree@Base 2.7.8 weightedRoundRobinPrepareSelection_SimpleRedBlackTree@Base 2.7.8 weightedRoundRobinUpdatePoolElementNode_SimpleRedBlackTree@Base 2.7.8 librsplib.so.2 librsplib2 #MINVER# addSession@Base 2.7.8 asapInstanceDelete@Base 2.7.8 asapInstanceDeregister@Base 2.7.8 asapInstanceHandleResolution@Base 2.7.8 asapInstanceNew@Base 2.7.8 asapInstanceRegister@Base 2.7.8 asapInstanceReportFailure@Base 2.7.8 asapInstanceStartThread@Base 2.7.8 asapInterThreadMessageDelete@Base 2.7.8 asapInterThreadMessageNew@Base 2.7.8 deletePoolElement@Base 2.7.8 deleteSession@Base 2.7.8 doRegistration@Base 2.7.8 findSession@Base 2.7.8 gAsapInstance@Base 2.7.8 gCSPReporter@Base 2.7.8 gDispatcher@Base 2.7.8 gRSerPoolSocketAllocationBitmap@Base 2.7.8 gRSerPoolSocketSet@Base 2.7.8 gRSerPoolSocketSetMutex@Base 2.7.8 getCookieEchoOrNotification@Base 2.7.8 getRSerPoolSocketForDescriptor@Base 2.7.8 getSessionStatus@Base 2.7.8 handleControlChannelAndNotifications@Base 2.7.8 handleControlChannelMessage@Base 2.7.8 handleNotification@Base 2.7.8 identifierBitmapAllocateID@Base 2.7.8 identifierBitmapAllocateSpecificID@Base 2.7.8 identifierBitmapDelete@Base 2.7.8 identifierBitmapFreeID@Base 2.7.8 identifierBitmapNew@Base 2.7.8 interThreadMessagePortDelete@Base 2.7.8 interThreadMessagePortDequeue@Base 2.7.8 interThreadMessagePortEnqueue@Base 2.7.8 interThreadMessagePortGetFirstMessage@Base 2.7.8 interThreadMessagePortGetNextMessage@Base 2.7.8 interThreadMessagePortIsFirstMessage@Base 2.7.8 interThreadMessagePortLock@Base 2.7.8 interThreadMessagePortNew@Base 2.7.8 interThreadMessagePortRemoveMessage@Base 2.7.8 interThreadMessagePortUnlock@Base 2.7.8 interThreadMessagePortWait@Base 2.7.8 interThreadMessageReply@Base 2.7.8 notificationNodeDelete@Base 2.7.8 notificationQueueClear@Base 2.7.8 notificationQueueDelete@Base 2.7.8 notificationQueueDequeueNotification@Base 2.7.8 notificationQueueEnqueueNotification@Base 2.7.8 notificationQueueHasData@Base 2.7.8 notificationQueueNew@Base 2.7.8 registrarTableAddStaticEntry@Base 2.7.8 registrarTableDelete@Base 2.7.8 registrarTableGetRegistrar@Base 2.7.8 registrarTableHandleNotificationOnRegistrarHuntSocket@Base 2.7.8 registrarTableNew@Base 2.7.8 registrarTablePeelOffRegistrarAssocID@Base 2.7.8 reregistrationTimer@Base 2.7.8 rserpoolSocketComparison@Base 2.7.8 rserpoolSocketPrint@Base 2.7.8 rsp_accept@Base 2.7.8 rsp_accept_tags@Base 2.7.8 rsp_bind@Base 2.7.8 rsp_cleanup@Base 2.7.8 rsp_close@Base 2.7.8 rsp_connect@Base 2.7.8 rsp_connect_tags@Base 2.7.8 rsp_csp_setstatus@Base 2.7.8 rsp_deregister@Base 2.7.8 rsp_deregister_tags@Base 2.7.8 rsp_forcefailover@Base 2.7.8 rsp_forcefailover_tags@Base 2.7.8 rsp_freeaddrinfo@Base 2.7.8 rsp_freeinfo@Base 2.7.8 rsp_getaddrinfo@Base 2.7.8 rsp_getaddrinfo_tags@Base 2.7.8 rsp_getpeername@Base 2.7.8 rsp_getpolicybyname@Base 2.7.8 rsp_getpolicybytype@Base 2.7.8 rsp_getsockname@Base 2.7.8 rsp_getsockopt@Base 2.7.8 rsp_has_cookie@Base 2.7.8 rsp_initarg@Base 2.7.8 rsp_initialize@Base 2.7.8 rsp_initinfo@Base 2.7.8 rsp_listen@Base 2.7.8 rsp_mapsocket@Base 2.7.8 rsp_pe_deregistration@Base 2.7.8 rsp_pe_deregistration_tags@Base 2.7.8 rsp_pe_failure@Base 2.7.8 rsp_pe_failure_tags@Base 2.7.8 rsp_pe_registration@Base 2.7.8 rsp_pe_registration_tags@Base 2.7.8 rsp_poll@Base 2.7.8 rsp_print_notification@Base 2.7.8 rsp_read@Base 2.7.8 rsp_recv@Base 2.7.8 rsp_recvfullmsg@Base 2.7.8 rsp_recvmsg@Base 2.7.8 rsp_register@Base 2.7.8 rsp_register_tags@Base 2.7.8 rsp_select@Base 2.7.8 rsp_send@Base 2.7.8 rsp_send_cookie@Base 2.7.8 rsp_sendmsg@Base 2.7.8 rsp_setsockopt@Base 2.7.8 rsp_socket@Base 2.7.8 rsp_socket_internal@Base 2.7.8 rsp_unmapsocket@Base 2.7.8 rsp_update_session_parameters@Base 2.7.8 rsp_write@Base 2.7.8 sendCookieEcho@Base 2.7.8 sessionStorageAddSession@Base 2.7.8 sessionStorageDelete@Base 2.7.8 sessionStorageDeleteSession@Base 2.7.8 sessionStorageFindSessionByAssocID@Base 2.7.8 sessionStorageFindSessionBySessionID@Base 2.7.8 sessionStorageGetElements@Base 2.7.8 sessionStorageGetFirstSession@Base 2.7.8 sessionStorageGetNextSession@Base 2.7.8 sessionStorageIsEmpty@Base 2.7.8 sessionStorageNew@Base 2.7.8 sessionStoragePrint@Base 2.7.8 sessionStorageUpdateSession@Base 2.7.8 waitForRead@Base 2.7.8 librspmessaging.so.2 librsplib2 #MINVER# getSpace@Base 2.7.8 rserpoolMessage2Packet@Base 2.7.8 rserpoolMessageClearAll@Base 2.7.8 rserpoolMessageClearBuffer@Base 2.7.8 rserpoolMessageDelete@Base 2.7.8 rserpoolMessageNew@Base 2.7.8 rserpoolMessageSend@Base 2.7.8 rserpoolPacket2Message@Base 2.7.8 libtdbreakdetector.so.2 librsplib2 #MINVER# breakDetected@Base 2.7.8 breakDetector@Base 2.7.8 installBreakDetector@Base 2.7.8 sendBreak@Base 2.7.8 uninstallBreakDetector@Base 2.7.8 libtdloglevel.so.2 librsplib2 #MINVER# beginLogging@Base 2.7.8 finishLogging@Base 2.7.8 gLogLevel@Base 2.7.8 gLogMutex@Base 2.7.8 gStdLog@Base 2.7.8 getHostName@Base 2.7.8 initLogging@Base 2.7.8 loggingMutexLock@Base 2.7.8 loggingMutexUnlock@Base 2.7.8 setLogColor@Base 2.7.8 libtdnetutilities.so.2 librsplib2 #MINVER# address2string@Base 2.7.8 addresscmp@Base 2.7.8 bindplus@Base 2.7.8 checkIPv6@Base 2.7.8 connectplus@Base 2.7.8 deleteAddressArray@Base 2.7.8 doubleToNetwork@Base 2.7.8 duplicateAddressArray@Base 2.7.8 filterAddressesByScope@Base 2.7.8 fputaddress@Base 2.7.8 gatherLocalAddresses@Base 2.7.8 getAddressesFromSocket@Base 2.7.8 getBestScopedAddress@Base 2.7.8 getFamily@Base 2.7.8 getPadding@Base 2.7.8 getPort@Base 2.7.8 getScope@Base 2.7.8 getSocklen@Base 2.7.8 getladdrsplus@Base 2.7.8 getpaddrsplus@Base 2.7.8 sctp_send_wrapper@Base 3.0.0~rc3.3 hton64@Base 2.7.8 messageBufferDelete@Base 2.7.8 messageBufferHasPartial@Base 2.7.8 messageBufferNew@Base 2.7.8 messageBufferRead@Base 2.7.8 messageBufferReset@Base 2.7.8 multicastGroupControl@Base 2.7.8 networkToDouble@Base 2.7.8 ntoh64@Base 2.7.8 pack_sockaddr_union@Base 2.7.8 recvfromplus@Base 2.7.8 sctp_getladdrs@Base 2.7.8 sctp_getpaddrs@Base 2.7.8 sctp_sendx@Base 2.7.8 sendabort@Base 2.7.8 sendmulticast@Base 2.7.8 sendshutdown@Base 2.7.8 sendtoplus@Base 2.7.8 setBlocking@Base 2.7.8 setNonBlocking@Base 2.7.8 setPort@Base 2.7.8 setReusable@Base 2.7.8 string2address@Base 2.7.8 tuneSCTP@Base 2.7.8 unpack_sockaddr@Base 2.7.8 libtdrandomizer.so.2 librsplib2 #MINVER# random16@Base 2.7.8 random32@Base 2.7.8 random64@Base 2.7.8 random8@Base 2.7.8 randomDouble@Base 2.7.8 randomExpDouble@Base 2.7.8 libtdstorage.so.2 librsplib2 #MINVER# doubleLinkedRingListAddAfter@Base 2.7.8 doubleLinkedRingListAddHead@Base 2.7.8 doubleLinkedRingListAddTail@Base 2.7.8 doubleLinkedRingListDelete@Base 2.7.8 doubleLinkedRingListNew@Base 2.7.8 doubleLinkedRingListNodeDelete@Base 2.7.8 doubleLinkedRingListNodeNew@Base 2.7.8 doubleLinkedRingListRemNode@Base 2.7.8 leafLinkedRedBlackTreeDelete@Base 2.7.8 leafLinkedRedBlackTreeFind@Base 2.7.8 leafLinkedRedBlackTreeGetElements@Base 2.7.8 leafLinkedRedBlackTreeGetFirst@Base 2.7.8 leafLinkedRedBlackTreeGetLast@Base 2.7.8 leafLinkedRedBlackTreeGetNearestNext@Base 2.7.8 leafLinkedRedBlackTreeGetNearestPrev@Base 2.7.8 leafLinkedRedBlackTreeGetNext@Base 2.7.8 leafLinkedRedBlackTreeGetNodeByValue@Base 2.7.8 leafLinkedRedBlackTreeGetPrev@Base 2.7.8 leafLinkedRedBlackTreeGetValueSum@Base 2.7.8 leafLinkedRedBlackTreeInsert@Base 2.7.8 leafLinkedRedBlackTreeInternalPrint@Base 2.7.8 leafLinkedRedBlackTreeIsEmpty@Base 2.7.8 leafLinkedRedBlackTreeNew@Base 2.7.8 leafLinkedRedBlackTreeNodeDelete@Base 2.7.8 leafLinkedRedBlackTreeNodeIsLinked@Base 2.7.8 leafLinkedRedBlackTreeNodeNew@Base 2.7.8 leafLinkedRedBlackTreePrint@Base 2.7.8 leafLinkedRedBlackTreeRemove@Base 2.7.8 leafLinkedRedBlackTreeVerify@Base 2.7.8 simpleRedBlackTreeDelete@Base 2.7.8 simpleRedBlackTreeFind@Base 2.7.8 simpleRedBlackTreeGetElements@Base 2.7.8 simpleRedBlackTreeGetFirst@Base 2.7.8 simpleRedBlackTreeGetLast@Base 2.7.8 simpleRedBlackTreeGetNearestNext@Base 2.7.8 simpleRedBlackTreeGetNearestPrev@Base 2.7.8 simpleRedBlackTreeGetNext@Base 2.7.8 simpleRedBlackTreeGetNodeByValue@Base 2.7.8 simpleRedBlackTreeGetPrev@Base 2.7.8 simpleRedBlackTreeGetValueSum@Base 2.7.8 simpleRedBlackTreeInsert@Base 2.7.8 simpleRedBlackTreeInternalPrint@Base 2.7.8 simpleRedBlackTreeIsEmpty@Base 2.7.8 simpleRedBlackTreeNew@Base 2.7.8 simpleRedBlackTreeNodeDelete@Base 2.7.8 simpleRedBlackTreeNodeIsLinked@Base 2.7.8 simpleRedBlackTreeNodeNew@Base 2.7.8 simpleRedBlackTreePrint@Base 2.7.8 simpleRedBlackTreeRemove@Base 2.7.8 simpleRedBlackTreeVerify@Base 2.7.8 libtdstringutilities.so.2 librsplib2 #MINVER# getNextWord@Base 2.7.8 memdup@Base 2.7.8 safestrcat@Base 2.7.8 safestrcpy@Base 2.7.8 strindex@Base 2.7.8 strrindex@Base 2.7.8 libtdtagitem.so.2 librsplib2 #MINVER# tagListAllocate@Base 2.7.8 tagListDuplicate@Base 2.7.8 tagListDuplicateFilter@Base 2.7.8 tagListFind@Base 2.7.8 tagListFree@Base 2.7.8 tagListGetData@Base 2.7.8 tagListGetSize@Base 2.7.8 tagListNext@Base 2.7.8 tagListPrint@Base 2.7.8 tagListSetData@Base 2.7.8 libtdthreadsafety.so.2 librsplib2 #MINVER# threadSafetyDelete@Base 2.7.8 threadSafetyLock@Base 2.7.8 threadSafetyNew@Base 2.7.8 threadSafetyUnlock@Base 2.7.8 threadSignalDelete@Base 2.7.8 threadSignalFire@Base 2.7.8 threadSignalLock@Base 2.7.8 threadSignalNew@Base 2.7.8 threadSignalUnlock@Base 2.7.8 threadSignalWait@Base 2.7.8 libtdtimeutilities.so.2 librsplib2 #MINVER# averageWeightedStatValue@Base 2.7.8 getMicroTime@Base 2.7.8 initWeightedStatValue@Base 2.7.8 printTimeStamp@Base 2.7.8 updateWeightedStatValue@Base 2.7.8 debian/libcpprspserver2.symbols0000664000000000000000000000656312066241051014120 0ustar libcpprspserver.so.2 libcpprspserver2 #MINVER# _ZN13TCPLikeServer13finishSessionE19EventHandlingResult@Base 2.7.8 _ZN13TCPLikeServer14syncTimerEventEy@Base 2.7.8 _ZN13TCPLikeServer15asyncTimerEventEy@Base 2.7.8 _ZN13TCPLikeServer17initializeSessionEv@Base 2.7.8 _ZN13TCPLikeServer18handleNotificationEPK21rserpool_notification@Base 2.7.8 _ZN13TCPLikeServer3runEv@Base 2.7.8 _ZN13TCPLikeServer7setLoadEd@Base 2.7.8 _ZN13TCPLikeServer8shutdownEv@Base 2.7.8 _ZN13TCPLikeServerC1Ei@Base 2.7.8 _ZN13TCPLikeServerC2Ei@Base 2.7.8 _ZN13TCPLikeServerD0Ev@Base 2.7.8 _ZN13TCPLikeServerD1Ev@Base 2.7.8 _ZN13TCPLikeServerD2Ev@Base 2.7.8 _ZN13UDPLikeServer10startTimerEy@Base 2.7.8 _ZN13UDPLikeServer11handleTimerEv@Base 2.7.8 _ZN13UDPLikeServer13finishServiceEi19EventHandlingResult@Base 2.7.8 _ZN13UDPLikeServer13waitForActionEy@Base 2.7.8 _ZN13UDPLikeServer15printParametersEv@Base 2.7.8 _ZN13UDPLikeServer17initializeServiceEij@Base 2.7.8 _ZN13UDPLikeServer18handleNotificationEPK21rserpool_notification@Base 2.7.8 _ZN13UDPLikeServer7setLoadEd@Base 2.7.8 _ZN13UDPLikeServer9stopTimerEv@Base 2.7.8 _ZN13UDPLikeServerC1Ev@Base 2.7.8 _ZN13UDPLikeServerC2Ev@Base 2.7.8 _ZN13UDPLikeServerD0Ev@Base 2.7.8 _ZN13UDPLikeServerD1Ev@Base 2.7.8 _ZN13UDPLikeServerD2Ev@Base 2.7.8 _ZN17TCPLikeServerList10getThreadsEv@Base 2.7.8 _ZN17TCPLikeServerList12getTotalLoadEv@Base 2.7.8 _ZN17TCPLikeServerList23handleRemovalsAndTimersEv@Base 2.7.8 _ZN17TCPLikeServerList3addEP13TCPLikeServer@Base 2.7.8 _ZN17TCPLikeServerList6removeEP13TCPLikeServer@Base 2.7.8 _ZN17TCPLikeServerList9removeAllEv@Base 2.7.8 _ZN17TCPLikeServerListD0Ev@Base 2.7.8 _ZN17TCPLikeServerListD1Ev@Base 2.7.8 _ZN17TCPLikeServerListD2Ev@Base 2.7.8 _ZNK13TCPLikeServer7getLoadEv@Base 2.7.8 _ZNK13UDPLikeServer7getLoadEv@Base 2.7.8 _ZTI13TCPLikeServer@Base 2.7.8 _ZTI13UDPLikeServer@Base 2.7.8 _ZTI17TCPLikeServerList@Base 2.7.8 _ZTS13TCPLikeServer@Base 2.7.8 _ZTS13UDPLikeServer@Base 2.7.8 _ZTS17TCPLikeServerList@Base 2.7.8 _ZTV13TCPLikeServer@Base 2.7.8 _ZTV13UDPLikeServer@Base 2.7.8 _ZTV17TCPLikeServerList@Base 2.7.8 (regex)"^_ZN13TCPLikeServer11poolElementEPKcS1_P8rsp_infoP12rsp_loadinfo(m|j)PFPS_iPvjEPFvPKvEPFviEPFbS7_EPFvS7_EPFddES7_PK8sockaddr(m|j)jjbbP7TagItem@Base$" 2.7.8 (regex)"^_ZN13TCPLikeServer13handleMessageEPKc(m|j)jt@Base$" 2.7.8 (regex)"^_ZN13TCPLikeServer16handleCookieEchoEPKc(m|j)@Base$" 2.7.8 (regex)"^_ZN13UDPLikeServer11poolElementEPKcS1_P8rsp_infoP12rsp_loadinfoPK8sockaddr(m|j)jjbbP7TagItem@Base$" 2.7.8 (regex)"^_ZN13UDPLikeServer13handleMessageEiPKc(m|j)jt@Base$" 2.7.8 (regex)"^_ZN13UDPLikeServer16handleCookieEchoEiPKc(m|j)@Base$" 2.7.8 (regex)"^_ZN17TCPLikeServerListC1E(m|j)i@Base$" 2.7.8 (regex)"^_ZN17TCPLikeServerListC2E(m|j)i@Base$" 2.7.8 libtdcppthread.so.2 libcpprspserver2 #MINVER# _ZN7TDMutexC1Ev@Base 2.7.8 _ZN7TDMutexC2Ev@Base 2.7.8 _ZN7TDMutexD0Ev@Base 2.7.8 _ZN7TDMutexD1Ev@Base 2.7.8 _ZN7TDMutexD2Ev@Base 2.7.8 _ZN8TDThread12startRoutineEPv@Base 2.7.8 _ZN8TDThread13waitForFinishEv@Base 2.7.8 _ZN8TDThread4stopEv@Base 2.7.8 _ZN8TDThread5delayEj@Base 2.7.8 _ZN8TDThread5startEv@Base 2.7.8 _ZN8TDThreadC1Ev@Base 2.7.8 _ZN8TDThreadC2Ev@Base 2.7.8 _ZN8TDThreadD0Ev@Base 2.7.8 _ZN8TDThreadD1Ev@Base 2.7.8 _ZN8TDThreadD2Ev@Base 2.7.8 _ZTI7TDMutex@Base 2.7.8 _ZTI8TDThread@Base 2.7.8 _ZTS7TDMutex@Base 2.7.8 _ZTS8TDThread@Base 2.7.8 _ZTV7TDMutex@Base 2.7.8 _ZTV8TDThread@Base 2.7.8 debian/rsplib-services.install0000664000000000000000000000040212066241051013665 0ustar debian/tmp/usr/bin/calcappclient debian/tmp/usr/bin/fractalpooluser debian/tmp/usr/bin/pingpongclient debian/tmp/usr/bin/scriptingclient debian/tmp/usr/bin/scriptingcontrol debian/tmp/usr/bin/scriptingserviceexample debian/tmp/usr/share/fractalpooluser/*.qm debian/librsplib-dev.install0000664000000000000000000000340112066241051013311 0ustar debian/tmp/usr/include/rserpool/rserpool-internals.h debian/tmp/usr/include/rserpool/rserpool-policytypes.h debian/tmp/usr/include/rserpool/rserpool.h debian/tmp/usr/include/rserpool/tagitem.h debian/tmp/usr/lib/librspcsp*.a debian/tmp/usr/lib/librspcsp*.la debian/tmp/usr/lib/librspcsp*.so debian/tmp/usr/lib/librspdispatcher*.a debian/tmp/usr/lib/librspdispatcher*.la debian/tmp/usr/lib/librspdispatcher*.so debian/tmp/usr/lib/librsphsmgt*.a debian/tmp/usr/lib/librsphsmgt*.la debian/tmp/usr/lib/librsphsmgt*.so debian/tmp/usr/lib/librsplib*.a debian/tmp/usr/lib/librsplib*.la debian/tmp/usr/lib/librsplib*.so debian/tmp/usr/lib/librspmessaging*.a debian/tmp/usr/lib/librspmessaging*.la debian/tmp/usr/lib/librspmessaging*.so debian/tmp/usr/lib/libtdbreakdetector*.a debian/tmp/usr/lib/libtdbreakdetector*.la debian/tmp/usr/lib/libtdbreakdetector*.so debian/tmp/usr/lib/libtdloglevel*.a debian/tmp/usr/lib/libtdloglevel*.la debian/tmp/usr/lib/libtdloglevel*.so debian/tmp/usr/lib/libtdnetutilities*.a debian/tmp/usr/lib/libtdnetutilities*.la debian/tmp/usr/lib/libtdnetutilities*.so debian/tmp/usr/lib/libtdrandomizer*.a debian/tmp/usr/lib/libtdrandomizer*.la debian/tmp/usr/lib/libtdrandomizer*.so debian/tmp/usr/lib/libtdstorage*.a debian/tmp/usr/lib/libtdstorage*.la debian/tmp/usr/lib/libtdstorage*.so debian/tmp/usr/lib/libtdstringutilities*.a debian/tmp/usr/lib/libtdstringutilities*.la debian/tmp/usr/lib/libtdstringutilities*.so debian/tmp/usr/lib/libtdtagitem*.a debian/tmp/usr/lib/libtdtagitem*.la debian/tmp/usr/lib/libtdtagitem*.so debian/tmp/usr/lib/libtdthreadsafety*.a debian/tmp/usr/lib/libtdthreadsafety*.la debian/tmp/usr/lib/libtdthreadsafety*.so debian/tmp/usr/lib/libtdtimeutilities*.a debian/tmp/usr/lib/libtdtimeutilities*.la debian/tmp/usr/lib/libtdtimeutilities*.so debian/changelog0000664000000000000000000001211712133607571011051 0ustar rsplib (3.0.1-1ubuntu3) raring; urgency=low * Added missing math lib to link, fixing FTBFS. -- Daniel T Chen Wed, 17 Apr 2013 17:08:55 -0400 rsplib (3.0.1-1ubuntu2) raring; urgency=low * Add Breaks/Replaces to account for files moved from rsplib-tools to rsplib-legacy-wrappers. -- Colin Watson Tue, 08 Jan 2013 11:36:48 +0000 rsplib (3.0.1-1ubuntu1) raring; urgency=high [ Thomas Dreibholz ] * New upstream release. * debian/control: now using colorgcc. * debian/control: added dependency dpkg-dev for hardening options. * debian/rules: using buildflags.mk for hardening options. * debian/watch: added mirror on www.iem.uni-due.de. [ Bhavani Shankar ] * Update debian/copyright to reflect latest standards. * Bump standards version to 3.9.4. * Close Upgrade bug (LP: #1093075) -- Thomas Dreibholz Fri, 21 Dec 2012 22:22:22 +0800 rsplib (2.7.13-0ubuntu1) precise; urgency=low [ Thomas Dreibholz ] * New upstream release. * Fixed non-empty-dependency_libs-in-la-file lintian error in rules file. * Added debug package to control file. * Improved package descriptions in control file. * Bumped standards version in control file to 3.9.2. * Fixed dependencies in control file. * Bugfix for configure script (LP: #831109). [ Charlie Smotherman ] * Removed ppa versioning from changelog. * Updated debain/copyright with suggested DEP5 changes from output using libconfig-model-perl. * Removed debian/patches/fix-qt-detection.patch, included in new upstream release. * Close upgrade bug. (LP: #892717) -- Charlie Smotherman Tue, 29 Nov 2011 17:37:43 -0500 rsplib (2.7.10-0ubuntu2) oneiric; urgency=low * debian/patches/fix-qt-detection.patch: - Backport patch from 2.7.12 to fix FTBFS due to bad Qt detection LP: #831109 -- Michael Terry Mon, 29 Aug 2011 09:57:02 -0400 rsplib (2.7.10-0ubuntu1) natty; urgency=high * New upstream release (LP: #721923), containing important bugfixes. -- Thomas Dreibholz Sat, 19 Feb 2011 22:22:22 +0200 rsplib (2.7.8-0ubuntu1) natty; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/rules: Using tiny rules for debhelper 7 now. * debian/control: - Drop Build-Depends on quilt. It's obsolete with 3.0 source format. - Bump Standards-Version to 3.9.1. - Recommends chrpath because it allows scripting service scripts to remove absolute library paths. - Removed obsolete build dependencies: libx11-dev, libxext-dev, libxmu-dev, libxi-dev. * debian/patches: Removed obsolete spelling error patch (fixed upstream). * debian/copyright: Updated. * debian/watch: Updated URL of upstream package. * debian/README.source: Dropped. It's obsolete with 3.0 source format. * debian/rsplib-docs.docs, debian/rsplib-docs.docs, debian/control: Moved rsplib documentation into separate package. * Removed obsolete debian/rsplib-doc.docs and debian/rsplib-doc.install. * debian/rsplib-registrar.init: Updated header. * Applied wrap-and-sort. * New upstream release (LP: #696512). -- Thomas Dreibholz Tue, 08 Feb 2011 11:11:11 +0200 rsplib (2.7.0-0ubuntu1) lucid; urgency=low [ Thomas Dreibholz ] * New upstream release (LP: #492771). * Updated Ubuntu package to latest release. * Improved init file for rsplib-registrar (turn on IPv6 by default and write logfile). [ Alessio Treglia ] * Bump Standards. * Switch to debhelper 7. * Install all new libraries. * Update debian/copyright according to Debian DEP-5. * debian/control: - Don't duplicate Priority,Section fields. * Add quilt support. * debian/patches/01-spelling_error.patch: - rsplib/asapinstance.c: s/succesful/successful/ -- Alessio Treglia Sat, 05 Dec 2009 10:10:30 +0100 rsplib (2.6.4-0ubuntu1) karmic; urgency=low * Updated Ubuntu package to latest release (LP: #378689). * Improved init file for rsplib-registrar (turn on IPv6 by default and write logfile). -- Thomas Dreibholz Wed, 20 May 2009 13:23:00 +0200 rsplib (2.6.1-0ubuntu1) karmic; urgency=low * Updated Ubuntu package to latest release (LP: #366631). -- Thomas Dreibholz Sat, 25 Apr 2009 12:00:00 +0200 rsplib (2.6.0-3ubuntu1) jaunty; urgency=low * Removed unnecessary setting of rpath by Qt 4.x detection code. * Fixed too-long lines in debian/control. * Updated packaging script. -- Thomas Dreibholz Mon, 23 Feb 2009 15:37:12 +0200 rsplib (2.6.0-0ubuntu1) jaunty; urgency=low * Updated Ubuntu package to latest release (LP: #324959). * Updated watch file (updated URL from tdrwww.exp-math.uni-essen.de to www.iem.uni-due.de) * Used Qt 4.x instead of Qt 3.x for fractal demo pool user now. -- Thomas Dreibholz Fri, 16 Jan 2009 10:21:12 +0200 rsplib (2.5.0~rc1-0ubuntu1) intrepid; urgency=low * Initial Ubuntu package (LP: #190435). -- Thomas Dreibholz Tue, 26 Aug 2008 20:09:31 +0200