Roger Meier
5ed5e8b3f0
THRIFT-1917 Task expiration in TThreadPoolServer
...
Patch: Ivan Fastov
2013-05-06 00:21:04 +02:00
Roger Meier
4f623260b5
THRIFT-1760 [Ruby] Remove unnecessary native protocol code
...
Patch: Nathan Beyer
2013-05-05 23:59:25 +02:00
Roger Meier
7f1df99247
THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it.
...
Patch: Hugo Mildenberger
2013-05-05 23:29:34 +02:00
Roger Meier
967600ef4f
THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp
...
Patch: Randy Abernethy
2013-05-03 22:39:53 +02:00
Jake Farrell
0fd47dab1b
THRIFT-1956: Switch to Apache Commons Lang 3
...
Client: java
Patch: Christoffer Sawicki
Updates commons lang from 2.5 to 3.1
2013-05-02 22:51:52 -04:00
Jens Geyer
7f8b870357
THRIFT-1949: WP7 build broken
2013-05-02 19:52:30 +02:00
Jens Geyer
b706b1a905
THRIFT-1742 Optionally implement hashcode and equals in c#
...
Patch: Carl Yeksigian
2013-04-29 22:10:10 +02:00
Jake Luciani
938e640702
THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake
2013-04-25 17:53:08 -04:00
Jens Geyer
f509df9c96
THRIFT-1930: C# generates unsigned byte for Thrift "byte" type
...
Patch: Jens Geyer
2013-04-25 20:38:55 +02:00
jfarrell
6bdb10b592
Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces for Exceptions
...
Client: php
Patch: Tyler Hobbs
Adds namespaced TException to the accelerated php client lib.
2013-04-23 15:42:04 -05:00
Jake Farrell
146e5116a2
Thrift-1786: C# Union Typing
...
Client: csharp
Patch: Carl Yeksigian
Updating makefile for mono
2013-04-22 22:28:56 -04:00
jfarrell
bdb19a467a
Thrift-1786: C# Union Typing
...
Client: csharp
Patch: Carl Yeksigian
Union typing patch
2013-04-22 14:41:13 -05:00
Jake Farrell
de262dc77e
Thrift-1903: PHP namespaces cause binary protocols to not be used
...
Client: php
Patch: Tyler Hobbs
Resolves the issue by importing TBinaryProtocolAccelerated and checking if $this->output_ is an instance of that instead of using a static string in TProtocol.
2013-04-19 21:58:33 -04:00
Jake Farrell
c613cd2d9b
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.
2013-04-01 21:39:03 -04:00
Jens Geyer
06045cf8d9
THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops
...
Patch: Jens Geyer
2013-03-27 20:26:25 +02:00
Roger Meier
3a931b50d9
THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server
...
Patch: Patrik Lindblom
2013-03-26 22:14:03 +01:00
Jake Farrell
2ff5428598
Thrift-984: Ocaml versioning
...
Client: ocaml
Patch: Chet Murthy
Addes versioning to the ocaml library via _oasis file
2013-03-25 22:06:36 -04:00
Jens Geyer
8a70196d00
THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol and Server
...
Patch: Jens Geyer
2013-03-25 01:32:57 +02:00
Jens Geyer
cac2c5761e
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
...
Patch: Rob Slifka
Fixes broken build due to previous patch
2013-03-25 01:22:09 +02:00
Roger Meier
9cda78844d
THRIFT-1864 java: implement event handler for non-blocking server
...
Patch: Vitali Lovich
2013-03-24 21:42:35 +01:00
Roger Meier
ce6d1d709a
THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed
...
Patch: Brock Noland
2013-03-24 21:26:17 +01:00
Jens Geyer
3661867feb
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
...
Patch: Rob Slifka
2013-03-24 11:53:31 +02:00
Jake Farrell
a87cc5e770
Thrift-1804: Ruby extension on ARM complains about signed chars
...
Client: rb
Patch: Elias Karakoulakis
Updated extension makefile to use signed char flag
2013-03-23 22:56:13 -04:00
Jake Farrell
775862547b
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.
2013-03-23 21:57:17 -04:00
Roger Meier
1f9717d192
THRIFT-1878 php: THttpClient - Add the possibility to send custom headers
...
Patch: Laurent Sarrazin
2013-03-23 16:03:38 +01:00
Roger Meier
a7ab94d414
THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6
...
Patch: Nate Rosenblum
2013-03-22 22:34:16 +01:00
Roger Meier
e491d298f0
THRIFT-1896 cocoa: Add TBase protocol for Cocoa
...
Patch: Kevin Li
2013-03-22 22:18:45 +01:00
Roger Meier
ff951bd567
THRIFT-1863 cocoa: [TBinaryProtocol readMessageBeginReturnName:type:sequenceID] returns incorrect message type
...
Patch: Kevin Li
2013-03-22 22:12:19 +01:00
Roger Meier
565517a16c
subversion, thanks and good bye
...
;-r
2013-03-22 21:08:39 +01:00
Roger Meier
0c04fccf3a
THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown
...
Patch: Randy Abernethy
2013-03-22 19:52:08 +01:00
Roger Meier
a51186b7f2
THRIFT-1879 Add support for GObject-Introspection
...
Patch: Evan Nemerson
patch 1: 0001-Move-typedefs-before-public-structs-to-work-around-g.patch
2013-03-22 17:12:03 +01:00
Roger Meier
9b2524415c
THRIFT-1861 PHP Makefile does not include TStringFuncFactory
...
Patch: Logan Owen
2013-03-22 17:05:53 +01:00
Jens Geyer
552440e6e5
THRIFT-1890 C++: Make named pipes server work asynchronously
...
Patch: Jens Geyer & Ben Craig
2013-03-21 19:55:27 +02:00
Jens Geyer
0b20cc8a58
THRIFT-1874 timeout for the server-side end of a named pipe
...
Patch: Jens Geyer
2013-03-07 20:47:01 +01:00
Jens Geyer
5cb0d22a03
THRIFT-1873 Binary protocol factory ignores struct read/write flags
...
Patch: Jens Geyer
2013-03-07 20:44:22 +01:00
Jens Geyer
6a7463a725
THRIFT-1872 issues with TBufferedTransport buffer
...
Patch: Jens Geyer
2013-03-07 20:40:59 +01:00
Chris Piro
20c81ad74c
THRIFT-1704: Tornado support (Python)
2013-03-07 11:32:48 -05:00
Jake Farrell
073f9eb9b9
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.
2013-03-04 20:59:38 -05:00
Jake Farrell
04f83112f6
Thrift-1264:TSocketClient is queried by run loop after deallocation in Cocoa
...
Client: cocoa
Patch: Jan Ruth
Fixes TSocketClient not deallocated correctly.
2013-03-02 22:51:55 -05:00
Jens Geyer
1bb903225a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
2013-01-23 20:59:13 +01:00
Jens Geyer
b64a774b2f
THRIFT-1842 Memory leak with Pipes
...
Patch: Jens Geyer
2013-01-23 20:58:47 +01:00
Roger Meier
7b96b2249a
THRIFT-1805 Thrift should not swallow ALL exceptions
...
Patch: Diwaker Gupta
2013-01-23 20:18:58 +01:00
Roger Meier
d34bea0c04
THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode
...
Patch: Nate Rosenblum
2013-01-22 21:36:42 +01:00
Roger Meier
772b2b1804
THRIFT-1789 fix json protocol read set begin
...
Patch: Kevin Radloff
2013-01-19 21:04:12 +01:00
Roger Meier
f42ce2a8f4
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
2013-01-16 22:12:14 +01:00
Roger Meier
c095919087
THRIFT-1829 cpp unit tests fail to build using multiple make jobs
...
Patch: David Rennalls and Roger Meier
2013-01-15 23:20:19 +01:00
Roger Meier
e3da768367
THRIFT-1826 update c_glib source header paths
...
Patch: Simon South
2013-01-11 11:41:53 +01:00
Roger Meier
87afaacb95
THRIFT-1822 PHP unit test does not work
...
Patch: Roger Meier
2013-01-06 20:10:42 +01:00
Roger Meier
8ebe0d917c
THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not.
...
Patch: Kamil Salas and Roger Meier
2013-01-06 14:33:39 +01:00
Roger Meier
e3f671034c
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
2013-01-05 20:46:43 +01:00