1. 565ea0c THRIFT-2818 Trailing commas in array Client: Node.js Patch: Chi Vinh Le by Jens Geyer · 10 years ago
  2. e5ff9a8 THRIFT-2815 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 10 years ago
  3. 96dfcd5 THRIFT-2814 args/result classes not found when no namespace is set by Jens Geyer · 10 years ago
  4. 65e9bde THRIFT-2813 multiple haxe library fixes/improvements by Jens Geyer · 10 years ago
  5. 6794c62 THRIFT-2812 Go server adding redundant buffering layer by Jens Geyer · 10 years ago
  6. 4c33094 THRIFT-2811 Make remote socket address accessible by Jens Geyer · 10 years ago
  7. 1cf9612 THRIFT-2810: java - clean-up resources on error in TServerSocket constructor by Konrad Grochowski · 10 years ago
  8. 9fdc90a THRIFT-2809: .gitignore updated - compiler/cpp/Release added by Konrad Grochowski · 10 years ago
  9. 0c44912 Update gitignore by Jens Geyer · 10 years ago
  10. b502832 THRIFT-2806 more whitespace fixups Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  11. fea00ac THRIFT-2753 Haxe support: Misc. improvements Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  12. bd52f1a THRIFT-2644 Haxe support Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  13. 4712f8c c_glib: fix tutorial dependencies for parallel builds by Roger Meier · 10 years ago
  14. 71bd360 .travis.yml: just use 2 cores by Roger Meier · 10 years ago
  15. fed887f THRIFT-2804: java - TAsyncProcessor interface extracted from TBaseAsyncProcessor by Konrad Grochowski · 10 years ago
  16. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  17. 157872d THRIFT-2802: cpp - tutorial warnings removed by Konrad Grochowski · 10 years ago
  18. b3f5ffc THRIFT-2801: cpp - compilation warnings removed from test suite by Konrad Grochowski · 10 years ago
  19. cc092b3 THRIFT-2773: java - fixed oneway support while using TServiceClient by Konrad Grochowski · 10 years ago
  20. 4f4b15b compiler: remove trailing whitespaces by Roger Meier · 10 years ago
  21. e81367b THRIFT-2793: Go compiler produces uncompilable code Client: go Patch: Jens Geyer by jfarrell · 10 years ago
  22. 4776166 fix some license headers by Roger Meier · 10 years ago
  23. 3fa5d89 c_glib: remove -Werror by Roger Meier · 10 years ago
  24. 6e43b18 THRIFT-2793 Go compiler produces uncompilable code by Jens Geyer · 10 years ago
  25. 6f28c04 cpp: fix automake dependencies by Roger Meier · 10 years ago
  26. b5fd816 THRIFT-2538: Apache Thrift needs an official NuGet package by jfarrell · 10 years ago
  27. 5b02960 THRIFT-2046:The worktask can be timed out in TThreadPoolServer (Java) when the max# thrift thread is reached by jfarrell · 10 years ago
  28. cc15dff THRIFT-2791 Allowing use of buffered sockets in go server by Jens Geyer · 10 years ago
  29. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  30. 902b7af THRIFT-2654 reduce number of server exceptions Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  31. 035870d c_glib: fix automake dependencies by Roger Meier · 10 years ago
  32. ba4a5f0 .gitignore: add *.dirstamp and test/go/bin/ by Roger Meier · 10 years ago
  33. a5bf1a1 cpp: fix automake dependencies and make ProcessorTest.cpp compilable again by Roger Meier · 10 years ago
  34. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  35. b006a50 THRIFT-2788: enable TCP keep alive for sockets in java lib. by Lei Feiwei · 10 years ago
  36. a70986f THRIFT-2784 Eliminate compiler warnings in generated C++ code by Roger Meier · 10 years ago
  37. d5c7a0f format: spaces instead of tabs by Roger Meier · 10 years ago
  38. cb0754d THRIFT-2784 Eliminate compiler warnings in generated C++ code by Roger Meier · 10 years ago
  39. 9b0c47f THRIFT-2787 Delphi Lib README missing Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  40. 04a4c15 THRIFT-2786 Cpp Tutorial: Make TThreadPoolServer / TThreadedServer a bit easier to use by Jens Geyer · 10 years ago
  41. 157691f THRIFT-2785 Wrap errors in iostream_transport.go by Jens Geyer · 10 years ago
  42. d8dd7ea THRIFT-2784 Eliminate compiler warnings in generated C++ code by Roger Meier · 10 years ago
  43. ec300e3 THRIFT-1462 add more strict compiler flags by Roger Meier · 10 years ago
  44. f31eba9 THRIFT-2360 Json Generator by Roger Meier · 10 years ago
  45. 1a74d9c THRIFT-2360 Json Generator by Roger Meier · 10 years ago
  46. 1107b17 THRIFT-2783:Prop bin encoding in node Client: Node Lib Patch: John Campbell by Randy Abernethy · 10 years ago
  47. 7a03611 THRIFT-2782: D: Timing-insensitive unit tests for thrift.internal.resource_pool. by Jens Geyer · 10 years ago
  48. 2adfb0a THRIFT-2776 D tests failing Client: D Patch: Jens Geyer by Jens Geyer · 10 years ago
  49. 18502ee THRIFT-2781: D compiler stuck at idlgen due to compiler bug by Jens Geyer · 10 years ago
  50. 62d2af7 THRIFT-2775 static assert fails in src/thrift/internal/ctfe.d by Jens Geyer · 10 years ago
  51. ec71f2e THRIFT-2777: move erlang test files into .eunit scratch dir by alisdair sullivan · 10 years ago
  52. 0721867 THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.py by Konrad Grochowski · 10 years ago
  53. dabdf65 THRIFT-2778 - nodejs build cleanup Client: nodejs Patch: jfarrell by jfarrell · 10 years ago
  54. 4d3f937 THRIFT-2127: Autoconf scripting does not properly account for cross-compile by jfarrell · 10 years ago
  55. f231945 THRIFT-2269: Can deploy libthrift-source.jar to maven center repository by jfarrell · 10 years ago
  56. 5d4953f THRIFT-2764: Haskell does not build/test when using the Trusty Vagrantfile by jfarrell · 10 years ago
  57. 2c7eb9e THRIFT-2759: Trusty Vagrantfile does not make clean by jfarrell · 10 years ago
  58. f98a67b THRIFT-1536: Maven thrift plugin Client: build Patch: David Trott by jfarrell · 10 years ago
  59. a9ddab5 THRIFT-2720 nodejs - Error with enum generation by Roger Meier · 10 years ago
  60. 25023b1 THRIFT-809 Javascript client: Please make required fields actually required. by Roger Meier · 10 years ago
  61. f49ea06 Revert "Revert "THRIFT-2722: js: Fix javascript service inheritance namespacing"" by Roger Meier · 10 years ago
  62. 275278e lib/js/test/test.html: fix thrift.js include by Roger Meier · 10 years ago
  63. 371358c Revert "THRIFT-2722: js: Fix javascript service inheritance namespacing" by Roger Meier · 10 years ago
  64. 87caecf THRIFT-2705 make a package out of the haskell libraries for thrift by Roger Meier · 10 years ago
  65. 964082a THRIFT-2712 PHP: add "json" option to create JsonSerializable code by Roger Meier · 10 years ago
  66. d5f3be5 THRIFT-2757: py - checkIntegerLimits optimized by Konrad Grochowski · 10 years ago
  67. 93fea15 THRIFT-2757: py - Added integer limits checks in compact and JSON protocols by Konrad Grochowski · 10 years ago
  68. 9a7cb9f THRIFT-2722: js: Fix javascript service inheritance namespacing by Roger Meier · 10 years ago
  69. 5e58b80 THRIFT-2767 hs: Transport.Empty is not externally available by Roger Meier · 10 years ago
  70. 3da0906 THRIFT-2774: Add documentation for new erlang case feature flag by jfarrell · 10 years ago
  71. 2771991 THRIFT-2770 thrift.internal.traits unittest fails due to std.metastrings import by Jens Geyer · 10 years ago
  72. 8f8eaf3 THRIFT-2769 std.traits.pointerTarget is deprecated by Jens Geyer · 10 years ago
  73. dd971d5 THRIFT-2689 struct names that differ only in capitalization of first character generate broken erlang code by Jens Geyer · 10 years ago
  74. 196c5af THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  75. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  76. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  77. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  78. 23b60b5 Fixed links in contributing.md - CMS style variables seems to be unsupported in .md files by Konrad Grochowski · 10 years ago
  79. afec357 Trying to fix links in HowToContribute.md by Konrad Grochowski · 10 years ago
  80. 6d15c30 THRIFT-2628 struct member name conflicts due to lowercased names by Jens Geyer · 10 years ago
  81. 63ad5f6 Thrift-2715:Wrong Import-Package directive in MANIFEST Client: Java Patch: Zlika by jfarrell · 10 years ago
  82. 656a2fb THRIFT-1847 TSSLSocket.cpp and TFileTransport.cpp incorrectly excluded from Visual Studio project file by Jens Geyer · 10 years ago
  83. cc4ac49 THRIFT-2689 struct names that differ only in capitalization of first character generate broken erlang code by Jens Geyer · 10 years ago
  84. 5aff35f THRIFT-2754 erlang lib tests don't clean up after themselves properly by Jens Geyer · 10 years ago
  85. b898eaa THRIFT-2665 Debug statements are unnecessary and should be removed by Jens Geyer · 10 years ago
  86. 5057b4c THRIFT-2750: makes targets for get explicit by Randy Abernethy · 10 years ago
  87. bd2fce6 THRIFT-2751: repair node oneway bug and symlink issue by Randy Abernethy · 10 years ago
  88. 92a1ed0 THRIFT-2752: update centos installation doc Client: Docs Patch: Randy Abernethy by Randy Abernethy · 10 years ago
  89. 775248a THRIFT-2747: update .gitignore to ignore .vagrant by Randy Abernethy · 10 years ago
  90. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 10 years ago
  91. 99b9e1d THRIFT-2746: compiler/cpp/README.md updated by Konrad Grochowski · 10 years ago
  92. ab3f848 THRIFT-2746: Replace C++11 code in IDL compiler by Randy Abernethy · 10 years ago
  93. 293a40e THRIFT-2745: c++ - fixed some unit test compilation on windows by Konrad Grochowski · 10 years ago
  94. 3a724e3 THRIFT-2663: py - per module logger used in python lib by Konrad Grochowski · 10 years ago
  95. 485d71a THRIFT-2664: py - fixed errors on calling oneway functions by Konrad Grochowski · 10 years ago
  96. 03394b5 THRIFT-2662: py - Fix incorrect indentation when oneway function is used by Konrad Grochowski · 10 years ago
  97. eb393ac THRIFT-2701 Update TCompactProtocol.php by Jens Geyer · 10 years ago
  98. 25c68f4 THRIFT-2693 Erlang test leaves a lot of generated files by Roger Meier · 10 years ago
  99. aa99e0e THRIFT-2144 Client-side support for Multiplexing Services on any Transport and Protocol by Jens Geyer · 10 years ago
  100. 05d64b4 THRIFT-2707: rb - support for oneway messages fixed by Konrad Grochowski · 10 years ago