1. 5ef662b THRIFT-406 Convert C++ Test to Boost::Test by Claudius Heine · 10 years ago
  2. 3f2e710 THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens by Jens Geyer · 10 years ago
  3. 2238ada THRIFT-3202: Allow HSHAServer to configure min and max worker threads separately. by jfarrell · 10 years ago
  4. 15d9042 THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  5. 0b8132d THRIFT-3197: keepAliveTime is hard coded as 60 sec in TThreadPoolServer by jfarrell · 10 years ago
  6. 417b631 THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength by Jens Geyer · 10 years ago
  7. 42b9be1 THRIFT-3196: Fix a typo in the lua TBinaryProtocol by Phillipp Röll · 10 years ago
  8. 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
  9. 0856273 fix whitespaces detected by .editorconfig by Roger Meier · 10 years ago
  10. 4e1ea11 THRIFT-3179 should not bind to localhost when try to connect by zzn · 10 years ago
  11. 9815c19 THRIFT-3180 fix framed transport by zzn · 10 years ago
  12. 9b3b8d4 THRIFT-3184 Thrift Go leaves file descriptors open by Jens Geyer · 10 years ago
  13. 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
  14. 56d38fb THRIFT-3176 ruby: Union incorrectly implements == by Roger Meier · 10 years ago
  15. 401d399 THRIFT-3177 Fails to run rake test by Roger Meier · 10 years ago
  16. 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
  17. c0e4a8d Revert "THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments" by Henrique Mendonça · 10 years ago
  18. bbd6fd7 THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  19. b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
  20. 1568aef THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  21. 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
  22. 70219e1 THRIFT-3150 Add an option to make Read and Write methods private by Jens Geyer · 10 years ago
  23. 8606271 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct by Jens Geyer · 10 years ago
  24. 0b09887 THRIFT-2842 Erlang thrift client has infinite timeout by Jens Geyer · 10 years ago
  25. e84c582 THRIFT-2916 Add default toHash method to 'class' and 'struct' to meet D's associative arrays requirement. by Jens Geyer · 10 years ago
  26. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  27. 3b115df THRIFT-727 - C++: what() method of generated exceptions will provide more information by Konrad Grochowski · 10 years ago
  28. 83cd3e8 THRIFT-3162 Rename the 'format' parameter to disambiguate from std.format's format. by Jens Geyer · 10 years ago
  29. fc8a6a5 THRIFT-3131 fix path for "go get" by Jens Geyer · 10 years ago
  30. b7138ac THRIFT-3149 go: make generated readFieldN methods private by Jens Geyer · 10 years ago
  31. a6b6633 THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fix by Roger Meier · 10 years ago
  32. 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
  33. 04488dd THRIFT-3151 Fix links to git-wip* - should be git.apache.org by Jens Geyer · 10 years ago
  34. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  35. 77a7103 THRIFT-3144 make String representation of enums in generated go code less verbose by Jens Geyer · 10 years ago
  36. ef0a8fa THRIFT-3138 "make check" parallel execution is underministic by Nobuaki Sukegawa · 10 years ago
  37. 03f0e18 THRIFT-3133 Allow "make cross" and "make precross" to run without building all languages by Nobuaki Sukegawa · 10 years ago
  38. 72f8809 THRIFT-3141 Improve logging of JavaScript test by Nobuaki Sukegawa · 10 years ago
  39. 63b5120 THRIFT-3142 Make JavaScript use downloaded libraries by Nobuaki Sukegawa · 10 years ago
  40. fbc6977 THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test server by Nobuaki Sukegawa · 10 years ago
  41. 42bc88c THRIFT-3139 JS library test is flaky by Nobuaki Sukegawa · 10 years ago
  42. 2c4edd8 THRIFT-3134 Remove use of deprecated "phantom.args" by Nobuaki Sukegawa · 10 years ago
  43. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
  44. 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
  45. 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 10 years ago
  46. ec847ac THRIFT-3125 Fix the list of exported headers in automake input by Roger Meier · 10 years ago
  47. dfc22ad THRIFT-3128 Go generated code produces name collisions between services by Jens Geyer · 10 years ago
  48. 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
  49. 89cffc6 THRIFT-3126 PHP JSON serializer converts empty or int-indexed maps to lists by Jens Geyer · 10 years ago
  50. eec445e THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request by henrique · 10 years ago
  51. 55c3abc Revert "THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request" by henrique · 10 years ago
  52. 9e78ed8 THRIFT-3121 Librt does not exist on OSX by Thomas Bartelmess · 10 years ago
  53. 1e723d9 THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request by henrique · 10 years ago
  54. 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
  55. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 10 years ago
  56. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  57. 4bf9399 THRIFT-3117 Java TSSLTransportFactory can't load certificates within JAR archive by Roger Meier · 10 years ago
  58. 1951424 THRIFT-1954 Allow for a separate connection timeout value by Roger Meier · 10 years ago
  59. 5428302 THRIFT-3119 Java's TThreadedSelectorServer has indistinguishable log messages in run() by Roger Meier · 10 years ago
  60. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  61. 87bb771 THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixed by Konrad Grochowski · 10 years ago
  62. dc799ca Compact Protocol in Cocoa Client: Cocoa Patch: creker <sam901@yandex.ru> by Jens Geyer · 10 years ago
  63. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  64. 71f2d8a THRIFT-3067 C++ cppcheck performance related warnings by Roger Meier · 10 years ago
  65. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  66. 95717c9 Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes" by Jens Geyer · 10 years ago
  67. 3b99c97 THRIFT-3106 CMake summary should give more information why a library is set to off by Roger Meier · 10 years ago
  68. 98201b0 THRIFT-3090 cmake build is broken on MacOSX. by Marco Molteni · 10 years ago
  69. 018c1b8 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 10 years ago
  70. 9f74f32 THRIFT-3102 could not make check for Go Library Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  71. 2aa04bf THRIFT-3028 Regression caused by THRIFT-2180 by Jens Geyer · 10 years ago
  72. 8349425 THRIFT-3099 cmake build is broken on FreeBSD by Marco Molteni · 10 years ago
  73. f332d16 THRIFT-3041 Generate asynchronous clients for Cocoa by Jens Geyer · 10 years ago
  74. 7f47792 THRIFT-3097 cmake targets unconditionally depend on optional libraries by Marco Molteni · 10 years ago
  75. a242c28 THRIFT-227 Pretty print binary collections by Roger Meier · 10 years ago
  76. 8f27189 THRIFT-3090 cmake build is broken (set CMake version to 2.8.12) by Roger Meier · 10 years ago
  77. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  78. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  79. 1673adf THRIFT-3094 fix broken cmake build of C++ library with alternate threading by Jim King · 10 years ago
  80. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago
  81. 19e32dc THRIFT-2850 CMake for Apache Thrift by Roger Meier · 10 years ago
  82. 5af78c8 Revert "THRIFT-3014 AppVeyor support - fix format" by Roger Meier · 10 years ago
  83. 81b3c44 THRIFT-3014 AppVeyor support - fix format by Roger Meier · 10 years ago
  84. b1a35da THRIFT-3088 TThreadPoolServer with Sasl auth may leak CLOSE_WAIT socket by Winger Pun · 10 years ago
  85. 79e971e c_glib: fix some warnings by Roger Meier · 10 years ago
  86. 86f7350 THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  87. 8ccd634 THRIFT-3077 TFileTransport fix ignored ftruncate result by Jim King · 10 years ago
  88. 7110ab2 THRIFT-3079 java: TNonblockingServerSocket's logger is not named after TNonblockingServerSocket by Roger Meier · 10 years ago
  89. b818185 nodejs: Add main header to example README. by Simon Hürlimann (CyT) · 10 years ago
  90. d732321 nodejs: Fix Markdown syntax for README. by Simon Hürlimann (CyT) · 10 years ago
  91. b5ebcd1 THRIFT-3080: use select() instead poll() for early windows compatibility. by Lei Feiwei · 10 years ago
  92. 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
  93. 9226590 THRIFT-3065 java: Update libthrift dependencies (slf4j, httpcore, httpclient) by Roger Meier · 10 years ago
  94. 7848d88 THRIFT-3086 fix a few minor valgrind identified issues by Jim King · 10 years ago
  95. 7fc33be THRIFT-3085 thrift_reconnecting_client never tries to reconnect by Jens Geyer · 10 years ago
  96. 1dc2653 THRIFT-3070 Add ability to set the LocalCertificateSelectionCallback by Jens Geyer · 10 years ago
  97. 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
  98. 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
  99. 8ffabb0 THRIFT-1125 Multiplexing support for the Ruby Library by Jens Geyer · 10 years ago
  100. 434edf6 THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks by Jens Geyer · 10 years ago