summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5699: java lib and build tool chain: gradle 8.0.2 (#2779)Jiayu Liu2023-04-142-3/+3
|
* update gradle to version 7.6 (#2744)Jiayu Liu2023-04-092-2/+2
| | | | | * update gradle to version 7.6 * update hash
* fix typoElliotte Rusty Harold2023-02-151-1/+1
| | | as --> and
* bump version numberJens Geyer2023-02-061-1/+1
|
* java to use jdk 17 (#2686)Jiayu Liu2022-10-141-3/+3
|
* follow-up for THRIFT-5627 to fix IDL doc accordinglyJens Geyer2022-09-141-1/+1
| | | | Patch: Jens Geyer
* THRIFT-5423: IDL parameter validation for GoSimon Wang2022-09-111-0/+195
| | | | Closes https://github.com/apache/thrift/pull/2469.
* update gradle version to 7.5.1 and update hashesJiayu Liu2022-09-071-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* THRIFT-5592 Add uuid type documentationTriton Circonflexe2022-06-084-38/+54
| | | | | | | | Patch: Triton Circonflexe <triton@kumal.info> Also includes followup-patch for THRIFT-5588 Remove references to slist and senum from docs This closes #2618
* THRIFT-5581: use gradle 7 for java/kotlin (#2601)Jiayu Liu2022-05-111-1/+1
| | | | | | | * upgrade gradle version to 7.4 * migrate from `maven` plugin to `maven-publish` plugin as required for Gradle 7 * add guard to ktfmt, since it can't run with JDK 8 Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
* THRIFT-5570: update java lib document about gradle usage (#2583)Jiayu Liu2022-05-061-2/+2
| | | | * update java doc about gradle usage * update .gitignore
* fix binary protocol's first byte value.Blacker12302022-04-011-1/+1
|
* THRIFT-5541: Clarify on THeader key/value format in the specYuxuan 'fishy' Wang2022-03-311-1/+2
| | | | [skip ci]
* FIX: incorrect URL in documentationJens Geyer2022-02-171-2/+2
|
* Updated website update info, the ASF CMS is not longer used anymore.Jens Geyer2022-02-161-1/+1
|
* Updated website update info, the ASF CMS is not longer used anymore.Jens Geyer2022-02-161-16/+1
|
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* THRIFT-5479 Add net 6 supportJens Geyer2021-12-051-1/+1
| | | | | Client: netstd Patch: Jens Geyer
* Fix specification to match implementationTriton2021-08-222-14/+16
| | | | | | | | As stated in THRIFT-5300, the specification was wrong and type identifiers for collections DO match the field types (except for the obvious boolean type which is then represented as only `BOOL_TRUE`). Also replaced `BYTE` name with `I8` as the former is documented as a compatibility name only (especially since some languages have an unsigned byte type). [skip ci] Trivial documentation changes only.
* bump version numberJens Geyer2021-08-031-1/+1
|
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-222-4/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-5332 Question: list all the reserved words in thrift docJens Geyer2021-03-091-0/+15
|
* THRIFT-5349 Add net5.0 as supported platformJens Geyer2021-02-151-1/+1
| | | | | | | Client: netstd Patch: Jens Geyer This closes #2328
* Clarify Compact Protocol var int encoding definitionJuan Cruz Viotti2021-02-141-3/+15
| | | | | | | | | | | | | | | | Patch: Juan Cruz Viotti This closes #2312 I'm having problems following the var int explanation from the Compact Protocol spec. Here is an attempt to clarify it with more precise encoding steps and with an example. I'm also mentioning, for completeness, that the formal name of such variable-length integer encoding is Unsigned LEB128 (Unsigned Little Endian Base-128). Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
* Make it clear that strings are not NUL-delimitedJuan Cruz Viotti2021-02-141-1/+2
| | | | | | | | | | | | Patch: Juan Cruz Viotti This closes #2313 It might not be obvious from the existing description. I had to run some experiments to double-check it and this might save some time to the next interested reader. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* Grammatical/Typo changesPoojaChandak2020-11-109-37/+37
| | | | | | Patch: Pooja Chandak This closes #2271
* Mention Qt in READMEZezeng Wang2020-04-271-0/+1
| | | [skip ci]
* markdown head title needs spaceWenqiang Yang2020-04-091-1/+1
| | | | This closes #2090
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-282-3/+3
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-5065: Fix broken links in the IDL documentKengo Seki2020-01-191-2/+2
| | | | | Patch: Kengo Seki This closes #1983
* THRIFT-5037 Documentation for TConfigurationJens Geyer2019-12-041-0/+92
| | | | | | Patch: Jens Geyer This closes #1959
* THRIFT-4915 Deserializing double into OrderedFloat always returns zero when ↵Jens Geyer2019-12-031-2/+3
| | | | | | | using TCompactProtocol Documentation fix Patch: Jens Geyer
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
|
* Updated ReleaseManagement.md [ci skip]Jens Geyer2019-10-171-1/+1
|
* Fix typo in IDL specsPure White2019-10-081-1/+1
| | | This closes #1880.
* FIX: minor spelling issue at ↵Jens Geyer2019-09-221-6/+5
| | | | http://thrift.apache.org/docs/committers/HowToCommit
* THRIFT-4933 Java build mode is incorrect in doc/installIssacpeng2019-08-202-2/+2
|
* Update the versioning description [ci skip]James E. King III2019-07-111-4/+5
|
* Make Field definition follow Literal definitionAaron Goldman2019-05-121-1/+1
| | | | | | | | I think this is a violation of your Literal syntax. Could you explain what i'm missing in the language definition? Is this supposed to be a litteral '='? Literal ::= ('"' [^"]* '"') | ("'" [^']* "'")
* THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost ↵James E. King III2019-05-042-6/+6
| | | | | | predef endian header Client: cpp
* added Github ZIP articats to release mail template [ci skip]Jens Geyer2019-03-201-0/+12
|
* Add git gpg signing and public dev voting info [ci skip]James E. King III2019-03-131-2/+13
|
* Fix svn commit command (publishing to apache dist) [ci skip]James E. King III2019-03-091-2/+2
|
* THRIFT-4405: add documentation on sequence number rulesJames E. King III2019-02-011-0/+23
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-2/+2
|
* THRIFT-4719: remove cocoaJames E. King III2019-01-141-27/+5
|
* THRIFT-4697: Add release management docs to GitHub [ci skip]James E. King III2019-01-111-0/+395
|