1. 4e7530d Thrift: TDenseProtocol. by David Reiss · 17 years ago
  2. 47557bc Thrift: Slight tweaks to local reflection. by David Reiss · 17 years ago
  3. d3f1a2d Summary: Checking in fix to TFileTransport to remove redundant behavior of readEvent -- just return NULL or the next event by James Wang · 17 years ago
  4. 5de75dd Merge some java gen fixes from Johan Oskarsson by Mark Slee · 17 years ago
  5. 000b111 -- cleaning up some Makefile issues by Aditya Agarwal · 17 years ago
  6. 8b6c2eb -- reset all state when seeking to a chunk by Aditya Agarwal · 17 years ago
  7. f150f1a Add get_true_type call to RB generator by Mark Slee · 17 years ago
  8. d779cbe Thrift: Local Reflection for C++. by David Reiss · 17 years ago
  9. 01a9f88 Add -javabean option to Thrift by Mark Slee · 17 years ago
  10. 6ce97e3 Thrift: Forgot to commit these fixes. by David Reiss · 17 years ago
  11. 9885c68 Thrift: Generate fingerprints for non-structs. by David Reiss · 17 years ago
  12. 5db3e92 Thrift: Handle absence of fastbinary.so by David Reiss · 17 years ago
  13. 792df0b Thrift: Pre-generate reflection_limited for Python. by David Reiss · 17 years ago
  14. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  15. aea19c9 Thrift: Python libraries install into /usr, not /usr/local by David Reiss · 17 years ago
  16. 6868eae Autoconf fixes by Mark Slee · 17 years ago
  17. a0f8bdc Merge patch from Dan Engeleman for Java utility constructors by Mark Slee · 17 years ago
  18. 1ac120f Thrift: Install reflection_limited.thrift by David Reiss · 17 years ago
  19. 1746e30 Thrift: Fix a compile error. by David Reiss · 17 years ago
  20. dd7796f Thrift: Fix untriggerable bug. by David Reiss · 17 years ago
  21. 18bf22d Thrift: Generate structural fingerprints for thrift structs. by David Reiss · 17 years ago
  22. 2375312 Thrift: Limited Reflection for C++. by David Reiss · 17 years ago
  23. 5ec8e26 Thrift: Fix fastbinary.c for Python 2.4. by David Reiss · 17 years ago
  24. 382fc30 Thrift: Native-code Binary Protocol encoder. by David Reiss · 17 years ago
  25. 40c6ac5 Possible Thrift memory leak by Mark Slee · 17 years ago
  26. 3f808ab Thrift: TMemoryBuffer::getAppendBufferToString fix. by David Reiss · 17 years ago
  27. cf3c124 Trivial automake fix by Mark Slee · 17 years ago
  28. e087a30 Thrift: Make use of get_true_type. by David Reiss · 17 years ago
  29. a41c870 Thrift: TMemoryBuffer::getBufferAsString only returns written portion. by David Reiss · 17 years ago
  30. d4a269c Thrift: No using namespace. by David Reiss · 17 years ago
  31. 402ee28 Fix TNonBlockingServer libevent issue in ThreadPool mode by Mark Slee · 17 years ago
  32. 25b5ee3 Thrift: TMemoryBuffer now handles NULLs again. by David Reiss · 17 years ago
  33. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  34. 95aaaf1 Thrift: Bugfix. by David Reiss · 17 years ago
  35. 2dc72c3 Thrift: Move TStringBuffer functionality into TMemoryBuffer. by David Reiss · 17 years ago
  36. dd56497 Need sys/types.h includes for FreeBSD by Mark Slee · 17 years ago
  37. 9843915 Fix thread_t cast again by Mark Slee · 17 years ago
  38. 04f0b7b Use reinterpret_cast instead of static_cast for pthread_t => Thread::id_t by Mark Slee · 17 years ago
  39. 1ec47d4 [adding TStringBuffer for serialization/deserialization from a string] by yunfang · 17 years ago
  40. 94112d6 Thrift: OCaml TSocket more helpful exceptions by iproctor · 17 years ago
  41. 937fa62 Perl pass by reference versioning fix by Mark Slee · 17 years ago
  42. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  43. 1b65b72 Generate a -u option for Python Service-remote CLI utility by Mark Slee · 17 years ago
  44. 5362e70 THRIFT: mutex trylock support by boz · 17 years ago
  45. 3429b6a Thrift: Add a useful helper function (in compiler). by David Reiss · 17 years ago
  46. 8320a92 Thrift: Merging external patch. by David Reiss · 17 years ago
  47. cbd4bac Thrift: docstring revamp step 2. by David Reiss · 17 years ago
  48. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  49. fa0c857 [thrift] erlang: log more tTransportExceptions by Christopher Piro · 17 years ago
  50. e470aa3 Thrift: OCaml TSocket fix by iproctor · 17 years ago
  51. 7dafc94 Fix Java test cases by Mark Slee · 17 years ago
  52. 7e2cda1 Fix C++ enum deserialization by Mark Slee · 17 years ago
  53. 7897c92 Thrift: OCaml and HS servers more general by iproctor · 17 years ago
  54. 6148175 Thrift: Fix thrift.vim. by David Reiss · 17 years ago
  55. 202111d Thrift: More constant enums. by David Reiss · 17 years ago
  56. 6f22655 Thrift: Fixed rookie mistake. by David Reiss · 17 years ago
  57. 8dae994 Thrift: Improved test case. by David Reiss · 17 years ago
  58. ee59884 [thrift] handle timeouts and other errors gracefully (Erlang) by Christopher Piro · 17 years ago
  59. 17496a0 Typo and comment fix by Mark Slee · 17 years ago
  60. 80cdca7 -- fix memory leak in TThreadedServer by Aditya Agarwal · 17 years ago
  61. c3c6c0c [thrift] make Erlang server noisy when handler has error by Christopher Piro · 17 years ago
  62. 5b3a8f7 [thrift] improved error logging and handling for Erlang bindings by Christopher Piro · 17 years ago
  63. 99e2c07 -- allow packaging of thrift as an rpm by Aditya Agarwal · 17 years ago
  64. 0dd0916 -- Adding TMemoryBuffer.py by Aditya Agarwal · 17 years ago
  65. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  66. 1ac0580 Thrift: Change docstring syntax. by David Reiss · 17 years ago
  67. d0767c5 Fix Thrift compiler to support reuse of enums and constants in later constants by Mark Slee · 17 years ago
  68. a46438e [Thrift] fixing python server socket bind permissions by pfung · 17 years ago
  69. 2654956 Fix for IPv6 Python sockets binding localhost problem by Mark Slee · 17 years ago
  70. 5b41819 -- remove default seekToEnd by Aditya Agarwal · 17 years ago
  71. 877237a Thrift: Catch what you throw. by David Reiss · 17 years ago
  72. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 17 years ago
  73. 5f5fdf3 [thrift] maps, lists, sets, and service inheritance for Erlang by Christopher Piro · 17 years ago
  74. ff8eb92 Thrift: Haskell library and codegen by iproctor · 17 years ago
  75. 5ced286 Thrift: Ruby cogeden not creating exception fields properly. by iproctor · 17 years ago
  76. e168d5e Summary: TSocket shouldn't let you set the timeout before it's got a valid handle by James Wang · 17 years ago
  77. d4de1e9 Thrift: OCaml library binary protocol fix by iproctor · 17 years ago
  78. 8737260 [thrift] stupid case bug in Erlang codegen by Christopher Piro · 17 years ago
  79. ae1f10f [thrift] misc. Erlang codegen improvements, cleanups by Christopher Piro · 17 years ago
  80. e9cd655 Readding seekToEnd() call to openLogFile() temporarily so that search doesn't break by James Wang · 17 years ago
  81. d51643c Summary: Changing TFileTransport to not go to end of file by default by James Wang · 17 years ago
  82. 00dcccf Thrift: Debug Protocol by David Reiss · 17 years ago
  83. 8639e10 Thrift: add an indent to generated cpp files. by David Reiss · 17 years ago
  84. 094823a [thrift] highly concurrent Erlang goodness by Christopher Piro · 17 years ago
  85. 9a41a0c Thrift: OCaml library and generator by iproctor · 18 years ago
  86. a36f5db [scope lock wrapped for ReadWriteMutex] by yunfang · 18 years ago
  87. b1ad014 Add typecasting to REST parameters in generated Thrift PHP code by Mark Slee · 18 years ago
  88. 8b82fb7 Fix SET serialization borked-ness in Thrift by Mark Slee · 18 years ago
  89. d093e7c removing test file peterm by peterm · 18 years ago
  90. abc12e5 peterm - testing repo sync by peterm · 18 years ago
  91. 85287d3 Fix addrinfo structure memory leak in TSocket by Mark Slee · 18 years ago
  92. e6c4fa6 sys_errlist is deprecated. by Martin Kraemer · 18 years ago
  93. 6d56eb9 TSocket IPv6 support for C++ by Mark Slee · 18 years ago
  94. cce8184 THRIFT ReadWriteMutex by boz · 18 years ago
  95. 2297460 Python IPv6 support for TSocket by Mark Slee · 18 years ago
  96. f79031e Fixed possible Thrift serialization bug by David Reiss · 18 years ago
  97. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  98. 756b1d1 Make -rest an optional param to the Thrift PHP compiler by Mark Slee · 18 years ago
  99. 7ef6733 [thrift] small typo in tserver.rb by Christopher Piro · 18 years ago
  100. 477a580 Ruby test code fix, and BNF file for protocol by Mark Slee · 18 years ago