common/thrift.git
14 years agoTHRIFT-1103. py: TZlibTransport for python, a zlib compressed transport
Bryan Duxbury [Tue, 22 Mar 2011 18:06:04 +0000 (18:06 +0000)] 
THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport

This patch adds a new TZlibTransport to the Python library and extends the test suite to exercise it.

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1084276 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1091 integrate JavaScript Test into Testsuite via make check
Roger Meier [Mon, 21 Mar 2011 21:26:35 +0000 (21:26 +0000)] 
THRIFT-1091 integrate JavaScript Test into Testsuite via make check
...fix broken build

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083963 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1101. java: bytebuffer length calculation in TBinaryProtocol writeBinary
Bryan Duxbury [Mon, 21 Mar 2011 18:18:33 +0000 (18:18 +0000)] 
THRIFT-1101. java: bytebuffer length calculation in TBinaryProtocol writeBinary

This patch fixes a bug in Binary and Compact protocol that incorrectly calculates the length of the bytes to be written when the byte buffer being written has a nonzero array offset (such as after a slice() call).

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083890 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1098. php: Undefined properties in TBinaryProtocolFactory
Bryan Duxbury [Mon, 21 Mar 2011 18:04:08 +0000 (18:04 +0000)] 
THRIFT-1098. php: Undefined properties in TBinaryProtocolFactory

Corrected some typos.

Patch: Torben Brodt

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083882 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1100. py: python TSSLSocket improvements, including certificate validation
Bryan Duxbury [Mon, 21 Mar 2011 17:59:49 +0000 (17:59 +0000)] 
THRIFT-1100. py: python TSSLSocket improvements, including certificate validation

This patch adds a number of features to TSSLSocket and TSSLServerSocket.

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083880 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test...
Bryan Duxbury [Mon, 21 Mar 2011 17:38:22 +0000 (17:38 +0000)] 
THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases

This patch fixes a TCompactProtocol bug and expands the test cases to exercise the problem.

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083877 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1091 integrate JavaScript Test into Testsuite via make check
Roger Meier [Thu, 17 Mar 2011 19:20:56 +0000 (19:20 +0000)] 
THRIFT-1091 integrate JavaScript Test into Testsuite via make check

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1082651 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1091 integrate JavaScript Test into Testsuite via make check
Roger Meier [Thu, 17 Mar 2011 19:13:36 +0000 (19:13 +0000)] 
THRIFT-1091 integrate JavaScript Test into Testsuite via make check

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1082649 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1050. java: Declaring an argument named 'manager' to a service method produces...
Bryan Duxbury [Tue, 15 Mar 2011 17:25:23 +0000 (17:25 +0000)] 
THRIFT-1050. java: Declaring an argument named 'manager' to a service method produces code that fails compile due to name conflicts with protected ivars in TAsyncClient

This patch adds a triple-underscore prefix to all the ivars in TAsyncClient, making it substantially more difficult to get a conflict.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1081868 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1093. py: several bugs in python TCompactProtocol
Bryan Duxbury [Tue, 15 Mar 2011 17:16:09 +0000 (17:16 +0000)] 
THRIFT-1093. py: several bugs in python TCompactProtocol

Patch; Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1081864 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1092. py: generated validate() method has wrong indentation
Bryan Duxbury [Tue, 15 Mar 2011 17:10:15 +0000 (17:10 +0000)] 
THRIFT-1092. py: generated validate() method has wrong indentation

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1081862 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1089 JavaScript Quality Assurance with lint
Roger Meier [Tue, 15 Mar 2011 09:55:33 +0000 (09:55 +0000)] 
THRIFT-1089 JavaScript Quality Assurance with lint

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1081707 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1014 JavaScript gjslint compatibility (only line too long warnings)
Roger Meier [Fri, 11 Mar 2011 12:38:54 +0000 (12:38 +0000)] 
THRIFT-1014 JavaScript gjslint compatibility (only line too long warnings)

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1080553 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-627. cpp: should c++ have setters for optional fields?
Bryan Duxbury [Thu, 10 Mar 2011 18:14:14 +0000 (18:14 +0000)] 
THRIFT-627. cpp: should c++ have setters for optional fields?

