summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4732:refine cmake scripts (#1688)cyy2019-02-073-4/+2
* THRIFT-4773: Provide root cause for sasl negotiation failureQinghui Xu2019-02-061-1/+1
* THRIFT-4772 fully enable server-side usage of framed/buffered transportsJens Geyer2019-02-055-7/+23
* THRIFT-4759:add thrift export to fix windows shared lib building (#1714)cyy2019-02-047-3/+31
* THRIFT-4739: fix concurrency_test (test-only fix)James E. King III2019-02-021-5/+16
* fix minor glib warningJames E. King III2019-02-021-1/+1
* THRIFT-4766: Fix JDK11 build (#1723)Fokko Driesprong2019-02-012-0/+3
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-011-3/+5
* THRIFT-4745: fixes compiler warningsJames E. King III2019-02-012-1/+5
* THRIFT-4405: fix negative sequence id handling in python TCompactProtocolJames E. King III2019-02-011-1/+13
* THRIFT-4405: fix parsing bug in cpp json header read if sequence ID wrapped a...James E. King III2019-02-011-3/+4
* THRIFT-4405: fix c_glib seqid limited to min 0 instead of full int32_t rangeJames E. King III2019-02-011-1/+1
* THRIFT-4405: sanity tests relating to sequence numbersJames E. King III2019-02-014-5/+5
* THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725)Jun2019-01-312-2/+14
* Update grunt-shell-spawn javascript dependencyJames E. King III2019-01-302-20/+11
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-29115-981/+973
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-2874-1/+10105
* THRIFT-4760: Configure and install pkgconfig files when using cmakeJoel 'Aaron' Cohen2019-01-281-0/+4
* THRIFT-1549: properly unwrap and close TSSLSocket in pythonJames E. King III2019-01-271-0/+9
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-262-7/+0
* THRIFT-4757: fix npm identified security vulnerability in transient dependenc...James E. King III2019-01-265-117/+149
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-2515-32/+135
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-2531-37/+46
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-257-2/+34
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-2414-187/+621
* THRIFT-4751: Missing imports in TProtocol (phpdoc related only)Florian Lonqueu-Brochard2019-01-241-1/+3
* THRIFT-4698: add releading instructions to the haskell readme [ci skip]James E. King III2019-01-241-0/+14
* THRIFT-4746: changes for publishing java library to maven; fix java debug vs....James E. King III2019-01-236-18/+28
* Merge pull request #1690 from cyyever/const_membersJames E. King III2019-01-2241-502/+174
|\
| * fix static analyzer waringscyy2019-01-224-5/+3
| * fix waringscyy2019-01-221-7/+7
| * change doccyy2019-01-221-7/+5
| * change timeous_ms to unsigned typecyy2019-01-221-2/+2
| * add override and constcyy2019-01-2216-53/+53
| * remove useless assert codecyy2019-01-221-2/+0
| * remove WIN XP macroscyy2019-01-221-13/+0
| * remove unused codecyy2019-01-222-21/+0
| * use chronocyy2019-01-2215-374/+103
| * remove unused headerscyy2019-01-223-9/+0
| * remove unused headerscyy2019-01-223-7/+0
| * add const to member functionscyy2019-01-224-6/+5
* | THRIFT-4747: The 'omitempty' tag should not be appended to optional fields th...Renan Cakirerk2019-01-212-0/+10
* | THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (...Rob Becker2019-01-2114-60/+53
|/
* THRIFT-4163: update cmake build type handlingJames E. King III2019-01-213-3/+3
* THRIFT-3587 TTLSSocket now also uses ConnectHelper to allow for timeouts when...Christoph Herold2019-01-201-1/+75
* THRIFT-4741 Missing "inner" argument from one CTORJens Geyer2019-01-201-1/+1
* THRIFT-4742 Typo "cannot read from null input stream" on writeJens Geyer2019-01-171-1/+1
* THRIFT-4741 Missing "inner" argument from one CTORJens Geyer2019-01-171-2/+2
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-1538-52/+8386
* Merge pull request #1678 from BELUGABEHR/THRIFT-4725James E. King III2019-01-149-26/+31
|\