Commit Graph

4554 Commits

Author SHA1 Message Date
Nobuaki Sukegawa
5e432ec37b THRIFT-3579 Introduce retry to make cross
This closes #817
2016-01-24 03:44:26 +09: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
bd165305fa THRIFT-3571 Make feature test result browsable
Client: Test
Patch: Nobuaki Sukegawa

This closes #809
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
Stig Bakken
aff06ed3fa THRIFT-3574 Cocoa generator makes uncompilable imports
Client: Cocoa
Patch: Stig Bakken <stig@zedge.net>

This closes #812
2016-01-22 22:26:52 +01: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
Mark Erickson
217a44b9dc THRIFT-3535 Dart generator argument to produce a file structure usable in parent library
Client: Dart
Patch: Mark Erickson <mark.erickson@workiva.com>

This closes #789
2016-01-19 22:35:40 +01: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
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