Yes, it should.

Patch: Jake Farrell

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1080303 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1083. py: Preforking python process pool server
Bryan Duxbury [Wed, 9 Mar 2011 18:05:58 +0000 (18:05 +0000)] 
THRIFT-1083. py: Preforking python process pool server

Patch: Dvir Volk

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1079913 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-983 js: add version Info to the library
Roger Meier [Wed, 9 Mar 2011 15:25:01 +0000 (15:25 +0000)] 
THRIFT-983 js: add version Info to the library

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1079834 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-6 update version info
Roger Meier [Mon, 7 Mar 2011 21:16:46 +0000 (21:16 +0000)] 
THRIFT-6 update version info

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1078952 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1014 JavaScript code should use semicolon-terminated statements
Roger Meier [Mon, 7 Mar 2011 19:37:46 +0000 (19:37 +0000)] 
THRIFT-1014 JavaScript code should use semicolon-terminated statements

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1078905 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1084 Typo fixes
Roger Meier [Fri, 4 Mar 2011 13:35:05 +0000 (13:35 +0000)] 
THRIFT-1084 Typo fixes
Patch: Bruce Mitchener

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077939 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-987 ruby does not build on Debian based distro's
Roger Meier [Fri, 4 Mar 2011 13:10:58 +0000 (13:10 +0000)] 
THRIFT-987 ruby does not build on Debian based distro's

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077930 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-867. php: PHP accelerator module's output transport is incompatible with TFram...
Bryan Duxbury [Fri, 4 Mar 2011 01:35:17 +0000 (01:35 +0000)] 
THRIFT-867. php: PHP accelerator module's output transport is incompatible with TFramedTransport

This patch prevents TFramedTransport from flushing empty frames.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076918 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached...
Bryan Duxbury [Fri, 4 Mar 2011 01:25:17 +0000 (01:25 +0000)] 
THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached on last fread call

This patch refactors TSocket to make use of stream_select() for timeout detection.

Patch: Nicholas Telford

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076917 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1081. php: PHP tests broken and somewhat incomplete
Bryan Duxbury [Fri, 4 Mar 2011 00:49:40 +0000 (00:49 +0000)] 
THRIFT-1081. php: PHP tests broken and somewhat incomplete

This patch fixes some minor bugs and includes a test for Framed Transport.

Patch: Nicholas Telford

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076908 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1076. erl: Erlang Thrift socket server has a bug that causes java thrift clien...
Bryan Duxbury [Wed, 2 Mar 2011 18:25:24 +0000 (18:25 +0000)] 
THRIFT-1076. erl: Erlang Thrift socket server has a bug that causes java thrift client of framed binary client to throw 'out of sequence' exception

This patch makes the erlang server return the seq id that the client sent instead of 0.

Patch: Pascal Qu

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076318 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1078. php: ThriftTest.thrift generates invalid PHP library
Bryan Duxbury [Wed, 2 Mar 2011 18:13:30 +0000 (18:13 +0000)] 
THRIFT-1078. php: ThriftTest.thrift generates invalid PHP library

This patch updates ThriftTest.thrft to have a valid php namespace, as well as updating the test client to use the properly namespaced code

Patch: Nicholas Telford

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076316 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1069. general: Add command line option to prevent thrift from inserting gen...
Bryan Duxbury [Tue, 1 Mar 2011 19:53:07 +0000 (19:53 +0000)] 
THRIFT-1069. general: Add command line option to prevent thrift from inserting gen-* directories

This patch adds a -out switch that allows for an absolute path to be set for outputting generated code.

Patch: Jake Farrell

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1076000 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1011. as3: Error generating package imports when using classes from other...
Bryan Duxbury [Tue, 1 Mar 2011 16:57:34 +0000 (16:57 +0000)] 
THRIFT-1011. as3: Error generating package imports when using classes from other packages

