- f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
- 7860ee7 THRIFT-3300:Reimplement TZlibTransport in Java using streams by Randy Abernethy · 9 years ago
- 738143c THRIFT-3293 JavaScript: null values turn into empty structs in constructor by Henrique Mendonça · 9 years ago
- bb98e97 THRIFT-3294: Java ZLib transport fix Client: Java Lib Patch: Paul Magrath by Randy Abernethy · 9 years ago
- 4fed1af THRIFT-3178 glib C does not compile by Jens Geyer · 9 years ago
- c6b991f THRIFT-3292 Integrate new Zlib transport for Go into test suite by Jens Geyer · 9 years ago
- 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
- 54f392b THRIFT-2832 c_glib: Handle string lists correctly by Jens Geyer · 9 years ago
- 38e7155 THRIFT-3288 c_glib: Build unit tests without compiler warnings by Simon South · 9 years ago
- db3646f THRIFT-3288 c_glib: Unit tests: Enable warnings, improve automake-variable use by Simon South · 9 years ago
- 89e65de THRIFT-3285 c_glib: Library: Build without compiler warnings by Simon South · 9 years ago
- b62093d THRIFT-3285 c_glib: Library: Build with all warnings enabled by Simon South · 9 years ago
- 31186c4 THRIFT-3285 c_glib: Library: Use AM_CPPFLAGS for include paths, not AM_CFLAGS by Simon South · 9 years ago
- a2e0c50 THRIFT-3260 multiple warnings in c_glib tutorial by Jens Geyer · 9 years ago
- 4ed2b85 THRIFT-3279 Fix a bug in retry_max_delay by Itay Duvdevani · 9 years ago
- 5445e3f THRIFT-3280 Initialize retry variables on construction by Itay Duvdevani · 9 years ago
- b0b710a THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib by Jim King · 9 years ago
- 7505118 THRIFT-3277 THttpClient leaks connections if it's used for multiple requests by Jens Geyer · 9 years ago
- 5e0f775 THRIFT-3278 NodeJS: Fix exception stack traces and names by Andrew de Andrade · 9 years ago
- f5f1b35 THRIFT-3053: Added perl SSL Socket support, split SSLSocket and SSLServerSocket out from their base classes, fixed THRIFT-3191 generated perl compiler exception handling code, added perl to make cross, fixed THRIFT-3189 allowing perl to listen on a specific interface through construction arguments. Did not add support in the perl client SSLSocket to verify server certificate authenticity at this time. by Jim King · 10 years ago
- 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 9 years ago
- 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 9 years ago
- 482da72 THRIFT-3267 c_glib: "Critical" failure during unit tests by Jens Geyer · 9 years ago
- 1c19027 THRIFT-3266 c_glib: Multiple compiler warnings building unit tests by Jens Geyer · 9 years ago
- 57ac33e THRIFT-3264 Fix Erlang 16 namespaced types by Jens Geyer · 9 years ago
- 8c5fce9 THRIFT-2917 "make clean" breaks test/c_glib Client: c_glib Patch: Simon South by Jens Geyer · 9 years ago
- 8677719 THRIFT-2957 warning: source file %s is in a subdirectory, but option 'subdir-objects' is disabled by Jens Geyer · 9 years ago
- ca8469e THRIFT-3241 fatal error: runtime: cannot map pages in arena address space by Jens Geyer · 9 years ago
- bf0b483 THRIFT-3256 Some D test timings are too aggressive for slow machines by Jens Geyer · 9 years ago
- b141fd0 THRIFT-3257 warning: extra tokens at end of #endif directive by Jens Geyer · 9 years ago
- de78b54 THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't by Ben Craig · 9 years ago
- bcb17bc THRIFT-3229 unexpected Timeout exception when desired bytes are only partially available by Jens Geyer · 9 years ago
- 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
- ecc2a6b THRIFT-3242 OSGi Import-Package directive is missing the Apache HTTP packages by Roger Meier · 9 years ago
- af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 9 years ago
- fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 9 years ago
- 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 9 years ago
- 90c60e3 THRIFT-3239 Limit recursion depth Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
- 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
- 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
- 3ea26be THRIFT-3236 MaxSkipDepth never checked Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
- 4018036 THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
- d47fcdd THRIFT-3234 Delphi: Limit recursion depth to 64 Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
- cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
- 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
- 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
- 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
- 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
- f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
- 7207c22 THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig by Ben Craig · 10 years ago
- 2fadc8d THRIFT-2872 Fix dead lock when all tasks are expired by Qiao Mu · 10 years ago
- 5cf9d77 THRIFT-3214 Add Erlang option for using maps instead of dicts by Jens Geyer · 10 years ago
- 5ef662b THRIFT-406 Convert C++ Test to Boost::Test by Claudius Heine · 10 years ago
- 3f2e710 THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens by Jens Geyer · 10 years ago
- 2238ada THRIFT-3202: Allow HSHAServer to configure min and max worker threads separately. by jfarrell · 10 years ago
- 15d9042 THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
- 0b8132d THRIFT-3197: keepAliveTime is hard coded as 60 sec in TThreadPoolServer by jfarrell · 10 years ago
- 417b631 THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength by Jens Geyer · 10 years ago
- 42b9be1 THRIFT-3196: Fix a typo in the lua TBinaryProtocol by Phillipp Röll · 10 years ago
- 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
- 0856273 fix whitespaces detected by .editorconfig by Roger Meier · 10 years ago
- 4e1ea11 THRIFT-3179 should not bind to localhost when try to connect by zzn · 10 years ago
- 9815c19 THRIFT-3180 fix framed transport by zzn · 10 years ago
- 9b3b8d4 THRIFT-3184 Thrift Go leaves file descriptors open by Jens Geyer · 10 years ago
- 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
- 56d38fb THRIFT-3176 ruby: Union incorrectly implements == by Roger Meier · 10 years ago
- 401d399 THRIFT-3177 Fails to run rake test by Roger Meier · 10 years ago
- 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
- 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
- bbd6fd7 THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
- b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
- 1568aef THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
- 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
- 70219e1 THRIFT-3150 Add an option to make Read and Write methods private by Jens Geyer · 10 years ago
- 8606271 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct by Jens Geyer · 10 years ago
- 0b09887 THRIFT-2842 Erlang thrift client has infinite timeout by Jens Geyer · 10 years ago
- e84c582 THRIFT-2916 Add default toHash method to 'class' and 'struct' to meet D's associative arrays requirement. by Jens Geyer · 10 years ago
- 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
- 3b115df THRIFT-727 - C++: what() method of generated exceptions will provide more information by Konrad Grochowski · 10 years ago
- 83cd3e8 THRIFT-3162 Rename the 'format' parameter to disambiguate from std.format's format. by Jens Geyer · 10 years ago
- fc8a6a5 THRIFT-3131 fix path for "go get" by Jens Geyer · 10 years ago
- b7138ac THRIFT-3149 go: make generated readFieldN methods private by Jens Geyer · 10 years ago
- a6b6633 THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fix by Roger Meier · 10 years ago
- 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
- 04488dd THRIFT-3151 Fix links to git-wip* - should be git.apache.org by Jens Geyer · 10 years ago
- 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
- 77a7103 THRIFT-3144 make String representation of enums in generated go code less verbose by Jens Geyer · 10 years ago
- ef0a8fa THRIFT-3138 "make check" parallel execution is underministic by Nobuaki Sukegawa · 10 years ago
- 03f0e18 THRIFT-3133 Allow "make cross" and "make precross" to run without building all languages by Nobuaki Sukegawa · 10 years ago
- 72f8809 THRIFT-3141 Improve logging of JavaScript test by Nobuaki Sukegawa · 10 years ago
- 63b5120 THRIFT-3142 Make JavaScript use downloaded libraries by Nobuaki Sukegawa · 10 years ago
- fbc6977 THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test server by Nobuaki Sukegawa · 10 years ago
- 42bc88c THRIFT-3139 JS library test is flaky by Nobuaki Sukegawa · 10 years ago
- 2c4edd8 THRIFT-3134 Remove use of deprecated "phantom.args" by Nobuaki Sukegawa · 10 years ago
- 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
- 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
- 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 10 years ago
- ec847ac THRIFT-3125 Fix the list of exported headers in automake input by Roger Meier · 10 years ago
- dfc22ad THRIFT-3128 Go generated code produces name collisions between services by Jens Geyer · 10 years ago
- 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago