Commit Graph

4543 Commits

Author SHA1 Message Date
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
Nobuaki Sukegawa
2ba79440bf THRIFT-3544 Let cross test fail when server process died unexpectedly
Client: Test
Patch: Nobuaki Sukegawa

This closes #793
2016-01-19 02:48:07 +09:00
Nobuaki Sukegawa
ffc2bb3dd7 THRIFT-3439 Run make cross using Python3 when available
Client: Test
Patch: Nobuaki Sukegawa

Add Makefile.am change that was missing in the original patch.

This closes #792
2016-01-19 02:48:07 +09:00
Roger Meier
baa110126d crossrunner: fix browse url 2016-01-17 21:06:44 +01: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
Jens Geyer
b815e3786f THRIFT-3554 Constant decls may lead to "Error: internal error: prepare_member_name_mapping() already active for different struct"
Client: C#
Patch: Jens Geyer
2016-01-14 23:45:28 +01:00
Jens Geyer
9335167280 THRIFT-3537 Remove the (now obsolete) csharp:asyncctp flag
Client: C#
Patch: Jens Geyer
2016-01-14 22:39:30 +01:00
Jens Geyer
ba01d6b2c1 THRIFT-3554 Constant decls may lead to "Error: internal error: prepare_member_name_mapping() already active for different struct"
Client: C#
Patch: Jens Geyer
2016-01-14 22:39:28 +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
Christopher Rogers
0bd810af87 THRIFT-3545 Cocoa: Container type literals do not compile
Client: Cocoa
Patch: Christopher Rogers <christopher.rogers@linecorp.com>

This closes #790
2016-01-14 19:23:48 +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
7e286b0d14 THRIFT-3540 Make python tutorial more in line with PEP8
This closes #786
2016-01-13 20:25:19 +09:00
Nobuaki Sukegawa
1a42a05477 Skip C#-Python SSL cross tests that fails on Debian image
It is presumably due to SSL chagnes in Python 2.7.9.
2016-01-12 20:15:06 +09:00
Nobuaki Sukegawa
85650612e1 THRIFT-3531 Create cross lang feature test for string and container read length limit
This closes #780
2016-01-11 11:41:56 +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
03565bf467 THRIFT-3526 Code generated by py:utf8strings does not work for Python3
This closes #776
2016-01-11 11:34:22 +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
Nobuaki Sukegawa
1b4ebc393d THRIFT-3528 Fix warnings in thrift.ll
This closes #778
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
Roger Meier
681e6042da THRIFT-3460 Improve provided Debian packaging solution
Patch: Filip Chabik & Roger Meier

This closes #721
2016-01-10 16:25:57 +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
Roger Meier
447294f176 THRIFT-3469 Docker: Debian support
This closes #746
2016-01-10 13:32:47 +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
Jens Geyer
f6521c64f4 THRIFT-3314 Dots in file names of includes causes dots in javascript variable names
Client: Javascript
Patch: Kapil Joshi (based on the equivalent C# version)
2016-01-09 00:43:40 +01:00
Eric Klaus
4fcc74478f THRIFT-3499 Add package_prefix to python generator
Client: Python
Patch: Eric Klaus <eric.klaus@workiva.com>

This closes #755
2016-01-09 00:21:35 +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
Roger Meier
bbaf92837f THRIFT-3474 Docker: thrift-compiler
some tuning suggested by Aki Sukegawa

This closes #768
2016-01-07 20:35:02 +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
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