1. ecad392 Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  2. 5d6bd5a THRIFT-1645: Replace Object#tee with more conventional Object#tap in specs by Jake Farrell · 12 years ago
  3. 2fd8a15 Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell by Jake Farrell · 12 years ago
  4. 373a26b THRIFT-1082: Thrift::FramedTransport sometimes calls close() on an undefined value by Jake Farrell · 12 years ago
  5. c34d7d7 THRIFT-1591: Enable TCP_NODELAY for ruby gem by Jake Farrell · 12 years ago
  6. a87810f Thrift-1644:Upgrade RSpec to 2.11.x and refactor specs as needed by Jake Farrell · 12 years ago
  7. 6af2ec0 Client: JS Extend QUnit test cases by Henrique Mendonca · 12 years ago
  8. 6e283a0 Thrift-1703:Add leading :: to cpp names Client: c++ Patch: Jochen Topf by Henrique Mendonca · 12 years ago
  9. 78a54a1 THRIFT-1521:patches for more Performance Client: php Patch: D. Edler by Jake Farrell · 12 years ago
  10. 41dfe6f Thrift-1701:node.js TBufferedTransport buffer corruption Patch: Marshall Roch by Henrique Mendonca · 12 years ago
  11. ffb031d Thrift-1696:Compiler fails if namespace of an unknown language is present in the IDL by Henrique Mendonca · 12 years ago
  12. 962b353 THRIFT-1689: don't exit(-1) in TNonblockingServer by Henrique Mendonca · 12 years ago
  13. 3d37fba THRIFT-1694 Re-Enable serialization for WP7 Silverlight Patch: Jens Geyer by Roger Meier · 12 years ago
  14. 3087738 THRIFT-1651 Support annotations on all elements Patch: Benjy Weinberger by Roger Meier · 12 years ago
  15. e2ef317 Thrift-1693:libthrift has dependency on two different versions of httpcore by Jake Farrell · 12 years ago
  16. 2b2c0b2 THRIFT-1691 Serializer/deserializer support for Delphi Patch: Jens Geyer by Roger Meier · 12 years ago
  17. 630ce09 THRIFT-1655. java: TBinaryProtocol: exceeded message length raises generic TException by Bryan Duxbury · 12 years ago
  18. 5cac98c THRIFT-1686 t_php_generator.cc uses "and" instead of "&&", and causes compiler errors with Visual Studio by Roger Meier · 12 years ago
  19. 814818e THRIFT-1615 cleanup: remove empty stuff by Roger Meier · 12 years ago
  20. 21c0a85 THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR by Roger Meier · 12 years ago
  21. f88f9c2 Thrift-1650: Update clean items and svn:ignore entries for OS X artifacts by Jake Farrell · 12 years ago
  22. 6cd63ec Thrift-1670: Incompatibilities between different versions of a Thrift interface by Jake Farrell · 12 years ago
  23. afd3ab2 Thrift-1656: Setting proper headers in THttpServer.cpp so that "Cross-Origin Resource Sharing" on js client can work. by Jake Farrell · 12 years ago
  24. 2853cc0 Thrift-1658:Java thrift server is not throwing TApplicationException by Jake Farrell · 12 years ago
  25. c02efe2 Thrift-1674:Update Thrift D library to be compatible with 2.060 by Jake Farrell · 12 years ago
  26. ffd7685 Thrift-1664:Reference to non-existing variable in build script by Jake Farrell · 12 years ago
  27. b4e9aac Thrift-1673: Ruby compile flags for extension for multi arch builds (os x) by Jake Farrell · 12 years ago
  28. e06e8b7 Thrift-1671:Cocoa code generator does not put keywords into generated method calls by Jake Farrell · 12 years ago
  29. d6d3e37 Thrift-1661:Add --with-qt4 configure option Client: cpp Patch: Blair Zajac by Jake Farrell · 12 years ago
  30. 6f3a526 Thrift-1662:"removeObject:" should be "removeObserver:" in [-TSocketServer dealloc]? by Jake Farrell · 12 years ago
  31. c9c972b Thrift-1655: Configure still trying to use thrift_generators in output by Jake Farrell · 12 years ago
  32. 908d2f7 THRIFT-1116 Compilation error in file TSSLSocket.cpp on FreeBSD-8.0 by Roger Meier · 12 years ago
  33. ae44abc THRIFT-1064 TClientInfoServerHandler::processContext() is not called for TNonblockingServer server event handler by Roger Meier · 12 years ago
  34. 3fcdb09 Thrift-1652: TSaslTransport does not log the error when kerberos auth fails by Jake Farrell · 12 years ago
  35. 6530f1d THRIFT-1632. rb: ruby: data corruption in thrift_native implementation of MemoryBufferTransport by Bryan Duxbury · 13 years ago
  36. 27647d5 THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows by Roger Meier · 13 years ago
  37. d620328 THRIFT-1624. java: Isset Generated differently on different platforms by Bryan Duxbury · 13 years ago
  38. 40633a6 THRIFT-1635 D codegen bug for required non-nullable fields by Roger Meier · 13 years ago
  39. bd057f6 THRIFT-1633 Add windows build configurations to support static linking by Roger Meier · 13 years ago
  40. ee22939 THRIFT-1608 add license header by Roger Meier · 13 years ago
  41. 5be8e9e Adding svn propset ignore for compiler/src/windows/version.h by Jake Farrell · 13 years ago
  42. 16b7641 THRIFT-1438: lib/cpp/src/windows/config.h should read version from configure.ac rather than a #define by Jake Farrell · 13 years ago
  43. f42ae01 Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings by Jake Farrell · 13 years ago
  44. e64b129 THRIFT-1608 Allow servlet to be supplied TProcessor and TProtocolFactory after the init() method has finished by Roger Meier · 13 years ago
  45. f9f841d THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements by Roger Meier · 13 years ago
  46. 122803b THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows by Roger Meier · 13 years ago
  47. 89cc430 THRIFT-1631 Fix C++ server constructor typos Patch: Andrew Cox by Roger Meier · 13 years ago
  48. 6edb27a THRIFT-1622. cpp: Incorrect size returned on read by Bryan Duxbury · 13 years ago
  49. 9212e79 THRIFT-1627 compiler built using compilers.vcxproj cannot be used to build some test .thrift files by Roger Meier · 13 years ago
  50. 87b704f Thrift-1558 _xplatform_pipe_6-5-2012.patch fix compile error by Roger Meier · 13 years ago
  51. febe845 THRIFT-1621 Delphi Memory leaks Patch: Jens Geyer by Roger Meier · 13 years ago
  52. cefdca6 THRIFT-1195 Allow users to act on client connects/disconnects by Roger Meier · 13 years ago
  53. 7d0a040 Thrift-1558 _xplatform_pipe_6-5-2012.patch Patch: Peace C by Roger Meier · 13 years ago
  54. e25db16 THRIFT-1613. Add code back into empty source file ToStringTest.java by Bryan Duxbury · 13 years ago
  55. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  56. 83042b9 THRIFT-1613 Add code back into empty source file ToStringTest.java by Roger Meier · 13 years ago
  57. d1f6782 remove empty folders by Roger Meier · 13 years ago
  58. 2d59b9e THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  59. b661783 THRIFT-1585 C++ library fails to build with OS X pthread implementation by Roger Meier · 13 years ago
  60. d11c8bc Thrift-1611:Improved code generation for typedefs by Jake Farrell · 13 years ago
  61. 86d2a4a THRIFT-1610:IWebProxy not available on WP7 platform by Jake Farrell · 13 years ago
  62. 3f972b1 THRIFT-1593 Pass on errors like "connection closed" to the handler module by Roger Meier · 13 years ago
  63. da74ff4 THRIFT-1598 Update Haskell generated code to use Text, Hash{Map,Set}, Vector by Roger Meier · 13 years ago
  64. 6849f20 THRIFT-1598 Update Haskell generated code to use Text, Hash{Map,Set}, Vector by Roger Meier · 13 years ago
  65. f5bae90 Thrift-1326:on some platforms, #include <stdint.h> is necessary to be included in Thrift.h by Jake Farrell · 13 years ago
  66. eccbe4d THRIFT-1539:Build and distribute the fb303 python libraries along with thrift by Jake Farrell · 13 years ago
  67. 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
  68. 5e022aa THRIFT-1159:THttpClient->Flush() issue (connection thru proxy) by Jake Farrell · 13 years ago
  69. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  70. 94bb7f2 Thrift-1606:Race condition in BoostThreadFactory.cpp by Jake Farrell · 13 years ago
  71. e8c259a Thrift-541: Cocoa code generator doesn't put keywords before all arguments. by Jake Farrell · 13 years ago
  72. a30930f THRIFT-1599 Fixing HTTP client(Ruby) Patch: Tomas by Roger Meier · 13 years ago
  73. dd16f05 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  74. 4f260f7 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  75. 6bb0a7a THRIFT-1589 configure.ac should require at least boost 1.41 by Roger Meier · 13 years ago
  76. 41f4708 some ignores... by Roger Meier · 13 years ago
  77. 2b1a528 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  78. 96efc26 THRIFT-1574 Apache project branding requirements: DOAP file [PATCH] by Roger Meier · 13 years ago
  79. 4a48300 update svn:ignore by Roger Meier · 13 years ago
  80. b87e566 Thrift-1079:Support i64 in AS3 Client: as3 Patch: Reverting by Jake Farrell · 13 years ago
  81. 67377e7 fix broken build introduced with THRIFT-1336 by Roger Meier · 13 years ago
  82. 2be7f24 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  83. 0b92274 THRIFT-1597 TJSONProtocol.php is missing from Makefile.am Patch: Andrew Grumet by Roger Meier · 13 years ago
  84. ea7b21d fix TApplicationException not imported in Python gencode by Christopher Piro · 13 years ago
  85. bb6de7a THRIFT-1596 Delphi: Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
  86. 4532017 THRIFT-1574 Apache project branding requirements: DOAP file [PATCH] by Roger Meier · 13 years ago
  87. 4fce960 THRIFT-1592 Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
  88. 99b3672 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  89. 7abda07 THRIFT-681 The HTML generator does not handle JavaDoc style comments very well by Roger Meier · 13 years ago
  90. 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
  91. f50df7f THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  92. b2f3bcd THRIFT-681. The HTML generator does not handle JavaDoc style comments very well by Bryan Duxbury · 13 years ago
  93. 860b8c9 fix tutorial python server by Christopher Piro · 13 years ago
  94. 6ad473f THRIFT-1589 configure.ac should require at least boost 1.41 by Roger Meier · 13 years ago
  95. 95b1bd7 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  96. 23c16b7 disable c_glib for mingw compiler build by Roger Meier · 13 years ago
  97. f666d07 THRIFT-1514 Callbacks with newer jQuery versions don't work Patch: Andrew Grumet by Roger Meier · 13 years ago
  98. 3217723 enable c_glib per default by Roger Meier · 13 years ago
  99. b70e04c THRIFT-1586 Two small D issues Patch: David Nadlinger by Roger Meier · 13 years ago
  100. 710c111 cleanup .gitignore by Roger Meier · 13 years ago