Commit Graph

4500 Commits

Author SHA1 Message Date
BCG
3ab9f2b5ee THRIFT-3521 : TSimpleJSONProtocolTest is not deterministic (fails when run on JDK 8)
Client: Java Test
Patch: BCG

This closes #772
2016-01-06 11:54:53 +09:00
jfarrell
a3dc3f8043 THRIFT-3518:TConcurrentClientSyncInfo files were missing for Visual Studio
Client: cpp
Patch: Xiaoshuang LU

Add missing files to Visual studio build
2016-01-05 21:10:01 -05:00
Nobuaki Sukegawa
4733db4e15 THRIFT-3519 fastbinary does not work with -gen py:utf8strings
Client:
Patch: Nobuaki Sukegawa

This closes #769
2016-01-06 04:35:12 +09:00
Antonio Di Monaco
796667b29f THRIFT-3437 Fixed MinGW-w64 build
Client: Build
Patch: Antonio Di Monaco

This closes #771
2016-01-06 04:35:12 +09:00
Tim Sebastian
fe3f33619e THRIFT-2994 Node.js TJSONProtocol cannot be used for object serialization
Client: Node.js
Patch: Tim Sebastian

This closes #379
2016-01-06 04:35:12 +09:00
Nobuaki Sukegawa
378b727f8e THRIFT-3516 Add feature test for THeader TBinaryProtocol
This closes #767
2016-01-05 03:02:35 +09:00
Nobuaki Sukegawa
33744b0524 THRIFT-3515 Python 2.6 compatibility and test on CI
This closes #766
2016-01-05 03:02:35 +09:00
Nobuaki Sukegawa
1d8e745035 Update IDL spec
Add i8 to BaseType
2016-01-05 03:02:35 +09:00
Nobuaki Sukegawa
7b69c1889e Remove Travis-CI allow_failures entry for CentOS 7
It seems that upstream CentOS image update fixed the Python import failure.
2016-01-03 23:30:19 +09:00
Jeremy Spiegel
269473d475 THRIFT-3502: C++ TServerSocket passes small buffer to getsockname
Client: C++
Patch: Jeremy Spiegel

This closes #761
2016-01-03 02:55:16 +09:00
BCG
2aaae8a604 THRIFT-3486 - Java generated getFieldValue is incompatible with setFieldValue for binary values
Client: Java
Patch: BCG

This closes #743
2016-01-03 02:55:16 +09:00
Simon South
bf8f7b425e THRIFT-3383 i64 related warnings
This closes #764
2016-01-03 02:55:03 +09:00
Simon South
56cf779591 THRIFT-3512 c_glib: Build fails due to missing features.h
This closes #763
2016-01-03 02:54:25 +09:00
Simon South
117af5c3a3 THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy is available
Client: C++
Patch: Simon South

PosixThreadFactory.cpp: Test for availability of optional
pthread_attr_setschedpolicy function before including in source code

This closes #754
2016-01-03 02:40:38 +09:00
Nobuaki Sukegawa
ad8358664e THRIFT-3505 Enhance Python TSSLSocket
This closes #760
2016-01-03 02:39:51 +09:00
Nobuaki Sukegawa
b78d781b2e THRIFT-3438 Enable py:new_style by default
Client: Python
Patch: Nobuaki Sukegawa

This closes #759
2016-01-02 22:54:16 +09:00
Nobuaki Sukegawa
b9c859a07b THRIFT-3506 Eliminate old style classes from library code
Client: Python
Patch: Nobuaki Sukegawa

This closes #758
2016-01-02 22:54:16 +09:00
Nobuaki Sukegawa
7b8946941e THRIFT-3504 Fix FastbinaryTest.py
Client: Python
Patch: Nobuaki Sukegawa

This closes #757
2016-01-02 22:54:16 +09:00
Nobuaki Sukegawa
6dde7f1925 Disable 2 flaky cross tests 2015-12-24 02:11:17 +09:00
Simon South
1719bf41b8 THRIFT-3497 Build fails with "invalid use of incomplete type"
Client: C++
Patch: Simon South

- Monitor.cpp: Include thrift-config.h for definition of
  HAVE_SYS_TIME_H
- Monitor.h: Explicitly include sys/time.h on platforms that require
  this

This closes #753
2015-12-24 02:11:17 +09:00
Simon South
a873e16097 THRIFT-3386 misc. warnings with make check
c_glib: Add explicit casts to prevent compiler warnings during "make
check"
Client: c_glib
Patch: Simon South

This closes #751
2015-12-24 02:11:17 +09:00
Sebastian Zenker
39e505c150 THRIFT-3496 C++: Cob style client fails when sending a consecutive request
This closes #752
2015-12-24 02:11:17 +09:00
Robert Thille
dd02f55283 THRIFT-2883 TTwisted.py, during ConnectionLost processing: exceptions.RuntimeError: dictionary changed size during iteration
This closes #314
2015-12-24 02:11:17 +09:00
Nobuaki Sukegawa
9b35a7c021 THRIFT-3495 Minor enhancements and fixes for cross test
This closes #750
2015-12-24 02:11:17 +09:00
Stig Bakken
ae3775a6a5 THRIFT-2869 run JSON schema validator from test
Client: JSON
Patch: Stig Bakken modified by Nobuaki Sukegawa

Modification: Do not move key/elem properties, add i8, failure return code, make dist fix

