1. d580dc6 trash an inaccurate comment (via Chad Walters) by Bryan Duxbury · 14 years ago
  2. c1fe30b THRIFT-1192: Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_ by Jake Farrell · 14 years ago
  3. 2bbc328 Patch from Chris Morgan, fixing gcc warnings. by Christian Lavoie · 14 years ago
  4. c0b5d90 THRIFT-998 Silence g++ -Wswitch-enum warning in header by Roger Meier · 14 years ago
  5. cbf87cb THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from a few constants. by Christian Lavoie · 14 years ago
  6. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
  7. 3b771a1 THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny by Roger Meier · 14 years ago
  8. 4a2bc1b THRIFT-977. cpp: Hex Conversion Bug in C++ TJSONProtocol by Bryan Duxbury · 14 years ago
  9. 63228e5 cpp: Support oneway calls in TDebugProtocol.cpp by David Reiss · 14 years ago
  10. f770bef cpp: Add a little extra whitespace to TDebugProtocol.cpp by David Reiss · 14 years ago
  11. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  12. f673509 THRIFT-926. cpp: Thrift: throw bad_alloc when malloc fails, not something else by David Reiss · 14 years ago
  13. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  14. 8dfc732 THRIFT-922. cpp: Fix C++ compilation when using list<bool> by David Reiss · 14 years ago
  15. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
  16. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 14 years ago
  17. ea051ca THRIFT-922. cpp: When reading strings, borrow first by David Reiss · 14 years ago
  18. 184d262 THRIFT-851. php: php extension fails to compile on centos 5.x by Bryan Duxbury · 14 years ago
  19. ac110e4 cpp: Eliminate circular dependency between thrift libraries by David Reiss · 15 years ago
  20. 4ae8780 THRIFT-706. cpp: Fix memory leak of string_buf_ in TCompactProtocol by David Reiss · 15 years ago
  21. 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
  22. 9b90344 THRIFT-606. cpp: Fix build on Solaris Nevada by David Reiss · 15 years ago
  23. 3029786 THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endian by David Reiss · 15 years ago
  24. 141eab4 THRIFT-425. cpp: numeric_limits is declared in <limits> by Bryan Duxbury · 16 years ago
  25. 7247b8c cpp: Fix compiler and library compilation with newer glibc by David Reiss · 16 years ago
  26. e4d4ea0 THRIFT-333. cpp: Initial TCompactProtocol implementation by David Reiss · 16 years ago
  27. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  28. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  29. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  30. 57b5006 THRIFT-348. cpp: Fix readBool for vectors of bools (again) by David Reiss · 16 years ago
  31. 035aed9 cpp: Fix implementations of "list<bool>" by David Reiss · 16 years ago
  32. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  33. 4c266cc THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory by David Reiss · 16 years ago
  34. 6713e1b THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin by David Reiss · 16 years ago
  35. 322e595 THRIFT-203. cpp: Make library headers compile under g++ -pedantic by David Reiss · 16 years ago
  36. 32e95f8 Include <limits> in TBinaryProtocol.cpp for numeric_limits. by David Reiss · 17 years ago
  37. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  38. e39e937 Remove a few unnecessary includes to speed up compiles. by David Reiss · 17 years ago
  39. 6412000 C++: Make write{Struct,Field}Begin take "name" as a const char*. by David Reiss · 17 years ago
  40. a177109 Fix Thrift.cpp for non-Linux systems. by David Reiss · 17 years ago
  41. b54deb1 Fix a minor bug in TDebugProtocol and remove dead code. by David Reiss · 17 years ago
  42. e0e3d1b Add TProtocolTap: a meta-protocol for "wiretapping". by David Reiss · 17 years ago
  43. 642f2d3 TDebugProtocol: Add support for messages. by David Reiss · 17 years ago
  44. a80f0fb TDebugProtocol: Support a limit on string length. by David Reiss · 17 years ago
  45. 58b4fa7 Fix a memory leak in TBinaryProtocol. by David Reiss · 17 years ago
  46. 2c9824c Fix potential out of bounds read issue with getTypeIDForTypeName(). by David Reiss · 17 years ago
  47. 9163073 Fix for JSON Protocol string-reading methods. by David Reiss · 17 years ago
  48. 1a35464 Fix for Base64 decoding. by David Reiss · 17 years ago
  49. 1e62ab4 TJSONProtocol no longer uses borrow, and miscellaneous fixes. by David Reiss · 17 years ago
  50. d7a16f4 Thrift: Add "#include <cstdlib>" in a few places and s/malloc/std::malloc/ by David Reiss · 17 years ago
  51. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
  52. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 17 years ago
  53. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  54. d46eb09 Thrift: Update the interface for TTransport's "borrow" method. by David Reiss · 17 years ago
  55. adad4ab Thrift: Fix dangling pointer errors and make messages a bit more uniform. by David Reiss · 17 years ago
  56. ce161a9 Thrift: Clean up and test TDenseProtocol by David Reiss · 17 years ago
  57. e67c0e6 Thrift: TDenseProtocol using variable-length integers. by David Reiss · 17 years ago
  58. 4e7530d Thrift: TDenseProtocol. by David Reiss · 17 years ago
  59. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 17 years ago
  60. 00dcccf Thrift: Debug Protocol by David Reiss · 17 years ago
  61. 8b82fb7 Fix SET serialization borked-ness in Thrift by Mark Slee · 18 years ago
  62. f79031e Fixed possible Thrift serialization bug by David Reiss · 18 years ago
  63. 8288329 Removing protocol.txt by Mark Slee · 18 years ago
  64. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  65. 1d2ead3 Darwin endianness junk by Mark Slee · 18 years ago
  66. 4f261c5 Crazy byteswapping thrift patches from david reiss by Mark Slee · 18 years ago
  67. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 18 years ago
  68. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  69. 5d06fea Thrift build cleanup stuff by Mark Slee · 18 years ago
  70. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  71. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 18 years ago
  72. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  73. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 18 years ago
  74. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  75. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  76. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  77. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  78. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  79. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  80. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  81. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 18 years ago
  82. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 18 years ago
  83. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  84. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  85. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 18 years ago
  86. 5b126d6 Groundwork for exception support: by Marc Slemko · 18 years ago
  87. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 18 years ago
  88. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  89. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  90. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  91. 03eafbe Added BNF describing proposed logical wire format for Thrift message streams by Marc Slemko · 18 years ago
  92. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  93. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago