1. 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
  2. 89cffc6 THRIFT-3126 PHP JSON serializer converts empty or int-indexed maps to lists by Jens Geyer · 10 years ago
  3. eec445e THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request by henrique · 10 years ago
  4. 55c3abc Revert "THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request" by henrique · 10 years ago
  5. 9e78ed8 THRIFT-3121 Librt does not exist on OSX by Thomas Bartelmess · 10 years ago
  6. 1e723d9 THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request by henrique · 10 years ago
  7. 9de9b1f THRIFT-2850 get windows cmake working again and building the unit tests for lib/cpp, and pass make check through cmake - also resolve some compiler warnings by Jim King · 10 years ago
  8. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 10 years ago
  9. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  10. 4bf9399 THRIFT-3117 Java TSSLTransportFactory can't load certificates within JAR archive by Roger Meier · 10 years ago
  11. 1951424 THRIFT-1954 Allow for a separate connection timeout value by Roger Meier · 10 years ago
  12. 5428302 THRIFT-3119 Java's TThreadedSelectorServer has indistinguishable log messages in run() by Roger Meier · 10 years ago
  13. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  14. 87bb771 THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixed by Konrad Grochowski · 10 years ago
  15. dc799ca Compact Protocol in Cocoa Client: Cocoa Patch: creker <sam901@yandex.ru> by Jens Geyer · 10 years ago
  16. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  17. 71f2d8a THRIFT-3067 C++ cppcheck performance related warnings by Roger Meier · 10 years ago
  18. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  19. 95717c9 Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes" by Jens Geyer · 10 years ago
  20. 3b99c97 THRIFT-3106 CMake summary should give more information why a library is set to off by Roger Meier · 10 years ago
  21. 98201b0 THRIFT-3090 cmake build is broken on MacOSX. by Marco Molteni · 10 years ago
  22. 018c1b8 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 10 years ago
  23. 9f74f32 THRIFT-3102 could not make check for Go Library Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  24. 2aa04bf THRIFT-3028 Regression caused by THRIFT-2180 by Jens Geyer · 10 years ago
  25. 8349425 THRIFT-3099 cmake build is broken on FreeBSD by Marco Molteni · 10 years ago
  26. f332d16 THRIFT-3041 Generate asynchronous clients for Cocoa by Jens Geyer · 10 years ago
  27. 7f47792 THRIFT-3097 cmake targets unconditionally depend on optional libraries by Marco Molteni · 10 years ago
  28. a242c28 THRIFT-227 Pretty print binary collections by Roger Meier · 10 years ago
  29. 8f27189 THRIFT-3090 cmake build is broken (set CMake version to 2.8.12) by Roger Meier · 10 years ago
  30. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  31. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  32. 1673adf THRIFT-3094 fix broken cmake build of C++ library with alternate threading by Jim King · 10 years ago
  33. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago
  34. 19e32dc THRIFT-2850 CMake for Apache Thrift by Roger Meier · 10 years ago
  35. 5af78c8 Revert "THRIFT-3014 AppVeyor support - fix format" by Roger Meier · 10 years ago
  36. 81b3c44 THRIFT-3014 AppVeyor support - fix format by Roger Meier · 10 years ago
  37. b1a35da THRIFT-3088 TThreadPoolServer with Sasl auth may leak CLOSE_WAIT socket by Winger Pun · 10 years ago
  38. 79e971e c_glib: fix some warnings by Roger Meier · 10 years ago
  39. 86f7350 THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  40. 8ccd634 THRIFT-3077 TFileTransport fix ignored ftruncate result by Jim King · 10 years ago
  41. 7110ab2 THRIFT-3079 java: TNonblockingServerSocket's logger is not named after TNonblockingServerSocket by Roger Meier · 10 years ago
  42. b818185 nodejs: Add main header to example README. by Simon Hürlimann (CyT) · 10 years ago
  43. d732321 nodejs: Fix Markdown syntax for README. by Simon Hürlimann (CyT) · 10 years ago
  44. b5ebcd1 THRIFT-3080: use select() instead poll() for early windows compatibility. by Lei Feiwei · 10 years ago
  45. 38772c9 THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge number connections are accepted and unix socket stream fd is busy. by abadcafe · 10 years ago
  46. 9226590 THRIFT-3065 java: Update libthrift dependencies (slf4j, httpcore, httpclient) by Roger Meier · 10 years ago
  47. 7848d88 THRIFT-3086 fix a few minor valgrind identified issues by Jim King · 10 years ago
  48. 7fc33be THRIFT-3085 thrift_reconnecting_client never tries to reconnect by Jens Geyer · 10 years ago
  49. 1dc2653 THRIFT-3070 Add ability to set the LocalCertificateSelectionCallback by Jens Geyer · 10 years ago
  50. 3815e0b THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library) by Roger Meier · 10 years ago
  51. 0114455 THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library) by Roger Meier · 10 years ago
  52. 8ffabb0 THRIFT-1125 Multiplexing support for the Ruby Library by Jens Geyer · 10 years ago
  53. 434edf6 THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks by Jens Geyer · 10 years ago
  54. c214572 THRIFT-3033 Perl: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 10 years ago
  55. af57724 THRIFT-3050 Client certificate authentication for non-http TLS in C# by Jens Geyer · 10 years ago
  56. 6fc2115 THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected by Roger Meier · 10 years ago
  57. 664dd0a THRIFT-123: TZlibTransport for Java by Randy Abernethy · 10 years ago
  58. cada370 THRIFT-3048: Repair node i64 compact interface by Randy Abernethy · 10 years ago
  59. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  60. a2d12b6 ruby: fix typo by Roger Meier · 10 years ago
  61. 47accfc nodejs: fix typo by Roger Meier · 10 years ago
  62. 2bb6f51 THRIFT-3031 Java: migrate "shouldStop" flag to TServer by Roger Meier · 10 years ago
  63. e678948 THRIFT-1909 Java: Add compiler flag to use the "option pattern" for optional fields by Roger Meier · 10 years ago
  64. d565e2f Thrift-1784: pep-3110 exception handling Client: py Patch: jfarrell by jfarrell · 10 years ago
  65. 1d1bca2 THRIFT-3027 Go compiler does not ensure common initialisms have consistent case by Jens Geyer · 10 years ago
  66. 28c1c19 THRIFT-3023 Go compiler is a little overly conservative with names of attributes by Jens Geyer · 10 years ago
  67. c7cf379 THRIFT-3030 TThreadedServer: Property for number of clientThreads by Jens Geyer · 10 years ago
  68. d683440 THRIFT-3018 Compact protocol for Delphi, added another test case by Jens Geyer · 10 years ago
  69. 624781c THRIFT-3026 TMultiplexedProcessor does not have a constructor by Jens Geyer · 10 years ago
  70. 65ee983 THRIFT-3025 Change pure Ints into @enums Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  71. 8cc78c1 THRIFT-3024 User-Agent "BattleNet" used in some Thrift library files by Jens Geyer · 10 years ago
  72. 426ab86 THRIFT-3022 Compact protocol for Haxe Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  73. 6f7399b cpp: remove unused variable g_socket_syscalls by Roger Meier · 10 years ago
  74. a6ea444 THRIFT-3018 Compact protocol for Delphi, one missing test case added by Jens Geyer · 10 years ago
  75. f702fed THRIFT-3020:Repair CPP11 init of member in TFramedTrans by Randy Abernethy · 10 years ago
  76. f0e6331 THRIFT-3018 Compact protocol for Delphi Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  77. 96eff17 THRIFT-3017 order of map key/value types incorrect for one CTOR by Jens Geyer · 10 years ago
  78. 6b61601 THRIFT-2180 Integer types issues in Cocoa lib on ARM64 by Roger Meier · 10 years ago
  79. 00a4e3e THRIFT-3009 TSSLSocket does not use the correct hostname (breaks certificate checks) by Jens Geyer · 10 years ago
  80. 962e410 THRIFT-3006 Attach 'omitempty' json tag for optional fields in Go by Jens Geyer · 10 years ago
  81. bd60b92 THRIFT-3008: Node.js server does not fully support exceptions by Randy Abernethy · 10 years ago
  82. 2ad6c30 THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary open/close by Jens Geyer · 10 years ago
  83. 8b14d17 THRIFT-3011 C# test server testException() not implemented according to specs by Jens Geyer · 10 years ago
  84. 12b06e4 THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale by Konrad Grochowski · 10 years ago
  85. 80aa53e THRIFT-3001 C# Equals fails for binary fields (byte[]) by Jens Geyer · 10 years ago
  86. d8187c5 THRIFT-2976: add browserify support and tests by Randy Abernethy · 10 years ago
  87. 3b9ff4d THRIFT-2969 Client: nodejs Patch: Andrew de Andrade by Randy Abernethy · 10 years ago
  88. 4702fe6 THRIFT-2930 erlang module thriftTest_thrift referenced instead of thrift_test_thrift by Roger Meier · 10 years ago
  89. ded6401 THRIFT-2999 remove CR/LF post .getattributes text = auto by Randy Abernethy · 10 years ago
  90. 0d964d8 THRIFT-2937 Allow setting a maximum frame size by Roger Meier · 10 years ago
  91. 283899b Use Boost C++ >= 1.53.0 by Sergei Nikulov · 10 years ago
  92. 96f4f07 THRIFT-2964: nodejs file breakout Client: NodeJS Patch: Andrew de Andrade by Randy Abernethy · 10 years ago
  93. 43509df THRIFT-2928 Rename the erlang test_server module Client: Erlang Patch: Bhasker Kode by Bosky · 10 years ago
  94. 468e63b THRIFT-2914 explicit dependency to Lua5.2 fails on some systems by Jens Geyer · 10 years ago
  95. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  96. a727007 THRIFT-2932: Node.js Thrift connection libraries throw Exceptions into event emitter by Randy Abernethy · 10 years ago
  97. 281bdae THRIFT-2940 nodejs: move package.json to root folder by Roger Meier · 10 years ago
  98. 8e73137 THRIFT-2963: add code coverage to nodejs lib by Randy Abernethy · 10 years ago
  99. a0c5ab7 THRIFT-2971 - C++ test and tutorial parallel build is unstable by Nobuaki Sukegawa · 10 years ago
  100. 208738a THRIFT-2972 - Missing backstash in lib/cpp/test/Makefile.am by Nobuaki Sukegawa · 10 years ago