common/thrift.git
10 years agoTHRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library
Jens Geyer [Thu, 19 Jun 2014 20:11:53 +0000 (22:11 +0200)] 
THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library
Client: JavaScript
Patch: Hyungsul Kim

This closes #141

10 years agoTHRIFT-2578 Moving 'make cross' from test.sh to test.py
Roger Meier [Wed, 18 Jun 2014 20:43:17 +0000 (22:43 +0200)] 
THRIFT-2578 Moving 'make cross' from test.sh to test.py

Patch: Chamila Dilshan Wijayarathna

10 years agoTHRIFT-2571 doc and speed up travis build
henrique [Tue, 17 Jun 2014 10:36:39 +0000 (12:36 +0200)] 
THRIFT-2571 doc and speed up travis build

10 years agoTHRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows
Randy Abernethy [Tue, 17 Jun 2014 04:15:23 +0000 (21:15 -0700)] 
THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows
Client: C++ Lib
Patch: Michal Gazda

AI_ADDRCONFIG keeps Windows from making local connections
when no NICs are present.

10 years agocompiler: move README_Windows.md content to README.md
Roger Meier [Mon, 16 Jun 2014 05:32:12 +0000 (07:32 +0200)] 
compiler: move README_Windows.md content to README.md

fix compiler/cpp/Makefile.am

10 years agoTHRIFT-2520 cpp:cob_style generates incorrect .tcc file
Roger Meier [Sun, 15 Jun 2014 19:48:59 +0000 (21:48 +0200)] 
THRIFT-2520 cpp:cob_style generates incorrect .tcc file

This closes #118

commit 22d266eefaf16f21ffd0ad193a6a54403de65197
Author: N.Sukegawa <nsukeg@gmail.com>
Date: 2014-05-07T19:36:43Z

10 years agocompiler: move README_Windows.md content to README.md
Roger Meier [Sat, 14 Jun 2014 19:59:24 +0000 (21:59 +0200)] 
compiler: move README_Windows.md content to README.md

10 years agoTHRIFT-2572 Add string/collection length limit checks (from C++) to java protocol...
Roger Meier [Wed, 11 Jun 2014 12:15:21 +0000 (14:15 +0200)] 
THRIFT-2572 Add string/collection length limit checks (from C++) to java protocol readers

Client: Java

This closes #138

