- c317852 THRIFT-2003: Deprecate senum Patch: Randy Abernethy by Carl Yeksigian · 12 years ago
- 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
- 0928eda THRIFT-2002: Update Maybe to use Data.Maybe to prevent failure of the debug test by Carl Yeksigian · 12 years ago
- e2c5b2d THRIFT-400: Test failures in one language shouldn't keep test suites in other languages from firing by Carl Yeksigian · 12 years ago
- 548244f THRIFT-1959: Add Union TMemoryBuffer support Client: csharp Patch: carl by Carl Yeksigian · 12 years ago
- b6dfc90 THRIFT-1986 fix TCompactProtocol constants by Henrique Mendonça · 12 years ago
- 7297688 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
- 240df17 THRIFT-1824:many compile warning, becase Thread.h includes config.h by Jake Farrell · 12 years ago
- 89be183 Thrift-1951:libthrift.jar has source files in it by Jake Farrell · 12 years ago
- 37e655c Thrift-1997:Add accept backlog configuration method to TServerSocket by Jake Farrell · 12 years ago
- 1b0bc0f THRIFT-1996:Constants generation is broken / inconsistent with regular Java generation by Jake Farrell · 12 years ago
- d65216d THRIFT-1982 vsnprintf on Windows have different semantics by Roger Meier · 12 years ago
- f2b094f THRIFT-1983 %z printf format is not available in Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
- c2c4d72 THRIFT-1993 Factory to create instances from known (generated) interface types with Delphi by Jens Geyer · 12 years ago
- 0ca234f THRIFT-1944 Deprecate slist by Jens Geyer · 12 years ago
- cde23df THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309) by Roger Meier · 12 years ago
- 64a799d THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
- 1ed7991 THRIFT-1985: Add a Vagrantfile to build and test Apache Thrift fully reproducable by Carl Yeksigian · 12 years ago
- d65def0 THRIFT-1977: Fix to ensure proper C# class names by Jens Geyer · 12 years ago
- 3e93711 THRIFT-1992: Fix TCompactProtocol compiler warnings by Carl Yeksigian · 12 years ago
- 111d8f2 Add jensg to dev list by Jens Geyer · 12 years ago
- 350860f Add carl to developer list by Carl Yeksigian · 12 years ago
- 8d22c10 THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly by Henrique Mendonça · 12 years ago
- 5a61438 THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly by Henrique Mendonça · 12 years ago
- f57ec91 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
- da7982e THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly by Henrique Mendonça · 12 years ago
- 0049ec7 Thrift-1402:Generated Y_types.js does not require() X_types.js when an include in the IDL file was used by Jake Farrell · 12 years ago
- 175a694 Thrift-1988:When trying to build a debian package it fails as the file NEWS doesn't exist by Jake Farrell · 12 years ago
- 0236434 THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable by Roger Meier · 12 years ago
- 14ff9c8 THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable by Roger Meier · 12 years ago
- 1e3c884 THRIFT-1981 Not all PHP libraries are installed when building an installing a debian package by Roger Meier · 12 years ago
- 74c2cc8 add missing apt-get upgrade within .travis.yml by Roger Meier · 12 years ago
- 16ee0d1 THRIFT-1968 Thrift's include path is wrong in pkg-config files by Roger Meier · 12 years ago
- 64924b8 Thrift-1984: namespace collision in python Client: py Patch: Jake Farrell by Jake Farrell · 12 years ago
- fbb78a6 Thrift-1978: Ruby: Thrift should allow for the SSL verify mode to be set by Jake Farrell · 12 years ago
- d3c7182 THRIFT-1977 C# compiler should generate constant files prefixed with thrift file name by Jens Geyer · 12 years ago
- a5cce17 THRIFT-1958 C#: Use static Object.Equals instead of .Equals() calls in equals by Jens Geyer · 12 years ago
- 691a16a THRIFT-1970 [Graphviz] Adds option to render exceptions relationships by Jens Geyer · 12 years ago
- cbb979b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
- 8ad13a3 THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning by Henrique Mendonça · 12 years ago
- f837f30 Revert "THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning" by Henrique Mendonça · 12 years ago
- d28d4d5 THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning by Henrique · 12 years ago
- 36af4d3 THRIFT-1972 Add async server processors to Java by Jake Luciani · 12 years ago
- 744e45f THRIFT-1969 C#: Tests not properly linked from the solution by Jens Geyer · 12 years ago
- d7b4579 THRIFT-1965 Adds Graphviz (graph description language) generator by Jens Geyer · 12 years ago
- 2d2b3b2 THRIFT-1962 Multiplex processor should send any TApplicationException back to client by Jens Geyer · 12 years ago
- 1552272 THRIFT-1034 Java: Add a TNonblockingMultiFetchClient Patch: Xing Jin by Roger Meier · 12 years ago
- 979aafd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique · 12 years ago
- 08c34ea THRIFT-1967 Node.js tests don't cover all services Patch: Henrique Mendonça by Henrique · 12 years ago
- 4a35d4c extend tests to check THRIFT-1679 and THRIFT-1821 by Henrique · 12 years ago
- 4e1ef5b ignoring test if node is not present by Henrique · 12 years ago
- 2a592b2 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique · 12 years ago
- 5b080ed Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique · 12 years ago
- 99be027 THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned by Henrique · 12 years ago
- f680e95 THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned by Henrique · 12 years ago
- 379c277 THRIFT-1961 C# tests should be in lib/csharp/test/... by Jens Geyer · 12 years ago
- 7203424 THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
- f670181 THRIFT-1961 C# tests should be in lib/csharp/test/... by Jens Geyer · 12 years ago
- c28e04a THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
- 6d7473d THRIFT-1960 main() declares 22 unused gen bools Patch: Randy Abernethy by Roger Meier · 12 years ago
- 5ed5e8b THRIFT-1917 Task expiration in TThreadPoolServer Patch: Ivan Fastov by Roger Meier · 12 years ago
- 4f62326 THRIFT-1760 [Ruby] Remove unnecessary native protocol code Patch: Nathan Beyer by Roger Meier · 12 years ago
- 7f1df99 THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it. by Roger Meier · 12 years ago
- 1beeaaa THRIFT-1952 Travis CI (.travis.yml) by Roger Meier · 12 years ago
- dcfc7e6 THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier disable python by Roger Meier · 12 years ago
- a0836f6 THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier by Roger Meier · 12 years ago
- 68f8bd7 THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
- 967600e THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp by Roger Meier · 12 years ago
- 0fd47da THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
- 7f8b870 THRIFT-1949: WP7 build broken by Jens Geyer · 12 years ago
- d708ebb THRIFT-1955 Union Type writer generated in C# does not WriteStructBegin by Jens Geyer · 12 years ago
- 1077ed6 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
- b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# by Jens Geyer · 12 years ago
- 9a3a564 THRIFT-1906 ocaml: add tutorial example to parallel that for other languages by Roger Meier · 12 years ago
- 1c95636 THRIFT-1809 NEWS, DISCLAIMER and CONTRIBUTORS fix make dist by Roger Meier · 12 years ago
- 1b4c9b9 THRIFT-1945: C#: sbyte breaks TestClient by Jens Geyer · 12 years ago
- 47af9f1 THRIFT-1943 docstrings for enum values are ignored by Jens Geyer · 12 years ago
- 938e640 THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake by Jake Luciani · 12 years ago
- f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
- 0f8acc5 THRIFT-1924: Delphi: Inconsistency in serialization of optional fields by Jens Geyer · 12 years ago
- 6bdb10b Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces for Exceptions by jfarrell · 12 years ago
- 146e511 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by Jake Farrell · 12 years ago
- bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
- de262dc Thrift-1903: PHP namespaces cause binary protocols to not be used by Jake Farrell · 12 years ago
- 1bd9424 THRIFT-1933: Delphi generator crashes when a typedef references another typedef from an included file by Jens Geyer · 12 years ago
- 9322032 THRIFT-1922: Inconsistency in optional fields between Java/C# and python by Jens Geyer · 12 years ago
- c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 12 years ago
- 8f9b4d8 THRIFT-1809 NEWS, DISCLAIMER and CONTRIBUTORS is out of date => remove them by Roger Meier · 12 years ago
- 4576604 THRIFT-1904 Incorrect code is generated for typedefs which use included types by Jens Geyer · 12 years ago
- 06045cf THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops by Jens Geyer · 12 years ago
- 3a931b5 THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server by Roger Meier · 12 years ago
- 2d26f18 Thrift-1806: Python generation always truncates __init__.py files by Jake Farrell · 12 years ago
- 2ff5428 Thrift-984: Ocaml versioning Client: ocaml Patch: Chet Murthy by Jake Farrell · 12 years ago
- 8a70196 THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
- cac2c57 THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
- 9cda788 THRIFT-1864 java: implement event handler for non-blocking server by Roger Meier · 12 years ago
- ce6d1d7 THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed by Roger Meier · 12 years ago
- 3661867 THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
- 3c434ab Thrift-1823:Missing parenthesis breaks "IS_..." macro in generated code by Jake Farrell · 12 years ago
- a87cc5e Thrift-1804: Ruby extension on ARM complains about signed chars by Jake Farrell · 12 years ago