This closes #299 and closes #749
2015-12-24 02:11:13 +09:00
Jens Geyer
23d6746079 THRIFT-3487 Full support for newer Delphi versions
Client: Delphi
Patch: Jens Geyer

Contains:
- fix for FStream.Seek() now expecting an UInt64 instead of Int64
- workaround to (temporarily) exclude socket support from newer versions - THIS NEEDS TO BE ADDRESSED!
2015-12-19 11:45:34 +01:00
Jens Geyer
7be41c7ada THRIFT-3493 libthrift does not compile on windows using visual studio
Client: C++
Patch: Jens Geyer

fixed broken README link in VC++ solution
2015-12-17 22:21:24 +01:00
KCris
176bf0c36d THRIFT-3493 libthrift does not compile on windows using visual studio
Client: C++
Patch: KCris <cristian.kovari@gmail.com>

This closes #745
2015-12-17 22:20:26 +01:00
Nobuaki Sukegawa
e68ccc23be THRIFT-3482 Haskell JSON protocol does not encode binary field as Base64 2015-12-13 23:48:22 +09:00
Nobuaki Sukegawa
ef2b5285f3 THRIFT-3145 JSON protocol does not handle bool and empty containers correctly
Client: Haskell
Patch: Nobuaki Sukegawa

Fix bool and empty map and add test

This closes #740
2015-12-13 14:07:27 +09:00
Rhys Adams
f48e339cc9 THRIFT-3145 JSON protocol does not handle bool and empty containers correctly
Client: Haskell
Patch: Rhys Adams

Fix deserialization of empty list and set.
2015-12-13 14:07:17 +09:00
Jens Geyer
eb5f117452 THRIFT-3489 warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
Client: Compiler(general)
Patch: Jens Geyer
2015-12-11 21:29:38 +01:00
Jens Geyer
d0e444c9d9 THRIFT-3488 warning: unused variable 'program'
Client: Go
Patch: Jens Geyer
2015-12-11 21:29:37 +01:00
Nobuaki Sukegawa
dfb6896436 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359
Client: C++, Node.js
Patch: Nobuaki Sukegawa

This closes #737
2015-12-11 00:19:09 +09:00
Nobuaki Sukegawa
7c7d679a12 THRIFT-3433 Doubles aren't interpreted correctly
Client: Haskell
Patch: Nobuaki Sukegawa

This closes #736
2015-12-11 00:18:01 +09:00
Tom Lee
4f6138b7a2 THRIFT-3484 Consolidate temporary buffers in Java's TCompactProtocol
Client: Java
Patch: Tom Lee

This closes #738
2015-12-11 00:18:01 +09:00
Tom Lee
9d0f752abc THRIFT-3432 Add the TByteBuffer transport for Java
Client: Java
Patch: Tom Lee

This closes #705
2015-12-11 00:18:01 +09:00
Nobuaki Sukegawa
0156aaed10 Use Docker image from master branch on Travis-CI 2015-12-09 23:21:45 +09:00
Jens Geyer
52de5cafbd THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continues with number
Client: Compiler (general)
Patch: Jens Geyer

Fixes the issue with negative doubles. The "-" was recognized as valid st_identifier, which is only a leftover from THRIFT-3416 that is no longer used at all.
2015-12-08 23:03:17 +01:00
Jens Geyer
5eed3a161f THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continues with number
Client: Compiler (general)
Patch: Jens Geyer
2015-12-08 21:05:52 +01:00
Keith Turner
3143bfbe15 THRIFT-3478 restore method to THsHaServer
This closes #735
2015-12-08 20:11:20 +01:00
HIRANO Satoshi
84cf363eee THRIFT-3328 A callback is not called when a server is down.
https://issues.apache.org/jira/browse/THRIFT-3328
2015-12-07 23:14:13 +01:00
Roger Meier
8644617f7d THRIFT-3474 Docker: thrift-compiler
This closes #732
2015-12-06 21:26:58 +01:00
Roger Meier
791ee36f7b THRIFT-1385 make install doesn't install java library in the setted folder
Signed-off-by: Verdoïa Laurent
Reviewed-by: Tom Lippincott
2015-12-06 11:37:37 +01:00
Tom Lee
9caf6d63c6 THRIFT-3435 Separate package for fullcamel thrift
Client: Java Test
Patch: Tom Lee

This closes #708
2015-12-06 10:11:19 +09:00
Nobuaki Sukegawa
ba3fe86b0a THRIFT-3464 Fix several defects in c_glib code generator
Client: c_glib compiler
Patch: Nobuaki Sukegawa

This closes #724
2015-12-06 10:11:16 +09:00
Nobuaki Sukegawa
a6ab1f5e6d THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure
Client: Build
Patch: Nobuaki Sukegawa

Use "services: docker"

This closes #730
2015-12-05 11:28:27 +09:00
Nobuaki Sukegawa
1a32c3b93f Update OpenSSL version for Appveyor 2015-12-05 11:27:41 +09:00
Mark Erickson
f08771ccea THRIFT-3471 Dart generator does not handle uppercase argument names
Client: Dart
Patch: Mark Erickson <mark.erickson@workiva.com>

This closes #729
2015-12-04 21:31:04 +01:00
Nobuaki Sukegawa
362a5eda21 THRIFT-3455 struct write method's return value is incorrect
Client: c_glib Compiler
Patch: Nobuaki Sukegawa
2015-12-04 00:38:33 +09:00