Patch: Andrew Cox

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Wed, 11 Jun 2014 09:09:14 +0000 (11:09 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

initial version of test.py and tests.json

Patch: Roger Meier

10 years agoTHRIFT-2571 Simplify cross compilation using CMake
henrique [Wed, 11 Jun 2014 07:26:01 +0000 (09:26 +0200)] 
THRIFT-2571 Simplify cross compilation using CMake
Patch: Pascal Bach

    This closes #137

----

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Tue, 10 Jun 2014 20:16:14 +0000 (22:16 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

Added cross tests for ruby with ruby, cpp, java, node and python.
ruby_protocols="binary compact json accel"
ruby_transports="buffered framed"
ruby_sockets="ip"
Created new TestServer.rb and TestClient.rb for this purpose

Patch: Chamila Dilshan Wijayarathna

10 years agoTHRIFT-2471 requires libboost 1.54
henrique [Tue, 10 Jun 2014 13:19:55 +0000 (15:19 +0200)] 
THRIFT-2471 requires libboost 1.54
+ additional script clean up

10 years agoAllow cross build for windows using mingw32
Pascal Bach [Tue, 10 Jun 2014 11:15:40 +0000 (13:15 +0200)] 
Allow cross build for windows using mingw32

- Build the compiler using CMake for:
  - Linux native gcc
  - Windows using mingw32

10 years agoGet thrift version from configure.ac for CMake build
Pascal Bach [Wed, 23 Apr 2014 16:19:06 +0000 (18:19 +0200)] 
Get thrift version from configure.ac for CMake build

10 years agoAdd CMake file for the thrift compiler
Pascal Bach [Thu, 17 Apr 2014 14:19:07 +0000 (16:19 +0200)] 
Add CMake file for the thrift compiler

10 years agoTHRIFT-2569 Introduce file to specify third party library locations on Windows
Roger Meier [Mon, 9 Jun 2014 20:41:06 +0000 (22:41 +0200)] 
THRIFT-2569 Introduce file to specify third party library locations on Windows

    This closes #136

----
commit f55437d55549ced475092518f432936c4e760639
Author: Pascal Bach <pascal.bach@siemens.com>
Date:   2014-04-09T09:19:18Z

    TPipeServer requires OverlappedSubmissionThread.cpp|h

    so include it in the corresponding VS files

commit 63a3309a83e6fb09b589a61fe56c5abe1157acb5
Author: Pascal Bach <pascal.bach@siemens.com>
Date:   2014-03-26T15:44:07Z

    Replace Env variables for 3rdparty

----

Patch: Pascal Bach

10 years ago.gitignore: add c_glib profiling files *.gcno
Roger Meier [Mon, 9 Jun 2014 20:37:42 +0000 (22:37 +0200)] 
.gitignore: add c_glib profiling files *.gcno

10 years agoTHRIFT-2568 Implement own certificate handler
Jens Geyer [Thu, 5 Jun 2014 20:03:19 +0000 (22:03 +0200)] 
THRIFT-2568 Implement own certificate handler
Client: C#
Patch: Michael Blättler

This closes #133

commit 57494794e787356ee98229cac35ea7aaa60ad562
 Author: mblaettler <michi.blaettler@bluewin.ch>
 Date: 2014-06-05T11:41:05Z

THRIFT-2568: Implemented possibility to use own certificate handler

10 years agoTHRIFT-2565 autoconf fails to find mingw-g++ cross compiler on travis CI
henrique [Wed, 4 Jun 2014 16:14:39 +0000 (18:14 +0200)] 
THRIFT-2565 autoconf fails to find mingw-g++ cross compiler on travis CI

10 years agoTHRIFT-2435 Java compiler doesn't like struct member names that are identical to...
Jens Geyer [Sat, 31 May 2014 20:58:15 +0000 (22:58 +0200)] 
THRIFT-2435 Java compiler doesn't like struct member names that are identical to an existing enum or struct type
Client: java
Patch: Jens Geyer

Fixed a potential nullptr dereference introduced by that patch (Coverity ID 1216835)

10 years agoTHRIFT-2560 Thrift compiler generator tries to concat ints with strings using +
Jens Geyer [Fri, 30 May 2014 16:37:24 +0000 (18:37 +0200)] 
THRIFT-2560 Thrift compiler generator tries to concat ints with strings using +
Client: Compiler
Patch: Jens Geyer

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Sat, 31 May 2014 20:22:07 +0000 (22:22 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

Added 'ssl' tests for python tests.
Added '-transport arg (=buffered) transport: buffered, framed, http' to test/py/TestServer.py and test/py/TestClient.py and removed '-framed' arguement.
Changed test/py/RunClientServer.py to match above changes.
Added tests to compact protocol in python cases.
Added tests to test BinaryAccelarated protocol with Binary Protocol.
Changed py/TestClient.py and py/TestServer.py from --proto to --protocol parameter

Patch: Chamila Dilshan Wijayarathna & Roger Meier

10 years agoTHRIFT-2554 double initialization in generated Read() method
Jens Geyer [Fri, 30 May 2014 15:51:47 +0000 (17:51 +0200)] 
THRIFT-2554 double initialization in generated Read() method
Client: C#
Patch: Jens Geyer

10 years agoTHRIFT-2555 excessive "unused field" comments
Jens Geyer [Fri, 30 May 2014 15:51:14 +0000 (17:51 +0200)] 
THRIFT-2555 excessive "unused field" comments
Client: Go
Patch: Jens Geyer

10 years agoTHRIFT-2558: CSharp gen tries to add str + int
ra [Fri, 30 May 2014 13:31:00 +0000 (06:31 -0700)] 
THRIFT-2558: CSharp gen tries to add str + int
Client: C# Compiler
Patch: Randy Abernethy

The C# generator attempts to throw a str + int string in
several places producing undesirable results. This patch
uses stringstream to concatenate the string representations.

10 years agoupdate doc/install
Roger Meier [Fri, 30 May 2014 12:53:22 +0000 (14:53 +0200)] 
update doc/install

10 years agoadd doc/install from website, update README.md
Roger Meier [Fri, 30 May 2014 12:35:34 +0000 (14:35 +0200)] 
add doc/install from website, update README.md

10 years agoTHRIFT-2543 Generated enum type in haskell should be qualified
Roger Meier [Fri, 30 May 2014 01:03:09 +0000 (03:03 +0200)] 
THRIFT-2543 Generated enum type in haskell should be qualified

Client: Haskell
Patch: Zejun Wu

10 years agoTHRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute...
Roger Meier [Thu, 29 May 2014 22:18:50 +0000 (00:18 +0200)] 
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names

add missing TestFullCamel.java

Client: Java
Patch: Tom Lee

10 years agoTHRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute...
Roger Meier [Thu, 29 May 2014 22:14:50 +0000 (00:14 +0200)] 
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names

Client: Java
Patch: Tom Lee

10 years agoTHRIFT-2526 Assignment operators and copy constructors in c++ don't copy the __isset...
Roger Meier [Thu, 29 May 2014 20:40:32 +0000 (22:40 +0200)] 
THRIFT-2526 Assignment operators and copy constructors in c++ don't copy the __isset struct

Client: cpp
Patch: Doug Judd

10 years agoTHRIFT-2551 OutOfMemoryError "unable to create new native thread" kills serve thread
Roger Meier [Thu, 29 May 2014 14:25:22 +0000 (16:25 +0200)] 
THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills serve thread

Github Pull Request: This closes #112

Patch: Fuud

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Wed, 28 May 2014 21:03:57 +0000 (23:03 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

py-py, py-java, java-py, cpp-py, py-cpp, nodejs-py, py-nodejs tests added with
py_protocols="binary compact json accel"
py_transports="buffered"
py_sockets="ip",
test.sh refactored so that new protocols, transports and sockets can be easily added.

Patch: Chamila Dilshan Wijayarathna

10 years agoTHRIFT-1584 could not SetMinThreads in ThreadPool on single-core machines
Jens Geyer [Wed, 28 May 2014 20:31:23 +0000 (22:31 +0200)] 
THRIFT-1584 could not SetMinThreads in ThreadPool on single-core machines
Client: C#
Patch: Jens Geyer after suggestion from JIRA-User "Funny"

10 years agoTHRIFT-2239 Address FindBugs errors
Roger Meier [Wed, 28 May 2014 12:19:09 +0000 (14:19 +0200)] 
THRIFT-2239 Address FindBugs errors

Client: Java
Patch: Liang Xie

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Tue, 27 May 2014 22:04:32 +0000 (00:04 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

Added
--port arg (=9090) Port number to listen
to nodejs server at lib/nodejs/test/server.js and added
--host arg (=localhost) Host to connect
--port arg (=9090) Port number to connect
to nodejs client at lib/nodejs/test/client.js

Patch: Chamila Dilshan Wijayarathna

10 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Roger Meier [Tue, 27 May 2014 21:57:38 +0000 (23:57 +0200)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

10 years agoTHRIFT-2552 eliminate warning from configure.ac
Jens Geyer [Tue, 27 May 2014 21:10:11 +0000 (23:10 +0200)] 
THRIFT-2552 eliminate warning from configure.ac
Client: build process
Patch: Liang Xie

10 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Tue, 27 May 2014 19:18:00 +0000 (21:18 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

Patch: Chamila Dilshan Wijayarathna

10 years agoUpdated makefile for THRIFT-2544 Add support for socket transport for c# library...
Jens Geyer [Mon, 26 May 2014 21:39:47 +0000 (23:39 +0200)] 
Updated makefile for THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects
Client: C#
Patch: Jens Geyer

10 years agoTHRIFT-2544 Add support for socket transport for c# library when using Windows Phone...
Jens Geyer [Mon, 26 May 2014 21:34:35 +0000 (23:34 +0200)] 
THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects
Client: C#
Patch: Matrix Ji

10 years agomake cross: add nodejs-nodejs test and nodejs compact protocol
Roger Meier [Sun, 25 May 2014 20:59:17 +0000 (22:59 +0200)] 
make cross: add nodejs-nodejs test and nodejs compact protocol

10 years agoTHRIFT-2534 Cross language test results should recorded to a status.md or status...
Roger Meier [Fri, 23 May 2014 10:54:08 +0000 (12:54 +0200)] 
THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically

fix: swap client server

Patch: Chamila Dilshan Wijayarathna

10 years agoTHRIFT-2534 Cross language test results should recorded to a status.md or status...
henrique [Tue, 20 May 2014 11:18:45 +0000 (13:18 +0200)] 
THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically

also removes go and lua from travis CI builds

10 years agoTHRIFT-2505 fix apache license header
henrique [Mon, 19 May 2014 19:59:39 +0000 (21:59 +0200)] 
THRIFT-2505 fix apache license header

10 years agoTHRIFT-2522 TypeScript extension for Thrift Compiler
henrique [Mon, 19 May 2014 17:11:10 +0000 (19:11 +0200)] 
THRIFT-2522 TypeScript extension for Thrift Compiler

add info and format js/README.md

    This closes #124

----
commit ada1016fdd6408694f9b82d5de8c1fbbf8d8a528
Author: Pascal Schweizer <pasci@hispeed.ch>
Date:   2014-03-21T16:18:59Z

    THRIFT-2522 TypeScript extension for Thrift Compiler

----

10 years agoTHRIFT-2522 TypeScript extension for Thrift Compiler
Pascal Schweizer [Fri, 21 Mar 2014 16:18:59 +0000 (17:18 +0100)] 
THRIFT-2522 TypeScript extension for Thrift Compiler

11 years agoFixed broken build: "thrift -out <dir>" expects that <dir> already exists
Jens Geyer [Fri, 16 May 2014 23:54:09 +0000 (01:54 +0200)] 
Fixed broken build: "thrift -out <dir>" expects that <dir> already exists

11 years agoFixed broken build (superfluous EXTRA_DIST section)
Jens Geyer [Fri, 16 May 2014 23:20:32 +0000 (01:20 +0200)] 
Fixed broken build (superfluous EXTRA_DIST section)

11 years agoTHRIFT-2500 sending random data crashes thrift(golang) service
Jens Geyer [Fri, 16 May 2014 23:07:28 +0000 (01:07 +0200)] 
THRIFT-2500 sending random data crashes thrift(golang) service
Client: Go
Patch: Aleksey Pesternikov

This closes #117

commit 1bb25c4a48845e112847ca8293402f0294d8f597
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-05-02T21:40:59Z

recover from panic in processor

commit 8d1427a2c3c183d499442dc1f0437292e6641ac3
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-05-02T21:41:52Z

some sanity checks in binary protocol

commit 666cc87a51f86ca5940225c36716bbad467c6e73
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-05-02T21:53:59Z

some sanity checks in compact protocol

11 years agoTHRIFT-2537 Path for "go get" does not work
Jens Geyer [Fri, 16 May 2014 22:38:06 +0000 (00:38 +0200)] 
THRIFT-2537 Path for "go get" does not work
Client: Go
Patch: Jens Geyer

This closes #115

11 years agoTHRIFT-2534 Cross language test results should recorded to a status.md or status...
Roger Meier [Fri, 16 May 2014 21:18:25 +0000 (23:18 +0200)] 
THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically

Patch: Chamila Dilshan Wijayarathna & Roger Meier

11 years agoThrift-2535:TJSONProtocol when serialized yields TField ids rather than names
jfarrell [Fri, 16 May 2014 03:25:46 +0000 (23:25 -0400)] 
Thrift-2535:TJSONProtocol when serialized yields TField ids rather than names

Adds ability to optionally serialize TJSONProtocol with TField names

11 years agoTHRIFT-2401 Haskell tutorial compiles
Roger Meier [Tue, 13 May 2014 22:49:41 +0000 (00:49 +0200)] 
THRIFT-2401 Haskell tutorial compiles

Patch: John Chee & Roger Meier

includes minifix from:
THRIFT-2453 haskell tutorial: fix up division by 0 example

11 years agoTHRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.a
Roger Meier [Sun, 11 May 2014 15:39:34 +0000 (17:39 +0200)] 
THRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.a

update ax_boost_base.m4 from http://www.gnu.org/software/autoconf-archive/
Patch: Roger Meier

11 years agoTHRIFT-2511 Node.js compact protocol
ra [Sun, 11 May 2014 07:25:01 +0000 (00:25 -0700)] 
THRIFT-2511 Node.js compact protocol
Client: Node
Patch: Randy Abernethy

Adds Compact Protocol to Node.js, tests in testAll.sh and repairs all
library JSHint warnings.

11 years agoTHRIFT-2505 go struct should always be a pointer to avoid copying of potentially...
Jens Geyer [Fri, 9 May 2014 21:48:57 +0000 (23:48 +0200)] 
THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs
Client: Go
Patch: Aleksey Pesternikov

This closes #116

commit 69bbf0e2b148cb1f48e24f46d181cc4d5dc35786
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-05-02T15:45:15Z

struct should always be a pointer to avoid copying of potentially size-unbounded structs

11 years agoTHRIFT-2491 unable to import generated ThriftTest service
Jens Geyer [Fri, 9 May 2014 21:34:10 +0000 (23:34 +0200)] 
THRIFT-2491 unable to import generated ThriftTest service
Client: Go
Patch: Aleksey Pesternikov

Go codegen fix regarding Process(), as discussed in THRIFT-2491.
Belongs to pull request 109.

11 years agoTHRIFT-2497 server and client for test/go, also several fixes and improvements
Jens Geyer [Thu, 8 May 2014 21:18:44 +0000 (23:18 +0200)] 
THRIFT-2497 server and client for test/go, also several fixes and improvements
Client: Go
Patch: Aleksey Pesternikov

This closes #109

commit f2e7186ca8d63f407dba0c56ee51afd6405926ba
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-22T12:48:14Z

add _ to generated filename if it ends with _test.go

commit a6ed88196fbf4622a3b0261bbac0fe6b258bdd36
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-22T14:19:13Z

use tcxx instead of tr1 in test/cpp

commit d1848fa05f4baefc66eb405f4b1a8657bb2869bd
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-23T01:01:03Z

Merge branch 'master' of https://github.com/apache/thrift into go_integration

commit 04d22fef228d3f868b32a296a38f99ff52ee2142
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T00:34:24Z

additions:
 test for client/server with several protocol/transport/ssl combinations
 bin/testclient and bin/testserver
 debug_transport

fixes:
 separate Listen() and AcceptLoop() instead of Serve() in SimpleServer
 if handler function returns any unknown exception, handler closes connection

commit ed88d57d977cffea9fac8f61143801f3097ef46c
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T13:29:54Z

Generate lowercase package name
 lowercased pkg name in thrift files
 underline() -> lowercase()

commit 498a910c6c6753a4b1e3633eb5c9c82be33e8c7b
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T13:32:26Z

Merge branch 'master' into go_test_service_name

commit 25792d7218a2c32ee3c2077f65ca7d0cea7f31f5
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-22T12:48:14Z

add _ to generated filename if it ends with _test.go

commit af994b415308a2e174d57a03675fc83d7cbd43d1
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T00:34:24Z

additions:
 test for client/server with several protocol/transport/ssl combinations
 bin/testclient and bin/testserver
 debug_transport

fixes:
 separate Listen() and AcceptLoop() instead of Serve() in SimpleServer
 if handler function returns any unknown exception, handler closes connection

commit f22a777a5d5b4d93a8d7981e7aadc2c63919518a
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T13:44:08Z

Merge branch 'go_integration' of github.com:apesternikov/thrift into go_integration

commit 49a33c8c80ea35f923ee9aa3577780fcf41fe840
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T13:49:05Z

Merge branch 'master' into test_cpp_on_mac

commit 81b402ec6301f6b132c9b346ad5481f55f0aff89
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T13:56:56Z

operator < for ThriftTest

commit cde312d940d12077274dd0ba677ca850b5b439a7
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T14:12:58Z

minor formatting

commit 0a693115c2c20a2a8375f3859ff7bed261e6c8da
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-25T14:13:20Z

Merge branch 'test_cpp_on_mac' into go_integration

commit e06b5d24e8b6d429723a3c77a58c6ce903e1366a
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T15:19:20Z

Merge branch 'go_test_service_name' into go_integration

commit 42d577c9812a070060c773fcd0598e58e6d6ba61
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T15:39:57Z

imported THRIFT-2491
 lowercase package names

commit 491ccf8b018c046c5ced72b1e19d9ac4ec48a6f5
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T15:51:53Z

--noinsane flag for c++ TestClient. works with go server now for other default params

commit 78db3c9a3a5742818a5de6e57f2fe9aed84919e5
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-25T16:03:23Z

license

11 years agoTHRIFT-2455 Allow client certificates to be used with THttpClient
Jens Geyer [Thu, 8 May 2014 20:31:34 +0000 (22:31 +0200)] 
THRIFT-2455 Allow client certificates to be used with THttpClient
Client: C#
Patch: Adam Connelly & Jens Geyer

This closes #96

commit a87068655a3d31e2f85e5630462dd174b02f43c6
 Author: Adam Connelly <adam@resdiary.com>
 Date: 2014-04-09T12:06:20Z

THRIFT-2455: Allow client certificates to be used with THttpClient

11 years agoTHRIFT-2512 lib/${language}/README.md
Roger Meier [Sun, 4 May 2014 20:58:15 +0000 (22:58 +0200)] 
THRIFT-2512 lib/${language}/README.md

Client: cpp

remove README_WINDOWS.md from WINDOWS_DIST

11 years agoTHRIFT-2512 lib/${language}/README.md
Roger Meier [Sun, 4 May 2014 20:56:44 +0000 (22:56 +0200)] 
THRIFT-2512 lib/${language}/README.md

Client: cpp

remove README_SSL.md from EXTRA_DIST

11 years agoTHRIFT-2512 lib/${language}/README.md
Roger Meier [Sun, 4 May 2014 20:34:44 +0000 (22:34 +0200)] 
THRIFT-2512 lib/${language}/README.md

Client: cpp

doc cosmetics

11 years agoTHRIFT-2512 lib/${language}/README.md
Roger Meier [Sun, 4 May 2014 20:21:58 +0000 (22:21 +0200)] 
THRIFT-2512 lib/${language}/README.md

Client: cpp

merge README_WINDOWS.md and README.SSL.md into README.md

11 years agoTHRIFT-2475 c_glib: buffered_transport_write function return always TRUE.
Roger Meier [Sun, 4 May 2014 20:19:46 +0000 (22:19 +0200)] 
THRIFT-2475 c_glib: buffered_transport_write function return always TRUE.

Patch: Jaesang Kim

11 years agoTHRIFT-2471: Make cpp.ref annotation language agnostic
Roger Meier [Sun, 4 May 2014 20:02:17 +0000 (22:02 +0200)] 
THRIFT-2471: Make cpp.ref annotation language agnostic

update boost to 1.53

Patch: Roger Meier

11 years agoTHRIFT-2490 c_glib: if fail to read a exception from server, client may be occurred...
Roger Meier [Sun, 4 May 2014 19:52:36 +0000 (21:52 +0200)] 
THRIFT-2490 c_glib: if fail to read a exception from server, client may be occurred double free

Client: c_glib
Patch: Jaesang Kim

11 years agoTHRIFT-2494: Add enum toString helper function in c_glib
Roger Meier [Sun, 4 May 2014 19:48:48 +0000 (21:48 +0200)] 
THRIFT-2494: Add enum toString helper function in c_glib

Client: c_glib
Patch: Xiaodong Ma

11 years agoTHRIFT-1914 Python: Support for Multiplexing Services on any
Roger Meier [Sat, 3 May 2014 15:51:21 +0000 (17:51 +0200)] 
THRIFT-1914 Python: Support for Multiplexing Services on any
 Transport, Protocol and Server

Patch: smallfish & djwatson
 & haijunz & Roger Meier

This closes #103 and #82

From 7aaea7ef4e6f44097b02543fa2e62597eae9d61e Mon Sep 17 00:00:00 2001
From: smallfish <smallfish.xy@gmail.com>
Date: Tue, 22 Apr 2014 11:26:52 +0800
Subject: [PATCH]  THRIFT-1914 Python: Support for Multiplexing Services on any
 Transport

11 years agoTHRIFT-2506 Update TProtocolException error codes to be used consistently throughout...
Jens Geyer [Fri, 2 May 2014 22:49:05 +0000 (00:49 +0200)] 
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library

Patch: Jens Geyer

11 years agotest/README.md: fix link
Roger Meier [Fri, 2 May 2014 22:33:46 +0000 (00:33 +0200)] 
test/README.md: fix link

11 years agoTHRIFT-2499 Compiler: allow annotations without "= value"
Jens Geyer [Fri, 2 May 2014 21:50:04 +0000 (23:50 +0200)] 
THRIFT-2499 Compiler: allow annotations without "= value"
Client: compiler general
Patch: Dave Watson

This closes #87

commit 078ce57e816eeb3697acf6f2c50e09526da73d3b
 Author: Dave Watson <davejwatson@fb.com>
 Date: 2014-03-21T19:42:31Z

[thrift] Compiler: allow annotations without "= value"

Summary: (foo) is the same as (foo = 1), for brevity

Test: AnnotationTest.thrift still compiles

11 years agoTHRIFT-2491 unable to import generated ThriftTest service
Jens Geyer [Fri, 2 May 2014 21:37:39 +0000 (23:37 +0200)] 
THRIFT-2491 unable to import generated ThriftTest service
Client: Go
Patch: Aleksey Pesternikov

This closes #105

commit f2e7186ca8d63f407dba0c56ee51afd6405926ba
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-22T12:48:14Z

add _ to generated filename if it ends with _test.go

11 years agoTHRIFT-2501: C# The test parameters from the TestServer and TestClient are different...
Jens Geyer [Fri, 2 May 2014 20:23:15 +0000 (22:23 +0200)] 
THRIFT-2501: C# The test parameters from the TestServer and TestClient are different from the thrift.apache.org/test/
Client: C#
Patch: Beat Kaeslin

This closes #108

commit 0fb9ff4ae19702ffe6d098a6515f6a23d60e88d5
 Author: Beat Kaeslin <beat.kaeslin@siemens.com>
 Date: 2014-04-23T06:33:59Z

Parameter aligned with thrift.apache.org/test/

11 years agoTHRIFT-2471 Make cpp.ref annotation language agnostic
Jens Geyer [Fri, 2 May 2014 19:31:55 +0000 (21:31 +0200)] 
THRIFT-2471 Make cpp.ref annotation language agnostic
Client: compiler general
Patch: Dave Watson

This closes #113

commit 52b99af4ee1574253dcb77933d76a7ebb2d830df
 Author: Dave Watson <davejwatson@fb.com>
 Date: 2014-04-23T20:05:56Z

change cpp.ref to &

commit 3f9d31cc6140367529fd8f7b1b67056ec321786f
 Author: Dave Watson <davejwatson@fb.com>
 Date: 2014-04-23T21:50:29Z

Recursion depth limit

commit 61468e4534ce9e6a4f4f643bfd00542d13600d83
 Author: Dave Watson <davejwatson@fb.com>
 Date: 2014-04-25T19:59:18Z

shared_ptr for reference type

11 years agoTHRIFT-2492 use tcxx instead of tr1 in test/cpp
Roger Meier [Fri, 2 May 2014 19:15:45 +0000 (21:15 +0200)] 
THRIFT-2492 use tcxx instead of tr1 in test/cpp

Github Pull Request: This closes #106
----
From a6ed88196fbf4622a3b0261bbac0fe6b258bdd36 Mon Sep 17 00:00:00 2001
From: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
Date: Tue, 22 Apr 2014 07:19:13 -0700
Subject: [PATCH 1/2] use tcxx instead of tr1 in test/cpp

11 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Fri, 2 May 2014 19:07:01 +0000 (21:07 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

- no verbose output, use log/error.log instead
- improve test/README.md

Patch: Roger Meier

11 years agoTHRIFT-2502 Optimize go implementations of binary and compact protocols for speed
Jens Geyer [Thu, 1 May 2014 23:30:13 +0000 (01:30 +0200)] 
THRIFT-2502 Optimize go implementations of binary and compact protocols for speed
Client: Go
Patch: Aleksey Pesternikov

This closes #110

commit 7ece8e6f16f7ff46cda4b896215d595ac986d332
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-26T17:45:12Z

simplify buffered transport by reusing bufio

commit 814b661d7e5c3c27ad4035a42925eae619447ee3
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-26T18:05:12Z

zero-initialize buffers in framed transport

commit 0f576138e24fae8e7f8d210cfb480889a41d1d9a
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-26T19:19:39Z

do not buffer the whole frame while reading in framed transport
 reuse frame header buffer

commit 4db9b65458eb34e1b1676dba76d1e664c6339a57
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-26T19:43:07Z

enforce max frame size in framed transport

commit 58ecc23ec1a2176f7dc5db7a658a51817dc626e6
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-27T00:31:16Z

microbenchmarks for serialization/deserialization (binary,compact)x(memoryBuffer,Stream,framedMemoryBuffer)x(bool,byte,i16,i32,i64,double,string,binary)

commit 156116f484db513251e0e6c65942466ed5a8142c
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-27T00:32:09Z

Merge branch 'go_microbench' into go_simplify_and_optimize

commit 1c27c0913cf5a8c0352afff1dae9e9fc9f758409
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-27T22:45:52Z

do not allocate buffer in TBinaryProtocol.WriteByte

commit 86addfb0585e04c648cde1b9cb1566d7976f8cda
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-27T23:46:12Z

no extra alloc in double marshaling test

commit 98ac62b0a80d4f27dce736b561005953cb915a90
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-27T23:46:50Z

Merge branch 'go_microbench' into go_simplify_and_optimize

commit 76c26624578a5455cacd08bb0167444748aaa41d
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-28T12:48:41Z

optimized ReadByte, WriteByte

commit 5a79d81d326582dbbdcf523ebc0180390ac24497
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-28T13:03:26Z

optimized WriteString

commit f6d4a9aa65434831cbd2993148fa12c12b2a342c
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-28T15:35:06Z

compact protocol optimization

commit 03bdb6b9f097a47ef54826483867c23d49374ac0
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-28T16:08:52Z

cache reader and writer to aviod interface conversions

11 years agoTHRIFT-2451: Do not use pointers for optional fields with defaults. Do not write...
Jens Geyer [Thu, 1 May 2014 22:24:24 +0000 (00:24 +0200)] 
THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors
Client: Go
Patch: Aleksey Pesternikov

This closes #101

commit e6e5dcf3a07cd931183991ff031179b425e2740b
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-16T14:06:52Z

initial change

commit f65730e951a4310160a9f7e3e4eeb7e55abd2c55
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-16T14:16:03Z

no IsSet for required

commit 9865f700eb9354d6053994da989a907766c42d1d
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-17T19:32:13Z

inlined required structs

commit ca52300c07cefcf553f1ebf35569953c933b2367
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-17T19:44:24Z

do not use heap for args struct

commit 012ca3e512d2bc8822de8a715b4f3d3cae5c0c42
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-17T19:52:41Z

do not use heap for result struct

commit 2fc4afc53ff7db43e08eadeaa30e34bc1fd9c889
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-17T21:32:43Z

do not set result field on error

commit 6e5da0062b139f02dcafe3148cdf02f97c23442a
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-17T21:57:57Z

Jens' thrift source as test case

commit 7317957ed708831e280f182f081043fbe9d38a0c
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-17T23:43:08Z

support for cpp.ref

commit 1c4f3efc7b54fd335db633f86faf8c426ae9c87d
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-18T00:13:24Z

package flag

commit c9d7e54f5c5d29c776f42fb861bc9e82da4e542f
 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local>
 Date: 2014-04-18T00:21:18Z

Merge branch 'master' into go_inlines

11 years agoadd missing bc on travis
henrique [Thu, 1 May 2014 13:22:38 +0000 (15:22 +0200)] 
add missing bc on travis

11 years agoexec permissions for sh files
henrique [Wed, 30 Apr 2014 16:16:20 +0000 (18:16 +0200)] 
exec permissions for sh files

11 years agomore consistent timing on test.sh
henrique [Wed, 30 Apr 2014 16:11:11 +0000 (18:11 +0200)] 
more consistent timing on test.sh

11 years agoTHRIFT-847 Test Framework harmonization across all languages
henrique [Wed, 30 Apr 2014 14:21:25 +0000 (16:21 +0200)] 
THRIFT-847 Test Framework harmonization across all languages

cross test speed up from 30min to 6

11 years agoTHRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and...
henrique [Wed, 30 Apr 2014 14:19:35 +0000 (16:19 +0200)] 
THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server
Patch: Aleksey Pesternikov

typo

This closes #112

----
commit f362570683f57ad9ee78cedc437babb697c6a8d1
Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
Date:   2014-04-30T12:49:11Z

    THRIFT-2132 broken tests

----

11 years agoTHRIFT-2495 JavaScript/Node string constants lack proper escaping
Jens Geyer [Sun, 27 Apr 2014 16:29:50 +0000 (18:29 +0200)] 
THRIFT-2495 JavaScript/Node string constants lack proper escaping
Client: JS
Patch: Jens Geyer

11 years agoTHRIFT-2493:Node.js lib needs HTTP client
ra [Thu, 24 Apr 2014 03:04:23 +0000 (20:04 -0700)] 
THRIFT-2493:Node.js lib needs HTTP client
Client: node
Patch: Randy Abernethy

Clean up of many jshint warnings/errors, jsdoc for HttpConnect,
added support for https and Python to HttpConnect, added tests
for HttpConnect with https and promises.

11 years agoTHRIFT-2493:Node.js lib needs HTTP client
ra [Wed, 23 Apr 2014 09:23:18 +0000 (02:23 -0700)] 
THRIFT-2493:Node.js lib needs HTTP client
Client: node
Patch: Randy Abernethy

Adds http client to node.js along with tests.

11 years agoTHRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and...
Jens Geyer [Tue, 22 Apr 2014 21:36:27 +0000 (23:36 +0200)] 
THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server
Client: Go
Patch: Aleksey Pesternikov

11 years agoTHRIFT-2347 C# TLS Transport based on THRIFT-181
Jens Geyer [Tue, 22 Apr 2014 20:52:43 +0000 (22:52 +0200)] 
THRIFT-2347 C# TLS Transport based on THRIFT-181
Client: C#
Patch: Beat Käslin

This closes #104

commit 21c33abd59a2333c48722933c6894d8ed145e638
 Author: Beat Kaeslin <beat.kaeslin@siemens.com>
 Date: 2014-04-16T14:07:58Z

Add TLS transport for C#

commit 60a0baa1797b0ef0ea6f8c21e5b81a78cdfcdf16
 Author: Beat Kaeslin <beat.kaeslin@siemens.com>
 Date: 2014-04-17T06:23:57Z

csharp tests moved to the end

11 years agoTHRIFT-2405:Node.js Multiplexer tests fail (silently)
ra [Tue, 22 Apr 2014 13:37:37 +0000 (06:37 -0700)] 
THRIFT-2405:Node.js Multiplexer tests fail (silently)
Client: node
Patch: Randy Abernethy

Repairs client side multiplex protocol.

11 years agoTHRIFT-2463 test/py/RunClientServer.py fails sometimes
Roger Meier [Mon, 21 Apr 2014 19:22:54 +0000 (21:22 +0200)] 
THRIFT-2463 test/py/RunClientServer.py fails sometimes
Client: Python
Patch: Benoit Sigoure

11 years agoTHRIFT-2466: Improper error handling for SSL/TLS connections that don't complete...
Roger Meier [Mon, 21 Apr 2014 19:20:00 +0000 (21:20 +0200)] 
THRIFT-2466: Improper error handling for SSL/TLS connections that don't complete a handshake
Client: Python
Patch: Benoit Sigoure

11 years agoTHRIFT-2456 THttpClient fails when using async support outside Silverlight
Jens Geyer [Fri, 18 Apr 2014 17:46:17 +0000 (19:46 +0200)] 
THRIFT-2456 THttpClient fails when using async support outside Silverlight
Client: C#
Patch: Adam Connelly & Jens Geyer

This closes #97

commit 080b28eac31516ef9e3f988a87d890769f0751cd
 Author: Adam Connelly <adam@resdiary.com>
 Date: 2014-04-09T12:46:27Z

THRIFT-2456 Support async operations outside Silverlight

I altered TTransport to throw the NotSupportedExceptions to make it more obvious what's going on if someone generates their client using the async option, and then uses a transport that doesn't support it.

11 years agoTHRIFT-2477 thrift --help text with misplaced comma
Jens Geyer [Fri, 18 Apr 2014 00:27:57 +0000 (02:27 +0200)] 
THRIFT-2477 thrift --help text with misplaced comma

Patch: Jens Geyer

11 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Thu, 17 Apr 2014 19:53:45 +0000 (21:53 +0200)] 
THRIFT-847 Test Framework harmonization across all languages
Patch: Roger Meier
make cross: cpp-java fix parameters

11 years agoTHRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry
jfarrell [Thu, 17 Apr 2014 02:17:55 +0000 (22:17 -0400)] 
THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry
Client: js
Patch: jfarrell

Adds bower.json to be able to register js package.

11 years agoTHRIFT-2470 THttpHandler swallows exceptions from processor
Jens Geyer [Wed, 16 Apr 2014 20:43:08 +0000 (22:43 +0200)] 
THRIFT-2470 THttpHandler swallows exceptions from processor
Client: C#
Patch: Adam Conelly

This closes #100

commit 6dcb1c3dc5d3259574863f0bc6af67b241b4653e
 Author: Adam Connelly <adam@resdiary.com>
 Date: 2014-04-16T14:37:54Z

THRIFT-2470: Stop THttpHandler from swallowing processor exceptions

The problem with the way it works currently is that it makes it very difficult to figure out what's going on when I've got a handler running on a remote web server. If the handler just allows the exceptions to bubble up like normal, they get caught by our normal exception handling code and logged.

I also added a new project for unit tests, and some tests for the changes I've made.

11 years agoAdded some more missing ASF headers, fixed go/test makefile structure
Jens Geyer [Tue, 15 Apr 2014 22:27:31 +0000 (00:27 +0200)] 
Added some more missing ASF headers, fixed go/test makefile structure

11 years agoAdded missing ASF headers
Jens Geyer [Tue, 15 Apr 2014 19:54:55 +0000 (21:54 +0200)] 
Added missing ASF headers

11 years agoTHRIFT-2460 unopened socket fd must be less than zero.
Jens Geyer [Tue, 15 Apr 2014 19:14:04 +0000 (21:14 +0200)] 
THRIFT-2460 unopened socket fd must be less than zero.
Client: C glib
Patch: Jaesang Kim