/[Apache-SVN]
ViewVC logotype

Revision 665273


Jump to revision: Previous Next
Author: cpiro
Date: Tue Sep 18 06:23:33 2007 UTC (17 years, 1 month ago)
Changed paths: 173 (showing only 100; show all)
Log Message:
[thrift] spruce up Erlang binding for tonight's release

Summary:
 * got rid of most of the otp_base jonx ... save that for a future release unfortunately
 * cleaned up the tutorial server, added -erl to tutorial.thrift's shebang
 * made better README and TODO

Test Plan: checked out a copy, read my directions, built and ran the tutorial, and pretended that it didn't blow


Changed paths

Path Details
Directoryincubator/thrift/trunk/lib/erl/COPYING
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/COPYING, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/LICENSE
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/LICENSE, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/Makefile modified , text changed
Directoryincubator/thrift/trunk/lib/erl/README modified , text changed
Directoryincubator/thrift/trunk/lib/erl/TODO
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/TODO, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/ added
Directoryincubator/thrift/trunk/lib/erl/include/oop.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/oop.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/protocol/ added
Directoryincubator/thrift/trunk/lib/erl/include/protocol/tBinaryProtocol.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tBinaryProtocol.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/protocol/tBinaryProtocolFactory.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tBinaryProtocolFactory.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/protocol/tProtocol.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocol.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/protocol/tProtocolException.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocolException.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/protocol/tProtocolFactory.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocolFactory.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/server/ added
Directoryincubator/thrift/trunk/lib/erl/include/server/tErlServer.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/server/tErlServer.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/server/tServer.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/server/tServer.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/server/tSimpleServer.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/server/tSimpleServer.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/tApplicationException.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/tApplicationException.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/tErlProcessor.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/tErlProcessor.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/tException.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/tException.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/tProcessor.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/tProcessor.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/thrift.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/thrift.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/thrift_logger.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/thrift_logger.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/ added
Directoryincubator/thrift/trunk/lib/erl/include/transport/tBufferedTransport.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tBufferedTransport.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tBufferedTransportFactory.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tBufferedTransportFactory.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tErlAcceptor.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tErlAcceptor.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tServerSocket.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tServerSocket.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tServerTransport.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tServerTransport.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tSocket.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tSocket.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tTransport.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransport.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tTransportException.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransportException.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/include/transport/tTransportFactory.hrl
(Copied from incubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransportFactory.hrl, r665272)
added , text changed
Directoryincubator/thrift/trunk/lib/erl/lib/Makefile deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/COPYING deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/HEADER deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/LICENSE deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/Makefile deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/README deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/TODO deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/oop.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tBinaryProtocol.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tBinaryProtocolFactory.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocol.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocolException.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/protocol/tProtocolFactory.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/server/tErlServer.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/server/tServer.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/server/tSimpleServer.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/tApplicationException.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/tErlProcessor.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/tException.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/tProcessor.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/thrift.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/thrift_logger.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tBufferedTransport.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tBufferedTransportFactory.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tErlAcceptor.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tServerSocket.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tServerTransport.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tSocket.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransport.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransportException.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/include/transport/tTransportFactory.hrl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/server.sh deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/Makefile deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/oop.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/protocol/tBinaryProtocol.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/protocol/tBinaryProtocolFactory.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/protocol/tProtocol.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/protocol/tProtocolException.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/protocol/tProtocolFactory.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/server/tErlServer.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/server/tServer.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/server/tSimpleServer.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/tApplicationException.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/tErlProcessor.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/tException.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/tProcessor.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift.app.src deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift.appup.src deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift_logger.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift_oop_server.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/thrift_utils.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tBufferedTransport.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tBufferedTransportFactory.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tErlAcceptor.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tServerSocket.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tServerTransport.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tSocket.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tTransport.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tTransportException.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/src/transport/tTransportFactory.erl deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/tutorial deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/user deleted
Directoryincubator/thrift/trunk/lib/erl/lib/thrift/vsn.mk deleted
Directoryincubator/thrift/trunk/lib/erl/licence.txt deleted
Directoryincubator/thrift/trunk/lib/erl/release_DISABLED/Makefile deleted
Directoryincubator/thrift/trunk/lib/erl/release_DISABLED/thrift_rel/Makefile deleted
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26