summaryrefslogtreecommitdiff
path: root/doc/specs
Commit message (Collapse)AuthorAgeFilesLines
* fix typoElliotte Rusty Harold2023-02-151-1/+1
| | | as --> and
* bump version numberJens Geyer2023-02-061-1/+1
|
* 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.
* 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
* 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]
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* 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-5332 Question: list all the reserved words in thrift docJens Geyer2021-03-091-0/+15
|
* 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-105-16/+16
| | | | | | Patch: Pooja Chandak This closes #2271
* 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-281-1/+1
| | | | | | | 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
|
* Fix typo in IDL specsPure White2019-10-081-1/+1
| | | This closes #1880.
* 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-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-4719: remove cocoaJames E. King III2019-01-141-27/+5
|
* THRIFT-4546: replace all git-wip-us.apache.org to github.comRobert Lu2018-12-281-2/+2
|
* THRIFT-4569: Fix 'requiredness' typoChad Knight2018-05-101-1/+1
|
* THRIFT-4204 typo in compact specKlaus Trainer2017-05-181-1/+1
| | | | | | | Client: Documentaion Patch: Klaus Trainer This closes #1270
* THRIFT-3867 Specify BinaryProtocol and CompactProtocolJens Geyer2016-09-214-0/+8
| | | | | | Patch: Jens Geyer Put ASF license header into HTML comments
* THRIFT-3867 Specify BinaryProtocol and CompactProtocolErik van Oosten2016-09-213-0/+720
| | | | | | | Component: Documentation Patch: Erik van Oosten <e.vanoosten@grons.nl> This closes #1036
* THRIFT-3756 Improve requiredness documentationJens Geyer2016-03-301-2/+38
| | | | | | | Client: Website Patch: Jens Geyer This closes #961
* Update IDL specNobuaki Sukegawa2016-01-051-1/+1
| | | | Add i8 to BaseType
* THRIFT-2423 Facebook's THeader protocol and transport for cppDave Watson2015-11-041-0/+82
| | | | | | | Client: C++ Library, Compiler Patch: Dave Watson rebased by Nobuaki Sukegawa This closes #357 and closes #677
* THRIFT-3334 Markdown notation of protocol spec is malformedNobuaki Sukegawa2015-09-211-1/+4
| | | | This closes #610
* doc: update Smalltalk namespaceRoger Meier2015-02-091-2/+14
|
* doc: idl.md remove meta dataRoger Meier2015-02-091-4/+0
|
* doc: move idl.md doc from www to source treeRoger Meier2015-02-091-0/+228
|
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+1
| | | | | | Patch: Konrad Grochowski This closes #216
* THRIFT-2450 - include HowToContribute in the src repojfarrell2014-04-053-0/+1261
Client: build Patch: jfarrell Reorganized docs and adds HowToContribute to the code base.