Commit Graph

  • eb9f65b74e THRIFT-4577 Outdated cipher string in python unit test Aki Sukegawa 2018-06-03 19:15:53 +09:00
  • 88591e32e7 THRIFT-4573 Support binary fields in union counts D. Can Celasun 2018-05-17 08:52:11 +02:00
  • e59b73d3c2 THRIFT-4571: Updated ZeroMQ examples to ZeroMQ version >= 3.0. (#1556) Stefan Bolus 2018-05-14 14:48:09 +02:00
  • 336d4ecddf Merge pull request #1555 from chadknight-wf/THRIFT-4569 jfarrell 2018-05-10 16:06:22 -04:00
  • 6e1606a9ce THRIFT-4569: Fix 'requiredness' typo Chad Knight 2018-05-10 12:58:24 -05:00
  • 8672394ade Simplify the rust code generated by the generator (#1553) McGradyDa 2018-05-09 20:51:31 +08:00
  • 7db90771ac THRIFT-4566: Pass message to rethrow exception (#1554) nicaro 2018-05-09 14:48:56 +02:00
  • edf8f0f251 THRIFT-4561: Remove python socket timeout Josip Sokcevic 2018-04-26 19:30:25 -07:00
  • 92d80629ac THRIFT-4562 Calling wrong exception CTOR leads to "call failed: unknown result" instead of the real exception being thrown Client: Delphi Patch: Jens Geyer Jens Geyer 2018-05-02 22:28:44 +02:00
  • b33130f679 THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549) Sidneys1 2018-05-02 13:39:49 -04:00
  • c7aa68bd59 Thrift 4556: Optional rethrow of unhandled exceptions in java processor (#1544) nicaro 2018-05-01 15:07:50 +02:00
  • 33fb1a3f0d THRIFT-3769 : Fix logic of THRIFT-2268 Vihang Karajgaonkar 2018-04-13 11:32:20 -07:00
  • ebf46314d7 Document breaking changes since 0.11.0 James E. King III 2018-05-01 08:14:37 -04:00
  • 09c1f3719c THRIFT-4532: Do not update previously generated output files if the contents have not changed Mustafa Senol Cosar 2018-04-04 15:25:28 +03:00
  • 0293c3643b Add JS language highlighting in readme (#1538) Filip Spiridonov 2018-04-17 20:21:30 -07:00
  • b255790b8e THRIFT-4551: Add Prettier for consistent JS code formatting (#1536) Filip Spiridonov 2018-04-17 20:18:29 -07:00
  • 4a00fc658a THRIFT-4558 normalize name in C# constructor Client: csharp Patch: Pierre Mignolet <p.mignolet@evs.com> Pierre Mignolet 2018-04-17 15:25:27 +02:00
  • 50bfc56d5d THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. Ben Podgursky 2018-04-16 23:21:46 -07:00
  • c564651dd4 THRIFT-4554 uncompileable code with member names that are also types under specific conditions Client: Delphi Patch: Jens Geyer Jens Geyer 2018-04-12 23:46:36 +02:00
  • 2068544a09 THRIFT-4548: add python cross test client multiplexed protocol support Client: py James E. King III 2018-04-10 10:30:51 -04:00
  • 858809fad0 THRIFT-4546: Fix broken packagist.org 0.10.0 jfarrell 2018-04-11 13:46:21 -04:00
  • 0d8da22dba THRIFT-4546: Fix broken packagist.org 0.11.0 jfarrell 2018-04-11 13:45:08 -04:00
  • 606f1ef314 THRIFT-4549 Thrift exceptions should derive from TException Client: Delphi Patch: Jens Geyer Jens Geyer 2018-04-09 23:09:41 +02:00
  • cc935b5554 THRIFT-4373: Derefer PHP zval _TSPEC (#1401) Josip Sokcevic 2018-04-09 05:47:47 -07:00
  • 8a6d9f4f42 Update pull request template to be more helpful James E. King, III 2018-04-09 08:11:38 -04:00
  • b9d5fb25e4 THRIFT-4253: Fix for constant assignments to optional fields in Go. (#1311) Davin Chia 2018-04-09 05:04:42 -07:00
  • a9b6c7039b THRIFT-3773: Swift 3 changes, Squashed (#1084) Chris Simpson 2018-04-08 07:11:37 -04:00
  • 7ad0665008 Pull changes file from 0.11.0 to master Jens Geyer 2017-11-29 22:35:29 +01:00
  • 63b75d9e3a THRIFT-3926: Fix undeclared statusCode variable (#1531) Filip Spiridonov 2018-04-06 05:56:54 -07:00
  • 10cfd6a504 update pull request template James E. King III 2018-04-06 08:43:04 -04:00
  • 85db0fe2ed modify contributing markdown and add pull request template markdown for github James E. King III 2018-04-06 08:37:11 -04:00
  • 0d2794d38f THRIFT-4545: disable haskell on windows builds until language-specific build issue can be resolved James E. King III 2018-04-05 19:53:07 -04:00
  • 6f8c99e981 THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests James E. King III 2018-03-24 16:32:02 -04:00
  • a0cf38ed31 THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport Client: Delphi Patch: Jens Geyer Jens Geyer 2018-04-04 17:31:52 +02:00
  • 3c0edfa875 THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport Client: Delphi Patch: Jens Geyer Jens Geyer 2018-04-02 13:57:55 +02:00
  • 99daecdd1d THRIFT-4539 Allow TBufferedTransport to be used as base class Client: C# Patch: Jens Geyer Jens Geyer 2018-04-02 01:30:22 +02:00
  • 8fb719efb1 THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) Client: C# Patch: Christian Weiss Christian Weiss 2018-03-30 21:26:04 +02:00
  • d4fb364d30 ignores modified Jens Geyer 2018-03-30 19:14:31 +02:00
  • 8a83b041d2 THRIFT-4537: TSimpleServer can exit AcceptLoop() without releasing lock Matthew Pound 2018-03-29 14:03:50 -07:00
  • 930428438c THRIFT-4530: add @Nullable annotations to generated Java code Manu Sridharan 2018-03-20 14:45:22 -07:00
  • 46fec41738 THRIFT-4531: Fix generated Python read() method for immutable structs with optional members Margar Simonyan 2018-03-27 14:30:14 +02:00
  • 272470790a THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for ruby Client: rb James E. King III 2018-03-22 20:50:23 -04:00
  • dab4529f73 THRIFT-4527 bump byteorder version Client: rs Josh 2018-03-21 14:34:44 -07:00
  • a8a97bde9e THRIFT-4513: fix bug in comparator introduced by e58f75d Roman Soroka 2018-03-22 00:07:23 -07:00
  • 714c77cebe THRIFT-4525: add ruby cross test ssl support Client: rb James E. King III 2018-03-20 19:58:38 -04:00
  • e41de0fbcb THRIFT-4489: Add unix domain socket support for nodejs Client: nodejs Daniel Shih 2018-03-21 08:28:38 +08:00
  • 9aaf295806 THRIFT-4358: add unix domain socket option to ruby cross tests Client: rb James E. King III 2018-03-20 15:06:08 -04:00
  • 22bd3450c6 THRIFT-4524: .NET Core Server doesn't close properly when cancelled Also fixed up the project files to include quoted Program Files paths Client: netcore Stephen Starkie 2018-03-20 13:28:40 +00:00
  • e46419b5ec THRIFT-4476: Typecasting problem on double list items, emitting doubles with high precision Client: cpp Client: erl Client: java Client: js Client: py Ozan Can Altiok 2018-03-20 15:02:28 +03:00
  • b4960838a3 THRIFT-4187 Allow dart framed transport to read incomplete frame Client: dart Allen George 2017-05-13 13:41:20 -04:00
  • 859a40cf5f THRIFT-82: move to SBCL 1.4.5 (hopefully will address 1.4.4 sporadic build errors) James E. King III 2018-03-19 08:16:51 -04:00
  • 9bea32f73c THRIFT-4515: cross server test improvement: graceful test server shutdown James E. King III 2018-03-16 16:07:42 -04:00
  • 02fbe0ecc7 THRIFT-4523 TStreamTransportImpl.GetOutputStream broken Client: Delphi Patch: Jens Geyer Jens Geyer 2018-03-19 17:35:44 +01:00
  • b7084cbc0d THRIFT-4419: Fix bug where framed messages > 4K could not be read Allen George 2017-12-13 07:34:49 -05:00
  • a9efd1abd4 THRIFT-4516: Fix "go vet" warnings for Go 1.10 D. Can Celasun 2018-03-15 12:52:37 +01:00
  • 68707d9219 THRIFT-4474: Use PSR-4 autoloader by default Robert Lu 2018-01-17 19:40:39 +08:00
  • e58f75daa8 THRIFT-4513: Fix thrift compiler to generate constants in stable order. Roman Soroka 2018-03-08 15:45:22 -08:00
  • da9a9bac92 THRIFT-4429: Make TThreadPoolServer.executorService_ available in inherited classes and refactor methods to be able customization Client: java Dmitry Volodin 2018-01-30 12:09:36 +03:00
  • 2b09dfed9c THRIFT-4509: add jslint and fix build script output James E. King III 2018-03-13 10:11:25 -04:00
  • 5066eb484b THRIFT-4509: * switch from grunt-external-daemon and grunt-shell to grunt-shell-spawn * update grunt to 1.0.2 * always use local copy of jquery and qunit * commit the package-lock files for npm keep versions stable Client: js Philip Frank 2018-03-07 20:49:25 +01:00
  • 8d55c47610 THRIFT-4508: remove cygwin64 build in favor of MSVC2013 James E. King III 2018-03-12 14:29:55 -04:00
  • 2bf03270bb THRIFT-4337: fix javadoc build error related to changes James E. King III 2018-03-12 15:35:34 -04:00
  • a02ae56f7f THRIFT-4517: disable ocaml in xenial because it is broken James E. King III 2018-03-12 15:27:23 -04:00
  • 5785279e2e THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. Client: go John Boiles 2018-01-05 14:37:05 -08:00
  • 3ae304268e THRIFT-4515: fix windows build Client: cpp James E. King III 2018-03-12 07:33:22 -04:00
  • 8678dfc78b THRIFT-4337: Able to set keyStore and trustStore as InputStream in the TSSLTransportFactory.TSSLTransportParameters Client: java Dmitry Volodin 2018-01-30 18:59:41 +03:00
  • 8bcb7ac2be THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp Bugra Gedik 2018-01-21 09:43:49 -08:00
  • 70b33fb6b4 THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp server cross Client: cpp James E. King III 2018-03-11 10:57:10 -04:00
  • fe50feae7e THRIFT-4497: Use map() field type for Erlang type for map struct fields. Client: erl David Hull 2018-02-14 03:41:35 +00:00
  • 1918b21d1c THRIFT-4495: Allow undefined for non-required Erlang records fields. Client: erl David Hull 2018-02-13 01:11:24 +00:00
  • 50862915cc THRIFT-4024: Skip() throws TProtocolException.INVALID_DATA on unknown data types Client: js Philip Frank 2018-03-07 21:21:30 +01:00
  • 138da20490 fix wrong document @param in TBase.h Client: cocoa yfchen 2018-03-08 12:01:31 -05:00
  • b963e286b4 THRIFT-4509: remove nodejs browser test Client: nodejs Philip Frank 2018-03-07 18:01:56 +01:00
  • b4f22ff301 THRIFT-4480 - Handle seqid = 0 Client: js Brian Forbis 2018-01-31 00:34:55 -05:00
  • 860a5f1ff8 THRIFT-4508: change windows CI builds to use current MSVC, one cygwin and one mingw build James E. King III 2018-03-06 14:23:23 -05:00
  • a37feafd42 THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docs James E. King III 2018-03-06 15:11:01 -05:00
  • 14991f9041 THRIFT-4354: fix php socket blocking behavior Patch: Robert Lu <robberphex@gmail.com> Client: php James E. King III 2018-03-06 09:47:33 -05:00
  • 78755f5297 THRIFT-4508: Fix node.js to be the desired version in docker ubuntu-artful image James E. King III 2018-03-06 09:50:33 -05:00
  • 0eb0b77a3b Minor tweaks to the language matrix markdown documentation. James E. King III 2018-03-05 13:33:56 -05:00
  • fed99350ee Updated the languages matrix markdown documentation. James E. King III 2018-03-05 13:25:07 -05:00
  • d973409661 THRIFT-4506: fix use of assert for correctness in Java SASL negotiation Client: java James E. King III 2018-03-05 11:34:21 -05:00
  • 9e0c927214 THRIFT-4505: Fix python build on Vagrant Windows boxes Client: py Eduardo Arada 2018-03-01 15:42:33 +01:00
  • 55ddf19cca THRIFT-4436: port nodejs changes from THRIFT-3748 to js lib, test for serialization of nested list, run all tests when building js lib Client: js Philip Frank 2018-01-02 09:00:36 +01:00
  • 3b87c71ccb THFIFT-4486: golang: support https from generated clients golang: don't generate -remote.go clients when there are no functions golang: support for http headers in -remote clients golang: serialize cli requests with TJsonProtocol since serialization is not supported with TSimpleJsonProtocol Client: golang John Boiles 2018-01-31 15:10:46 -08:00
  • 8de4bb9c80 THRIFT-4498: add phpcs back Client: php Robert Lu 2018-02-22 11:06:07 +08:00
  • 641b139fd6 THRIFT-4503: fix dlang server logging on client disconnect so it does not report an error for normal operation James E. King III 2018-03-03 12:00:05 -05:00
  • 6aa4c0f448 THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests James E. King III 2018-03-02 16:14:54 -05:00
  • bf7f76bb1f THRIFT-82: follow-up to common lisp to stabilize the linux build environment and update some docs James E. King III 2018-02-28 17:11:05 -05:00
  • e93a901715 THRIFT-82: Add Common Lisp support Client: cl Tomek Kurcz 2017-09-19 09:16:43 +02:00
  • d907cc92db THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe James E. King III 2018-01-12 10:43:25 -05:00
  • 35d62edd6e THRIFT-4492 protected ExceptionType type member of TApplicationException cannot be accessed Client: C# Patch: Jens Geyer Jens Geyer 2018-02-10 10:11:08 +01:00
  • 33d30fcbb9 THRIFT-4490 Allow a default service as fallback for multiplex processors connected by old clients Client: Delphi Patch: Jens Geyer Jens Geyer 2018-02-08 18:18:05 +01:00
  • 00645162ba THRIFT-4485 Possible invalid ptr AV with overlapped read/write on pipes Client: Delphi Patch: Jens Geyer Jens Geyer 2018-02-01 23:38:10 +01:00
  • 5089b0a7b5 THRIFT-4454 Large writes/reads may cause range check errors in debug mode Client: Delphi Patch: Jens Geyer Jens Geyer 2018-02-01 22:37:18 +01:00
  • f338d576b7 THRIFT-4308: re-enable dlang deimos build support for libevent and openssl, working around a dmd link order issue. Update dotnet-sdk to 2.1.4 (was 2.0.5) because of build failures James E. King III 2018-01-29 14:51:24 -05:00
  • 2471efab00 THRIFT-4477: php TBufferedTransport must have underlying transport Client: php Robert Lu 2018-01-29 22:49:12 +08:00
  • 12f124c19a THRIFT-4475: PSR-2 support for lib/php/test Client: php Robert Lu 2018-01-25 23:19:41 +08:00
  • 3d556248a8 THRIFT-4473 Move Thrift.Console.pas out of the Library Client: Delphi Patch: Jens Geyer Jens Geyer 2018-01-24 19:14:32 +01:00
  • 23dde8c446 THRIFT-4471: add Makefile.PL to Perl CPAN module build script Client: perl James E. King III 2018-01-24 14:50:10 -05:00
  • 7004a61e44 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java Alex Volanis 2018-01-24 10:30:13 -05:00