starting new development to support slice conf files
authorTony Mack <tmack@cs.princeton.edu>
Fri, 10 Oct 2008 19:42:41 +0000 (19:42 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 10 Oct 2008 19:42:41 +0000 (19:42 +0000)
commitdc3a59545e6bd92a22d85d946f9722f370a7d317
treefc0ebbaeacf01ed23d37240b93ee7f5bb2baea04
parent9af6dfb62ab246a29e5d31b105d1c61765b807d3
starting new development to support slice conf files
97 files changed:
php/.cvsignore [new file with mode: 0644]
php/Makefile [new file with mode: 0644]
php/footer.php [new file with mode: 0644]
php/header.php [new file with mode: 0644]
php/methods.py [new file with mode: 0755]
php/xmlrpc/CREDITS [new file with mode: 0644]
php/xmlrpc/EXPERIMENTAL [new file with mode: 0644]
php/xmlrpc/Makefile [new file with mode: 0644]
php/xmlrpc/config.m4 [new file with mode: 0644]
php/xmlrpc/config.m4.lib64 [new file with mode: 0644]
php/xmlrpc/config.w32 [new file with mode: 0644]
php/xmlrpc/libxmlrpc/README [new file with mode: 0644]
php/xmlrpc/libxmlrpc/acinclude.m4 [new file with mode: 0644]
php/xmlrpc/libxmlrpc/base64.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/base64.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/encodings.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/encodings.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/queue.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/queue.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/simplestring.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/simplestring.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/system_methods.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/system_methods_private.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_element.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_element.c.gcc4 [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_element.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_dandarpc.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_dandarpc.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_soap.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_soap.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xml_to_xmlrpc.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc.m4 [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc_introspection.c [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc_introspection.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc_introspection_private.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc_private.h [new file with mode: 0644]
php/xmlrpc/libxmlrpc/xmlrpc_win32.h [new file with mode: 0644]
php/xmlrpc/php_xmlrpc.h [new file with mode: 0644]
php/xmlrpc/xmlrpc-epi-php.c [new file with mode: 0644]
php/xmlrpc/xmlrpc.dsp [new file with mode: 0644]
psycopg2/AUTHORS [new file with mode: 0644]
psycopg2/LICENSE [new file with mode: 0644]
psycopg2/MANIFEST.in [new file with mode: 0644]
psycopg2/doc/ChangeLog-1.x [new file with mode: 0644]
psycopg2/doc/SUCCESS [new file with mode: 0644]
psycopg2/doc/TODO [new file with mode: 0644]
psycopg2/doc/api-screen.css [new file with mode: 0644]
psycopg2/doc/async.txt [new file with mode: 0644]
psycopg2/doc/extensions.html [new file with mode: 0644]
psycopg2/doc/extensions.rst [new file with mode: 0644]
pycurl/COPYING [new file with mode: 0644]
pycurl/ChangeLog [new file with mode: 0644]
pycurl/INSTALL [new file with mode: 0644]
pycurl/MANIFEST.in [new file with mode: 0644]
pycurl/Makefile [new file with mode: 0644]
pycurl/PKG-INFO [new file with mode: 0644]
pycurl/README [new file with mode: 0644]
pycurl/TODO [new file with mode: 0644]
pycurl/doc/callbacks.html [new file with mode: 0644]
pycurl/doc/curlmultiobject.html [new file with mode: 0644]
pycurl/doc/curlobject.html [new file with mode: 0644]
pycurl/doc/pycurl.html [new file with mode: 0644]
pycurl/examples/basicfirst.py [new file with mode: 0644]
pycurl/examples/file_upload.py [new file with mode: 0644]
pycurl/examples/linksys.py [new file with mode: 0755]
pycurl/examples/retriever-multi.py [new file with mode: 0644]
pycurl/examples/retriever.py [new file with mode: 0644]
pycurl/examples/sfquery.py [new file with mode: 0644]
pycurl/examples/xmlrpc_curl.py [new file with mode: 0644]
pycurl/python/curl/__init__.py [new file with mode: 0644]
pycurl/setup.py [new file with mode: 0644]
pycurl/setup_win32_ssl.py [new file with mode: 0644]
pycurl/src/Makefile [new file with mode: 0644]
pycurl/src/pycurl.c [new file with mode: 0644]
pycurl/tests/test.py [new file with mode: 0644]
pycurl/tests/test_cb.py [new file with mode: 0644]
pycurl/tests/test_debug.py [new file with mode: 0644]
pycurl/tests/test_getinfo.py [new file with mode: 0644]
pycurl/tests/test_gtk.py [new file with mode: 0644]
pycurl/tests/test_internals.py [new file with mode: 0644]
pycurl/tests/test_memleak.py [new file with mode: 0644]
pycurl/tests/test_multi.py [new file with mode: 0644]
pycurl/tests/test_multi2.py [new file with mode: 0644]
pycurl/tests/test_multi3.py [new file with mode: 0644]
pycurl/tests/test_multi4.py [new file with mode: 0644]
pycurl/tests/test_multi5.py [new file with mode: 0644]
pycurl/tests/test_multi6.py [new file with mode: 0644]
pycurl/tests/test_multi_vs_thread.py [new file with mode: 0644]
pycurl/tests/test_post.py [new file with mode: 0644]
pycurl/tests/test_post2.py [new file with mode: 0644]
pycurl/tests/test_post3.py [new file with mode: 0644]
pycurl/tests/test_stringio.py [new file with mode: 0644]
pycurl/tests/test_xmlrpc.py [new file with mode: 0644]
pycurl/tests/util.py [new file with mode: 0644]