Commit Graph

4523 Commits

Author SHA1 Message Date
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
Nobuaki Sukegawa
ef2b5285f3 THRIFT-3145 JSON protocol does not handle bool and empty containers correctly
Client: Haskell
Patch: Nobuaki Sukegawa

Fix bool and empty map and add test

This closes #740
2015-12-13 14:07:27 +09:00
Rhys Adams
f48e339cc9 THRIFT-3145 JSON protocol does not handle bool and empty containers correctly
Client: Haskell
Patch: Rhys Adams

Fix deserialization of empty list and set.
2015-12-13 14:07:17 +09:00
Jens Geyer
eb5f117452 THRIFT-3489 warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
Client: Compiler(general)
Patch: Jens Geyer
2015-12-11 21:29:38 +01:00
Jens Geyer
d0e444c9d9 THRIFT-3488 warning: unused variable 'program'
Client: Go
Patch: Jens Geyer
2015-12-11 21:29:37 +01:00
Nobuaki Sukegawa
dfb6896436 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359
Client: C++, Node.js
Patch: Nobuaki Sukegawa

This closes #737
2015-12-11 00:19:09 +09:00
Nobuaki Sukegawa
7c7d679a12 THRIFT-3433 Doubles aren't interpreted correctly
Client: Haskell
Patch: Nobuaki Sukegawa

This closes #736
2015-12-11 00:18:01 +09:00
Tom Lee
4f6138b7a2 THRIFT-3484 Consolidate temporary buffers in Java's TCompactProtocol
Client: Java
Patch: Tom Lee

This closes #738
2015-12-11 00:18:01 +09:00
Tom Lee
9d0f752abc THRIFT-3432 Add the TByteBuffer transport for Java
Client: Java
Patch: Tom Lee

This closes #705
2015-12-11 00:18:01 +09:00
Nobuaki Sukegawa
0156aaed10 Use Docker image from master branch on Travis-CI 2015-12-09 23:21:45 +09:00
Jens Geyer
52de5cafbd THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continues with number
Client: Compiler (general)
Patch: Jens Geyer

Fixes the issue with negative doubles. The "-" was recognized as valid st_identifier, which is only a leftover from THRIFT-3416 that is no longer used at all.
2015-12-08 23:03:17 +01:00
Jens Geyer
5eed3a161f THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continues with number
Client: Compiler (general)
Patch: Jens Geyer
2015-12-08 21:05:52 +01:00
Keith Turner
3143bfbe15 THRIFT-3478 restore method to THsHaServer
This closes #735
2015-12-08 20:11:20 +01:00
HIRANO Satoshi
84cf363eee THRIFT-3328 A callback is not called when a server is down.
https://issues.apache.org/jira/browse/THRIFT-3328
2015-12-07 23:14:13 +01:00
Roger Meier
8644617f7d THRIFT-3474 Docker: thrift-compiler
This closes #732
2015-12-06 21:26:58 +01:00
Roger Meier
791ee36f7b THRIFT-1385 make install doesn't install java library in the setted folder
Signed-off-by: Verdoïa Laurent
Reviewed-by: Tom Lippincott
2015-12-06 11:37:37 +01:00
Tom Lee
9caf6d63c6 THRIFT-3435 Separate package for fullcamel thrift
Client: Java Test
Patch: Tom Lee

This closes #708
2015-12-06 10:11:19 +09:00
Nobuaki Sukegawa
ba3fe86b0a THRIFT-3464 Fix several defects in c_glib code generator
Client: c_glib compiler
Patch: Nobuaki Sukegawa

This closes #724
2015-12-06 10:11:16 +09:00
Nobuaki Sukegawa
a6ab1f5e6d THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure
Client: Build
Patch: Nobuaki Sukegawa

Use "services: docker"

This closes #730
2015-12-05 11:28:27 +09:00
Nobuaki Sukegawa
1a32c3b93f Update OpenSSL version for Appveyor 2015-12-05 11:27:41 +09:00
Mark Erickson
f08771ccea THRIFT-3471 Dart generator does not handle uppercase argument names
Client: Dart
Patch: Mark Erickson <mark.erickson@workiva.com>

This closes #729
2015-12-04 21:31:04 +01:00
Nobuaki Sukegawa
362a5eda21 THRIFT-3455 struct write method's return value is incorrect
Client: c_glib Compiler
Patch: Nobuaki Sukegawa
2015-12-04 00:38:33 +09:00
Nobuaki Sukegawa
2e00c9998f THRIFT-3454 Python Tornado tutorial is broken
Client: Python
Patch: Nobuaki Sukegawa

This closes #725
2015-12-04 00:38:33 +09:00
Jan Brauer
70e6c29e3a THRIFT-1840 Thrift Generated Code Causes Global Variable Leaksk
Client: Node.js
Patch: Jan Brauer <jan@jimdo.com> & Tim Sebastian <tim.sebastian@gmail.com>

This closes #707
2015-12-04 00:37:31 +09:00
Mark Erickson
dd89dce84b THRIFT-3468 Dart TSocketTransport onError handler is too restrictive
Client: Dart
Patch: Mark Erickson