Patch: Usman Ismail

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1075916 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1030 C++ THttpTransport doesn't support chucked transfer encoding
Roger Meier [Mon, 28 Feb 2011 16:04:51 +0000 (16:04 +0000)] 
THRIFT-1030 C++ THttpTransport doesn't support chucked transfer encoding
Patch: Rowan Kerr

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1075399 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1070 C++ compiler and runtime have 32/64bit problems
Roger Meier [Sun, 27 Feb 2011 19:24:45 +0000 (19:24 +0000)] 
THRIFT-1070 C++ compiler and runtime have 32/64bit problems
Patch: Rich Salz

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1075121 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-863 JavaScript fix Map Type
Roger Meier [Thu, 24 Feb 2011 16:04:03 +0000 (16:04 +0000)] 
THRIFT-863 JavaScript fix Map Type
Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1074194 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1073 fix javadoc target
Roger Meier [Thu, 24 Feb 2011 14:45:03 +0000 (14:45 +0000)] 
THRIFT-1073 fix javadoc target
Patch: Diwaker Gupta

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1074173 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1071 configure.ac checks for openssl
Roger Meier [Wed, 23 Feb 2011 20:27:54 +0000 (20:27 +0000)] 
THRIFT-1071 configure.ac checks for openssl

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073930 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1071 invalid cast breaks build
Roger Meier [Tue, 22 Feb 2011 21:56:33 +0000 (21:56 +0000)] 
THRIFT-1071 invalid cast breaks build
Patch: Rowan Kerr

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073526 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1065 JavaScript read-undefined-exceptions2
Roger Meier [Tue, 22 Feb 2011 20:56:45 +0000 (20:56 +0000)] 
THRIFT-1065 JavaScript read-undefined-exceptions2
Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073497 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1065 JavaScript qUnit test cleanup
Roger Meier [Tue, 22 Feb 2011 20:55:21 +0000 (20:55 +0000)] 
THRIFT-1065 JavaScript qUnit test cleanup
Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073495 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1065 Unexpected exceptions not proper handled on JS
Roger Meier [Tue, 22 Feb 2011 20:15:03 +0000 (20:15 +0000)] 
THRIFT-1065 Unexpected exceptions not proper handled on JS
THRIFT-847  same bahavior for Java and C++(test/cpp/src/TestServer.cpp)

Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073484 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1068. py: Python SSL Socket Support
Bryan Duxbury [Tue, 22 Feb 2011 18:20:53 +0000 (18:20 +0000)] 
THRIFT-1068. py: Python SSL Socket Support

A python implementation of TSSLSocket.

Patch: Kevin Worth

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073447 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1067. php: Tons of bugs in php implementation
Bryan Duxbury [Tue, 22 Feb 2011 18:20:13 +0000 (18:20 +0000)] 
THRIFT-1067. php: Tons of bugs in php implementation

Patch: Ruslan Usifov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073446 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1067. php: Tons of bugs in php implementation
Bryan Duxbury [Tue, 22 Feb 2011 18:17:23 +0000 (18:17 +0000)] 
THRIFT-1067. php: Tons of bugs in php implementation

Patch: Ruslan Usifov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073444 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation
Bryan Duxbury [Tue, 22 Feb 2011 18:12:06 +0000 (18:12 +0000)] 
THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation

This patch adds an implementation of the above ssl sockets.

