1. 2be7f24 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  2. 0b92274 THRIFT-1597 TJSONProtocol.php is missing from Makefile.am Patch: Andrew Grumet by Roger Meier · 13 years ago
  3. ea7b21d fix TApplicationException not imported in Python gencode by Christopher Piro · 13 years ago
  4. bb6de7a THRIFT-1596 Delphi: Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
  5. 4532017 THRIFT-1574 Apache project branding requirements: DOAP file [PATCH] by Roger Meier · 13 years ago
  6. 4fce960 THRIFT-1592 Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
  7. 99b3672 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  8. 7abda07 THRIFT-681 The HTML generator does not handle JavaDoc style comments very well by Roger Meier · 13 years ago
  9. 1f8b48f THRIFT-1590 Document the excepted return values and behaviors ThriftTest.thrift so that all languages can implement a test server by Roger Meier · 13 years ago
  10. f50df7f THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  11. b2f3bcd THRIFT-681. The HTML generator does not handle JavaDoc style comments very well by Bryan Duxbury · 13 years ago
  12. 860b8c9 fix tutorial python server by Christopher Piro · 13 years ago
  13. 6ad473f THRIFT-1589 configure.ac should require at least boost 1.41 by Roger Meier · 13 years ago
  14. 95b1bd7 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  15. 23c16b7 disable c_glib for mingw compiler build by Roger Meier · 13 years ago
  16. f666d07 THRIFT-1514 Callbacks with newer jQuery versions don't work Patch: Andrew Grumet by Roger Meier · 13 years ago
  17. 3217723 enable c_glib per default by Roger Meier · 13 years ago
  18. b70e04c THRIFT-1586 Two small D issues Patch: David Nadlinger by Roger Meier · 13 years ago
  19. 710c111 cleanup .gitignore by Roger Meier · 13 years ago
  20. c75797d THRIFT-1583 c_glib leaks memory by Roger Meier · 13 years ago
  21. 7c76791 THRIFT-1577 Compile thrift with php module for php 5.4.0 failed. need to replace function_entry with zend_function_entry by Roger Meier · 13 years ago
  22. b661e83 THRIFT-1277 Node.js serializes false booleans as null Patch: Henrique Mendonca by Roger Meier · 13 years ago
  23. 2badac7 THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path by Roger Meier · 13 years ago
  24. 1516be0 Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk by Roger Meier · 13 years ago
  25. 92a90ff THRIFT-1566 Thrift/cpp: Use some different string operations by Roger Meier · 13 years ago
  26. 5346e72 THRIFT-1570 Correctly generate code for empty services. Patch: Dave Watson by Roger Meier · 13 years ago
  27. 629d5a9 THRIFT-1565 Thrift/cpp: Use default constructor for strings Patch: Dave Watson by Roger Meier · 13 years ago
  28. cfff856 THRIFT-1569 thrift: add stop() method to python TNonblockingServer by Roger Meier · 13 years ago
  29. 3f5a264 THRIFT-1568 Thrift: Add User-Agent header to Python THttpClient by Roger Meier · 13 years ago
  30. a3410db THRIFT-1564 Minor fixes to TZlibTransport Patch: Dave Watson by Roger Meier · 13 years ago
  31. 33eaa0f THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path. by Roger Meier · 13 years ago
  32. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  33. 49ef658 THRIFT-1079 Support i64 in AS3 Patch: Ethan Urie by Roger Meier · 13 years ago
  34. fa392e9 THRIFT-1560 Add setCustomHeaders() method to python thrift lib by Roger Meier · 13 years ago
  35. 02c827b THRIFT-1562 Fix issue with TFramedTransport::readSlow Patch: Dave Watson by Roger Meier · 13 years ago
  36. d8f50f3 THRIFT-1563 thrift: make serve() throw an exception if it fails by Roger Meier · 13 years ago
  37. ec8027f THRIFT-1561 expose #active connections Patch: Dave Watson by Roger Meier · 13 years ago
  38. d1bf5d0 THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows Patch: Peace C by Roger Meier · 13 years ago
  39. b1ec4cc THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementing IDisposable by implementing IDisposable themselves by Roger Meier · 13 years ago
  40. 5c85461 THRIFT-1555 Delphi version of the tutorial code Patch: Jens Geyer by Roger Meier · 13 years ago
  41. 380e919 THRIFT-1554 Inherited service methods are not resolved in derived service implementations by Roger Meier · 13 years ago
  42. c64d6f0 THRIFT-1398 Compiler warning on generated code (Multiface kills -Wall -Werror on gcc 4.6.1) by Roger Meier · 13 years ago
  43. 7699b40 add license headers, fix compiler warnings by Roger Meier · 13 years ago
  44. 5c80802 THRIFT-1553 thrift nodejs service side can't read map structure, key as enum, value as Object by Roger Meier · 13 years ago
  45. b95b0ff THRIFT-1500: d programming language support Client: D Patch: David Nadlinger by Jake Farrell · 13 years ago
  46. f485e2b THRIFT-1343 - remove internal min function, it seems the same as erlang:min/2 by Anthony F. Molinaro · 13 years ago
  47. e2378f6 THRIFT-1344 - fix http deprecation warning by Anthony F. Molinaro · 13 years ago
  48. 3bba214 THRIFT-1532 - slightly better fix, take into account requiredness when adding default values by Anthony F. Molinaro · 13 years ago
  49. 3183514 THRIFT-1532/THRIFT-1475 - fix record generation for erlang by Anthony F. Molinaro · 13 years ago
  50. 9c6773a THRIFT-1537:TFramedTransport issues Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  51. 17515db THRIFT-1534:Required fields in the Delphi code generator. by Jake Farrell · 13 years ago
  52. ca620e3 THRIFT-1429:The nonblocking servers is supposed to use TransportFactory to read the data by Jake Farrell · 13 years ago
  53. 4ca8c3b THRIFT-1523: clientTimeout not worked as expected in TServerSocket created by TSSLTransportFactory by Jake Farrell · 13 years ago
  54. 363f6d4 THRIFT-1128:MAC OS X thrift.h incompatibility with Thrift.h by Jake Farrell · 13 years ago
  55. 6883950 THRIFT-1527. java: Generated implementation of tupleReadStruct in unions return null when the setfield is unrecognized by Bryan Duxbury · 13 years ago
  56. 3808770 THRIFT-1529. java: TupleProtocol can unintentionally include an extra byte in bit vectors when number of optional fields is an integral of 8 by Bryan Duxbury · 13 years ago
  57. 9be7b38 THRIFT-481: indentation of ruby classes is off by a few by Ilya Maykov · 13 years ago
  58. c00011a THRIFT-1204: Ruby autogenerated files should require 'thrift' gem by Ilya Maykov · 13 years ago
  59. f85ad51 THRIFT-1526. java: Union TupleSchemeFactory returns StandardSchemes by Bryan Duxbury · 13 years ago
  60. a81b040 THRIFT-369: sets and maps break equality by Ilya Maykov · 13 years ago
  61. 35f977c THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  62. 8b1adf4 THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  63. 5b9693c THRIFT-1388 Delphi XE code-generation test case Patch: Jens Geyer by Roger Meier · 13 years ago
  64. b2507db THRIFT-1518. cpp: Generated C++ code only sends the first optional field in the write() function for a struct by Bryan Duxbury · 13 years ago
  65. efa2fcf THRIFT-1520 : embed version number in .app file for easier integration with rebar by Anthony F. Molinaro · 13 years ago
  66. cb4e116 THRIFT-1520 : embed version number in .app file for easier integration with rebar by Anthony F. Molinaro · 13 years ago
  67. 2b828b1 THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner by Roger Meier · 13 years ago
  68. 2fbde0e THRIFT-1517 TTransport.ReadAll() should set exception type to EndOfFile by Roger Meier · 13 years ago
  69. b405ca6 THRIFT-1447. java: NullpointerException in ProcessFunction.class :in 'oneway' method by Bryan Duxbury · 13 years ago
  70. 19a9915 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick qt-cleanup.patch applied by Roger Meier · 13 years ago
  71. 0bab154 THRIFT-1348 C++ Qt bindings by Roger Meier · 13 years ago
  72. 86e8986 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick and Vitali Lovich by Roger Meier · 13 years ago
  73. afb9f97 Thrift-556:Ruby compiler does not correctly referred to top-level modules when a submodule masks the top-level name by Jake Farrell · 13 years ago
  74. 64af51b THRIFT-1512 Thrift socket support for Windows XP Patch: Peace C by Roger Meier · 13 years ago
  75. 6f0f527 THRIFT-1510:There should be an implementation of the JsonProtocol for ruby by Jake Farrell · 13 years ago
  76. c00d83b Thrift-1453:Don't change types of arguments when serializing with thrift php extension by Jake Farrell · 13 years ago
  77. f9f01fa THRIFT-1394:Treatment of optional fields is not consistent between C++ and Java by Jake Farrell · 13 years ago
  78. 6ce2704 Thrift-1502:TSimpleServer::serve(): Do not print out error message if server was stopped. by Jake Farrell · 13 years ago
  79. b2c4952 Thrift-1465:Visibility of methods in generated java code by Jake Farrell · 13 years ago
  80. 100f616 THRIFT-1498:Allow TThreadedPoolServer.Args to pass a ExecutorService by Jake Farrell · 13 years ago
  81. ba02146 THRIFT-1504: Cocoa Generator should use local file imports for base Thrift headers by Jake Farrell · 13 years ago
  82. ac70b5f THRIFT-1478 TJSONProtocol in PHP fix: remove dist and add lunit log format by Roger Meier · 13 years ago
  83. 6823b6d add info on proxy usage by Roger Meier · 13 years ago
  84. 33b720a THRIFT-1478 TJSONProtocol in PHP Patch: Greg Fodor, Andrew Grumet, Roger Meier by Roger Meier · 13 years ago
  85. b33967b THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 13 years ago
  86. 0838bf5 THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code by Roger Meier · 13 years ago
  87. 3ac6d87 THRIFT-1495 PHP TestClient fatals on missing class Patch: Andrew Grumet by Roger Meier · 13 years ago
  88. bc2be31 THRIFT-1496 PHP compiler not namespacing enums Patch: Andrew Grumet by Roger Meier · 13 years ago
  89. 26cbb38 THRIFT-1410 C# Partial Classes (for service implementation class) by Roger Meier · 13 years ago
  90. f0e517d THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code by Roger Meier · 13 years ago
  91. 36f7a72 THRIFT-1491 Uninitialize processorFactory_ member in TServer.h by Roger Meier · 13 years ago
  92. d77d180 Thrift:1488 - src/concurrency/Thread.h:91:58: error: invalid conversion from 'pthread_t {aka _opaque_pthread_t*}' by Jake Farrell · 13 years ago
  93. 4749b4f THRIFT-1490 Windows-specific header files - fixes & tweaks Patch: Peace C by Roger Meier · 13 years ago
  94. eaa61d8 THRIFT-1267 Node.js can't throw exceptions Patch: Henrique Mendonca by Roger Meier · 13 years ago
  95. 0580d8d THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 13 years ago
  96. 01b568c THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 13 years ago
  97. 4d5157d THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 13 years ago
  98. 333bbf3 THRIFT-1485 Performance: pass large and/or refcounted arguments as "const" by Roger Meier · 13 years ago
  99. 77e1e62 .gitignore update by Roger Meier · 13 years ago
  100. 45a3726 THRIFT-1473 JSON context stack may be left in an incorrect state when an exception is thrown during read or write operations by Roger Meier · 13 years ago