summaryrefslogtreecommitdiff
path: root/lib/nodets
Commit message (Collapse)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-054-8/+8
| | | | the partially completed uuid implementation to master
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-1/+0
|
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-0/+7
|
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-155-6/+94
|
* Fix hs-nodets test and re-enable itMustafa Senol Cosar2018-12-031-1/+1
|
* THRIFT-3143: Add nodets supportwilfrem2018-11-2912-0/+924
Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>