common/thrift.git
12 years agoTHRIFT-1933: Delphi generator crashes when a typedef references another typedef from...
Jens Geyer [Fri, 19 Apr 2013 18:15:05 +0000 (20:15 +0200)] 
THRIFT-1933: Delphi generator crashes when a typedef references another typedef from an included file

Patch: Jens Geyer

12 years agoTHRIFT-1922: Inconsistency in optional fields between Java/C# and python
Jens Geyer [Tue, 9 Apr 2013 20:35:42 +0000 (22:35 +0200)] 
THRIFT-1922: Inconsistency in optional fields between Java/C# and python

Patch: Nate Rosenblum

12 years agoThrift-1846:Restore socket.h header to support builds with Android NDK
Jake Farrell [Tue, 2 Apr 2013 01:39:03 +0000 (21:39 -0400)] 
Thrift-1846:Restore socket.h header to support builds with Android NDK
Client: cpp
Patch: Nicolas Trésegnie

moves the <sys/socket.h> include from TSocket.h to the .cpp to minimize the risk of hidden dependencies.

12 years agoTHRIFT-1809 NEWS, DISCLAIMER and CONTRIBUTORS is out of date => remove them
Roger Meier [Sat, 30 Mar 2013 10:47:23 +0000 (11:47 +0100)] 
THRIFT-1809 NEWS, DISCLAIMER and CONTRIBUTORS is out of date => remove them

12 years agoTHRIFT-1904 Incorrect code is generated for typedefs which use included types
Jens Geyer [Wed, 27 Mar 2013 18:32:41 +0000 (20:32 +0200)] 
THRIFT-1904 Incorrect code is generated for typedefs which use included types

Patch: Jens Geyer

12 years agoTHRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for...
Jens Geyer [Wed, 27 Mar 2013 18:26:25 +0000 (20:26 +0200)] 
THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops

Patch: Jens Geyer

12 years agoTHRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and...
Roger Meier [Tue, 26 Mar 2013 21:14:03 +0000 (22:14 +0100)] 
THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server
Patch: Patrik Lindblom

12 years agoThrift-1806: Python generation always truncates __init__.py files
Jake Farrell [Tue, 26 Mar 2013 03:49:37 +0000 (23:49 -0400)] 
Thrift-1806: Python generation always truncates __init__.py files
Client: Python
Patch: Nathaniel Cook

When generating python code the generator correctly creates _init.py file for each directory. If the __init_.py file has contents it is always overwritten. This usually isn't a problem unless using the -out flag, then there is a potential to erase non generated code.

12 years agoThrift-984: Ocaml versioning
Jake Farrell [Tue, 26 Mar 2013 02:06:36 +0000 (22:06 -0400)] 
Thrift-984: Ocaml versioning
Client: ocaml
Patch: Chet Murthy

Addes versioning to the ocaml library via _oasis file

12 years agoTHRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol...
Jens Geyer [Sun, 24 Mar 2013 23:28:12 +0000 (01:28 +0200)] 
THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Jens Geyer

12 years agoTHRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
Jens Geyer [Sun, 24 Mar 2013 23:22:09 +0000 (01:22 +0200)] 
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Rob Slifka
Fixes broken build due to previous patch

12 years agoTHRIFT-1864 java: implement event handler for non-blocking server
Roger Meier [Sun, 24 Mar 2013 20:42:35 +0000 (21:42 +0100)] 
THRIFT-1864 java: implement event handler for non-blocking server
Patch: Vitali Lovich

12 years agoTHRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed
Roger Meier [Sun, 24 Mar 2013 20:26:17 +0000 (21:26 +0100)] 
THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed
Patch: Brock Noland

12 years agoTHRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
Jens Geyer [Sun, 24 Mar 2013 09:53:31 +0000 (11:53 +0200)] 
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Rob Slifka

12 years agoThrift-1823:Missing parenthesis breaks "IS_..." macro in generated code
Jake Farrell [Sun, 24 Mar 2013 03:27:43 +0000 (23:27 -0400)] 
Thrift-1823:Missing parenthesis breaks "IS_..." macro in generated code
Client: c_glib
Patch: Simon South

Fixes missing paren in the c_glib compiler

12 years agoThrift-1804: Ruby extension on ARM complains about signed chars
Jake Farrell [Sun, 24 Mar 2013 02:56:13 +0000 (22:56 -0400)] 
Thrift-1804: Ruby extension on ARM complains about signed chars
Client: rb
Patch: Elias Karakoulakis

Updated extension makefile to use signed char flag

12 years agoThrift-1715: Allow excluding libraries in fb303 configure
Jake Farrell [Sun, 24 Mar 2013 02:38:48 +0000 (22:38 -0400)] 
Thrift-1715: Allow excluding libraries in fb303 configure
Client: fb303
Patch: Harsh J

Updated patch to allow for excluding all avaliable lang libraries using the
--without-<lib> configure flag. Configure output added to notify user of
result

Building C++ Library ......... : yes
Building Java Library ........ : yes
Building Python Library ...... : yes
Building PHP Library ......... : yes

12 years agoTHRIFT-986: smalltalk add version Info to the library
Jake Farrell [Sun, 24 Mar 2013 01:57:17 +0000 (21:57 -0400)] 
THRIFT-986: smalltalk add version Info to the library
Client: smalltalk
Patch: Jake Farrell

Adding package.xml file for smalltalk library and added a version comment
in the xml header as smalltalk packages do not contain a version reference.

12 years agoThrift-1859: Generated error c++ code with -out and include_prefix param
Jake Farrell [Sun, 24 Mar 2013 01:35:03 +0000 (21:35 -0400)] 
Thrift-1859: Generated error c++ code with -out and include_prefix param
Client: cpp
Patch: Jingxu Chen

Updates output directory to no longer include gen-cpp folder when using -out.

12 years agoTHRIFT-1878 php: THttpClient - Add the possibility to send custom headers
Roger Meier [Sat, 23 Mar 2013 15:03:38 +0000 (16:03 +0100)] 
THRIFT-1878 php: THttpClient - Add the possibility to send custom headers
Patch: Laurent Sarrazin

12 years agoTHRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6
Roger Meier [Fri, 22 Mar 2013 21:34:16 +0000 (22:34 +0100)] 
THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6
Patch: Nate Rosenblum

12 years agoTHRIFT-1896 cocoa: Add TBase protocol for Cocoa
Roger Meier [Fri, 22 Mar 2013 21:17:53 +0000 (22:17 +0100)] 
THRIFT-1896 cocoa: Add TBase protocol for Cocoa
Patch: Kevin Li

12 years agoTHRIFT-1863 cocoa: [TBinaryProtocol readMessageBeginReturnName:type:sequenceID] retur...
Roger Meier [Fri, 22 Mar 2013 21:12:19 +0000 (22:12 +0100)] 
THRIFT-1863 cocoa: [TBinaryProtocol readMessageBeginReturnName:type:sequenceID] returns incorrect message type
Patch: Kevin Li

12 years agoTHRIFT-1897 cocoa: Support validation of required fields
Roger Meier [Fri, 22 Mar 2013 21:11:01 +0000 (22:11 +0100)] 
THRIFT-1897 cocoa: Support validation of required fields
Patch: Kevin Li

12 years agosubversion, thanks and good bye
Roger Meier [Fri, 22 Mar 2013 20:08:39 +0000 (21:08 +0100)] 
subversion, thanks and good bye
;-r

12 years agoINFRA-4347 Add Thrift to sonar
Roger Meier [Fri, 22 Mar 2013 20:07:21 +0000 (21:07 +0100)] 
INFRA-4347 Add Thrift to sonar
disable some languages and components

12 years agoTHRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown
Roger Meier [Fri, 22 Mar 2013 18:52:08 +0000 (19:52 +0100)] 
THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown
Patch: Randy Abernethy

12 years agoTHRIFT-1855 deep-copy for collections of primitives should use copy-constructor
Roger Meier [Fri, 22 Mar 2013 18:01:25 +0000 (19:01 +0100)] 
THRIFT-1855 deep-copy for collections of primitives should use copy-constructor
Patch: Vitali Lovich

12 years agoTHRIFT-1879 Add support for GObject-Introspection
Roger Meier [Fri, 22 Mar 2013 16:12:03 +0000 (17:12 +0100)] 
THRIFT-1879 Add support for GObject-Introspection
Patch: Evan Nemerson
patch 1: 0001-Move-typedefs-before-public-structs-to-work-around-g.patch

