1. 044e89d THRIFT-2653 improved Delphi const generation Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  2. c20eeaa THRIFT-2589 const of BaseType in IDL generates static instead of const properties by Jens Geyer · 10 years ago
  3. ca44a62 THRIFT-2651: struct names that are restricted erlang terms generate invalid type signatures by alisdair sullivan · 10 years ago
  4. d52edba THRIFT-2231 Support tornado-4.x (Python) by Roger Meier · 10 years ago
  5. f5136ab Revert "THRIFT-2578 Moving 'make cross' from test.sh to test.py" by Roger Meier · 10 years ago
  6. 7fd0640 THRIFT-2649 TAsyncClientManager leaks the selector by Roger Meier · 10 years ago
  7. c53bbd2 THRIFT-2578 Moving 'make cross' from test.sh to test.py by cdwijayarathna · 10 years ago
  8. 16c164e THRIFT-2647 compiler-hs: don't decapitalize field names, do decapitalize argument bindings by Roger Meier · 10 years ago
  9. 06d0fa0 THRIFT-2648 cleanup erlang lib by alisdair sullivan · 10 years ago
  10. a0b8674 THRIFT-2639 c_glib: Expose as properties members of generated structs by Jens Geyer · 10 years ago
  11. f341c59 THRIFT-2152 Generated Haskell files does not compile by Roger Meier · 10 years ago
  12. b360ed3 THRIFT-2645 generated Go server code always sets Success retval by Jens Geyer · 10 years ago
  13. e8bafb6 THRIFT-2578 Moving 'make cross' from test.sh to test.py by Roger Meier · 10 years ago
  14. 790a388 THRIFT-2621 Add basic default hash code method to python by Jens Geyer · 10 years ago
  15. 57e68b2 THRIFT-2643 Introduce additional deserialize() variant with offset/length by Charles O'Farrell · 10 years ago
  16. 6e25d74 .gitignore: add tutorial/c_glib/tutorial_client by Roger Meier · 10 years ago
  17. 75eb2a3 THRIFT-2578 Moving 'make cross' from test.sh to test.py by cdwijayarathna · 10 years ago
  18. 8033e7e Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated" by Roger Meier · 10 years ago
  19. 2814c2e THRIFT-976 c_glib tutorial by Roger Meier · 10 years ago
  20. 60b7ad6 THRIFT-2639 c_glib: Expose as properties members of generated structs by Roger Meier · 10 years ago
  21. 87a0477 go: clean tutorial properly by Roger Meier · 10 years ago
  22. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 10 years ago
  23. 557d6ea make clean should rm src/gen instead of emptying by Jens Geyer · 10 years ago
  24. f04d9f4 make clean should remove gen-go folder by Jens Geyer · 10 years ago
  25. 11066bd THRIFT-2578 Moving 'make cross' from test.sh to test.py by cdwijayarathna · 10 years ago
  26. bee7b73 Add unit test for OpenSSL manual initialization by Alan Dunn · 10 years ago
  27. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 10 years ago
  28. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 10 years ago
  29. 8345772 THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated by Jens Geyer · 10 years ago
  30. 3c49411 THRIFT-1188 C++: Use bit fields for a more compact __isset struct by Roger Meier · 10 years ago
  31. c0a7d72 THRIFT-2638 travis: build with Haskell Patch: John Chee by henrique · 10 years ago
  32. 2591be2 test/go: use mkdir -p by Roger Meier · 10 years ago
  33. 54c0d2e THRIFT-2122 NPE in TSSLTransportFactory.createClient when no truststore password is passed in custom SSL params by Roger Meier · 10 years ago
  34. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 10 years ago
  35. 6aacd4c THRIFT-2394 TCurlClient: an HTTP transport implementation using libcurl by Roger Meier · 10 years ago
  36. fcd062d THRIFT-2173 Move FrameBuffer creation to a factory method for cusomization by Roger Meier · 10 years ago
  37. 84d1188 THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods by Roger Meier · 10 years ago
  38. 9df3854 .gitignore: add test/go stuff by Roger Meier · 10 years ago
  39. ce9cf13 THRIFT-2619 Go lib http transport does not handle EOF correctly by Roger Meier · 10 years ago
  40. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 10 years ago
  41. 7dce7b2 THRIFT-1260 The thrift THttpclient in c# client is not closing the connections when calling SendRequest by Jens Geyer · 10 years ago
  42. fb6ed7e THRIFT-2628 erlang: struct member name conflicts due to lowercased names by alisdair sullivan · 10 years ago
  43. 577f407 THRIFT-2632 add "validate" option to generate read/write validation code by Jens Geyer · 10 years ago
  44. 16e2ed2 .gitignore update by Roger Meier · 10 years ago
  45. 909f186 THRIFT-2636 c_glib: ThriftApplicationException: Expose "type" and "message" properties by Roger Meier · 10 years ago
  46. dfdc008 THRIFT-1944 Binding to zero port by Roger Meier · 10 years ago
  47. 8b51bc6 remove trailing whitespace by Roger Meier · 10 years ago
  48. ac8d8e2 THRIFT-2635 Travis CI build and test matrix by henrique · 10 years ago
  49. feea947 THRIFT-2633 remove 'this is a dummy struct' structs from generated erlang by alisdair sullivan · 10 years ago
  50. 1d7e35a THRIFT-2631 c_glib: Support service inheritance in clients by Roger Meier · 10 years ago
  51. dd077c8 THRIFT-2634 undocumented php "nsglobal" option Client: PHP Patch: Jens Geyer by Jens Geyer · 10 years ago
  52. 7a8b286 THRIFT-2629 JavaDoc style documentation should be reused Client: C++ by henrique · 10 years ago
  53. a75a5f0 fully qualified names in hs generator by John Chee · 11 years ago
  54. 3148f21 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Roger Meier · 10 years ago
  55. 8a2bab3 THRIFT-1766 [Ruby] Provide support for binary types Patch: Vanja Bucic by henrique · 10 years ago
  56. c437cff THRIFT-2627:erlang backend doesn't support corecursive structs client: erlang patch: anthony molinari by alisdair sullivan · 10 years ago
  57. cb3f3f3 THRIFT-1357:Erlang Dependency breaks build by alisdair sullivan · 10 years ago
  58. 57e6de4 THRIFT-2602 Fix missing dist files by Roger Meier · 10 years ago
  59. 9a93fe0 THRIFT-2612 Java TCompactProtocol.readBinary zero copying by Jens Geyer · 11 years ago
  60. 3974aab THRIFT-2602 Fix missing dist files by Roger Meier · 11 years ago
  61. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  62. 0e86f1f THRIFT-2624: Add TServerEventHandler support to C# Client: C# Patch: ra by Randy Abernethy · 11 years ago
  63. cdab7ee THRIFT-1609 Cocoa import namespace Client: Cocoa Patch: Xabier Eizmendi by Jens Geyer · 11 years ago
  64. 30a472e THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  65. 4c8506e Thrift-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  66. 507ba1b THRIFT-2600: Release 0.9.2 by jfarrell · 11 years ago
  67. 4f54d13 THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  68. ef7d56c THRIFT-2602:Fix missing dist files Client: ruby Patch: jfarrell by jfarrell · 11 years ago
  69. 750df2e THRIFT-2620: Fix python packaging Client: build process Patch: jfarrell by jfarrell · 11 years ago
  70. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  71. b0350db Thrift-2601:Fix vagrant to work again for builds again by jfarrell · 11 years ago
  72. dbf2bb5 Thrift-2601:Fix vagrant to work again for builds again by jfarrell · 11 years ago
  73. 3e41ece Thrift-2601: Fix vagrant to work again for builds again by jfarrell · 11 years ago
  74. 4402ada THRIFT-2618: Unignore /aclocal files required for build by jfarrell · 11 years ago
  75. 3f67978 THRIFT-2578 Moving 'make cross' from test.sh to test.py by cdwijayarathna · 11 years ago
  76. b7af66e THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed by Konrad Grochowski · 11 years ago
  77. 6f86f9a THRIFT-2557 CS0542 member names cannot be the same as their enclosing type by Jens Geyer · 11 years ago
  78. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  79. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  80. f83c0e1 THRIFT-2416 Cannot use TCompactProtocol with MSVC by Roger Meier · 11 years ago
  81. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  82. 2768eb2 THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4 by Roger Meier · 11 years ago
  83. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago
  84. ca545bd THRIFT-2606 ThreadManager.h warning in clang++ 3.4 by Roger Meier · 11 years ago
  85. 464a3a4 THRIFT-2092 TNonblocking server should release handler as soon as connection closes by Roger Meier · 11 years ago
  86. 1a5127b THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 by Roger Meier · 11 years ago
  87. f9fbda8 THRIFT-1926 PHP Constant Generation Refactoring by Roger Meier · 11 years ago
  88. 81b3a42 THRIFT-2524 Visual Studio project is missing TThreadedServer files by Jens Geyer · 11 years ago
  89. 41312c7 THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago
  90. 9a4f40d THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago
  91. bc2ca4e THRIFT-1926 PHP Constant Generation Refactoring by Jens Geyer · 11 years ago
  92. 45abf12 THRIFT-2594 JS Compiler: Single quotes are not being escaped in constants. by Roger Meier · 11 years ago
  93. 0dd35a6 fix global leaks and copy-paste errors by Wade Simmons · 11 years ago
  94. f16daad .gitignore: haskell related exclude by Roger Meier · 11 years ago
  95. 12ee881 THRIFT-2599 Uncompileable Delphi code due to naming conflicts with IDL by Jens Geyer · 11 years ago
  96. 9bb4c11 Testcase fixed by Jens Geyer · 11 years ago
  97. 0cb870b Thrift-2467: Unable to build contrib/fb303 on OSX 10.9.2 by jfarrell · 11 years ago
  98. 35c8b97 fix TFramedTransport residual continuation by Wade Simmons · 11 years ago
  99. 7878f11 Add [-s[sl]] option for the python service remote to enable communication over an SSL socket connection by David Robakowski · 11 years ago
  100. bf2617e Thrift-THRIFT-2574: Compiler option to generate namespace directories for Ruby by jfarrell · 11 years ago