thrift/lib
Wade Simmons 0dd35a6c4b fix global leaks and copy-paste errors
- TCompactProtocol.prototype.writeBool not referencing `booleanField_`
  on `this` correctly. Also using `NULL` instead of `null`.

- TCompactProtocol.prototype.writeVarint64 had a typo for TProtocolException

- TCompactProtocol.prototype.readMapBegin had a typo between `kvtype` and
 `kvType`

- createMultiplexServer leaked a global var `processStatus`

- TFramedTransport had a line that was accidently copy pasted, leading
  to a global leak of `frameLeft`. (I created the patch the introduced
  this copy paste error in Thrift-1353, so I can confirm it was
  a mistake).

- createWebServer tried to check a non-existent var `route` and leaked
  a global `result`

Signed-off-by: Roger Meier <roger@apache.org>
2014-07-04 21:28:44 +02:00
..
as3 THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
c_glib THRIFT-2475 c_glib: buffered_transport_write function return always TRUE. 2014-05-04 22:19:46 +02:00
cocoa THRIFT-2204:SSL client for the cocoa client 2014-04-04 11:41:15 -04:00
cpp THRIFT-2579 C++ lib Windows CE support 2014-06-25 13:13:23 +02:00
csharp THRIFT-2568 Implement own certificate handler 2014-06-05 22:03:19 +02:00
d THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
delphi Testcase fixed 2014-07-04 00:11:56 +02:00
erl THRIFT-2407 use markdown (rename README => README.md) 2014-03-19 06:47:47 +01:00
go FIX broken test 2014-06-19 23:25:50 +02:00
hs THRIFT-2401 Haskell tutorial compiles 2014-05-14 00:49:41 +02:00
java THRIFT-2572 Add string/collection length limit checks (from C++) to java protocol readers 2014-06-11 14:15:21 +02:00
javame/src/org/apache/thrift THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/) 2013-12-26 18:59:15 +01:00
js THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library 2014-06-19 22:11:53 +02:00
lua THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
nodejs fix global leaks and copy-paste errors 2014-07-04 21:28:44 +02:00
ocaml THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
perl THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
php THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library 2014-05-03 00:49:05 +02:00
py THRIFT-1914 Python: Support for Multiplexing Services on any 2014-05-03 17:51:21 +02:00
rb Thrift-THRIFT-2574: Compiler option to generate namespace directories for Ruby 2014-06-26 22:53:01 -04:00
st THRIFT-2407 use markdown (rename README => README.md) 2014-03-19 06:47:47 +01:00
ts THRIFT-2522 TypeScript extension for Thrift Compiler 2014-05-19 17:21:34 +02:00
Makefile.am THRIFT-1681: Add Lua Support Patch: Dave Watson 2014-04-05 00:50:35 +02:00