12 years agoTHRIFT-1861 PHP Makefile does not include TStringFuncFactory
Roger Meier [Fri, 22 Mar 2013 16:05:53 +0000 (17:05 +0100)] 
THRIFT-1861 PHP Makefile does not include TStringFuncFactory
Patch: Logan Owen

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Thu, 21 Mar 2013 17:59:45 +0000 (19:59 +0200)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1895 Delphi: reserved variable name "result" not detected properly
Jens Geyer [Thu, 21 Mar 2013 17:59:05 +0000 (19:59 +0200)] 
THRIFT-1895 Delphi: reserved variable name "result" not detected properly

Patch: Jens Geyer

12 years agoTHRIFT-1890 C++: Make named pipes server work asynchronously
Jens Geyer [Thu, 21 Mar 2013 17:55:27 +0000 (19:55 +0200)] 
THRIFT-1890 C++: Make named pipes server work asynchronously

Patch: Jens Geyer & Ben Craig

12 years agoTHRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])
Roger Meier [Fri, 15 Mar 2013 18:49:23 +0000 (19:49 +0100)] 
THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])
Patch: Evan Nemerson

12 years agoTHRIFT-1876 Use enum names instead of casted integers in assignments
Jens Geyer [Sun, 10 Mar 2013 20:51:14 +0000 (22:51 +0200)] 
THRIFT-1876 Use enum names instead of casted integers in assignments

Patch: Jens Geyer

12 years agoTHRIFT-1318 Incorrect syntax for struct with enum property and default value when...
Jens Geyer [Sun, 10 Mar 2013 17:07:52 +0000 (19:07 +0200)] 
THRIFT-1318 Incorrect syntax for struct with enum property and default value when value is negative

Patch: Jens Geyer, Thunder Stumpges

12 years agoremoved unused variable
Jens Geyer [Fri, 8 Mar 2013 08:03:01 +0000 (09:03 +0100)] 
removed unused variable

12 years agoTHRIFT-1874 timeout for the server-side end of a named pipe
Jens Geyer [Thu, 7 Mar 2013 19:47:01 +0000 (20:47 +0100)] 
THRIFT-1874 timeout for the server-side end of a named pipe

Patch: Jens Geyer

12 years agoTHRIFT-1873 Binary protocol factory ignores struct read/write flags
Jens Geyer [Thu, 7 Mar 2013 19:44:22 +0000 (20:44 +0100)] 
THRIFT-1873 Binary protocol factory ignores struct read/write flags

Patch: Jens Geyer

12 years agoTHRIFT-1872 issues with TBufferedTransport buffer
Jens Geyer [Thu, 7 Mar 2013 19:40:59 +0000 (20:40 +0100)] 
THRIFT-1872 issues with TBufferedTransport buffer

Patch: Jens Geyer

12 years agoTHRIFT-1704: Tornado support (Python)
Chris Piro [Thu, 7 Mar 2013 16:32:48 +0000 (11:32 -0500)] 
THRIFT-1704: Tornado support (Python)

12 years agoTHRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh)
Chris Piro [Thu, 7 Mar 2013 16:24:51 +0000 (11:24 -0500)] 
THRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh)

12 years agoThrift-1629:Ruby 1.9 Compatibility during Thrift configure, make, install
Jake Farrell [Tue, 5 Mar 2013 01:59:38 +0000 (20:59 -0500)] 
Thrift-1629:Ruby 1.9 Compatibility during Thrift configure, make, install
Client: Ruby
Patch: Nick Zalabak

Updated ruby client to use thin serber over mongrel.

12 years agoThrift-1264:TSocketClient is queried by run loop after deallocation in Cocoa
Jake Farrell [Sun, 3 Mar 2013 03:51:55 +0000 (22:51 -0500)] 
Thrift-1264:TSocketClient is queried by run loop after deallocation in Cocoa
Client: cocoa
Patch: Jan Ruth

Fixes TSocketClient not deallocated correctly.

12 years agoTHRIFT-1856: different comments generated
Jake Farrell [Mon, 18 Feb 2013 00:31:04 +0000 (19:31 -0500)] 
THRIFT-1856: different comments generated
Patch: Jake Farrell

Fix different comments being generated on OSX vs Linux/Windows.

12 years agoTHRIFT-1856: different comments generated
Jake Farrell [Sun, 17 Feb 2013 19:44:46 +0000 (14:44 -0500)] 
THRIFT-1856: different comments generated
Patch: Jake Farrell

Fix different comments being generated on OSX vs Linux/Windows

