1. 2e15e20 -- check in updated pdf by Aditya Agarwal · 18 years ago
  2. 8c5daa4 - fix typo in thrift whitepaper by Aditya Agarwal · 18 years ago
  3. 86efa70 [thrift] Build fix for TFileTransport by dweatherford · 18 years ago
  4. ff24f74 Oops typo. by Mark Slee · 18 years ago
  5. a28d819 Build fixes and clock_get_time copy from paul querna by Mark Slee · 18 years ago
  6. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 18 years ago
  7. 09bfd61 Two more thrift paper typos by Mark Slee · 18 years ago
  8. afaf276 Fixing typos in the Thrift whitepaper by Mark Slee · 18 years ago
  9. ba35456 Fix build script reference problem by Mark Slee · 18 years ago
  10. 8142b9d Fix whitepaper typo by Mark Slee · 18 years ago
  11. 13a0d4a PHP new build fix for TBinaryProtocol by Mark Slee · 18 years ago
  12. ba8f8d7 Remove extra TApplicationException:: in Thrift.h by Mark Slee · 18 years ago
  13. c11045a Updated Thrift whitepaper with minor formatting cleanup by Mark Slee · 18 years ago
  14. b6b5a9e Removed comment about needing a lock in thread main. Access through boost::shared_ptr is thread safe by Marc Slemko · 18 years ago
  15. 10b3bdb Added thread library documentation to thrift whitepaper by Marc Slemko · 18 years ago
  16. 3f234da -- more assert fixes for thrift concurrency by Aditya Agarwal · 18 years ago
  17. 9dc5740 -- assert fixes for thrift concurrency lib by Aditya Agarwal · 18 years ago
  18. adf3e7f -- added a facebook services section to the thrift paper by Aditya Agarwal · 18 years ago
  19. 0871967 -- checking in pdf copy of thrift paper into doc directory by Aditya Agarwal · 18 years ago
  20. af524ee -- additions/fixes to thrift paper by Aditya Agarwal · 18 years ago
  21. ac62f94 Thrift - remove client disconnect error by Martin Kraemer · 18 years ago
  22. f1ceb47 Thrift: Making TProcessor::process(io) non-virtual again, since my last change which made it virtual caused compiling errors of functions being hidden, ugh by James Wang · 18 years ago
  23. 8f6e207 Thrift: PeekProcessor - moving PeekEnd call after PeekBuffer by James Wang · 18 years ago
  24. 3e9d177 Thrift: Adding StatsProcessor, PeekProcessor, TPipedFileReaderTransport, and TPipedFileReaderTransportFactory classes by James Wang · 18 years ago
  25. be0ae5b Fix heinous TMemoryBuffer bug and warning in FileTransport by Mark Slee · 18 years ago
  26. a821cfd Missed an include line in sample code by Mark Slee · 18 years ago
  27. 06af13d Readme on PHP/Apache Thrift integration by Mark Slee · 18 years ago
  28. 24b49d3 Thrift whitepaper draft by Mark Slee · 18 years ago
  29. a7d6c3c Thrift: fix error with handling TApplicationException by Martin Kraemer · 18 years ago
  30. 6632e0b Constants lowercase in java true/false by Mark Slee · 18 years ago
  31. 8109757 Generate toString() convenience method for Thrift java structs by Mark Slee · 18 years ago
  32. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  33. 0c2dff3 Fix broken C++ Thrift test by Mark Slee · 18 years ago
  34. 561b536 Fix TServerSocket accept() to not do 200ms polling by Mark Slee · 18 years ago
  35. 4265a2c -- Fix compiler warnings by Aditya Agarwal · 18 years ago
  36. 4c91e55 Fix cleanup and bootstrap by Mark Slee · 18 years ago
  37. 227ac2c Ruby code gen fixes and some README improvements by Mark Slee · 18 years ago
  38. b6616fc No such thing as e.message in python socket error? by Mark Slee · 18 years ago
  39. 07a3aab Thrift Tutorial by Mark Slee · 18 years ago
  40. 02d1edc Some thrift test code improvements by Mark Slee · 18 years ago
  41. 1d4ce80 Implement proper TThreadedServer shutdown by Mark Slee · 18 years ago
  42. 54b7ab9 READMEs and DOCs and ant tasks, oh my by Mark Slee · 18 years ago
  43. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  44. 5d06fea Thrift build cleanup stuff by Mark Slee · 18 years ago
  45. 3303f36 Thrift CPP threading fixes by Mark Slee · 18 years ago
  46. c2c82c9 Move helper structure declarations into .h file by Mark Slee · 18 years ago
  47. 4841b2d Threads test makefile cleanup by Mark Slee · 18 years ago
  48. c416a27 Threads testing package update by Mark Slee · 18 years ago
  49. b32f3c6 Threading libraries test for Thrift C++ by Mark Slee · 18 years ago
  50. 4e441e2 Do not check error code if select returns 0 by Mark Slee · 18 years ago
  51. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  52. 6e3f637 Proper shutdown functionality for Thrift servers by Mark Slee · 18 years ago
  53. 7c10eaf Add join to the ThreadManager by Mark Slee · 18 years ago
  54. adde968 Giving Marc K props for crazy bitshifting in PHP binary protocol by Mark Slee · 18 years ago
  55. fb40c19 Oops missed license on one python file by Mark Slee · 18 years ago
  56. 43df5c5 Applying Thrift license to ruby source by Mark Slee · 18 years ago
  57. 4902c05 Apply Thrift license to PHP source code by Mark Slee · 18 years ago
  58. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  59. 7eb0d63 Apply Thrift license to Java sources by Mark Slee · 18 years ago
  60. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  61. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  62. 7a49888 TApplicationException handling in PHP generated thrift code by Mark Slee · 18 years ago
  63. 0af62d1 Bogus $this->type in TApplicationException in PHP by Mark Slee · 18 years ago
  64. bd8b991 Python HttpClient for Thrift by Mark Slee · 18 years ago
  65. 2a22a88 Thrift HTTP client optimizations by Mark Slee · 18 years ago
  66. 4401814 Various bug fixes with the THttpClient by Mark Slee · 18 years ago
  67. a2c760b Whoops there were 2 extra spaces in this code by Mark Slee · 18 years ago
  68. 8a98e1b Thrift HTTP client in C++ by Mark Slee · 18 years ago
  69. d395d57 Same fix to thrift codebase by Mark Slee · 18 years ago
  70. 49aea10 -- fix overflow error in seekToChunk() by Aditya Agarwal · 18 years ago
  71. 1ecb1b0 Fix thrift includes by Mark Slee · 18 years ago
  72. dac7856 Proper exception types in PHP thrift by Mark Slee · 18 years ago
  73. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 18 years ago
  74. e74306a Move constant defs into Thrift.py to avoid cirulcar includes by Mark Slee · 18 years ago
  75. b0060b0 Python application level exceptions by Mark Slee · 18 years ago
  76. e129a2d Some thrift test code fixes by Mark Slee · 18 years ago
  77. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  78. e534119 protocol exceptions in java by Mark Slee · 18 years ago
  79. b46c041 More java error codes in thrift by Mark Slee · 18 years ago
  80. a9848d7 New thrift c++ error code by Mark Slee · 18 years ago
  81. 5e04657 Thrift application exceptions in Java, code gen by Mark Slee · 18 years ago
  82. 3d42440 Thrift application exceptions in Java by Mark Slee · 18 years ago
  83. 4c948d4 C++ Thrift server throws application exceptions for invalid message types by Mark Slee · 18 years ago
  84. f3d3363 Application exception types for Thrift by Mark Slee · 18 years ago
  85. 2c2a648 Gen code with /usr/bin/env python not /usr/bin/python by Mark Slee · 18 years ago
  86. ecf490e Python code gen includes __init__.py and package directory by Mark Slee · 18 years ago
  87. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  88. 3cd75f5 Include debug symbols in thrift builds by default by Mark Slee · 18 years ago
  89. 98e962b Generate Java code into proper source directory heirarchy by Mark Slee · 18 years ago
  90. 0e52839 Take out debug print in TServer constructor by Mark Slee · 18 years ago
  91. 04342d8 another typo i missed by Mark Slee · 18 years ago
  92. fb84b2b Adityaslop typos in thrift py server by Mark Slee · 18 years ago
  93. a0c9241 Thrift: Changing TFileTransport to use the same buffer-swap mechanism that pillar does by James Wang · 18 years ago
  94. afc7654 Take brackets out of cpp_type bit by Mark Slee · 18 years ago
  95. 9f8361f Fix code gen to getTransport() not getOutputTransport() by Mark Slee · 18 years ago
  96. 907e3d6 Fix handling of accept() exceptions in threadedserver by Mark Slee · 18 years ago
  97. 0b64e77 Thrift: PHP Socket instrumentation for connect/read/write issues by Martin Kraemer · 18 years ago
  98. e1165d4 Implement TSimpleServer in Ruby by Mark Slee · 18 years ago
  99. 157d9f7 Ruby test server code by Mark Slee · 18 years ago
  100. da748dd Fixes for ruby server code gen by Mark Slee · 18 years ago