]> git.evergreen-ils.org Git - OpenSRF.git/commit
branching version 1.0
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 16 Oct 2008 19:29:12 +0000 (19:29 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 16 Oct 2008 19:29:12 +0000 (19:29 +0000)
commit72b771ce3b0007a692b9ed464d5a6393c8a7f3df
tree7b19f861b3bbbdfc5c90e659ac36370194674247
parentbe504e8fc06db6d393af69e882689b0c69b5d0bb
branching version 1.0

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1453 9efc2488-bf62-4759-914b-345cdb29e865
266 files changed:
trunk/AUTHORS [new file with mode: 0644]
trunk/COPYING [new file with mode: 0644]
trunk/ChangeLog [new file with mode: 0644]
trunk/DCO-1.1.txt [new file with mode: 0644]
trunk/INSTALL [new file with mode: 0644]
trunk/LICENSE.txt [new file with mode: 0644]
trunk/Makefile.am [new file with mode: 0644]
trunk/NEWS [new file with mode: 0644]
trunk/README [new file with mode: 0644]
trunk/autogen.sh [new file with mode: 0755]
trunk/bin/opensrf-perl.pl [new file with mode: 0755]
trunk/bin/osrf_config.in [new file with mode: 0644]
trunk/bin/osrf_ctl.sh [new file with mode: 0755]
trunk/configure.ac [new file with mode: 0644]
trunk/doc/Application-HOWTO.txt [new file with mode: 0644]
trunk/doc/OpenSRF-Messaging-Protocol.html [new file with mode: 0644]
trunk/doc/Persist-API.html [new file with mode: 0644]
trunk/doc/Roadmap.txt [new file with mode: 0644]
trunk/doc/dokuwiki-doc-stubber.pl [new file with mode: 0755]
trunk/examples/fieldmapper2cdbi.xsl [new file with mode: 0644]
trunk/examples/fieldmapper2javascript.xsl [new file with mode: 0644]
trunk/examples/fieldmapper2perl.xsl [new file with mode: 0644]
trunk/examples/gen-fieldmapper.xml [new file with mode: 0644]
trunk/examples/math_bench.pl [new file with mode: 0755]
trunk/examples/math_xul_client/Makefile.in [new file with mode: 0644]
trunk/examples/math_xul_client/install.js [new file with mode: 0644]
trunk/examples/math_xul_client/math/content/conf/client_config.xml [new file with mode: 0644]
trunk/examples/math_xul_client/math/content/contents.rdf [new file with mode: 0644]
trunk/examples/math_xul_client/math/content/math.xul [new file with mode: 0644]
trunk/examples/math_xul_client/math/content/math_app.js [new file with mode: 0644]
trunk/examples/math_xul_client/math/content/math_overlay.xul [new file with mode: 0644]
trunk/examples/math_xul_client/math/locale/en-US/contents.rdf [new file with mode: 0644]
trunk/examples/math_xul_client/math/locale/en-US/math.dtd [new file with mode: 0644]
trunk/examples/math_xul_client/math/skin/contents.rdf [new file with mode: 0644]
trunk/examples/math_xul_client/math/skin/math.css [new file with mode: 0644]
trunk/examples/multisession-test.pl [new file with mode: 0755]
trunk/examples/opensrf.xml.example [new file with mode: 0644]
trunk/examples/opensrf_core.xml.example [new file with mode: 0644]
trunk/examples/register.pl [new file with mode: 0755]
trunk/examples/srfsh.xml.example [new file with mode: 0644]
trunk/examples/srfsh_config.xsd [new file with mode: 0644]
trunk/include/opensrf/log.h [new file with mode: 0644]
trunk/include/opensrf/md5.h [new file with mode: 0644]
trunk/include/opensrf/osrfConfig.h [new file with mode: 0644]
trunk/include/opensrf/osrf_app_session.h [new file with mode: 0644]
trunk/include/opensrf/osrf_application.h [new file with mode: 0644]
trunk/include/opensrf/osrf_big_hash.h [new file with mode: 0644]
trunk/include/opensrf/osrf_big_list.h [new file with mode: 0644]
trunk/include/opensrf/osrf_cache.h [new file with mode: 0644]
trunk/include/opensrf/osrf_hash.h [new file with mode: 0644]
trunk/include/opensrf/osrf_json.h [new file with mode: 0644]
trunk/include/opensrf/osrf_json_utils.h [new file with mode: 0644]
trunk/include/opensrf/osrf_json_xml.h [new file with mode: 0644]
trunk/include/opensrf/osrf_legacy_json.h [new file with mode: 0644]
trunk/include/opensrf/osrf_list.h [new file with mode: 0644]
trunk/include/opensrf/osrf_message.h [new file with mode: 0644]
trunk/include/opensrf/osrf_prefork.h [new file with mode: 0644]
trunk/include/opensrf/osrf_settings.h [new file with mode: 0644]
trunk/include/opensrf/osrf_stack.h [new file with mode: 0644]
trunk/include/opensrf/osrf_system.h [new file with mode: 0644]
trunk/include/opensrf/osrf_transgroup.h [new file with mode: 0644]
trunk/include/opensrf/sha.h [new file with mode: 0644]
trunk/include/opensrf/socket_bundle.h [new file with mode: 0644]
trunk/include/opensrf/string_array.h [new file with mode: 0644]
trunk/include/opensrf/transport_client.h [new file with mode: 0644]
trunk/include/opensrf/transport_message.h [new file with mode: 0644]
trunk/include/opensrf/transport_session.h [new file with mode: 0644]
trunk/include/opensrf/utils.h [new file with mode: 0644]
trunk/include/opensrf/xml_utils.h [new file with mode: 0644]
trunk/src/Makefile.am [new file with mode: 0644]
trunk/src/c-apps/Makefile.am [new file with mode: 0644]
trunk/src/c-apps/osrf_dbmath.c [new file with mode: 0644]
trunk/src/c-apps/osrf_math.c [new file with mode: 0644]
trunk/src/c-apps/osrf_version.c [new file with mode: 0644]
trunk/src/c-apps/timejson.c [new file with mode: 0644]
trunk/src/extras/docgen.xsl [new file with mode: 0644]
trunk/src/gateway/Makefile.am [new file with mode: 0644]
trunk/src/gateway/apachetools.c [new file with mode: 0644]
trunk/src/gateway/apachetools.h [new file with mode: 0644]
trunk/src/gateway/osrf_http_translator.c [new file with mode: 0644]
trunk/src/gateway/osrf_json_gateway.c [new file with mode: 0644]
trunk/src/java/Makefile.am [new file with mode: 0644]
trunk/src/java/deps.inc [new file with mode: 0644]
trunk/src/java/deps.sh [new file with mode: 0755]
trunk/src/java/org/opensrf/ClientSession.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Message.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Method.java [new file with mode: 0644]
trunk/src/java/org/opensrf/MethodException.java [new file with mode: 0644]
trunk/src/java/org/opensrf/MultiSession.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Request.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Result.java [new file with mode: 0644]
trunk/src/java/org/opensrf/ServerSession.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Session.java [new file with mode: 0644]
trunk/src/java/org/opensrf/SessionException.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Stack.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Status.java [new file with mode: 0644]
trunk/src/java/org/opensrf/Sys.java [new file with mode: 0644]
trunk/src/java/org/opensrf/net/xmpp/XMPPException.java [new file with mode: 0644]
trunk/src/java/org/opensrf/net/xmpp/XMPPMessage.java [new file with mode: 0644]
trunk/src/java/org/opensrf/net/xmpp/XMPPReader.java [new file with mode: 0644]
trunk/src/java/org/opensrf/net/xmpp/XMPPSession.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/MathBench.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestCache.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestClient.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestConfig.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestJSON.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestLog.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestMultiSession.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestSettings.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestThread.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestXMLFlattener.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestXMLTransformer.java [new file with mode: 0644]
trunk/src/java/org/opensrf/test/TestXMPP.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/Cache.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/Config.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/ConfigException.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/FileLogger.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/JSONException.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/JSONReader.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/JSONWriter.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/Logger.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/OSRFObject.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/OSRFRegistry.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/OSRFSerializable.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/SettingsClient.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/Utils.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/XMLFlattener.java [new file with mode: 0644]
trunk/src/java/org/opensrf/util/XMLTransformer.java [new file with mode: 0644]
trunk/src/javascript/DojoSRF.js [new file with mode: 0644]
trunk/src/javascript/JSON_v0.js [new file with mode: 0644]
trunk/src/javascript/JSON_v1.js [new file with mode: 0644]
trunk/src/javascript/md5.js [new file with mode: 0644]
trunk/src/javascript/opensrf.js [new file with mode: 0644]
trunk/src/javascript/opensrf_xhr.js [new file with mode: 0644]
trunk/src/javascript/opensrf_xmpp.js [new file with mode: 0644]
trunk/src/jserver/Makefile.am [new file with mode: 0644]
trunk/src/jserver/osrf_chat.c [new file with mode: 0644]
trunk/src/jserver/osrf_chat.h [new file with mode: 0644]
trunk/src/jserver/osrf_chat_main.c [new file with mode: 0644]
trunk/src/libopensrf/Makefile.am [new file with mode: 0644]
trunk/src/libopensrf/Makefile.json [new file with mode: 0644]
trunk/src/libopensrf/basic_client.c [new file with mode: 0644]
trunk/src/libopensrf/log.c [new file with mode: 0644]
trunk/src/libopensrf/md5.c [new file with mode: 0644]
trunk/src/libopensrf/opensrf.c [new file with mode: 0644]
trunk/src/libopensrf/osrfConfig.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_app_session.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_application.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_big_hash.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_big_list.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_cache.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_hash.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_json_object.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_json_parser.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_json_test.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_json_tools.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_json_xml.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_legacy_json.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_list.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_message.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_prefork.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_settings.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_stack.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_system.c [new file with mode: 0644]
trunk/src/libopensrf/osrf_transgroup.c [new file with mode: 0644]
trunk/src/libopensrf/sha.c [new file with mode: 0644]
trunk/src/libopensrf/socket_bundle.c [new file with mode: 0644]
trunk/src/libopensrf/socket_test.c [new file with mode: 0644]
trunk/src/libopensrf/string_array.c [new file with mode: 0644]
trunk/src/libopensrf/transport_client.c [new file with mode: 0644]
trunk/src/libopensrf/transport_message.c [new file with mode: 0644]
trunk/src/libopensrf/transport_session.c [new file with mode: 0644]
trunk/src/libopensrf/utils.c [new file with mode: 0644]
trunk/src/libopensrf/xml_utils.c [new file with mode: 0644]
trunk/src/perl/Changes [new file with mode: 0644]
trunk/src/perl/MANIFEST [new file with mode: 0644]
trunk/src/perl/Makefile.PL [new file with mode: 0644]
trunk/src/perl/README [new file with mode: 0644]
trunk/src/perl/inc/Module/Install.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Base.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Can.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Fetch.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Makefile.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Metadata.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/Win32.pm [new file with mode: 0644]
trunk/src/perl/inc/Module/Install/WriteAll.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/AppSession.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application/Client.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application/Demo/Math.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application/Demo/MathDB.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application/Persist.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Application/Settings.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/DomainObject/oilsMessage.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/DomainObject/oilsMethod.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/DomainObject/oilsResponse.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/EX.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/MultiSession.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/System.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/Listener.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/PeerHandle.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/Client.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/Inbound.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/MessageWrapper.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/PeerConnection.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/XMPPMessage.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Transport/SlimJabber/XMPPReader.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/UnixServer.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils/Cache.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils/Config.pm [new file with mode: 0755]
trunk/src/perl/lib/OpenSRF/Utils/JSON.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils/LogServer.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils/Logger.pm [new file with mode: 0644]
trunk/src/perl/lib/OpenSRF/Utils/SettingsClient.pm [new file with mode: 0755]
trunk/src/perl/lib/OpenSRF/Utils/SettingsParser.pm [new file with mode: 0755]
trunk/src/perl/t/00-load.t [new file with mode: 0644]
trunk/src/perl/t/01-Application.t [new file with mode: 0644]
trunk/src/perl/t/02-AppSession.t [new file with mode: 0644]
trunk/src/perl/t/03-DomainObject.t [new file with mode: 0644]
trunk/src/perl/t/04-EX.t [new file with mode: 0644]
trunk/src/perl/t/05-MultiSession.t [new file with mode: 0644]
trunk/src/perl/t/06-System.t [new file with mode: 0644]
trunk/src/perl/t/07-Transport.t [new file with mode: 0644]
trunk/src/perl/t/08-UnixServer.t [new file with mode: 0644]
trunk/src/perl/t/09-Utils.t [new file with mode: 0644]
trunk/src/perl/t/pod-coverage.t [new file with mode: 0644]
trunk/src/perl/t/pod.t [new file with mode: 0644]
trunk/src/ports/strn_compat/Makefile.in [new file with mode: 0644]
trunk/src/ports/strn_compat/strndup.c [new file with mode: 0644]
trunk/src/ports/strn_compat/strndup.h [new file with mode: 0644]
trunk/src/ports/strn_compat/strnlen.c [new file with mode: 0644]
trunk/src/ports/strn_compat/strnlen.h [new file with mode: 0644]
trunk/src/python/Makefile.am [new file with mode: 0644]
trunk/src/python/opensrf.py [new file with mode: 0755]
trunk/src/python/osrf/__init__.py [new file with mode: 0644]
trunk/src/python/osrf/app.py [new file with mode: 0644]
trunk/src/python/osrf/apps/__init__.py [new file with mode: 0644]
trunk/src/python/osrf/apps/example.py [new file with mode: 0644]
trunk/src/python/osrf/cache.py [new file with mode: 0644]
trunk/src/python/osrf/conf.py [new file with mode: 0644]
trunk/src/python/osrf/const.py [new file with mode: 0644]
trunk/src/python/osrf/ex.py [new file with mode: 0644]
trunk/src/python/osrf/gateway.py [new file with mode: 0644]
trunk/src/python/osrf/http_translator.py [new file with mode: 0644]
trunk/src/python/osrf/json.py [new file with mode: 0644]
trunk/src/python/osrf/log.py [new file with mode: 0644]
trunk/src/python/osrf/net.py [new file with mode: 0644]
trunk/src/python/osrf/net_obj.py [new file with mode: 0644]
trunk/src/python/osrf/server.py [new file with mode: 0644]
trunk/src/python/osrf/ses.py [new file with mode: 0644]
trunk/src/python/osrf/set.py [new file with mode: 0644]
trunk/src/python/osrf/stack.py [new file with mode: 0644]
trunk/src/python/osrf/system.py [new file with mode: 0644]
trunk/src/python/osrf/xml_obj.py [new file with mode: 0644]
trunk/src/python/setup.py.in [new file with mode: 0644]
trunk/src/python/srfsh.py [new file with mode: 0755]
trunk/src/router/Makefile.am [new file with mode: 0644]
trunk/src/router/osrf_router.c [new file with mode: 0644]
trunk/src/router/osrf_router.h [new file with mode: 0644]
trunk/src/router/osrf_router_main.c [new file with mode: 0644]
trunk/src/srfsh/Makefile.am [new file with mode: 0644]
trunk/src/srfsh/srfsh.c [new file with mode: 0644]