12 years agoTHRIFT-1603 Thrift IDL allows for multiple exceptions, args or struct member names...
Jens Geyer [Sun, 3 Feb 2013 21:30:41 +0000 (22:30 +0100)] 
THRIFT-1603 Thrift IDL allows for multiple exceptions, args or struct member names to be the same
Patch: Kamil Sałaś

12 years agoTHRIFT-1843 Get rid of annoying comma in python function signatures
Roger Meier [Thu, 24 Jan 2013 22:16:54 +0000 (23:16 +0100)] 
THRIFT-1843 Get rid of annoying comma in python function signatures
Patch: Volodymyr Krestiannykov

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Wed, 23 Jan 2013 19:59:13 +0000 (20:59 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1842 Memory leak with Pipes
Jens Geyer [Wed, 23 Jan 2013 19:58:47 +0000 (20:58 +0100)] 
THRIFT-1842 Memory leak with Pipes
Patch: Jens Geyer

12 years agoTHRIFT-1805 Thrift should not swallow ALL exceptions
Roger Meier [Wed, 23 Jan 2013 19:18:58 +0000 (20:18 +0100)] 
THRIFT-1805 Thrift should not swallow ALL exceptions
Patch: Diwaker Gupta

12 years agoTHRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode
Roger Meier [Tue, 22 Jan 2013 20:36:42 +0000 (21:36 +0100)] 
THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode
Patch: Nate Rosenblum

12 years agoTHRIFT-1789 fix json protocol read set begin
Roger Meier [Sat, 19 Jan 2013 20:04:12 +0000 (21:04 +0100)] 
THRIFT-1789 fix json protocol read set begin
Patch: Kevin Radloff

12 years agoTHRIFT-1832 C# async generator assumes all methods have arguments
Jens Geyer [Thu, 17 Jan 2013 21:46:57 +0000 (22:46 +0100)] 
THRIFT-1832 C# async generator assumes all methods have arguments
Patch: Kevin Radloff

12 years agoTHRIFT-1831 Bug in list deserializer
Roger Meier [Wed, 16 Jan 2013 21:46:10 +0000 (22:46 +0100)] 
THRIFT-1831 Bug in list deserializer
Patch: Satheesh Velmurugan

12 years agoTHRIFT-847 Test Framework harmonization across all languages
Roger Meier [Wed, 16 Jan 2013 21:12:14 +0000 (22:12 +0100)] 
THRIFT-847 Test Framework harmonization across all languages
 THRIFT-1595 Java test server should follow the documented behavior as of THRIFT-1590
 Patch: Kamil Salas

12 years agoTHRIFT-1829 cpp unit tests fail to build using multiple make jobs
Roger Meier [Tue, 15 Jan 2013 22:20:19 +0000 (23:20 +0100)] 
THRIFT-1829 cpp unit tests fail to build using multiple make jobs
Patch: David Rennalls and Roger Meier

12 years agoTHRIFT-1826 update c_glib source header paths
Roger Meier [Fri, 11 Jan 2013 10:41:53 +0000 (11:41 +0100)] 
THRIFT-1826 update c_glib source header paths
Patch: Simon South

12 years agoadd debian/README
Roger Meier [Thu, 10 Jan 2013 22:18:14 +0000 (23:18 +0100)] 
add debian/README

12 years agoTHRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8
Roger Meier [Tue, 8 Jan 2013 22:12:28 +0000 (23:12 +0100)] 
THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8
Initial Patch: Marco Matarazzo
Folder move and deletion of contrib/create-debian-packages.sh by roger ;-r

12 years agoTHRIFT-1812 add sonar-project.properties
Roger Meier [Sun, 6 Jan 2013 19:11:28 +0000 (20:11 +0100)] 
THRIFT-1812 add sonar-project.properties
delphi, flex and php added
Patch: Roger Meier

12 years agoTHRIFT-1822 PHP unit test does not work
Roger Meier [Sun, 6 Jan 2013 19:10:42 +0000 (20:10 +0100)] 
THRIFT-1822 PHP unit test does not work
Patch: Roger Meier

12 years agoTHRIFT-1594 Java test clients should have a return codes that reflect whether it...
Roger Meier [Sun, 6 Jan 2013 13:33:39 +0000 (14:33 +0100)] 
THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not.
Patch: Kamil Salas and  Roger Meier

12 years agoTHRIFT-1814 Minor D library fixes
Roger Meier [Sat, 5 Jan 2013 19:46:43 +0000 (20:46 +0100)] 
THRIFT-1814 Minor D library fixes
fix a few tiny issues in the D library so that it compiles using the upcoming 2.061 DMD release

Patch: David Nadlinger

12 years agoTHRIFT-1797 Python implementation of TSimpleJSONProtocol
Roger Meier [Sat, 5 Jan 2013 19:38:35 +0000 (20:38 +0100)] 
THRIFT-1797 Python implementation of TSimpleJSONProtocol
Improve Test Suite according to test/ThriftTest.thrift
Patch: Avi Flamholz

12 years agoTHRIFT-1815 Code generators line buffer output
Jens Geyer [Fri, 4 Jan 2013 18:33:29 +0000 (19:33 +0100)] 
THRIFT-1815 Code generators line buffer output
Patch: Andrew Gaul

12 years agoAdded some (mostly Delphi-specific) ignores
Jens Geyer [Fri, 4 Jan 2013 17:55:50 +0000 (18:55 +0100)] 
Added some (mostly Delphi-specific) ignores

12 years agoremove dead link
Roger Meier [Thu, 27 Dec 2012 23:20:21 +0000 (00:20 +0100)] 
remove dead link

12 years agoTHRIFT-1812 add sonar-project.properties
Roger Meier [Thu, 27 Dec 2012 21:21:32 +0000 (22:21 +0100)] 
THRIFT-1812 add sonar-project.properties
Patch: Roger Meier

12 years agoTHRIFT-1779 Missing process_XXXX method in generated TProcessor implementation for...
Roger Meier [Thu, 27 Dec 2012 01:32:44 +0000 (02:32 +0100)] 
THRIFT-1779 Missing process_XXXX method in generated TProcessor implementation for all 'oneway' service functions
Patch: Luis Laugga

12 years agoTHRIFT-1766 [Ruby] Provide support for binary types
Roger Meier [Thu, 27 Dec 2012 00:24:20 +0000 (01:24 +0100)] 
THRIFT-1766 [Ruby] Provide support for binary types
Patch: Nathan Beyer

12 years agoremove unused import
Roger Meier [Wed, 26 Dec 2012 23:17:39 +0000 (00:17 +0100)] 
remove unused import

12 years agoTHRIFT-1797 Python implementation of TSimpleJSONProtocol
Roger Meier [Wed, 26 Dec 2012 21:09:55 +0000 (22:09 +0100)] 
THRIFT-1797 Python implementation of TSimpleJSONProtocol
Patch: Avi Flamholz

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Mon, 24 Dec 2012 09:33:55 +0000 (10:33 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1800 Documentation text not always escaped correctly when rendered to HTML
Jens Geyer [Mon, 24 Dec 2012 09:32:58 +0000 (10:32 +0100)] 
THRIFT-1800 Documentation text not always escaped correctly when rendered to HTML
Patch: Jens Geyer

12 years agoTHRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequest
Roger Meier [Sun, 23 Dec 2012 19:23:39 +0000 (20:23 +0100)] 
THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequest
Patch: Shantanu Choudhary

12 years agoTHRIFT-1795 Race condition in TThreadedServerPool java implementation
Roger Meier [Sun, 23 Dec 2012 16:20:20 +0000 (17:20 +0100)] 
THRIFT-1795 Race condition in TThreadedServerPool java implementation
Patch: Venkat Ranganathan

12 years agoTHRIFT-1801 Sync up TApplicationException codes across languages and thrift implement...
Roger Meier [Sat, 22 Dec 2012 20:31:03 +0000 (21:31 +0100)] 
THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations
Patch: Andrew Cox

12 years agoTHRIFT-1641 Thrift 0.8 not compatible with Android HttpClient
Roger Meier [Sat, 22 Dec 2012 18:46:28 +0000 (19:46 +0100)] 
THRIFT-1641 Thrift 0.8 not compatible with Android HttpClient
Patch: Darin Tay

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Fri, 21 Dec 2012 22:08:22 +0000 (23:08 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1799 Option to generate HTML in "standalone mode"
Jens Geyer [Fri, 21 Dec 2012 22:07:29 +0000 (23:07 +0100)] 
THRIFT-1799 Option to generate HTML in "standalone mode"
Patch: Jens Geyer

12 years agoTHRIFT-1746 provide a SPDX file
Roger Meier [Fri, 21 Dec 2012 21:42:34 +0000 (22:42 +0100)] 
THRIFT-1746 provide a SPDX file
cleanup license: THRIFT-1746_remove_obsolete_old_thrift_license.patch

12 years agoTHRIFT-1788 C#: Constants static constructor does not compile
Jens Geyer [Tue, 18 Dec 2012 21:35:04 +0000 (22:35 +0100)] 
THRIFT-1788 C#: Constants static constructor does not compile
Patch: Carl Yeksigian

12 years agoTHRIFT-1796 TJSONProtocol is not functional
Roger Meier [Tue, 18 Dec 2012 20:02:16 +0000 (21:02 +0100)] 
THRIFT-1796 TJSONProtocol is not functional
Patch: Avi Flamholz

12 years agoTHRIFT-1767 unions can't have required fields (Delphi)
Jens Geyer [Mon, 17 Dec 2012 22:24:13 +0000 (23:24 +0100)] 
THRIFT-1767 unions can't have required fields (Delphi)
Patch: Kenjiro Fukumitsu, Jens Geyer

12 years agoTHRIFT-1768 unions can't have required fields (Compiler)
Jens Geyer [Mon, 17 Dec 2012 21:41:21 +0000 (22:41 +0100)] 
THRIFT-1768 unions can't have required fields (Compiler)
Patch: Jens Geyer

12 years agoTHRIFT-1794 C# asyncctp broken
Jens Geyer [Sun, 16 Dec 2012 19:04:19 +0000 (20:04 +0100)] 
THRIFT-1794 C# asyncctp broken
Patch: Carl Yeksigian

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Sun, 16 Dec 2012 18:04:52 +0000 (19:04 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1783 C# doesn't handle required fields correctly
Jens Geyer [Sun, 16 Dec 2012 18:00:27 +0000 (19:00 +0100)] 
THRIFT-1783 C# doesn't handle required fields correctly
Patch: Carl Yeksigian

12 years agoTHRIFT-1792 Added TFramedTransport to the thrift Cocoa library.
Roger Meier [Sun, 16 Dec 2012 14:55:45 +0000 (15:55 +0100)] 
THRIFT-1792 Added TFramedTransport to the thrift Cocoa library.
Patch: Frank Kuehnel

12 years agoTHRIFT-1630 Equivalent objects that contain sets and maps can serialize differently
Roger Meier [Sun, 16 Dec 2012 14:44:48 +0000 (15:44 +0100)] 
THRIFT-1630 Equivalent objects that contain sets and maps can serialize differently
Patch: Kamil Salas

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Sat, 15 Dec 2012 02:18:26 +0000 (03:18 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Sat, 15 Dec 2012 02:16:46 +0000 (03:16 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoMerge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Jens Geyer [Sat, 15 Dec 2012 02:16:34 +0000 (03:16 +0100)] 
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

12 years agoTHRIFT-1782 async only defined in silverlight
Jens Geyer [Thu, 13 Dec 2012 23:09:15 +0000 (00:09 +0100)] 
THRIFT-1782 async only defined in silverlight
Patch: Carl Yeksigian

12 years agoTHRIFT-1780 Add option to generate nullable values
Jens Geyer [Thu, 13 Dec 2012 23:08:24 +0000 (00:08 +0100)] 
THRIFT-1780 Add option to generate nullable values
Patch: Carl Yeksigian

12 years agoTHRIFT-1699 Native Union#read has extra read_field_end call
Jens Geyer [Wed, 12 Dec 2012 22:11:04 +0000 (23:11 +0100)] 
THRIFT-1699 Native Union#read has extra read_field_end call
Patch: Kevin Radloff

12 years agoTHRIFT-1765 Incorrect error message printed for null or negative keys
Jens Geyer [Tue, 11 Dec 2012 22:38:12 +0000 (23:38 +0100)] 
THRIFT-1765 Incorrect error message printed for null or negative keys

12 years agoTHRIFT-1763 jquery ajax code should send application/json content-type
Roger Meier [Tue, 11 Dec 2012 20:21:00 +0000 (21:21 +0100)] 
THRIFT-1763 jquery ajax code should send application/json content-type
Patch: Kevin Radloff
rogerr: my first git commit on Apache Thrift!
;-r

12 years agoTHRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110"
Todd Lipcon [Mon, 10 Dec 2012 22:29:59 +0000 (14:29 -0800)] 
THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110"

This reverts commit 6c5ee6ad2067e245ab5364f9a6019d8b63d7ed52.

This commit is being reverted since it broke compatibility with
Python 2.4, which is the latest version included in RHEL5 releases.