Patch: Ping Li, Kevin Worth, Rowan Kerr

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073441 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix small bug in THRIFT-538 commit: use int32s instead of in64s to encode lengths.
Christian Lavoie [Sun, 20 Feb 2011 18:59:33 +0000 (18:59 +0000)] 
Fix small bug in THRIFT-538 commit: use int32s instead of in64s to encode lengths.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072684 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-625: Add support for 'Go'; provided by Aalok Shah.
Christian Lavoie [Sun, 20 Feb 2011 02:39:19 +0000 (02:39 +0000)] 
THRIFT-625: Add support for 'Go'; provided by Aalok Shah.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072478 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove a pair of useless files.
Christian Lavoie [Sun, 20 Feb 2011 01:57:55 +0000 (01:57 +0000)] 
Remove a pair of useless files.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072476 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUse standard sh syntax instead of bash extensions.
Christian Lavoie [Sat, 19 Feb 2011 21:02:22 +0000 (21:02 +0000)] 
Use standard sh syntax instead of bash extensions.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072440 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1044 Fix JavaScript Inheritance
Roger Meier [Wed, 16 Feb 2011 19:29:50 +0000 (19:29 +0000)] 
THRIFT-1044 Fix JavaScript Inheritance

Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1071370 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1045 Support "included"ed thrift files
Roger Meier [Wed, 16 Feb 2011 19:25:05 +0000 (19:25 +0000)] 
THRIFT-1045 Support "included"ed thrift files

Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1071366 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd a little README
Anthony F. Molinaro [Wed, 16 Feb 2011 06:00:10 +0000 (06:00 +0000)] 
add a little README

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1071150 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix the erlang tutorial
Anthony F. Molinaro [Wed, 16 Feb 2011 05:54:17 +0000 (05:54 +0000)] 
Fix the erlang tutorial

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1071148 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1054. build: explicit call to PKG_PROG_PKG_CONFIG is missing and first use...
Bryan Duxbury [Wed, 9 Feb 2011 17:05:11 +0000 (17:05 +0000)] 
THRIFT-1054. build: explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

Uh, yeah, what the description says.

Patch: Chris Morgan

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068976 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix file 'added twice' by accident by previous commit.
Christian Lavoie [Wed, 9 Feb 2011 14:37:53 +0000 (14:37 +0000)] 
Fix file 'added twice' by accident by previous commit.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068909 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCommit client support for framed transport in Haskell from Martin Grabmueller.
Christian Lavoie [Wed, 9 Feb 2011 05:27:32 +0000 (05:27 +0000)] 
Commit client support for framed transport in Haskell from Martin Grabmueller.

THRIFT-538: missing support for framed transport

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068756 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPatch from Chris Morgan, fixing gcc warnings.
Christian Lavoie [Tue, 8 Feb 2011 23:05:47 +0000 (23:05 +0000)] 
Patch from Chris Morgan, fixing gcc warnings.

THRIFT-1057: casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068672 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1056 python tests invoked by 'make check' appear broken
Roger Meier [Tue, 8 Feb 2011 20:44:22 +0000 (20:44 +0000)] 
THRIFT-1056 python tests invoked by 'make check' appear broken
Patch: Chris Morgan

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068568 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-447. java: Make an abstract base Client class so we can generate less code
Bryan Duxbury [Tue, 8 Feb 2011 17:26:37 +0000 (17:26 +0000)] 
THRIFT-447. java: Make an abstract base Client class so we can generate less code

This patch introduces a handful of abstract, non-generated classes that allow us to generate much less code for service implementations.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068487 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket...
Bryan Duxbury [Tue, 8 Feb 2011 16:38:15 +0000 (16:38 +0000)] 
THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

This patch sets NoDelay on TSocket and TServerSocket to improve performance.

Patch: Chris Morgan

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068470 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1053. Provide a getUnderlyingTransport function for TSaslTransport
Todd Lipcon [Sun, 6 Feb 2011 18:13:10 +0000 (18:13 +0000)] 
THRIFT-1053. Provide a getUnderlyingTransport function for TSaslTransport

Patch: Devaraj Das

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1067719 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1051. Applying @Override to interface method breaks compile on Java 1.5
Mark Slee [Fri, 28 Jan 2011 22:26:13 +0000 (22:26 +0000)] 
THRIFT-1051. Applying @Override to interface method breaks compile on Java 1.5

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1064911 13f79535-47bb-0310-9956-ffa450edef68

14 years agoApply THRIFT-993's patch from Rich Salz (reverting the oneway caching):
Christian Lavoie [Thu, 27 Jan 2011 21:05:45 +0000 (21:05 +0000)] 
Apply THRIFT-993's patch from Rich Salz (reverting the oneway caching):

