summaryrefslogtreecommitdiff
path: root/tutorial
Commit message (Collapse)AuthorAgeFilesLines
...
* THRIFT-5306: Rust code and generated code no longer has clippy warnings ↵Allen George2020-11-124-28/+9
| | | | | | | | (Rust 1.40) Client: rs NOTE: Also properly update the min/max supported Rust versions
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ↵Allen George2020-09-024-10/+1
| | | | | | | | | 2018 edition Client: rs Patch: Allen George This closes #2078
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-5/+2
| | | | | | | Client: cpp Patch: zeshuai007 <51382517@qq.com> This closes #2095
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-289-593/+1
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-5072 Fix data type generation.Homarechan2020-02-062-6/+6
| | | | | | | Client: hs Patch: Homarechan <tikuwakunn@icloud.com> This closes #1974
* (no ticket) Improved formattingSrinivas Reddy2020-02-051-2/+2
| | | | | | | Client: doc Patch: Srinivas Reddy This closes #1989
* THRIFT-5052: Make the Go tutorial executable to the endKengo Seki2020-01-191-1/+0
| | | | | | | Client: Go Patch: Kengo Seki This closes #1969
* THRIFT-5051: Fix Python tutorials to address THRIFT-4002Kengo Seki2020-01-193-24/+6
| | | | | | | Client: Python Patch: Kengo Seki This closes #1968
* THRIFT-5053: Fix the netstd tutorial console logging and READMEKengo Seki2020-01-114-45/+46
| | | | | | | Client: netstd Patch: Kengo Seki This closes #1970
* THRIFT-4990 Upgrade to .NET Core 3.1 (LTS)Jens Geyer2019-12-074-22/+18
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1961
* THRIFT-5012 Centralize configuration aspects into a commonly used ↵Jens Geyer2019-11-284-0/+4
| | | | | | | | | configuration object [ci skip] Client: Delphi Patch: Jens Geyer This closes #1955
* THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a ↵Jens Geyer2019-11-232-8/+12
| | | | | | | | | TConfiguration class Client: netstd Patch: Jens Geyer This closes #1943
* THRIFT-4990: Upgrade to .NET Core 3.0zembord2019-11-081-1/+1
| | | | | | | Client: netstsd Patch: Edward Zhuravlov This closes #1921
* THRIFT-4990 Switch to .NET core 3.0Jens Geyer2019-11-025-8/+8
| | | | | | | Client: netstsd Patch: Jens Geyer This closes #1909
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-2022-1459/+0
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* fix veralign.sh and bump version (again)Jens Geyer2019-10-203-5/+5
|
* THRIFT-4975: Add Makefile.am to the PHP tutorialKengo Seki2019-10-184-3/+42
| | | | | Client: php This closes #1900.
* THRIFT-4972: Add Makefile.am to the Perl tutorialKengo Seki2019-10-184-3/+43
| | | | | | | Client: Perl Patch: Kengo Seki This closes #1893
* bump versionJens Geyer2019-10-176-8/+8
| | | | This closes #1899
* THRIFT-4967: Node.js tutorial server fails if the zip function is invokedKengo Seki2019-10-081-1/+0
| | | | | Client: nodejs This closes #1887.
* THRIFT-4970: PHP tutorial doesn't work with Thrift v0.12.0+Kengo Seki2019-10-082-6/+6
| | | | | Client: php This closes #1890.
* THRIFT-4968: Makefile.am in the Ruby tutorial refers to Python directoryKengo Seki2019-10-061-2/+2
| | | | | | | Client: Ruby Patch: Kengo Seki This closes #1888
* THRIFT-4965: Perl tutorial server doesn't work due to the lack of use statementKengo Seki2019-10-021-0/+1
| | | | | Client: Perl This closes #1885.
* Fix a typo in README.md.Matt Kantor2019-07-071-1/+1
| | | The crate is named `ordered-float`, not `ordered_float`.
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-3/+3
| | | | | | | | | | | | | | | | - Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ↵Kevin Wojniak2019-07-012-3/+3
| | | | | | other targets (#1821) - enable the automake `nostdinc` option - fix up include paths
* bug fixedjose andres2019-07-011-3/+4
| | | | Use TTcpChannel instead of TTcpTransport
* minor changejose andres2019-07-011-2/+2
| | | | | | upgrade to thrift 0.12.0 [THRIFT-4529] - Rust enum variants are now camel-cased instead of uppercased to conform to Rust naming conventions
* THRIFT-4841 THTTPTransport relies on activeX componentJens Geyer2019-04-064-0/+8
| | | | | | | Client: Delphi Patch: Jens Geyer This closes #1778
* THRIFT-4840: Updated the README for the netstd tutorialKyle Smith2019-03-311-4/+10
| | | | | | | Client: netstd Patch: Kyle Smith This closes #1772
* THRIFT-4839: Remove embedded buffering/framed options from TCP transportsKyle Smith2019-03-273-35/+122
| | | | | | | Client: netstd Patch: Kyle Smith + minor changes by Jens Geyer This closes #1770
* THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory againJens Geyer2019-03-211-10/+6
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1767
* [RS] Add clarification of where a constant comes fromPaco2019-03-161-1/+1
|
* THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the ↵Kyle Smith2019-03-151-1/+1
| | | | | | | | | TSocketServerTransport Client: C# Patch: Kyle Smith <ksmith@jrautomation.com> This closes #1762
* THRIFT-4824 Logger deprecation warnings in tutorialJens Geyer2019-03-152-6/+31
| | | | | | | Client: netstd Patch: Jens Geyer this closes #1760
* THRIFT-4822 Convert bool CTOR flags into enum typeJens Geyer2019-03-151-2/+2
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1759
* THRIFT-4813 NamedPipes may not work in all casesJens Geyer2019-02-282-5/+5
| | | | | Client: netstd Patch: Jens Geyer
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-013-0/+3
|
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and ↵Sebastian Zenker2019-01-291-9/+9
| | | | | | | | | | | | compiler (#1719) * make use of C++11 override keyword * added const specifier to TTransport::getOrigin() * added more const correctness to the compiler * make use of auto keyword * replaced usage of NULL with nullptr * make use of explicitly-defaulted function definition * extended changelog
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-2822-1/+1507
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1710
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-254-2/+31
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-259-13/+13
|
* THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) ↵Rob Becker2019-01-214-8/+6
| | | | | | | | | | | | (#1617) * THRIFT-4654 Minor fixes for dart 1 & 2 compatibility * update dockerfiles for CI to test dart 2 * THRIFT-4654 update pubspec for tests * THRIFT-4654 update dart test generator and readme to 1.24.3 * THRIFT-4654 update generated dart sdk to a range * fix the dart tutorials * Add .dart_tool directories to .gitignore * THRIFT-4654: use dart 2.1.0 and fix cross test dart client timeout
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-2/+2
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+2
|
* remove stdcxx namespace and use std directlycyy2019-01-072-24/+22
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-307-9/+9
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-189-15/+15
| |
* | THRIFT-4546: replace all git-wip-us.apache.org to github.comRobert Lu2018-12-281-1/+1
| |
* | THRIFT-4426: remove a symbolic link that was checked inJames E. King III2018-12-271-1/+37
|/