Nobuaki Sukegawa
bcd8e3268e
THRIFT-3420 C++: TSSLSockets are not interruptable
...
Fix typo that prevented retrying on EAGAIN etc.
This closes #815
2016-02-01 21:24:34 +09:00
Jens Geyer
356f7aa998
THRIFT-3588 Using TypeScript with --noImplicitAny fails
...
Client: TypeScript
Patch: Frederik Gladhorn
2016-01-30 11:37:08 +01:00
Jens Geyer
7107043288
THRIFT-3524 dcc32 warning "W1000 Symbol 'IsLowSurrogate' is deprecated: 'Use TCharHelper'" in Thrift.Protocol.JSON.pas
...
Client: Delphi
Patch: Jens Geyer
2016-01-29 10:10:47 +01:00
Marc Breslow
3bf3ebfec3
THRIFT-2157 generated code would cause ClassCastException
...
Client: Java
Patch: Marc Breslow <marc.breslow@devfactory.com>
This closes #822
2016-01-28 23:05:03 +01:00
claudemiro
f8ca05528e
THRIFT-3251 Add http transport for server to Go lib
...
Client: Go
Patch: claudemiro <dimiro1@gmail.com>
This closes #785
2016-01-28 23:05:02 +01:00
Roger Meier
45c8e49357
THRIFT-3549 Exceptions are not properly stringified in Perl library
...
Patch: David Morel
2016-01-25 22:26:39 +01:00
Chandler May
ccd998a04e
THRIFT-3572 Fix "Unable to determine the behavior of a signed right shift"
...
Client: Build (c_glib)
Patch: Chandler May
This closes #816
2016-01-24 01:26:33 +09:00
Nobuaki Sukegawa
9890c28b7e
THRIFT-3568 THeader server crashes on readSlow
...
Client: C++
Patch: Nobuaki Sukegawa
This closes #807
2016-01-24 00:13:44 +09:00
Nobuaki Sukegawa
3d600bfec3
THRIFT-3576 Boost test --log_format arg does not accept lowercase
...
Client: Test (C++)
Patch: Nobuaki Sukegawa
This closes #814
2016-01-24 00:13:44 +09:00
Nobuaki Sukegawa
a837085ece
THRIFT-3555 'configure' script does not honor --with-openssl=<path> for libcrypto for BN_init
...
Client: Build
Patch: Nobuaki Sukegawa
This closes #805
2016-01-24 00:13:44 +09:00
Nobuaki Sukegawa
607697054d
THRIFT-3573 c_glib: No rule to make target issue
...
This closes #813 and closes #811
2016-01-23 21:50:36 +09:00
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