(THRIFT-993) Some improvements in C++ stubs for oneway operations

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1064303 13f79535-47bb-0310-9956-ffa450edef68

14 years agorevert accidental commit
T Jake Luciani [Thu, 27 Jan 2011 02:53:57 +0000 (02:53 +0000)] 
revert accidental commit

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063967 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-904: disable nagle and linger
T Jake Luciani [Thu, 27 Jan 2011 02:51:51 +0000 (02:51 +0000)] 
THRIFT-904: disable nagle and linger

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063966 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-994. build: Don't try to invoke phpize if we don't have it
Bryan Duxbury [Wed, 26 Jan 2011 23:38:54 +0000 (23:38 +0000)] 
THRIFT-994. build: Don't try to invoke phpize if we don't have it

Patch: Richard Salz

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063919 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1021. ocaml: Framed transport support for OCaml
Bryan Duxbury [Wed, 26 Jan 2011 23:31:19 +0000 (23:31 +0000)] 
THRIFT-1021. ocaml: Framed transport support for OCaml

Patch: Richard Low

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063917 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate CHANGES file
Bryan Duxbury [Wed, 26 Jan 2011 22:43:43 +0000 (22:43 +0000)] 
update CHANGES file

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063910 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1038. java: Generated Java code for structures containing binary fields (or...
Bryan Duxbury [Wed, 26 Jan 2011 22:42:02 +0000 (22:42 +0000)] 
THRIFT-1038. java: Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable

This patch causes Java Serialized Thrift structs to be serialized onto the stream via the Compact Protocol.

Patch: Mathias Herberts

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063907 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1041. java: TDeserializer holds onto a reference of the array it reads after...
Bryan Duxbury [Wed, 26 Jan 2011 18:40:30 +0000 (18:40 +0000)] 
THRIFT-1041. java: TDeserializer holds onto a reference of the array it reads after it is done deserializing

This patch makes sure that after using the bytes passed in, no references are retained.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063820 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-998. java: Using valueOf for base types in getFieldValue
Bryan Duxbury [Wed, 26 Jan 2011 18:29:33 +0000 (18:29 +0000)] 
THRIFT-998. java: Using valueOf for base types in getFieldValue

valueOf saves us on memory for 'small' primitive types and costs us nothing in other situations, so it's an all-around win.

Patch: Takashi Yonebayashi

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063818 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-999. php: Add TForkingServer
Bryan Duxbury [Wed, 26 Jan 2011 18:25:17 +0000 (18:25 +0000)] 
THRIFT-999. php: Add TForkingServer

Patch: Nick Jones

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063814 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host
Bryan Duxbury [Wed, 26 Jan 2011 17:54:02 +0000 (17:54 +0000)] 
THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host

This patch adds a new host argument to TServerSocket that allows it to bind to a specific host.

Patch: Jake Farrell

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063806 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix haskell-related bug in the 0.6.x branch for RC1; make sure trunk receives the...
Christian Lavoie [Mon, 24 Jan 2011 23:01:37 +0000 (23:01 +0000)] 
Fix haskell-related bug in the 0.6.x branch for RC1; make sure trunk receives the same patch.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063050 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1042 Fix TApplicationException.read
Roger Meier [Sun, 23 Jan 2011 10:57:03 +0000 (10:57 +0000)] 
THRIFT-1042 Fix TApplicationException.read
Patch: Wade Simmons

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1062377 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1036 Auto-generated C++ code fails to compile with "-Werror -Wextra -Wall...
Roger Meier [Sun, 23 Jan 2011 09:35:45 +0000 (09:35 +0000)] 
THRIFT-1036 Auto-generated C++ code fails to compile with "-Werror -Wextra -Wall" g++ compiler flags
Patch: Pavlin Radoslavov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1062352 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1045 Support "included"ed thrift files
Roger Meier [Sat, 22 Jan 2011 21:43:59 +0000 (21:43 +0000)] 
THRIFT-1045 Support "included"ed thrift files
Patch: Wade Simmons

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1062281 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1044 Fix JavaScript inheritance
Roger Meier [Sat, 22 Jan 2011 21:35:48 +0000 (21:35 +0000)] 
THRIFT-1044 Fix JavaScript inheritance
Patch Wade Simmons

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1062279 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1043 Fix how the length of a map is calculated
Roger Meier [Sat, 22 Jan 2011 21:32:50 +0000 (21:32 +0000)] 
THRIFT-1043 Fix how the length of a map is calculated
Patch: Wade Simmons

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1062278 13f79535-47bb-0310-9956-ffa450edef68

14 years agocommit a CHANGES change
Bryan Duxbury [Thu, 20 Jan 2011 17:47:28 +0000 (17:47 +0000)] 
commit a CHANGES change

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1061415 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1032. make dist fails due to c_glib problem
Bryan Duxbury [Thu, 13 Jan 2011 18:09:51 +0000 (18:09 +0000)] 
THRIFT-1032. make dist fails due to c_glib problem

Patch: Michael Lum

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1058692 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-125. OCaml libraries don't compile with 32-bit ocaml
Bryan Duxbury [Wed, 12 Jan 2011 18:41:52 +0000 (18:41 +0000)] 
THRIFT-125. OCaml libraries don't compile with 32-bit ocaml

Patch: Iain Proctor and John Bilings

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1058270 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1033: node.js target and lib
T Jake Luciani [Sat, 8 Jan 2011 03:49:16 +0000 (03:49 +0000)] 
THRIFT-1033: node.js target and lib

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1056613 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate version numbers to 0.7.0-dev
Bryan Duxbury [Fri, 7 Jan 2011 18:45:29 +0000 (18:45 +0000)] 
update version numbers to 0.7.0-dev

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1056453 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate changes file for 0.6
Bryan Duxbury [Fri, 7 Jan 2011 18:39:54 +0000 (18:39 +0000)] 
update changes file for 0.6

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1056449 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1024 Add Python Twisted example to the Tutorial
Roger Meier [Mon, 3 Jan 2011 20:19:07 +0000 (20:19 +0000)] 
THRIFT-1024 Add Python Twisted example to the Tutorial

Patch: Michael

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1054733 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1022 Typo cleanup patch
Roger Meier [Thu, 16 Dec 2010 13:15:49 +0000 (13:15 +0000)] 
THRIFT-1022 Typo cleanup patch

Patch: Anatol Pomozov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1049968 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-71 Debian packaging for Thrift
Roger Meier [Tue, 14 Dec 2010 21:38:00 +0000 (21:38 +0000)] 
THRIFT-71 Debian packaging for Thrift

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1049288 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1020. ocaml: OCaml compiler generates invalid OCaml
Bryan Duxbury [Mon, 13 Dec 2010 19:17:22 +0000 (19:17 +0000)] 
THRIFT-1020. ocaml: OCaml compiler generates invalid OCaml

This patch resolves problems with double constants and adds a copy method to generated structs.

Patch: Richard Low

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1045320 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1013. java: generated java code may have name clashes with thrift library
Bryan Duxbury [Tue, 7 Dec 2010 18:28:48 +0000 (18:28 +0000)] 
THRIFT-1013. java: generated java code may have name clashes with thrift library

This patch removes the imports for Thrift library classes and fully qualifies all references, guaranteeing there won't be any name clashes.

Patch: Peter Schuller

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1043156 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1015. java: TUnion does not handle ByteBuffer in toString
Bryan Duxbury [Thu, 2 Dec 2010 21:29:20 +0000 (21:29 +0000)] 
THRIFT-1015. java: TUnion does not handle ByteBuffer in toString

This patch adds a test case and fixes the toString method of TBaseHelper for ByteBuffers.

Patch: Takashi Yonebayashi

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1041590 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-998 Silence g++ -Wswitch-enum warning in header
Roger Meier [Tue, 30 Nov 2010 20:23:44 +0000 (20:23 +0000)] 
THRIFT-998 Silence g++ -Wswitch-enum warning in header

Patch: Rich Salz

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1040758 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1002 some more cleanup in c_glib part
Roger Meier [Tue, 30 Nov 2010 19:53:29 +0000 (19:53 +0000)] 
THRIFT-1002 some more cleanup in c_glib part

Patch: Anatol Pomozov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1040738 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1010 Fix typo asigned -> assigned
Roger Meier [Tue, 30 Nov 2010 19:46:56 +0000 (19:46 +0000)] 
THRIFT-1010 Fix typo asigned -> assigned

Patch: Anatol Pomozov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1040732 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1002 CodeStyle: t_c_glib_generator.cc
Roger Meier [Tue, 30 Nov 2010 05:54:53 +0000 (05:54 +0000)] 
THRIFT-1002 CodeStyle: t_c_glib_generator.cc

Patch:  Anatol Pomozov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1040415 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1009. java: TUnion does not correctly deep copy a ByteBuffer
Bryan Duxbury [Tue, 30 Nov 2010 00:33:48 +0000 (00:33 +0000)] 
THRIFT-1009. java: TUnion does not correctly deep copy a ByteBuffer

This patch adds a case to deepCopyObject for ByteBuffer, along with a test case that verifies the change in functionality.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1040358 13f79535-47bb-0310-9956-ffa450edef68

14 years agoignore Thrift.dll and py.twisted test stuff
Roger Meier [Sun, 28 Nov 2010 16:22:10 +0000 (16:22 +0000)] 
ignore Thrift.dll and py.twisted test stuff

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1039898 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from...
Christian Lavoie [Sun, 28 Nov 2010 14:34:26 +0000 (14:34 +0000)] 
THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from a few constants.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1039885 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1003 Polishing c_glib code
Roger Meier [Fri, 26 Nov 2010 10:17:48 +0000 (10:17 +0000)] 
THRIFT-1003 Polishing c_glib code

Patch: Anatol Pomozov

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1039299 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1008. java: byte[] accessors throw NPE on unset field
Bryan Duxbury [Wed, 24 Nov 2010 22:30:38 +0000 (22:30 +0000)] 
THRIFT-1008. java: byte[] accessors throw NPE on unset field

Further extra null check in accessors that use TBaseHelper.rightSize().

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1038850 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-916: Commit a partial fix for flex-generated code infested with warnings on...
Christian Lavoie [Wed, 24 Nov 2010 21:58:05 +0000 (21:58 +0000)] 
THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1038844 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1008. java: byte[] accessors throw NPE on unset field
Bryan Duxbury [Wed, 24 Nov 2010 21:30:00 +0000 (21:30 +0000)] 
THRIFT-1008. java: byte[] accessors throw NPE on unset field

This patch adds a null check to TBaseHelper.rightSize().

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1038833 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-1006. java: Impossible to correctly qualify an enum constant in an external...
Bryan Duxbury [Wed, 24 Nov 2010 00:25:57 +0000 (00:25 +0000)] 
THRIFT-1006. java: Impossible to correctly qualify an enum constant in an external thrift file

Be a little more sensitive to how we parse out dots; some java generator changes to make sure things stay consistent.

THRIFT-1005. java: Give unions byte[] signature methods to go along with their ByteBuffer counterparts

Some new constructors, getters, and setters to ease migration of unions to ByteBuffer style.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1038399 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-916 long long becomes int64_t
Roger Meier [Sun, 21 Nov 2010 16:59:05 +0000 (16:59 +0000)] 
THRIFT-916 long long becomes int64_t

Patch: Christian Lavoie

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1037500 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTHRIFT-916 Wall_Wextra_pedantic_Wno-long-long_Wno-variadic-macros_Wno-overflow_NOWARN...
Roger Meier [Sat, 20 Nov 2010 06:48:47 +0000 (06:48 +0000)] 
THRIFT-916 Wall_Wextra_pedantic_Wno-long-long_Wno-variadic-macros_Wno-overflow_NOWARNINGS_DebianLenny.patch applied

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1037127 13f79535-47bb-0310-9956-ffa450edef68