1. 57b354b THRIFT-2369 Add ssl support for nodejs implementation Patch: Pierre Lamot by Roger Meier · 11 years ago
  2. db536cf Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp" by jfarrell · 11 years ago
  3. 8b3ca02 THRIFT-1719:SASL client support for Python Client: py Patch: Tyler Hobbs by jfarrell · 11 years ago
  4. 01386c9 THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp by Roger Meier · 11 years ago
  5. 9f4f515 THRIFT-2367 Build failure: stdlib and boost both define uint64_t by Roger Meier · 11 years ago
  6. 8c1779d THRIFT-2359 TBufferedTransport doesn't clear it's buffer on a failed flush call by Jens Geyer · 11 years ago
  7. 06ad721 THRIFT-2365 C# decodes too many binary bytes from JSON by Jens Geyer · 11 years ago
  8. 47b89b9 THRIFT-2351 PHP TCompactProtocol has fails to decode messages Patch: Paul Banks by Roger Meier · 11 years ago
  9. 22888ce THRIFT-2352 msvc failed to compile thrift tests by Roger Meier · 11 years ago
  10. 2f51f32 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  11. 7bb44a3 THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  12. 7393862 THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  13. a2de410 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  14. 213ea25 THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset by Roger Meier · 11 years ago
  15. 0f60bd4 THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too by Roger Meier · 11 years ago
  16. 301dfa9 THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer by Roger Meier · 11 years ago
  17. d95fc9b THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight") by Jens Geyer · 11 years ago
  18. b3e7849 THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY) by Jens Geyer · 11 years ago
  19. 54a6636 THRIFT-2337 Golang does not report TIMED_OUT exceptions by Jens Geyer · 11 years ago
  20. 0ef1e2e erlang: use https instead of git for dependency URL by Roger Meier · 11 years ago
  21. 8909cbd THRIFT-2327 nodejs: nodejs test suite should be bundled with the library by Roger Meier · 11 years ago
  22. aefd9c4 cpp: TSSLServerSocket should use THRIFT_SOCKET by Roger Meier · 11 years ago
  23. beb9377 THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read() by Jens Geyer · 11 years ago
  24. 507740c Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransport by jfarrell · 11 years ago
  25. 194f011 THRIFT-2108 java: Fix TAsyncClientManager timeout race Patch: Vadim Spivak by Roger Meier · 11 years ago
  26. 77369a0 THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client. by Jens Geyer · 11 years ago
  27. 09cc5e7 THRIFT-2316 cpp: TFileTransportTest is to restrictive by Roger Meier · 11 years ago
  28. 216374e THRIFT-2313 nodejs server crash after processing the first request when using MultiplexedProcessor/FramedBuffer/BinaryProtocol by henrique · 11 years ago
  29. 0240572 THRIFT-2182 rb: segfault in regression tests (GC bug in rb_thrift_memory_buffer_write) by Roger Meier · 11 years ago
  30. a510d6b THRIFT-2183 gem install fails on zsh Patch: Paul Brannan by Roger Meier · 11 years ago
  31. d45b7db rb: remove CHANGELOG by Roger Meier · 11 years ago
  32. 090a5e4 remove nonsense file lib/rb/CHANGELOG by Roger Meier · 11 years ago
  33. 6232014 THRIFT-2130 D library/test: parts of "make check" code do not compile with recent dmd-2.062 through dmd-2.064alpha by Roger Meier · 11 years ago
  34. 38391a7 D: add client_pool_test to libevent_dependent_ran_tests by Roger Meier · 11 years ago
  35. b2b4a5c THRIFT-2185 use cabal instead of runhaskell in haskell library Patch: John Chee by Roger Meier · 11 years ago
  36. b9d5522 THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes by Jens Geyer · 11 years ago
  37. 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
  38. 05f37f1 THRIFT-2219: Thrift gem fails to build on OS X Mavericks by jfarrell · 11 years ago
  39. f161282 nodejs: add NODE_PATH by Roger Meier · 11 years ago
  40. f6acf44 THRIFT-2303 TBufferredTransport not properly closing underlying transport by Jens Geyer · 11 years ago
  41. 2136694 THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both possible slash (solidus) encodings, including a test case by Jens Geyer · 11 years ago
  42. 1fb6847 THRIFT-2299 TJsonProtocol implementation for Ruby does not allow for both possible slash (solidus) encodings by Jens Geyer · 11 years ago
  43. 4d1b0ea THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings by Jens Geyer · 11 years ago
  44. 7975950 THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/) by Jens Geyer · 11 years ago
  45. 53db7cc THRIFT-2293 java: TSSLTransportFactory.createSSLContext() leaves files open by Roger Meier · 11 years ago
  46. d9c80e2 THRIFT-2322: serializer testcase helper file regenerated with most recent Thrift compiler by Jens Geyer · 11 years ago
  47. 5ba91f2 THRIFT-2271 JavaScript: Support for Multiplexing Services by henrique · 11 years ago
  48. d960e6e THRIFT-2195 Delphi event handlers - fix for multiplex protocol by Jens Geyer · 11 years ago
  49. bf3a19d THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false for bools by Jens Geyer · 11 years ago
  50. 0853ab6 THRIFT-2232 IsSet* broken in Go by Jens Geyer · 11 years ago
  51. 2c4f306 THRIFT-2194 Node: Not actually prepending residual data in TFramedTransport.receiver by Jens Geyer · 11 years ago
  52. 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
  53. ce8d518 THRIFT-2280 TJSONProtocol.Flush() does not really flush the transport by Jens Geyer · 11 years ago
  54. 88103ca THRIFT-2040 "uninitialized variable" warnings on MSVC/windows by Roger Meier · 11 years ago
  55. a596038 THRIFT-2278 Buffered transport doesn't support writes > buffer size by Jens Geyer · 11 years ago
  56. 7949447 THRIFT-2279 TSerializer only returns the first 1024 bytes serialized by Jens Geyer · 11 years ago
  57. f322d91 THRIFT-2275 Fix memory leak in golang compact_protocol. by Jens Geyer · 11 years ago
  58. 8bdff94 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  59. 3979b86 THRIFT-2267:Should be able to choose socket family in Python TSocket by jfarrell · 11 years ago
  60. cba92b3 THRIFT-2145:Rack and Thin are not just development dependencies by jfarrell · 11 years ago
  61. f35975b THRIFT-2261 java: error: unmappable character for encoding ASCII by Roger Meier · 11 years ago
  62. 3da1c90 THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3 by Roger Meier · 11 years ago
  63. d335acd THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.serve() by Jens Geyer · 11 years ago
  64. 3e25e5e Python Tornado TTornadoServer base class change Patch: Bryan Pham by henrique · 11 years ago
  65. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 11 years ago
  66. 5def2f8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by henrique · 11 years ago
  67. dc66d92 THRIFT-2250 JSON and MemoryBuffer for JavaME Patch: Henrique Mendonca by henrique · 11 years ago
  68. 378663a THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad by Roger Meier · 11 years ago
  69. 8c691fa THRIFT-1639 Java/Python: Serialization/Deserialization of double type using CompactProtocol by Roger Meier · 11 years ago
  70. 9957d30 THRIFT-2158 Compact, JSON, and SimpleJSON protocols are not working correctly by Jens Geyer · 11 years ago
  71. 31aebbe THRIFT-2251 go test for compact protocol is not running by Jens Geyer · 11 years ago
  72. 0d671c0 THRIFT-2034: Give developers' C++ code direct access to socket FDs on by Ben Craig · 11 years ago
  73. 7f10de7 THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig by Ben Craig · 11 years ago
  74. 49a7663 THRIFT-2226: TServerSocket - keepAlive wrong initialization order by Ben Craig · 11 years ago
  75. 71b5a10 THRIFT-1892: Socket timeouts are declared in milli-seconds, but are by Ben Craig · 11 years ago
  76. d856ac8 THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPE by Ben Craig · 11 years ago
  77. fd64c15 THRIFT-2021: Improve large binary protocol string performance by Ben Craig · 11 years ago
  78. 96ea9da THRIFT-1751: definition of increase_max_fds doesn't compile when by Ben Craig · 11 years ago
  79. 6493523 THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ library by Ben Craig · 11 years ago
  80. 19244ed THRIFT-2031: Make SO_KEEPALIVE configurable for C++ lib by Ben Craig · 11 years ago
  81. aea8bfe THRIFT-2139: MSVC 2012 Error - Cannot compile due to BoostThreadFactory by Ben Craig · 11 years ago
  82. 38b453b THRIFT-2210: lib/java TSimpleJSONProtocol can emit invalid JSON by jfarrell · 11 years ago
  83. d430bbd * THRIFT-2195: added default argument for enhanced compatbility by Jens Geyer · 11 years ago
  84. 0164040 THRIFT-2195 Delphi: Add event handlers for server and processing events by Jens Geyer · 11 years ago
  85. 26ef743 THRIFT-2202 Delphi TServerImpl.DefaultLogDelegate may stop the server with I/O-Error 105 by Jens Geyer · 11 years ago
  86. 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
  87. 095ddb7 THRIFT-2190 Add the JavaScript thrift.js lib to the Bower registry by Henrique Mendonça · 11 years ago
  88. e594dcc Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 11 years ago
  89. a9e6248 THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 11 years ago
  90. 7cf085e THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 11 years ago
  91. d73aa07 THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture) by Jens Geyer · 11 years ago
  92. fd7ddef THRIFT-1944: Binding to zero port Client: cpp Patch: Akshat Aranya by Ben Craig · 11 years ago
  93. b2501a7 THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe by Ben Craig · 11 years ago
  94. 4ba1160 THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type and ID by Jens Geyer · 11 years ago
  95. 901d555 THRIFT-2175 Wrong field type set for binary by Jens Geyer · 11 years ago
  96. 8a0f8d1 THRIFT-2174 Deserializing JSON fails in specific cases by Jens Geyer · 11 years ago
  97. 4fb2706 THRIFT-1349:Remove unnecessary print outs Client: erl Patch: Matt Pratt by jfarrell · 11 years ago
  98. b0d3c3f Added missing ASF headers by Jens Geyer · 11 years ago
  99. aff2f78 THRIFT-2167 nodejs lib throws error if options argument isn't passed by henrique · 11 years ago
  100. 7a09483 THRIFT-2159 Serializer/Deserializer for Go by Jens Geyer · 11 years ago