Commit Graph

4571 Commits

Author SHA1 Message Date
Nobuaki Sukegawa
10308cb975 THRIFT-3596 Better conformance to PEP8
This closes #832
2016-02-04 14:28:24 +09:00
Nobuaki Sukegawa
d094e79de7 THRIFT-3592 Add basic test client
This closes #830
2016-02-03 01:07:43 +09:00
Nobuaki Sukegawa
f07b4a14df Adjust Python SSL test delay in an attempt to avoid flakiness on CI 2016-02-03 01:07:43 +09:00
Nobuaki Sukegawa
1ea3ca589f Update OpenSSL version for Appveyor build 2016-02-03 01:07:42 +09:00
Nobuaki Sukegawa
95c628eade THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed
Client: C++
Patch: Nobuaki Sukegawa

This closes #819
2016-02-01 21:24:39 +09:00
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
Nobuaki Sukegawa
2eed686406 Fix CI build for THRIFT-3251 Add http transport for server to Go lib
This closes #829
2016-02-01 21:23:25 +09:00
Mark Erickson
194959917c THRIFT-3589 Pass references to field names in constructor through get_field_name
This closes #825
2016-01-31 12:11:17 +01: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
Roshan George
a9346a308f THRIFT-3377 Deep copy is actually shallow when using typedef members
Client: Java
Patch: Roshan George <roshan@arjie.com>

This closes #823
2016-01-28 23:05:06 +01:00
Jens Geyer
c1fda249f8 THRIFT-3582 Erlang libraries should have service metadata
Client: Erlang
Patch: Steve Cohen <steve@pinterest.com>
2016-01-28 23:05:05 +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
Jens Geyer
108fab8242 THRIFT-3501 Forward slash in comment causes compiler error
Client: Compiler (general)
Patch: Jens Geyer
2016-01-28 23:03:24 +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
Jens Geyer
41e4847786 THRIFT-3575 Go compiler tries to use unexported library methods when using read_write_private
Client: Go
Patch: Chris Bannister
2016-01-24 12:25:00 +01:00
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