1. bf0b629 THRIFT-2414 c_glib fix several bug Patch: Jaesang Kim by Roger Meier · 11 years ago
  2. 443ced0 js tutorial add missing semicolon by Roger Meier · 11 years ago
  3. e8ca73f THRIFT-2425 PHP: Server-side support for Multiplexing Services by Jens Geyer · 11 years ago
  4. 932cad8 THRIFT-2420 Go argument parser for methods without arguments does not skip fields by Jens Geyer · 11 years ago
  5. 46f9c45 THRIFT-2419 golang - Fix fmt.Errorf in generated code by Jens Geyer · 11 years ago
  6. 3c489f9 THRIFT-2418 Go handler function panics on internal error by Jens Geyer · 11 years ago
  7. e965136 THRIFT-2415 Named pipes server performance & message mode by Jens Geyer · 11 years ago
  8. 2bf9078 THRIFT-2417: Make union types partial classes by Jake Luciani · 11 years ago
  9. fd62df7 THRIFT-2408 Named Pipe Transport Option for C# by Jens Geyer · 11 years ago
  10. ec8daae THRIFT-2386: Thrift refuses to link yylex Client: compiler Patch: Milan Freml by jfarrell · 11 years ago
  11. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  12. 706cb4e THRIFT-2377 Allow addition of custom HTTP Headers to an HTTP Transport by Jens Geyer · 11 years ago
  13. d26f6fd THRIFT-2339 Uncaught exception in thrift c# driver by Jens Geyer · 11 years ago
  14. a6b328f THRIFT-2354 Connection errors can lead to case_clause exceptions by Jens Geyer · 11 years ago
  15. 55cd520 THRIFT-2390: no close event when connection lost by jfarrell · 11 years ago
  16. 1c99e70 Fixed a bunch of inconsistent/wrong line endings in the C# part, no other changes by Jens Geyer · 11 years ago
  17. 6fe77e8 THRIFT-2404 emit warning on (typically inefficient) list<byte> by Jens Geyer · 11 years ago
  18. 5b78958 fix broken license header and outdated note by henrique · 11 years ago
  19. 98bebac THRIFT-2399 Recognize '//'-style comments in emacs by Carl Yeksigian · 11 years ago
  20. 52744ee THRIFT-2397 Add CORS and CSP support for JavaScript and Node.js libraries by Roger Meier · 11 years ago
  21. 1f78987 THRIFT-2392: Actionscript tutorial Client: tutorial Patch: dima levchenko by jfarrell · 11 years ago
  22. d272f21 THRIFT-2389: namespaces handled wrongly in acrionscript 3.0 implementation by jfarrell · 11 years ago
  23. e3ab0bf THRIFT-2375 Excessive <br>'s in generated HTML by Jens Geyer · 11 years ago
  24. 284101c THRIFT-2029 Port C++ tests to Windows by Roger Meier · 11 years ago
  25. 7a66f75 test/test.sh: fix typo by Roger Meier · 11 years ago
  26. 2a7dccc THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript by henrique · 11 years ago
  27. b39b5ea THRIFT-2383 contrib: sample for connecting Thrift with Rebus by Jens Geyer · 11 years ago
  28. 7bea35a THRIFT-2382 contrib: sample for connecting Thrift with STOMP by Jens Geyer · 11 years ago
  29. c975bbc THRIFT-2388 GoLang - Fix data races in simple_server and server_socket by Jens Geyer · 11 years ago
  30. c9e535e THRIFT-2391 Socket transport for ActionScript 3.0 by Carl Yeksigian · 11 years ago
  31. af26af6 THRIFT-2387 nodejs: external imports should be centralized in index.js by henrique · 11 years ago
  32. 359036a README: replace sh test/test.sh with make cross by Roger Meier · 11 years ago
  33. f85fdd7 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 11 years ago
  34. 3e4c51f THRIFT-2378 service method arguments of binary type lead to uncompileable Go code by Jens Geyer · 11 years ago
  35. 111d13a THRIFT-2384 Binary map keys produce uncompilable code in go by Jens Geyer · 11 years ago
  36. 38eea03 THRIFT-2380 unreachable code (CID 1174546, CID 1174679) by Jens Geyer · 11 years ago
  37. 3123623 THRIFT-2376 nodejs: allow Promise style calls for client and server by henrique · 11 years ago
  38. f36fda2 THRIFT-2305 TFramedTransport empty constructor should probably be private by Jens Geyer · 11 years ago
  39. 98d9ef2 THRIFT-2328: Java eliminate all compiler warnings Client: java Patch: jfarrell by jfarrell · 11 years ago
  40. 305e42a THRIFT-2370 Compiler SEGFAULTs generating HTML documentation for complex structure by Jens Geyer · 11 years ago
  41. b080f68 THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used by Jens Geyer · 11 years ago
  42. c94b293 THRIFT-2325 SSL-test-certificates_cpp_tests Patch: Roger Meier by Roger Meier · 11 years ago
  43. 48555c5 THRIFT-2325 SSL-test-certificates.patch by Roger Meier · 11 years ago
  44. 7e10329 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 11 years ago
  45. 1998338 THRIFT-1579 PHP Extension - function thrift_protocol_read_binary not working from TBinarySerializer::deserialize by Jens Geyer · 11 years ago
  46. 567df43 THRIFT-2328: Java eliminate all compiler warnings Client: Java Patch: jfarrell by jfarrell · 11 years ago
  47. 3fa14a3 THRIFT-2372:thrift/json_protocol.go:160: function ends without a return statement by jfarrell · 11 years ago
  48. 8dbff98 THRIFT-2371:ruby bundler version fails on ~1.3.1, remove and take latest avail by jfarrell · 11 years ago
  49. 57b354b THRIFT-2369 Add ssl support for nodejs implementation Patch: Pierre Lamot by Roger Meier · 11 years ago
  50. db536cf Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp" by jfarrell · 11 years ago
  51. 8b3ca02 THRIFT-1719:SASL client support for Python Client: py Patch: Tyler Hobbs by jfarrell · 11 years ago
  52. 01386c9 THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp by Roger Meier · 11 years ago
  53. 58bbb70 THRIFT-2325 SSL test certificates by Roger Meier · 11 years ago
  54. 161cf42 THRIFT-2325 SSL test certificates Patch: Roger Meier by Roger Meier · 11 years ago
  55. 9f4f515 THRIFT-2367 Build failure: stdlib and boost both define uint64_t by Roger Meier · 11 years ago
  56. 8c1779d THRIFT-2359 TBufferedTransport doesn't clear it's buffer on a failed flush call by Jens Geyer · 11 years ago
  57. 06ad721 THRIFT-2365 C# decodes too many binary bytes from JSON by Jens Geyer · 11 years ago
  58. 023192f THRIFT-2358 C++: add compact protocol to cross language test suite by Roger Meier · 11 years ago
  59. 47b89b9 THRIFT-2351 PHP TCompactProtocol has fails to decode messages Patch: Paul Banks by Roger Meier · 11 years ago
  60. 3bf62d1 THRIFT-2344 configure.ac: compiler-only option Patch: Roger Meier by Roger Meier · 11 years ago
  61. c92cda0 THRIFT-2344 configure.ac: compiler-only option Patch: Roger Meier by Roger Meier · 11 years ago
  62. 7fff60f ignore node_modules and simplify ignore rules a bit by henrique · 11 years ago
  63. 22888ce THRIFT-2352 msvc failed to compile thrift tests by Roger Meier · 11 years ago
  64. 2f51f32 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  65. 7bb44a3 THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  66. 7393862 THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  67. a2de410 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  68. 2a816c2 THRIFT-2348 PHP Generator: add array typehint to functions by Roger Meier · 11 years ago
  69. 213ea25 THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset by Roger Meier · 11 years ago
  70. 56d41eb THRIFT-2349: Golang - improve tutorial by Jens Geyer · 11 years ago
  71. 38b1a04 THRIFT-2343 Fix tutotial code and codegen for methods without exceptions by Jens Geyer · 11 years ago
  72. 4904ab8 THRIFT-2343 Golang - Return a single error for all exceptions instead of multiple return values by Jens Geyer · 11 years ago
  73. 0f60bd4 THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too by Roger Meier · 11 years ago
  74. 301dfa9 THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer by Roger Meier · 11 years ago
  75. d95fc9b THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight") by Jens Geyer · 11 years ago
  76. 483d791 THRIFT-2340 Generated server implementation does not send response type EXCEPTION on the Thrift.TApplicationExceptionType.UNKNOWN_METHOD exception by Jens Geyer · 11 years ago
  77. 813749d THRIFT-2338 First doctext wrongly interpreted as program doctext in some cases by Jens Geyer · 11 years ago
  78. b3e7849 THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY) by Jens Geyer · 11 years ago
  79. 54a6636 THRIFT-2337 Golang does not report TIMED_OUT exceptions by Jens Geyer · 11 years ago
  80. ee78e31 .gitignore update by Roger Meier · 11 years ago
  81. 64998e2 THRIFT-2334 nodejs: add a tutorial for node JS Patch: Pierre Lamot by Roger Meier · 11 years ago
  82. 0ef1e2e erlang: use https instead of git for dependency URL by Roger Meier · 11 years ago
  83. c88d581 THRIFT-2317 add disable option to exclude tutorial from build by Roger Meier · 11 years ago
  84. 8909cbd THRIFT-2327 nodejs: nodejs test suite should be bundled with the library by Roger Meier · 11 years ago
  85. d002454 doap.rdf: validated rdf - add rdf:parseType="Collection" to release by Roger Meier · 11 years ago
  86. f9d16b1 THRIFT-2332 RPMBUILD: run bootstrap (if needed) Patch: Nevo Hed by Roger Meier · 11 years ago
  87. aefd9c4 cpp: TSSLServerSocket should use THRIFT_SOCKET by Roger Meier · 11 years ago
  88. e8379b5 THRIFT-2320 Program level doctext does not get attached by parser by Jens Geyer · 11 years ago
  89. ad7f788 THRIFT-2330 Generate PHPDoc comments Patch: Maurus Cuelenaere by Roger Meier · 11 years ago
  90. beb9377 THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read() by Jens Geyer · 11 years ago
  91. 026d7fc THRIFT-2323 Uncompileable Delphi code generated for typedef'd structs by Jens Geyer · 11 years ago
  92. 507740c Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransport by jfarrell · 11 years ago
  93. 194f011 THRIFT-2108 java: Fix TAsyncClientManager timeout race Patch: Vadim Spivak by Roger Meier · 11 years ago
  94. 9aa08a9 THRIFT-1810 add ruby to test/test.sh by Roger Meier · 11 years ago
  95. c95d5df THRIFT-1810 add ruby to test/test.sh by Roger Meier · 11 years ago
  96. 0e81480 THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM by Roger Meier · 11 years ago
  97. 77369a0 THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client. by Jens Geyer · 11 years ago
  98. 169d655 THRIFT-2312 .travis.yml: no apt-get update/upgrade, by Roger Meier · 11 years ago
  99. dffc9fe THRIFT-2196 Fix invalid dependency in Makefile.am Patch: Hiroaki Kawai by Roger Meier · 11 years ago
  100. 78dbd5c THRIFT-2318 perl: dependency Class::Accessor not checked Patch: Roger Meier by Roger Meier · 11 years ago