- 866c23b THRIFT-2081 Specified timeout should be used in TSocket.Open() by Jens Geyer · 12 years ago
- ffbfd03 THRIFT-2074 cppcheck error removed from ThreadManager.cpp by Roger Meier · 12 years ago
- c36b56d THRIFT-1357 Erlang Dependency breaks build Patch: Anthony Molinaro by Roger Meier · 12 years ago
- 7158d33 THRIFT-2044 Util.h uses defines from PlatformSocket but does not include it by Roger Meier · 12 years ago
- 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
- 42cb873 THRIFT-2072 TNonblocking server compilation FAILS with C++11 support enabled by Roger Meier · 12 years ago
- ff77d07 THRIFT-2039 config.h --> thrift-config.h Patch: Ben Craig by Roger Meier · 12 years ago
- e5bfd4c THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs by Jens Geyer · 12 years ago
- 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
- 8095447 THRIFT-2066 'make install' does not install two headers required for C++ bindings by Jens Geyer · 12 years ago
- a1b5728 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
- 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
- 0f0558a Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively) by jfarrell · 12 years ago
- cc25c52 THRIFT-2024 TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int by Ben Craig · 12 years ago
- e549a80 THRIFT-2050 Vagrant C# lib compile fails with TException missing by Jens Geyer · 12 years ago
- bb98ed4 THRIFT-1458 cpp: use the C++ standard (c++0x or later c++11) to improve code quality and cross platform capability by Roger Meier · 12 years ago
- 0e87c46 THRIFT-2012 Modernizing Go by Jens Geyer · 12 years ago
- b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
- 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
- 27db434 THRIFT-1659 Bring nodejs default transport in line with Java default transport by Henrique Mendonça · 12 years ago
- 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 12 years ago
- 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues 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
- 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
- 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
- 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
- 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
- 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
- 1e3c884 THRIFT-1981 Not all PHP libraries are installed when building an installing a debian package 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
- fbb78a6 Thrift-1978: Ruby: Thrift should allow for the SSL verify mode to be set by Jake Farrell · 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
- 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
- 08c34ea THRIFT-1967 Node.js tests don't cover all services Patch: Henrique Mendonça by Henrique · 12 years ago
- 99be027 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
- 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
- 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
- b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# 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
- 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
- c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 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
- 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
- a87cc5e Thrift-1804: Ruby extension on ARM complains about signed chars by Jake Farrell · 12 years ago
- 7758625 THRIFT-986: smalltalk add version Info to the library by Jake Farrell · 12 years ago
- 1f9717d THRIFT-1878 php: THttpClient - Add the possibility to send custom headers by Roger Meier · 12 years ago
- a7ab94d THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6 by Roger Meier · 12 years ago
- e491d29 THRIFT-1896 cocoa: Add TBase protocol for Cocoa Patch: Kevin Li by Roger Meier · 12 years ago
- ff951bd THRIFT-1863 cocoa: [TBinaryProtocol readMessageBeginReturnName:type:sequenceID] returns incorrect message type by Roger Meier · 12 years ago
- 565517a subversion, thanks and good bye ;-r by Roger Meier · 12 years ago
- 0c04fcc THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown by Roger Meier · 12 years ago
- a51186b THRIFT-1879 Add support for GObject-Introspection by Roger Meier · 12 years ago
- 9b25244 THRIFT-1861 PHP Makefile does not include TStringFuncFactory Patch: Logan Owen by Roger Meier · 12 years ago
- 552440e THRIFT-1890 C++: Make named pipes server work asynchronously by Jens Geyer · 12 years ago
- 0b20cc8 THRIFT-1874 timeout for the server-side end of a named pipe by Jens Geyer · 12 years ago
- 5cb0d22 THRIFT-1873 Binary protocol factory ignores struct read/write flags by Jens Geyer · 12 years ago
- 6a7463a THRIFT-1872 issues with TBufferedTransport buffer by Jens Geyer · 12 years ago
- 20c81ad THRIFT-1704: Tornado support (Python) by Chris Piro · 12 years ago
- 073f9eb Thrift-1629:Ruby 1.9 Compatibility during Thrift configure, make, install by Jake Farrell · 12 years ago
- 04f8311 Thrift-1264:TSocketClient is queried by run loop after deallocation in Cocoa by Jake Farrell · 12 years ago
- 1bb9032 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
- b64a774 THRIFT-1842 Memory leak with Pipes Patch: Jens Geyer by Jens Geyer · 12 years ago
- 7b96b22 THRIFT-1805 Thrift should not swallow ALL exceptions Patch: Diwaker Gupta by Roger Meier · 12 years ago
- d34bea0 THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode by Roger Meier · 12 years ago
- 772b2b1 THRIFT-1789 fix json protocol read set begin Patch: Kevin Radloff by Roger Meier · 12 years ago
- f42ce2a THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 12 years ago
- c095919 THRIFT-1829 cpp unit tests fail to build using multiple make jobs by Roger Meier · 12 years ago
- e3da768 THRIFT-1826 update c_glib source header paths Patch: Simon South by Roger Meier · 12 years ago
- 87afaac THRIFT-1822 PHP unit test does not work Patch: Roger Meier by Roger Meier · 12 years ago
- 8ebe0d9 THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not. by Roger Meier · 12 years ago
- e3f6710 THRIFT-1814 Minor D library fixes by Roger Meier · 12 years ago