This closes #728
2015-12-02 21:50:11 +01:00
jriskin
bc3829e8fd THRIFT-3462 Cocoa generates Incorrect #import header names
Client: Cocoa
Patch: J. Riskin

This closes #722
2015-12-02 21:46:34 +01:00
Nikolay Tolstokulakov
620e7a893a THRIFT-3456 rounding issue in static assert
Client: D
Patch: Nikolay Tolstokulakov

This closes #726
2015-12-02 21:41:58 +01:00
Jens Geyer
3aa617a483 THRIFT-3413 Thrift code generation bug in Go when extending service
Client: Go
Patch: Jens Geyer
2015-12-02 21:10:13 +01:00
Jens Geyer
0d227b1a79 THRIFT-3470 Sporadic timeouts with pipes
Client: Delphi
Patch: Jens Geyer
2015-12-02 19:53:42 +01:00
Nobuaki Sukegawa
f56b90772f THRIFT-3444 Large 64 bit Integer does not preserve value through Node.js JSONProtocol
Client: Node.js
Patch: Nobuaki Sukegawa

This closes #712
2015-12-02 02:03:59 +09:00
Atsushi Takayama
aede97523d THRIFT-3318 PHP: SimpleJSONProtocol Implementation
Client: PHP
Patch: Atsushi Takayama

This closes #602
2015-12-02 02:03:53 +09:00
Nobuaki Sukegawa
73fae0fbb7 Revert "THRIFT-3443 Thrift include can generate uncompilable code"
This reverts commit ef3cf819e1.

Also disables tutorial build for Go on Travis to avoid failure caused
by this revert.
2015-12-02 01:22:12 +09:00
Pascal Bach
665844e60f THRIFT-3463: Don't fail if Java is not found 2015-12-01 13:34:41 +01:00
Nikolay Tolstokulakov
56c1dde145 THRIFT-3456 rounding issue in static assert
Client: D
Patch: Nikolay Tolstokulakov

This closes #720
2015-11-30 22:14:44 +01:00
Jens Geyer
ad6fd1b6d2 THRIFT-3339 Support for database/sql
Client: Go
Patch: Adam Beberg
2015-11-30 21:40:01 +01:00
Roger Meier
d254409095 doap.rdf: add 0.9.2 and 0.9.3 release 2015-11-29 18:00:50 +01:00
Roger Meier
54a2e6452f THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found
Patch:  Paweł Janicki
2015-11-29 16:58:15 +01:00
Roger Meier
9921300dee THRIFT-3453 remove rat_exclude
remove rat_exclude from EXTRA_DIST
2015-11-28 18:12:01 +01:00
Roger Meier
0399a9c099 THRIFT-3453 remove rat_exclude
rat_exclude file within root of our source tree is not in use anymore.

It has its origin from incubating phase, where the Tool Apache Rat
was used. http://creadur.apache.org/rat/

This closes #719
2015-11-28 17:36:57 +01:00
Nobuaki Sukegawa
6dab9bbeb5 Remove a line break that broke 'grep -v' in test/go/Makefile.am 2015-11-28 22:34:01 +09:00
Roger Meier
a43063caac THRIFT-3451 thrift_protocol PHP extension missing config.m4 file
This closes #718
2015-11-28 13:41:30 +01:00
Mark Erickson
b0526d5243 THRIFT-3448 Add a Dart generator argument for overriding the thrift library dependency in generated pubspec.yaml files. 2015-11-28 00:58:31 +01:00
Nobuaki Sukegawa
e841b3dac6 THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements
Client: Python
Patch: David Reiss, Nobuaki Sukegawa

This closes #714
2015-11-28 00:08:07 +01:00
Nobuaki Sukegawa
b9641e0949 THRIFT-3450 NPE when using SSL
This closes #717
2015-11-27 23:32:40 +01:00
Nobuaki Sukegawa
ef3cf819e1 THRIFT-3443 Thrift include can generate uncompilable code
Client: Go Compiler
Patch: Nobuaki Sukegawa

This closes #709
2015-11-27 00:08:41 +09:00
Андрей Веселов
547909933c THRIFT-3087 Pass on errors like "connection closed"
Client: Erlang
Patch: Андрей Веселов and Nobuaki Sukegawa

This closes #599
2015-11-27 00:08:27 +09:00
Nobuaki Sukegawa
e58ed1ad39 THRIFT-3441 Stabilize Travis-CI builds
Client: Build
Patch: Nobuaki Sukegawa

This closes #715
2015-11-25 22:53:26 +09:00
Nobuaki Sukegawa
e8c71d8cc9 THRIFT-3442 Run CMake tests on Appveyor
Client: Test
Patch: Nobuaki Sukegawa

This closes #713
2015-11-23 22:45:25 +09:00
Nobuaki Sukegawa
cacce2f1d5 THRIFT-3440 Python make check takes too much time
Client: Test Python
Patch: Nobuaki Sukegawa

This closes #711
2015-11-23 21:24:24 +09:00