1. c61b3a8 THRIFT-2894 PHP json serializer skips maps with int/bool keys by Jens Geyer · 10 years ago
  2. 3bb34df THRIFT-2904 json_protocol_test.go fails Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  3. a792e5d THRIFT-2894 PHP json serializer skips maps with int/bool keys by Jens Geyer · 10 years ago
  4. 9f9535c THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  5. 15fe1cb THRIFT-2891 binary data may cause a failure with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  6. d8bddbc THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  7. 4991574 THRIFT-2884 Map does not serialize correctly for JSON protocol in Go library by Jens Geyer · 10 years ago
  8. 54d3969 Add CMake builds to travis by Pascal Bach · 10 years ago
  9. d5f87e1 CMake: Add CMake support for Thrift libraries by Pascal Bach · 10 years ago
  10. a195a25 THRIFT-2887 Respect --with-openssl when building C++ support. by Jon Parise · 10 years ago
  11. de76a37 THRIFT-2882 Lua Generator: using string.len funtion to get struct(map,list,set) size by winsweet · 10 years ago
  12. 3c5a788 THRIFT-2836 Add moveable_types option to C++ generator by Nate Rosenblum · 10 years ago
  13. 714a9aa THRIFT-2888: JSON generator - fixed missing include by Konrad Grochowski · 10 years ago
  14. 0a37870 THRIFT-2884 Map does not serialize correctly for JSON protocol in Go library by Jens Geyer · 10 years ago
  15. 119869a THRIFT-2779 PHP TJSONProtocol encode unicode into UCS-4LE which can't be parsed by other langurage bindings by Jens Geyer · 10 years ago
  16. 40b2b64 some binary files excluded from codespell check in 'make style' by Konrad Grochowski · 10 years ago
  17. 3876ea7 make style applied by Konrad Grochowski · 10 years ago
  18. 1f42d31 THRIFT-2868 Enhance error handling in the Go client by Jens Geyer · 10 years ago
  19. 57cd421 THRIFT-2881 Handle errors from Accept() correctly by Jens Geyer · 10 years ago
  20. 38a1c66 THRIFT-2879 TMemoryBuffer: using lua string in wrong way by winsweet · 10 years ago
  21. d0d7a65 THRIFT-2838 TNonblockingServer can bind to port 0 (i.e., get an OS-assigned port) but there is no way to get the port number by Nobuaki Sukegawa · 10 years ago
  22. 71067a8 THRIFT-2855 Move contributing.md to the root of the repository by Roger Meier · 10 years ago
  23. 0494987 THRIFT-2859: JSON generator - fixed i64 numbers generation by Konrad Grochowski · 10 years ago
  24. 4c1fde2 make style applied by Konrad Grochowski · 10 years ago
  25. bf9603c THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  26. 3de6b8f THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows by Pascal Bach · 10 years ago
  27. 9db4b51 THRIFT-2876: C++ - tests: coping __isset structure in copy constructor by Konrad Grochowski · 10 years ago
  28. 6794698 THRIFT-2874: C++ - typo in TDenseProtocol comment fixed by Konrad Grochowski · 10 years ago
  29. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 10 years ago
  30. fb05cf6 THRIFT-2789 TNonblockingServer leaks socket FD's under load by Jens Geyer · 10 years ago
  31. 78c57e1 THRIFT-2871 Missing semicolon in thrift.js by Jens Geyer · 10 years ago
  32. 8784837 THRIFT-2844:Add Browserify support to node Client: Node Patch Cameron Ring by Randy Abernethy · 10 years ago
  33. 3a52529 THRIFT-2825 Supplying unicode to python Thrift client can cause next request arguments to get overwritten by Zach Steindler · 10 years ago
  34. fc1303e THRIFT-2846 Expose ciphers parameter from ssl.wrap_socket() by Roger Meier · 10 years ago
  35. 4bf97c1 Do not drop CFLAGS from c_glib compilation by Anatol Pomozov · 10 years ago
  36. 6ce1e73 THRIFT-2866: Go - generator code readability enhanced by Konrad Grochowski · 10 years ago
  37. 9462ce3 THRIFT-2859: compilation fix, C++11 removed from JSON generator by Konrad Grochowski · 10 years ago
  38. dae6d3c 'make style' applied by Konrad Grochowski · 10 years ago
  39. ffa255c THRIFT-2859 JSON generator: output complete descriptors by Jens Geyer · 10 years ago
  40. 527b6d9 THRIFT-2854 Go Struct writer and reader looses important error information by Jens Geyer · 10 years ago
  41. 200150d THRIFT-2864 JSON generator missing from Visual Studio build project by Jens Geyer · 10 years ago
  42. 6aeb82e THRIFT-2862 Enable RTTI and/or build macros for generated code by Jens Geyer · 10 years ago
  43. 05c1bff THRIFT-2861 add buffered transport Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  44. d35f616 THRIFT-2861 add buffered transport Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  45. 406e795 THRIFT-2860 Delphi server closes connection on unexpected exceptions by Jens Geyer · 10 years ago
  46. eed6a6d THRIFT-2857 C# generator creates uncompilable code for struct constants by Jens Geyer · 10 years ago
  47. 1e7971c THRIFT-2851 Remove strange public Peek() from Go transports by Jens Geyer · 10 years ago
  48. 740db54 THRIFT-2853 Adjust comments that doesn't apply anymore because of THRIFT-2852 by Jens Geyer · 10 years ago
  49. cb0afcc THRIFT-2852 Better Open/IsOpen/Close behavior for StreamTransport. by Jens Geyer · 10 years ago
  50. 28d9315 THRIFT-2849: nodejs - some typos fixed by Konrad Grochowski · 10 years ago
  51. 05fb842 THRIFT-2849: codespell added to 'make style' by Konrad Grochowski · 10 years ago
  52. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  53. eab29a0 THRIFT-2848 certain Delphi tests do not build if TypeRegistry is used by Jens Geyer · 10 years ago
  54. e50f12a THRIFT-2847 function IfValue() is a duplicate of System.StrUtils.IfThen by Jens Geyer · 10 years ago
  55. ea2fbcf THRIFT-2843: Automake configure.ac has possible typo related to Java by jfarrell · 10 years ago
  56. ba30239 THRIFT-2744:Add Centos 6.5 Vagrantfile to contrib by Randy Abernethy · 10 years ago
  57. 6a4589a THRIFT-2834:Remove spurious semicolons in generated code by Randy Abernethy · 10 years ago
  58. 5f9bdff THRIFT-2841 Add comprehensive integration tests for the whole Go stack by Jens Geyer · 10 years ago
  59. 0dd4801 THRIFT-2839 TFramedTransport read bug by Jens Geyer · 10 years ago
  60. 2f971e8 THRIFT-2817 Smarter buffer peeking for json protocols by Jens Geyer · 10 years ago
  61. 9c0316b THRIFT-2831:Eliminates dead code in node web server by Randy Abernethy · 10 years ago
  62. 0a93dcd THRIFT-2840: Cabal file points to LICENSE file outside the path of the Haskell project. by jfarrell · 10 years ago
  63. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  64. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  65. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  66. ca7e97e THRIFT-2814 args/result classes not found when no namespace is set by Jens Geyer · 10 years ago
  67. 1cdf250 THRIFT-2822: 0.9.2 release not available via bower client: build Patch: jfarrell by jfarrell · 10 years ago
  68. 6fb5923 THRIFT-2807 PHP CS Fix by Roger Thomas · 10 years ago
  69. 5effab6 .travis.yml: restructure matrix build, add QA, add CMake builds by Roger Meier · 10 years ago
  70. 2e091f6 THRIFT-2819 Client Node Patch: Chi Vinh Le by Randy Abernethy · 10 years ago
  71. c118db2 THRIFT-2830:clean up ant tutorial warnings by Randy Abernethy · 10 years ago
  72. 8c16ed7 THRIFT-2823:grunt tests failing Client: JS Patch: Randy Abernethy by Randy Abernethy · 10 years ago
  73. b029aa8 THRIFT-2829 Support haxelib installation via github by Jens Geyer · 10 years ago
  74. 1824114 THRIFT-2828 slightly wrong help screen indent by Jens Geyer · 10 years ago
  75. b265230 THRIFT-2823: grunt jsjq test fail Client: JS Patch: Randy Abernethy by Randy Abernethy · 10 years ago
  76. 8c12b19 THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTest by Konrad Grochowski · 10 years ago
  77. e38f1e2 THRIFT-2824 Flag to disable html escaping doctext by Jens Geyer · 10 years ago
  78. 38f2a2a THRIFT-2826 html:standalone sometimes ignored Client: HTML Patch: Jens Geyer by Jens Geyer · 10 years ago
  79. 565ea0c THRIFT-2818 Trailing commas in array Client: Node.js Patch: Chi Vinh Le by Jens Geyer · 10 years ago
  80. e5ff9a8 THRIFT-2815 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 10 years ago
  81. 96dfcd5 THRIFT-2814 args/result classes not found when no namespace is set by Jens Geyer · 10 years ago
  82. 65e9bde THRIFT-2813 multiple haxe library fixes/improvements by Jens Geyer · 10 years ago
  83. 6794c62 THRIFT-2812 Go server adding redundant buffering layer by Jens Geyer · 10 years ago
  84. 4c33094 THRIFT-2811 Make remote socket address accessible by Jens Geyer · 10 years ago
  85. 1cf9612 THRIFT-2810: java - clean-up resources on error in TServerSocket constructor by Konrad Grochowski · 10 years ago
  86. 9fdc90a THRIFT-2809: .gitignore updated - compiler/cpp/Release added by Konrad Grochowski · 10 years ago
  87. 0c44912 Update gitignore by Jens Geyer · 10 years ago
  88. b502832 THRIFT-2806 more whitespace fixups Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  89. fea00ac THRIFT-2753 Haxe support: Misc. improvements Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  90. bd52f1a THRIFT-2644 Haxe support Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  91. 4712f8c c_glib: fix tutorial dependencies for parallel builds by Roger Meier · 10 years ago
  92. 71bd360 .travis.yml: just use 2 cores by Roger Meier · 10 years ago
  93. fed887f THRIFT-2804: java - TAsyncProcessor interface extracted from TBaseAsyncProcessor by Konrad Grochowski · 10 years ago
  94. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  95. 157872d THRIFT-2802: cpp - tutorial warnings removed by Konrad Grochowski · 10 years ago
  96. b3f5ffc THRIFT-2801: cpp - compilation warnings removed from test suite by Konrad Grochowski · 10 years ago
  97. cc092b3 THRIFT-2773: java - fixed oneway support while using TServiceClient by Konrad Grochowski · 10 years ago
  98. 4f4b15b compiler: remove trailing whitespaces by Roger Meier · 10 years ago
  99. e81367b THRIFT-2793: Go compiler produces uncompilable code Client: go Patch: Jens Geyer by jfarrell · 10 years ago
  100. 4776166 fix some license headers by Roger Meier · 10 years ago