Commit Graph

  • cbb6530228 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before Dirk Sandbrink 2022-02-04 09:55:19 +01:00
  • 56a840aa17 THRIFT-5509: Close connection in IsOpen Yuxuan 'fishy' Wang 2022-02-03 10:44:53 -08:00
  • 6f33b04706 THRIFT-5509: Close connection in IsOpen Yuxuan 'fishy' Wang 2022-02-03 10:44:53 -08:00
  • b9fe9c2417 FIX: test left too early on false premise Jens Geyer 2022-02-03 01:00:31 +01:00
  • f087ec48a2 FIX: missing EXTRA_DIST entries Jens Geyer 2022-02-02 23:14:52 +01:00
  • 48d1a707d1 FIX: missing EXTRA_DIST entries Jens Geyer 2022-02-02 23:03:58 +01:00
  • a10d401996 FIX: missing EXTRA_DIST entries Jens Geyer 2022-02-02 22:57:46 +01:00
  • af453f33c4 minor indent fixes Jens Geyer 2022-01-31 18:04:35 +01:00
  • f99375ef87 THRIFT-5504 CA2254 Message template should be compile time constant Client netstd Patch: Jens Geyer Jens Geyer 2022-01-31 18:52:30 +01:00
  • 9a16c755b1 THRIFT-5504 CA2254 Message template should be compile time constant Client netstd Patch: Jens Geyer Jens Geyer 2022-01-31 18:52:30 +01:00
  • 69b66a51f2 THRIFT-5506 C26495 variable "t_field::req_" not initialized, t_field.h:40 Compiler General Patch: Jens Geyer Jens Geyer 2022-01-29 18:42:01 +01:00
  • a0cd3cfc84 THRIFT-5505 error: 'close_generator' overrides a member function but is not marked 'override' Client: netstd Patch: Jens Geyer Jens Geyer 2022-01-29 18:35:38 +01:00
  • eadbd9cd36 Fix travis issue caused by 5f16344311 Yuxuan 'fishy' Wang 2022-01-27 13:17:37 -08:00
  • c4f2ba1173 Fix the travis issue Yuxuan 'fishy' Wang 2022-01-26 11:21:47 -08:00
  • d68f03c0ed Updated changes.md for 0.16.0 Jens Geyer 2022-01-24 22:26:21 +01:00
  • 1ef362cc62 THRIFT-5504 CA2254 Message template should be compile time constant Client netstd Patch: Jens Geyer Jens Geyer 2022-01-26 22:38:04 +01:00
  • 561bc9ab79 THRIFT-5504 CA2254 Message template should be compile time constant Client netstd Patch: Jens Geyer Jens Geyer 2022-01-26 22:38:04 +01:00
  • bf0967537b Fixed proxy related bugs くらげ 2021-07-25 23:46:42 +09:00
  • 5f16344311 fix wrong thrift strict header comparing ihciah 2021-07-02 01:00:42 +08:00
  • fb87b440cd Updated changes.md for 0.16.0 Jens Geyer 2022-01-21 09:37:30 +01:00
  • febc5121ea Updated changes.md for 0.16.0 Jens Geyer 2022-01-21 09:37:30 +01:00
  • fa5c37ab5f Fixes #5500, uncompilable code when a .thirft struct named 'System' is present Jonas Marty 2022-01-20 14:58:23 +01:00
  • 86763a1681 Fixes #5500, uncompilable code when a .thirft struct named 'System' is present Jonas Marty 2022-01-20 14:58:23 +01:00
  • 6868ebbb31 Release 0.16.0 Jens Geyer 2022-01-20 21:02:02 +01:00
  • 7a6829531f 2022 we have Jens Geyer 2022-01-20 15:14:02 +01:00
  • b1dc2aeb48 Merge pull request #2505 from dsandbrink/patch-1 Mario Emmenlauer 2022-01-18 00:09:30 -08:00
  • 11dc245c40 Merge pull request #2504 from dsandbrink/bugfix/thrift_5418 Mario Emmenlauer 2022-01-18 00:08:37 -08:00
  • d3f13f0907 THRIFT-5418: Fix missing implementation for enum functions Dirk Sandbrink 2022-01-17 10:56:35 +01:00
  • b3cf198058 Fix warning C4515: 'protocol': namespace uses itself Dirk Sandbrink 2022-01-17 14:12:25 +01:00
  • 16b490ce1f Merge pull request #2506 from BioDataAnalysis/bda_remove_jcenter Mario Emmenlauer 2022-01-17 14:02:34 -08:00
  • e07cdcce8d lib/java/build.gradle: Removed jcenter() after repeated errors Mario Emmenlauer 2022-01-12 19:27:39 +01:00
  • bbc7c5f65e Bump the versions of Go used in Travis Yuxuan 'fishy' Wang 2022-01-10 11:44:23 -08:00
  • 98a232577f THRIFT-5479 Add net 6 support Jens Geyer 2022-01-09 16:50:52 +01:00
  • 39d7278ddf go: Make socketConn.Close thread-safe Yuxuan 'fishy' Wang 2022-01-08 01:03:57 -08:00
  • 9d7d627b51 Remove excess assertions Ali-Akber Saifee 2022-01-07 07:58:13 -08:00
  • e12fbe88e2 Use iotest.OneByteReader instead of self implemented one Yuxuan 'fishy' Wang 2022-01-06 09:36:08 -08:00
  • 999e6e3bce THRIFT-5490: Use pooled buffer for TFramedTransport Yuxuan 'fishy' Wang 2021-12-17 10:39:07 -08:00
  • d582a86142 THRIFT-5490: Use pooled buffer for THeaderTransport Yuxuan 'fishy' Wang 2021-12-16 14:44:47 -08:00
  • b724787d37 Define PY_SSIZE_T_CLEAN to use PyObject_CallFunction Ali-Akber Saifee 2021-12-11 08:39:24 -08:00
  • c6c5a0596f THRIFT-5486 : fix issues found by spotbugs kpandit 2021-12-02 14:15:48 -08:00
  • b597043146 Pin clap to 2.33 as 2.34 results in build failures Ali-Akber Saifee 2021-12-12 12:08:36 -08:00
  • 98be76fc03 THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ Anshul M Gupta 2021-12-01 00:59:13 -08:00
  • 2853af2d02 Compile TWebSocketServer with CMake only when OpenSSL is found Kevin Wojniak 2021-10-20 20:56:29 -07:00
  • 4c7b9fd38a THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer Jens Geyer 2021-12-04 22:48:37 +01:00
  • 4637f6d5f8 [skip ci] updated README.md to reflect final merged changes (THRIFT-5443) kpandit 2021-11-23 11:44:22 -08:00
  • 5a9d139be4 THRIFT-5443: add support for partial Thrift deserialization Client: java Patch: Bhalchandra Pandit kpandit 2021-11-20 00:56:17 +01:00
  • 2c0927826d *.local deleted Jens Geyer 2021-11-15 09:58:19 +01:00
  • 443a03c558 FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing whitespace around operator Jens Geyer 2021-11-15 19:30:13 +01:00
  • 50f97135cc FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 Jens Geyer 2021-11-14 12:33:50 +01:00
  • ea1e8ff140 THRIFT-5481 consolidate netstd server implementation details into one common model Client: netstd Patch: JensG Jens Geyer 2021-11-13 23:21:02 +01:00
  • 7156940c1d Refactoring test server/client to use async/await more consistently Jens Geyer 2021-11-13 23:51:16 +01:00
  • da1e19b72b THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correct multiprocessing behavior related to pickling Yiyang Zhou 2021-08-13 16:30:58 +08:00
  • ea39a14a1f THRIFT-5480 TThreadPoolAsyncServer using TFramedTransport mistakenly drops client Client: netstd Patch: Ioannis Efthymiou & Jens Geyer Jens Geyer 2021-11-13 23:01:16 +01:00
  • 591575a8a8 THRIFT-5476 Deprecate Common Lisp support Client: cl Patch: Jens Geyer Jens Geyer 2021-10-29 21:49:12 +02:00
  • 3f1fd59925 - Fixed a few XML comments and ArgumentException arguments - Suppressed certain unwanted CS1591 "XML comments missing" warnings Jens Geyer 2021-10-28 22:31:12 +02:00
  • 007b99b72a THRIFT-5408 Support for deprecated methods - follow_up fix Jens Geyer 2021-10-27 12:22:25 +02:00
  • 2b8be5154f ran npm audit fix to fix several reported issues Jens Geyer 2021-10-22 09:16:43 +02:00
  • 839a1daf5a THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak Kevin Wojniak 2021-08-16 23:05:42 +02:00
  • 0f760537c3 skip map value with depth limit 郑桐 2021-10-09 16:01:28 +08:00
  • a62b40c3df THRIFT-5472: Retract bad go module version under lib/go/thrift lib/go/thrift/v0.0.1-do-not-use Yuxuan 'fishy' Wang 2021-10-16 15:12:16 -07:00
  • 6a7278b9db Fix processing typo in TSocketServer.swift Kevin Wojniak 2021-10-06 11:43:56 -07:00
  • 50dd262f28 THRIFT-5416: Allow UDP Sockets Brian Forbis 2021-05-17 01:26:30 -04:00
  • 2145741a9d FIX for "error: malformed HTML" broken by 91be87a76f Jens Geyer 2021-10-18 21:59:28 +02:00
  • 152dab945c THRIFT-5237: FOLLOWUP: Add a new constructor for TSocket Yuming Wang 2021-10-18 23:29:39 +08:00
  • 2b691ee3bf Fix Rust formatting error Allen George 2021-10-14 22:25:07 -04:00
  • 353e810199 THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.K Client: hx Patch: Jens Geyer Jens Geyer 2021-10-14 23:09:42 +02:00
  • e5c636defe THRIFT-5448: map binary to typescript Buffer Client: js Author: OpportunityLiu Opportunity 2021-08-03 19:45:08 +08:00
  • e394cb4c9f THRIFT-5471 Introduce delimiter and app_prefix options to erl generator Client: erl Patch: Sergey Yelin Sergey Yelin 2021-09-15 10:51:56 +03:00
  • 91be87a76f fix javadoc warnings Client: java Patch: Bhalchandra Pandit kpandit 2021-08-24 18:35:47 -07:00
  • cb808fcb79 fix perl packaging issue James E. King III 2021-09-26 07:45:25 -04:00
  • 7ecc9ef021 minor changes to make pypi distribution look better (long desc) James E. King III 2021-09-25 16:47:05 -04:00
  • ab2f23a2a9 Modified build tags to allow js/wasm target Balázs Grill 2021-09-19 08:00:20 +02:00
  • e3be32112a Merge branch '0.15.0' into upstream Jens Geyer 2021-09-11 23:00:25 +02:00
  • 7e07267379 THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454) Allen George 2021-09-11 11:30:34 -04:00
  • 38bd636a18 THRIFT-4868: Golang: Fix compilation for optional set<binary> with default values Yuri Melnikov 2021-09-08 18:46:12 -04:00
  • 0cc06506b8 Remove redundant format!(..) macro calls (#2443) xiexiaoqun 2021-09-09 10:43:00 +08:00
  • 8317ec43ea Branch 0.15.0 v0.15.0 0.15.0 Jens Geyer 2021-09-04 20:25:14 +02:00
  • 67bf304de1 THRIFT-5459: Fix breaking issue when adding a new exception Yuxuan 'fishy' Wang 2021-09-01 14:17:31 -07:00
  • cdbcff9995 THRIFT-5459: Fix breaking issue when adding a new exception Yuxuan 'fishy' Wang 2021-09-01 14:17:31 -07:00
  • f83ebeae9d Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup Mario Emmenlauer 2021-09-02 14:10:01 +02:00
  • e66814e6bc Merge pull request #2450 from BioDataAnalysis/bda_slim_windows_h Mario Emmenlauer 2021-09-02 14:07:53 +02:00
  • bdb54bc1c9 Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup Mario Emmenlauer 2021-08-31 14:00:16 +02:00
  • 034c9359e9 Reduce the usage of Windows.h, and add macros to slim Windows.h Mario Emmenlauer 2020-05-21 23:04:12 +02:00
  • b8069cbe9c Merge pull request #2449 from BioDataAnalysis/bda_unify_nonblockingserversocket Mario Emmenlauer 2021-09-02 08:51:06 +02:00
  • dd0bf89ca3 Updated TNonblockingServerSocket to better match TServerSocket Mario Emmenlauer 2021-09-01 11:33:04 +02:00
  • 0f5aebb52c Merge pull request #2327 from BioDataAnalysis/bda_add_domain_sockets_for_windows Mario Emmenlauer 2021-09-01 11:04:55 +02:00
  • 18bf591535 Added support for Unix domain sockets on Windows Mario Emmenlauer 2020-11-19 13:54:12 +01:00
  • 5b25b99cda Merge pull request #2447 from BioDataAnalysis/bda_use_cmake_config_on_msvc Mario Emmenlauer 2021-08-31 14:52:40 +02:00
  • 5a64c71017 Use the cmake-generated thrift config also on MSVC Mario Emmenlauer 2020-09-09 13:38:51 +02:00
  • ee65215143 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) Mario Emmenlauer 2021-08-29 19:05:53 +02:00
  • 6762a907c1 Merge pull request #2448 from BioDataAnalysis/bda_fix_dotnet_docker Mario Emmenlauer 2021-08-30 11:40:33 +02:00
  • 96ed727098 build/docker/*/Dockerfile: Added dotnet additional dependencies Mario Emmenlauer 2021-08-30 10:54:39 +02:00
  • 5f829f143c go: Fix things staticcheck complains about Yuxuan 'fishy' Wang 2021-08-26 11:04:27 -07:00
  • 17373a3f35 go: Fix things staticcheck complains about Yuxuan 'fishy' Wang 2021-08-26 11:04:27 -07:00
  • d53f056427 Merge pull request #2445 from BioDataAnalysis/bda_add_dotnet_docs Mario Emmenlauer 2021-08-25 19:13:51 +02:00
  • 70ef984655 lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NET Mario Emmenlauer 2021-08-25 11:56:06 +02:00
  • db997bde47 Minor whitespace cleanup in csproj files Mario Emmenlauer 2021-08-25 11:53:41 +02:00
  • ace8613f0f Fix specification to match implementation Triton 2021-07-20 08:01:19 +02:00
  • 77afa017ce Made server optional. Jorge C. Leitao 2021-08-08 14:51:15 +00:00
  • db7ad5b1a1 fix javadoc warnings kpandit 2021-08-20 11:56:47 -07:00