summaryrefslogtreecommitdiff
path: root/lib/rs/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5600: rust lib to upgrade to edition 2021Jiayu Liu2022-09-051-4/+4
* THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-012-7/+5
* fix typo60062022-09-011-1/+1
* THRIFT-4100: Extract Rust read/write struct methods into a traitZachary Kuhn2022-04-141-0/+8
* THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545)tokcum2022-03-302-11/+65
* Fix travis issue caused by 5f16344311Yuxuan 'fishy' Wang2022-01-291-1/+1
* fix wrong thrift strict header comparingihciah2022-01-261-1/+1
* Fix Rust formatting errorAllen George2021-10-151-4/+1
* Remove redundant `format!(..)` macro calls (#2443)xiexiaoqun2021-09-081-2/+2
* Made server optional.Jorge C. Leitao2021-08-221-0/+2
* Add Link to Tutorial in Rust Lib DocumentationZicklag2021-05-201-0/+7
* THRIFT-5360 Remove deprecated Error::description() methods (#2342)Allen George2021-03-061-50/+27
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-0111-40/+64
* Avoid custom non-zigzag read/write functionsAllen George2021-02-201-54/+11
* THRIFT-5299: Encode sequence numbers as non-zigzag varintAllen George2021-02-191-19/+457
* THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-1211-72/+78
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-0216-314/+314
* THRIFT-5131: Require >= 1.1.4 of integer-encoding dependencyNik Clayton2020-03-071-0/+25
* (no ticket) Gracefully terminate the connection handling loop when encounteri...Sam De Roeck2020-01-281-4/+10
* Merge pull request #1919 from mpajkowski/to_socket_addrsAllen George2019-12-142-7/+6
|\
| * THRIFT-4995 Use `ToSocketAddrs` for net addressesMarcin Pajkowski2019-11-292-7/+6
* | THRIFT-5043 Make TBufferChannel clonableJulian Tescher2019-12-021-1/+1
* | THRIFT-4915 Fix encoding/decoding doubles in TCompactProtocolMarcin Pajkowski2019-12-021-3/+26
* | THRIFT-5042 Fix failing testsMarcin Pajkowski2019-12-023-8/+8
|/
* THRIFT-4960 bare trait (dyn) warningsDanny Browning2019-09-1113-44/+45
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-074-6/+0
* TryFrom stableDanny Browning2019-03-225-16/+16
* Reformat rust code with rustfmt 1.0Allen George2018-12-1615-582/+446
* THRIFT-4664: Cannot create ReadHalf/WriteHalfJake W2018-11-122-2/+23
* THRIFT-4658: TBinaryInputProtocol fails when strict is falseGREATEST Wiggler EvaR!2018-11-051-35/+100
* THRIFT-4419: Fix bug where framed messages > 4K could not be readAllen George2018-03-171-57/+261
* THRIFT-4390: Fix bug where binary/buffered messages > 4K could not be read/wr...Allen George2018-01-123-28/+59
* THRIFT-4450: Added "seek" implementation to TCompactInputTransport in RustVadim Chekan2018-01-101-0/+11
* THRIFT-2013: update docker for artful (go back to lua 5.2) and enhanceJames E. King, III2017-11-201-1/+1
* THRIFT-4376: fix more high impact coverity defectsJames E. King, III2017-10-291-1/+1
* THRIFT-4186 Add travis build for RustAllen George2017-05-116-60/+314
* THRIFT-4176: Implement threaded server for RustAllen George2017-04-2718-1492/+2682
* THRIFT-4099: Derive Hash trait for Rust structsAllen George2017-04-071-1/+1
* THRIFT-4147: Rust: protocol should accept transports with non-static lifetimeChao Sun2017-03-303-34/+37
* THRIFT-4113: export thrift::mem::TBufferTransportFlier Lu2017-03-301-1/+1
* THRIFT-2945 Add Rust supportAllen George2017-01-2617-0/+6401