Commit Graph

2831 Commits

Author SHA1 Message Date
Nobuaki Sukegawa
71398bb25f THRIFT-3570 Remove duplicate instances that are added by upstream
Client: Haskell
Patch: Nobuaki Sukegawa

This closes #808
2016-01-21 00:08:52 +09:00
Chandler May
3fe3df2ac8 THRIFT-3567 GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Client: c_glib
Patch: Chandler May <cjmay4754@gmail.com>

This closes #806
2016-01-19 22:00:48 +01:00
Chandler May
6dde90be2e THRIFT-1313 implement compact protocol for c_glib library
Client: C_glib
Chandler May <cjmay4754@gmail.com>

This closes #795
2016-01-19 22:00:27 +01:00
Sebastian Zenker
e917a278d8 THRIFT-3564: potential core dump in TQTcpServer
Client: C++
Patch: Sebastian Zenker
2016-01-19 02:48:07 +09:00
Sebastian Zenker
3506b66cc0 THRIFT-3566: fixed TQTcpServerTest - it was never executed and working
Client: C++
Patch: Sebastian Zenker

C++/Qt: TQTcpServerTest did never execute the actual test method test_communicate() as it wasn't declared as a Qt slot. The test gets now executed but it is broken because server and (synchronous) client cannot be executed in the same thread.
2016-01-19 02:48:07 +09:00
Sebastian Zenker
9c4193d4fc THRIFT-3565: C++: declared T{Async}Processor::getEventHandler() as const member functions
Client: C++
Patch: Sebastian Zenker

This closes #803
2016-01-19 02:48:07 +09:00
Sebastian Zenker
643f1eeee4 THRIFT-3563: C++/Qt: removed usage of macro QT_PREPEND_NAMESPACE()
Client: C++
Patch: Sebastian Zenker

This closes #801
2016-01-19 02:48:07 +09:00
Sebastian Zenker
9be7569ab4 THRIFT-3562: C++: removed unused TEventServer
Client: C++
Patch: Sebastian Zenker

This closes #800
2016-01-19 02:48:07 +09:00
Sebastian Zenker
235d49f45b THRIFT-3561: C++/Qt: make use of Q_DISABLE_COPY() to get rid of copy ctor and assignment operator
Client: C++
Patch: Sebastian Zenker

This closes #799
2016-01-19 02:48:07 +09:00
Roger Meier
b69621437d THRIFT-3551 Thrift perl library missing package declaration 2016-01-17 20:58:00 +01:00
Chandler May
8b0fe287a6 THRIFT-3558 fix typos in c_glib test assertions
This closes #796
2016-01-17 20:29:00 +01:00
Roger Meier
8b5e2e7c8e THRIFT-3428 go test fail on busy_machine
add some timeouts after server startup so clients do not connect too early
2016-01-17 09:09:44 +01:00
Simon South
420ee1e7f8 THRIFT-3552 c_glib: Fix memory leak in processor
- t_c_glib_generator.cc: Free method-name string once matched within a
  generated dispatch_call implementation.
- thrift_dispatch_processor.c: Free method-name string in default
  dispatch_call implementation.
2016-01-16 12:45:19 +01:00
Adam Connelly
0c0649de7e THRIFT-3510 Add HttpTaskAsyncHandler implementation
Client: C#
Author: Adam Connelly <adam.rpconnelly@gmail.com>

This closes #762
2016-01-14 20:26:14 +01:00
Nobuaki Sukegawa
fc07084ada THRIFT-3542 Add length limit support to Java test server
This closes #788
2016-01-13 20:25:26 +09:00
Nobuaki Sukegawa
7b545b5720 THRIFT-3532 Add configurable string and container read size limit to Python protocols
This closes #787
2016-01-13 20:25:23 +09:00
Nobuaki Sukegawa
a3b88a012e THRIFT-3503 Enable py:utf8string by default
This closes #779
2016-01-11 11:41:14 +09:00
Nobuaki Sukegawa
397bd51af7 THRIFT-3527 -gen py:dynamic,utf8strings ignores utf8strings option
This closes #777
2016-01-11 11:35:10 +09:00
Nobuaki Sukegawa
299255afbb THRIFT-3525 py:dynamic fails to handle binary list/set/map element
This closes #775
2016-01-11 11:34:20 +09:00
Roger Meier
051ed3c80d THRIFT-3127 rb: switch -recurse to --recurse 2016-01-10 21:17:51 +01:00
Thomas Bartelmess
65d8564e90 THRIFT-3538 python: Removed UnboundMethodType
This closes #783
2016-01-10 20:25:38 +01:00
Roger Meier
c410494453 THRIFT-3208: Fix Visual Studio solution build failure due to renamed source 2016-01-10 16:34:44 +01:00
Roger Meier
11eac4484e THRIFT-3534 Link error when building with Qt5
Patch: Harald Fernengel
2016-01-10 16:30:31 +01:00
Jens Geyer
861447a3e1 THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target
Client: C#
Patch: Jens Geyer

This closes #781
2016-01-10 13:49:58 +01:00
BCG
de0b4b5543 THRIFT-3523 XML Generator
Client: XML
Patch: Benjamin Gould, with minor modifications by Jens Geyer

This closes #774
2016-01-10 11:54:04 +01:00
Mark Erickson
8733bf4c19 THRIFT-3520: Dart TSocket onError stream should be typed as Object
Client: Dart
Patch: Mark Erickson <mark.erickson@workiva.com>

This closes #770
2016-01-09 00:14:04 +01:00
David Soria Parra
496454a4b0 THRIFT-3514: Add PHP 7 version of php_thrift_protocol
This is an initial port of php_thrift_protocol to PHP7. However as
we deal with zval's all over the place, we opt for separating
the C files completely leading to some overhead. However this
is a good start to see the differences in the implementation. From
there we should follow up with a more unified approach by refactoring
parts of the zval handling to be more generic so we can plug it
into PHP 7 and PHP 5 extensions.

Tested this by running with TestClient.php against a CPP server
and using TBinaryProtocolAccelerated.
2016-01-07 20:40:07 +01:00
Nobuaki Sukegawa
c91bd74934 THRIFT-3437 Fixed MinGW-w64 build
A small follow-up fix:
Avoid redefinition of AI_ADDRCONFIG on non-Windows platforms.
2016-01-06 20:07:55 +09:00
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
33744b0524 THRIFT-3515 Python 2.6 compatibility and test on CI
This closes #766
2016-01-05 03:02:35 +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
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
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
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
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