1. 62fb17d THRIFT-2138 c_glib: pkgconfig file created with wrong include path by Roger Meier · 11 years ago
  2. d9120c9 THRIFT-2148:TNonblockingMultiFetchClient imports log4j by jfarrell · 11 years ago
  3. c9f4a35 THRIFT-1533:Make TTransport should be Closeable Client: java Patch: carl by Carl Yeksigian · 11 years ago
  4. 5a900ea THRIFT-2136:Vagrant build not compiling java, ruby, php, go libs due to missing dependencies by jfarrell · 11 years ago
  5. 5c1e599 Thrift-2133: java TestTBinaryProtocol.java test failing by jfarrell · 11 years ago
  6. a395655 THRIFT-2135:GO lib leaves behind test files that are auto generated by jfarrell · 11 years ago
  7. 16ff233 Thrift-2129: php ext missing from dist Client: php Patch: jfarrell by jfarrell · 11 years ago
  8. 102c600 Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST by jfarrell · 11 years ago
  9. 32d323e THRIFT-2123: go lib missing files in dist Client: go Patch: jfarrell by jfarrell · 11 years ago
  10. b591203 Thrift-2126: missing cpp lib concurrency STD* files from DIST by jfarrell · 11 years ago
  11. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  12. d051ca0 THRIFT-2042 visual 2010 warnings - unused variable Patch: Konrad Grochowski by Roger Meier · 11 years ago
  13. e924874 THRIFT-2120 js: Qunit URL is broken Patch: Roger Meier by Roger Meier · 11 years ago
  14. 3bb141d THRIFT-2036 Thrift gem warns about class variable access from top level by Jens Geyer · 11 years ago
  15. f029345 THRIFT-2117 Cocoa TBinaryProtocol strictWrite should be set to true by default by Carl Yeksigian · 11 years ago
  16. 4c83595 THRIFT-2109 Secure connections should be supported in Go by Jens Geyer · 11 years ago
  17. 656a173 THRIFT-2112 Error in Go generator when using typedefs in map keys by Jens Geyer · 11 years ago
  18. aa72161 THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson by jfarrell · 11 years ago
  19. d1257de THRIFT-2106 Fix support for namespaces in GO generator by Jens Geyer · 11 years ago
  20. 7b07fbc THRIFT-2100 typedefs are not correctly referenced when including from other thrift files by Jens Geyer · 11 years ago
  21. 44b19df THRIFT-2083 Improve the go lib: Testcase for buffered Transport by Jens Geyer · 11 years ago
  22. 7d95246 THRIFT-2083 Improve the go lib: buffered Transport, save memory allocation, handle concurrent request by Jens Geyer · 11 years ago
  23. 11430df THRIFT-2102 constants are not referencing to correct type when included from another thrift file by Jens Geyer · 11 years ago
  24. 56a648d THRIFT-2093 added the ability to set compression level in C++ zlib transport by Roger Meier · 11 years ago
  25. e802aa4 THRIFT-2094 TNonblocking server no longer works on windows by Roger Meier · 11 years ago
  26. 0be9ffa THRIFT-2038 THRIFT_INVALID_SOCKET added to PlatformSocket.h by Roger Meier · 11 years ago
  27. 7757ce7 THRIFT-2090 Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
  28. a7da488 THRIFT-2090: Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
  29. 4f7ad2d THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingleton by Jens Geyer · 11 years ago
  30. ba406d3 THRIFT-2089 Compiler ignores duplicate typenames Patch: Randy Abernethy by Roger Meier · 11 years ago
  31. 67065d7 THRIFT-2084 Delphi: Ability to create entity Thrift-generated instances based on TypeInfo by Jens Geyer · 12 years ago
  32. 6f2a503 THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 12 years ago
  33. 6b9e1c6 THRIFT-2080 C# multiplex processor does not catch IOException by Jens Geyer · 12 years ago
  34. ee353e6 THRIFT-1709 Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64() by Jens Geyer · 12 years ago
  35. 049f5f3 THRIFT-2082 Executing "gmake clean" is broken by Carl Yeksigian · 12 years ago
  36. 866c23b THRIFT-2081 Specified timeout should be used in TSocket.Open() by Jens Geyer · 12 years ago
  37. ffbfd03 THRIFT-2074 cppcheck error removed from ThreadManager.cpp by Roger Meier · 12 years ago
  38. c36b56d THRIFT-1357 Erlang Dependency breaks build Patch: Anthony Molinaro by Roger Meier · 12 years ago
  39. 7158d33 THRIFT-2044 Util.h uses defines from PlatformSocket but does not include it by Roger Meier · 12 years ago
  40. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  41. 42cb873 THRIFT-2072 TNonblocking server compilation FAILS with C++11 support enabled by Roger Meier · 12 years ago
  42. ff77d07 THRIFT-2039 config.h --> thrift-config.h Patch: Ben Craig by Roger Meier · 12 years ago
  43. e5bfd4c THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs by Jens Geyer · 12 years ago
  44. 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
  45. 8095447 THRIFT-2066 'make install' does not install two headers required for C++ bindings by Jens Geyer · 12 years ago
  46. a1b5728 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  47. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  48. 0f0558a Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively) by jfarrell · 12 years ago
  49. cc25c52 THRIFT-2024 TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int by Ben Craig · 12 years ago
  50. e549a80 THRIFT-2050 Vagrant C# lib compile fails with TException missing by Jens Geyer · 12 years ago
  51. 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
  52. 0e87c46 THRIFT-2012 Modernizing Go by Jens Geyer · 12 years ago
  53. b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
  54. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  55. 27db434 THRIFT-1659 Bring nodejs default transport in line with Java default transport by Henrique Mendonça · 12 years ago
  56. 877125c THRIFT-1966:Support different files for SSL certificates and keys by Jake Farrell · 12 years ago
  57. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  58. 548244f THRIFT-1959: Add Union TMemoryBuffer support Client: csharp Patch: carl by Carl Yeksigian · 12 years ago
  59. b6dfc90 THRIFT-1986 fix TCompactProtocol constants by Henrique Mendonça · 12 years ago
  60. 7297688 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
  61. 89be183 Thrift-1951:libthrift.jar has source files in it by Jake Farrell · 12 years ago
  62. 37e655c Thrift-1997:Add accept backlog configuration method to TServerSocket by Jake Farrell · 12 years ago
  63. d65216d THRIFT-1982 vsnprintf on Windows have different semantics by Roger Meier · 12 years ago
  64. f2b094f THRIFT-1983 %z printf format is not available in Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  65. c2c4d72 THRIFT-1993 Factory to create instances from known (generated) interface types with Delphi by Jens Geyer · 12 years ago
  66. cde23df THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309) by Roger Meier · 12 years ago
  67. 64a799d THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  68. 3e93711 THRIFT-1992: Fix TCompactProtocol compiler warnings by Carl Yeksigian · 12 years ago
  69. 111d8f2 Add jensg to dev list by Jens Geyer · 12 years ago
  70. 350860f Add carl to developer list by Carl Yeksigian · 12 years ago
  71. 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
  72. 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
  73. 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
  74. 1e3c884 THRIFT-1981 Not all PHP libraries are installed when building an installing a debian package by Roger Meier · 12 years ago
  75. 16ee0d1 THRIFT-1968 Thrift's include path is wrong in pkg-config files by Roger Meier · 12 years ago
  76. fbb78a6 Thrift-1978: Ruby: Thrift should allow for the SSL verify mode to be set by Jake Farrell · 12 years ago
  77. 36af4d3 THRIFT-1972 Add async server processors to Java by Jake Luciani · 12 years ago
  78. 744e45f THRIFT-1969 C#: Tests not properly linked from the solution by Jens Geyer · 12 years ago
  79. 2d2b3b2 THRIFT-1962 Multiplex processor should send any TApplicationException back to client by Jens Geyer · 12 years ago
  80. 1552272 THRIFT-1034 Java: Add a TNonblockingMultiFetchClient Patch: Xing Jin by Roger Meier · 12 years ago
  81. 08c34ea THRIFT-1967 Node.js tests don't cover all services Patch: Henrique Mendonça by Henrique · 12 years ago
  82. 99be027 THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned by Henrique · 12 years ago
  83. 379c277 THRIFT-1961 C# tests should be in lib/csharp/test/... by Jens Geyer · 12 years ago
  84. 7203424 THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  85. f670181 THRIFT-1961 C# tests should be in lib/csharp/test/... by Jens Geyer · 12 years ago
  86. 5ed5e8b THRIFT-1917 Task expiration in TThreadPoolServer Patch: Ivan Fastov by Roger Meier · 12 years ago
  87. 4f62326 THRIFT-1760 [Ruby] Remove unnecessary native protocol code Patch: Nathan Beyer by Roger Meier · 12 years ago
  88. 7f1df99 THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it. by Roger Meier · 12 years ago
  89. 967600e THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp by Roger Meier · 12 years ago
  90. 0fd47da THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
  91. 7f8b870 THRIFT-1949: WP7 build broken by Jens Geyer · 12 years ago
  92. b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# by Jens Geyer · 12 years ago
  93. 938e640 THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake by Jake Luciani · 12 years ago
  94. f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
  95. 6bdb10b Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces for Exceptions by jfarrell · 12 years ago
  96. 146e511 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by Jake Farrell · 12 years ago
  97. bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
  98. de262dc Thrift-1903: PHP namespaces cause binary protocols to not be used by Jake Farrell · 12 years ago
  99. c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 12 years ago
  100. 06045cf THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops by Jens Geyer · 12 years ago