Roger Meier
c88d581952
THRIFT-2317 add disable option to exclude tutorial from build
2014-01-26 11:51:26 +01:00
Roger Meier
8909cbdf81
THRIFT-2327 nodejs: nodejs test suite should be bundled with the library
...
Patch: Pierre Lamot
further modifications by Roger Meier
- git mv instead of delete and add
- detect node or nodejs with configure.ac
- use exit instead of return within lib/nodejs/test/testAll.sh
2014-01-26 11:44:27 +01:00
Roger Meier
d0024544bc
doap.rdf: validated rdf - add rdf:parseType="Collection" to release
2014-01-26 10:46:10 +01:00
Roger Meier
f9d16b1c3e
THRIFT-2332 RPMBUILD: run bootstrap (if needed)
...
Patch: Nevo Hed
2014-01-26 00:26:16 +01:00
Roger Meier
aefd9c4899
cpp: TSSLServerSocket should use THRIFT_SOCKET
2014-01-25 19:59:27 +01:00
Jens Geyer
e8379b538a
THRIFT-2320 Program level doctext does not get attached by parser
...
Patch: Craig Peterson & Jens Geyer
2014-01-25 00:59:45 +01:00
Roger Meier
ad7f788824
THRIFT-2330 Generate PHPDoc comments
...
Patch: Maurus Cuelenaere
2014-01-23 20:44:36 +01:00
Jens Geyer
beb937740a
THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read()
...
Patch: Jens Geyer
2014-01-23 19:16:52 +01:00
Jens Geyer
026d7fc0e1
THRIFT-2323 Uncompileable Delphi code generated for typedef'd structs
...
Patch: Jens Geyer
2014-01-23 19:03:37 +01:00
jfarrell
507740c93c
Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransport
...
Client: rb
Patch: jfarrell | Nevo Hed
Updates ruby checks to require bundler and uses bundle exec to ensure
the required rake version.
2014-01-22 22:20:21 -05:00
Roger Meier
194f0114c2
THRIFT-2108 java: Fix TAsyncClientManager timeout race
...
Patch: Vadim Spivak
2014-01-22 00:10:31 +01:00
Roger Meier
9aa08a9f68
THRIFT-1810 add ruby to test/test.sh
...
initial version without cross language checks
Signed-off-by: Roger Meier <roger@apache.org>
2014-01-20 18:41:48 +01:00
Roger Meier
c95d5dfb76
THRIFT-1810 add ruby to test/test.sh
...
initial version without cross language checks
Signed-off-by: Roger Meier <roger@apache.org>
2014-01-19 21:53:02 +01:00
Roger Meier
0e8148024b
THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM
...
fix test/cpp
Patch: Roger Meier
2014-01-17 21:07:58 +01:00
Jens Geyer
77369a0ecd
THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client.
...
Patch: Rohit Agarwal & Jens Geyer
2014-01-16 21:36:08 +01:00
Roger Meier
169d655818
THRIFT-2312 .travis.yml: no apt-get update/upgrade,
...
no install of erlang, haskell and python
2014-01-15 21:48:10 +01:00
Roger Meier
dffc9fe8dd
THRIFT-2196 Fix invalid dependency in Makefile.am
...
Patch: Hiroaki Kawai
2014-01-15 21:10:59 +01:00
Roger Meier
78dbd5c662
THRIFT-2318 perl: dependency Class::Accessor not checked
...
Patch: Roger Meier
2014-01-15 13:57:34 +01:00
Roger Meier
aae8acb2db
THRIFT-2318 perl: dependency Class::Accessor not checked
...
Patch: Roger Meier
2014-01-15 13:55:09 +01:00
Roger Meier
09cc5e7728
THRIFT-2316 cpp: TFileTransportTest is to restrictive
2014-01-15 10:13:18 +01:00
Roger Meier
6635058e8b
THRIFT-2312 .travis.yml: enable ruby, php and mingw compiler build
2014-01-15 09:51:48 +01:00
jfarrell
84cd284688
Thrift-2229:thrift failed to build on OSX 10.9 GM
...
Client: build
Patch: jfarrell, bcraig, Hans Duedal
Final patch which automates std c++11 detection and flag addition.
2014-01-14 21:51:59 -05:00
henrique
216374ec4a
THRIFT-2313 nodejs server crash after processing the first request when using MultiplexedProcessor/FramedBuffer/BinaryProtocol
...
patch: Pierre Lamot
2014-01-14 15:17:04 +01:00
Jens Geyer
a16737a87f
THRIFT-2311 Go: invalid code generated when exception name is a go keyword
...
Patch: Krzysztof Godlewski
2014-01-13 19:55:44 +01:00
Roger Meier
0240572c44
THRIFT-2182 rb: segfault in regression tests (GC bug in rb_thrift_memory_buffer_write)
...
Patch: Paul Brannan
2014-01-12 23:29:11 +01:00
Roger Meier
a510d6b48b
THRIFT-2183 gem install fails on zsh
...
Patch: Paul Brannan
2014-01-12 22:17:45 +01:00
Roger Meier
d45b7db328
rb: remove CHANGELOG
2014-01-12 22:11:04 +01:00
Roger Meier
3233fe80c9
some gitignores
2014-01-12 22:10:47 +01:00
Roger Meier
090a5e4c69
remove nonsense file lib/rb/CHANGELOG
2014-01-12 20:09:53 +01:00
Roger Meier
623201412a
THRIFT-2130 D library/test: parts of "make check" code do not compile with recent dmd-2.062 through dmd-2.064alpha
...
Patch: David Nadlinger
2014-01-12 20:00:31 +01:00
Roger Meier
38391a7a01
D: add client_pool_test to libevent_dependent_ran_tests
...
fixes build when D event is not available
2014-01-12 19:58:54 +01:00
Roger Meier
b2b4a5ca98
THRIFT-2185 use cabal instead of runhaskell in haskell library
...
Patch: John Chee
2014-01-12 13:10:50 +01:00
Jens Geyer
c0c889b9dd
THRIFT-1964 'Isset' causes problems with C#/.NET serializers
...
Patch: Jens Geyer
2014-01-11 22:22:40 +01:00
Roger Meier
b27012ca4e
add some .gitignore
2014-01-11 11:15:37 +01:00
Jens Geyer
b9d55220ce
THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes
...
Patch: Randy Abernethy, Pierre Lamot
2014-01-10 21:26:25 +01:00
jfarrell
11c813ea3c
Thrift-2309: Ruby and PHP added to RPM subpackages
...
Client: build
Patch: Nevo Hed
Adds ruby and php libs to the rpm.
2014-01-10 13:12:46 -05:00
Ben Craig
f41d79d144
THRIFT-2029: Port C++ tests to Windows
...
Client: cpp
fixes test script to handle new termination approach for test servers.
2014-01-08 15:15:48 -06:00
Jake Farrell
06dbb8f011
THRIFT-2211:Exception constructor does not contain namespace prefix
...
Client: cocoa
Patch: Jan Brauer
Prefixed cocoa exceptions with set namespace.
2014-01-07 22:29:50 -05:00
Jake Farrell
5d02b80e9c
Thrift-2029:Port C++ tests to Windows
...
Client: cpp
Patch: Ben Craig
Updates cpp tests to work with windows and c++11
2014-01-07 21:42:01 -05:00
jfarrell
05f37f1917
THRIFT-2219: Thrift gem fails to build on OS X Mavericks
...
Client: ruby
Patch: Jake Farrell
Adds builtin check to strlcpy.h header for ruby lib.
2014-01-06 22:51:22 -05:00
Roger Meier
f161282558
nodejs: add NODE_PATH
2014-01-06 07:19:09 +01:00
Roger Meier
6bac11f4fa
THRIFT-2304 cpp:Move client assignments from construtor in method
...
fix short_suffix
Patch: Roger Meier
2014-01-05 02:10:33 +01:00
Roger Meier
2c7e89b305
.travis.yml: do "The Miracle Combination" for apt-get§
2014-01-05 00:18:32 +01:00
Roger Meier
cf8b626434
THRIFT-2304 cpp:Move client assignments from construtor in method
...
Patch: Martin Vogt
2014-01-04 23:31:21 +01:00
Jens Geyer
f6acf44117
THRIFT-2303 TBufferredTransport not properly closing underlying transport
...
Patch: Alex Ausch
2014-01-02 22:58:43 +01:00
Jens Geyer
2136694a20
THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both possible slash (solidus) encodings, including a test case
...
Patch: Jens Geyer
2013-12-30 22:06:08 +01:00
Jens Geyer
ad0141aea5
Modified/added some Delphi ignores
2013-12-30 22:01:53 +01:00
Jens Geyer
bcca1d9d2b
THRIFT-2300 D configure info output should follow same format as other languages
...
Patch: David Nadlinger
2013-12-26 19:24:30 +01:00
Jens Geyer
1fb6847473
THRIFT-2299 TJsonProtocol implementation for Ruby does not allow for both possible slash (solidus) encodings
...
Patch: Jens Geyer
2013-12-26 19:01:20 +01:00
Jens Geyer
4d1b0eac7d
THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings
...
Patch: Jens Geyer
2013-12-26 19:00:28 +01:00