1. bf3a19d THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false for bools by Jens Geyer · 11 years ago
  2. 0853ab6 THRIFT-2232 IsSet* broken in Go by Jens Geyer · 11 years ago
  3. 2c4f306 THRIFT-2194 Node: Not actually prepending residual data in TFramedTransport.receiver by Jens Geyer · 11 years ago
  4. 4f00134 THRIFT-2274 java: TNonblockingServer and TThreadedSelectorServer do not close their channel selectors on exit and leak file descriptors by Roger Meier · 11 years ago
  5. ce8d518 THRIFT-2280 TJSONProtocol.Flush() does not really flush the transport by Jens Geyer · 11 years ago
  6. 88103ca THRIFT-2040 "uninitialized variable" warnings on MSVC/windows by Roger Meier · 11 years ago
  7. a596038 THRIFT-2278 Buffered transport doesn't support writes > buffer size by Jens Geyer · 11 years ago
  8. 7949447 THRIFT-2279 TSerializer only returns the first 1024 bytes serialized by Jens Geyer · 11 years ago
  9. f322d91 THRIFT-2275 Fix memory leak in golang compact_protocol. by Jens Geyer · 11 years ago
  10. 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  11. 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  12. cba92b3 THRIFT-2145:Rack and Thin are not just development dependencies by jfarrell · 11 years ago
  13. f35975b THRIFT-2261 java: error: unmappable character for encoding ASCII by Roger Meier · 11 years ago
  14. 3da1c90 THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3 by Roger Meier · 11 years ago
  15. d335acd THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.serve() by Jens Geyer · 11 years ago
  16. 3e25e5e Python Tornado TTornadoServer base class change Patch: Bryan Pham by henrique · 11 years ago
  17. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 11 years ago
  18. 5def2f8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  19. dc66d92 THRIFT-2250 JSON and MemoryBuffer for JavaME Patch: Henrique Mendonca by henrique · 11 years ago
  20. 378663a THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad by Roger Meier · 11 years ago
  21. 8c691fa THRIFT-1639 Java/Python: Serialization/Deserialization of double type using CompactProtocol by Roger Meier · 11 years ago
  22. 9957d30 THRIFT-2158 Compact, JSON, and SimpleJSON protocols are not working correctly by Jens Geyer · 11 years ago
  23. 31aebbe THRIFT-2251 go test for compact protocol is not running by Jens Geyer · 11 years ago
  24. 0d671c0 THRIFT-2034: Give developers' C++ code direct access to socket FDs on by Ben Craig · 11 years ago
  25. 7f10de7 THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig by Ben Craig · 11 years ago
  26. 49a7663 THRIFT-2226: TServerSocket - keepAlive wrong initialization order by Ben Craig · 11 years ago
  27. 71b5a10 THRIFT-1892: Socket timeouts are declared in milli-seconds, but are by Ben Craig · 11 years ago
  28. d856ac8 THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPE by Ben Craig · 11 years ago
  29. fd64c15 THRIFT-2021: Improve large binary protocol string performance by Ben Craig · 11 years ago
  30. 96ea9da THRIFT-1751: definition of increase_max_fds doesn't compile when by Ben Craig · 11 years ago
  31. 6493523 THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ library by Ben Craig · 11 years ago
  32. 19244ed THRIFT-2031: Make SO_KEEPALIVE configurable for C++ lib by Ben Craig · 11 years ago
  33. aea8bfe THRIFT-2139: MSVC 2012 Error - Cannot compile due to BoostThreadFactory by Ben Craig · 11 years ago
  34. 38b453b THRIFT-2210: lib/java TSimpleJSONProtocol can emit invalid JSON by jfarrell · 11 years ago
  35. d430bbd * THRIFT-2195: added default argument for enhanced compatbility by Jens Geyer · 11 years ago
  36. 0164040 THRIFT-2195 Delphi: Add event handlers for server and processing events by Jens Geyer · 11 years ago
  37. 26ef743 THRIFT-2202 Delphi TServerImpl.DefaultLogDelegate may stop the server with I/O-Error 105 by Jens Geyer · 11 years ago
  38. 376d817 Temporarily commented out the Compact protocol test in Go, it's known to be broken (see THRIFT-2158) by Jens Geyer · 11 years ago
  39. 095ddb7 THRIFT-2190 Add the JavaScript thrift.js lib to the Bower registry by Henrique Mendonça · 11 years ago
  40. e594dcc Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 11 years ago
  41. a9e6248 THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 11 years ago
  42. 7cf085e THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 11 years ago
  43. d73aa07 THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture) by Jens Geyer · 11 years ago
  44. fd7ddef THRIFT-1944: Binding to zero port Client: cpp Patch: Akshat Aranya by Ben Craig · 11 years ago
  45. b2501a7 THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe by Ben Craig · 11 years ago
  46. 4ba1160 THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type and ID by Jens Geyer · 11 years ago
  47. 901d555 THRIFT-2175 Wrong field type set for binary by Jens Geyer · 11 years ago
  48. 8a0f8d1 THRIFT-2174 Deserializing JSON fails in specific cases by Jens Geyer · 11 years ago
  49. 4fb2706 THRIFT-1349:Remove unnecessary print outs Client: erl Patch: Matt Pratt by jfarrell · 11 years ago
  50. b0d3c3f Added missing ASF headers by Jens Geyer · 11 years ago
  51. aff2f78 THRIFT-2167 nodejs lib throws error if options argument isn't passed by henrique · 11 years ago
  52. 7a09483 THRIFT-2159 Serializer/Deserializer for Go by Jens Geyer · 11 years ago
  53. 718f6ee THRIFT-2162 Missing calls to inherited CTOR at misc. places by Jens Geyer · 11 years ago
  54. a6a32a5 THRIFT-2169: JavaME Library causes "java.io.IOException: No Response Entries Available" after using client for some time by jfarrell · 11 years ago
  55. 2897d48 THRIFT-2054:TSimpleFileTransport - Java Lib has no straight forward TTransport based file transport by jfarrell · 11 years ago
  56. 657b933 THRIFT-1481 cpp: Unix domain sockets in C++ do not support the abstract namespace by Roger Meier · 11 years ago
  57. acf15dc THRIFT-2160 Warning in thrift.h when compiling with -Wunused and NDEBUG by Roger Meier · 11 years ago
  58. 17d4279 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  59. d5f617f THRIFT-2020: Thrift library has some empty files that haven't really been by Ben Craig · 11 years ago
  60. 5d9a72a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  61. cd54ec6 THRIFT-1999: warning on gcc 4.7 while compiling BoostMutex.cpp by Ben Craig · 11 years ago
  62. 91058ef THRIFT-2037: More general macro THRIFT_UNUSED_VARIABLE by Ben Craig · 11 years ago
  63. 7570b84 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  64. 9df0140 THRIFT-2023: gettimeofday implementation in Windows errors when no time by Ben Craig · 11 years ago
  65. 2fdd916 THRIFT-2053 NodeJS: Support for Multiplexing Services by henrique · 11 years ago
  66. 452dd5b THRIFT-1893 HTTP/JSON server/client for node.js by henrique · 11 years ago
  67. 570dcc4 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  68. 5b8c9a9 THRIFT-2058:Add reconnect support to node.js library by henrique · 11 years ago
  69. 62fb17d THRIFT-2138 c_glib: pkgconfig file created with wrong include path by Roger Meier · 11 years ago
  70. d9120c9 THRIFT-2148:TNonblockingMultiFetchClient imports log4j by jfarrell · 11 years ago
  71. c9f4a35 THRIFT-1533:Make TTransport should be Closeable Client: java Patch: carl by Carl Yeksigian · 11 years ago
  72. 5a900ea THRIFT-2136:Vagrant build not compiling java, ruby, php, go libs due to missing dependencies by jfarrell · 11 years ago
  73. 5c1e599 Thrift-2133: java TestTBinaryProtocol.java test failing by jfarrell · 11 years ago
  74. a395655 THRIFT-2135:GO lib leaves behind test files that are auto generated by jfarrell · 11 years ago
  75. 16ff233 Thrift-2129: php ext missing from dist Client: php Patch: jfarrell by jfarrell · 11 years ago
  76. 102c600 Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST by jfarrell · 11 years ago
  77. 32d323e THRIFT-2123: go lib missing files in dist Client: go Patch: jfarrell by jfarrell · 11 years ago
  78. b591203 Thrift-2126: missing cpp lib concurrency STD* files from DIST by jfarrell · 11 years ago
  79. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  80. d051ca0 THRIFT-2042 visual 2010 warnings - unused variable Patch: Konrad Grochowski by Roger Meier · 11 years ago
  81. e924874 THRIFT-2120 js: Qunit URL is broken Patch: Roger Meier by Roger Meier · 11 years ago
  82. 3bb141d THRIFT-2036 Thrift gem warns about class variable access from top level by Jens Geyer · 11 years ago
  83. f029345 THRIFT-2117 Cocoa TBinaryProtocol strictWrite should be set to true by default by Carl Yeksigian · 11 years ago
  84. 4c83595 THRIFT-2109 Secure connections should be supported in Go by Jens Geyer · 11 years ago
  85. 656a173 THRIFT-2112 Error in Go generator when using typedefs in map keys by Jens Geyer · 11 years ago
  86. aa72161 THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson by jfarrell · 11 years ago
  87. d1257de THRIFT-2106 Fix support for namespaces in GO generator by Jens Geyer · 11 years ago
  88. 7b07fbc THRIFT-2100 typedefs are not correctly referenced when including from other thrift files by Jens Geyer · 11 years ago
  89. 44b19df THRIFT-2083 Improve the go lib: Testcase for buffered Transport by Jens Geyer · 11 years ago
  90. 7d95246 THRIFT-2083 Improve the go lib: buffered Transport, save memory allocation, handle concurrent request by Jens Geyer · 11 years ago
  91. 11430df THRIFT-2102 constants are not referencing to correct type when included from another thrift file by Jens Geyer · 11 years ago
  92. 56a648d THRIFT-2093 added the ability to set compression level in C++ zlib transport by Roger Meier · 11 years ago
  93. e802aa4 THRIFT-2094 TNonblocking server no longer works on windows by Roger Meier · 11 years ago
  94. 0be9ffa THRIFT-2038 THRIFT_INVALID_SOCKET added to PlatformSocket.h by Roger Meier · 11 years ago
  95. 7757ce7 THRIFT-2090 Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
  96. a7da488 THRIFT-2090: Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
  97. 4f7ad2d THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingleton by Jens Geyer · 11 years ago
  98. ba406d3 THRIFT-2089 Compiler ignores duplicate typenames Patch: Randy Abernethy by Roger Meier · 11 years ago
  99. 67065d7 THRIFT-2084 Delphi: Ability to create entity Thrift-generated instances based on TypeInfo by Jens Geyer · 12 years ago
  100. 6f2a503 THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 12 years ago