1. c0b5d90 THRIFT-998 Silence g++ -Wswitch-enum warning in header by Roger Meier · 14 years ago
  2. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
  3. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  4. 8dfc732 THRIFT-922. cpp: Fix C++ compilation when using list<bool> by David Reiss · 14 years ago
  5. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
  6. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 14 years ago
  7. 184d262 THRIFT-851. php: php extension fails to compile on centos 5.x by Bryan Duxbury · 14 years ago
  8. 9b90344 THRIFT-606. cpp: Fix build on Solaris Nevada by David Reiss · 15 years ago
  9. 3029786 THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endian by David Reiss · 15 years ago
  10. e4d4ea0 THRIFT-333. cpp: Initial TCompactProtocol implementation by David Reiss · 16 years ago
  11. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  12. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  13. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  14. 57b5006 THRIFT-348. cpp: Fix readBool for vectors of bools (again) by David Reiss · 16 years ago
  15. 035aed9 cpp: Fix implementations of "list<bool>" by David Reiss · 16 years ago
  16. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  17. 6412000 C++: Make write{Struct,Field}Begin take "name" as a const char*. by David Reiss · 17 years ago
  18. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 17 years ago
  19. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  20. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 17 years ago
  21. 1d2ead3 Darwin endianness junk by Mark Slee · 18 years ago
  22. 4f261c5 Crazy byteswapping thrift patches from david reiss by Mark Slee · 18 years ago
  23. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 18 years ago
  24. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  25. 5d06fea Thrift build cleanup stuff by Mark Slee · 18 years ago
  26. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  27. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 18 years ago
  28. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  29. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 18 years ago
  30. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  31. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  32. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  33. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  34. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  35. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  36. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 18 years ago
  37. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 18 years ago
  38. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  39. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 18 years ago
  40. 5b126d6 Groundwork for exception support: by Marc Slemko · 18 years ago
  41. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 18 years ago
  42. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  43. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  44. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  45. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago[Renamed from lib/cpp/protocol/TProtocol.h]
  46. f3c322b Thrift: getting rid of U32s for map/list/set/string lengths and field ids etc. by Mark Slee · 19 years ago
  47. 8d7e1f6 Update Thrift CPP libraries to work with new generated source, change underlying buffers to use uint8_t* instead of std::string by Mark Slee · 19 years ago
  48. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago