1. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 4 years ago
  2. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 6 years ago
  3. ee8caca THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef endian header by James E. King III · 7 years ago
  4. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 7 years ago
  5. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
  6. 863262d add static_assert message by cyy · 7 years ago
  7. 7007506 replace boost static_assert with static_assert by cyy · 7 years ago
  8. 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
  9. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 8 years ago
  10. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  11. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 9 years ago
  12. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 9 years ago
  13. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 11 years ago
  14. ad3a955 THRIFT-3298: thrift endian converters may conflict with other libraries by jfarrell · 10 years ago
  15. 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 10 years ago
  16. cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 11 years ago
  17. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 11 years ago
  18. 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 11 years ago
  19. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 11 years ago
  20. 38bf234 THRIFT-2907 - macro ntohll defined only when needed by Konrad Grochowski · 11 years ago
  21. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  22. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 11 years ago
  23. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  24. 8b51bc6 remove trailing whitespace by Roger Meier · 11 years ago
  25. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 12 years ago
  26. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 12 years ago
  27. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 13 years ago
  28. b69d24d THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig by Roger Meier · 13 years ago
  29. f9f841d THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements by Roger Meier · 14 years ago
  30. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 14 years ago[Renamed (99%) from lib/cpp/src/protocol/TProtocol.h]
  31. a93848b THRIFT-1341 TProtocol.h endian detection wrong with boost by Roger Meier · 14 years ago
  32. 2fa9c31 THRIFT-1320 Consistency of configure generated config.h by Roger Meier · 14 years ago
  33. c1fe30b THRIFT-1192: Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_ by Jake Farrell · 15 years ago
  34. c0b5d90 THRIFT-998 Silence g++ -Wswitch-enum warning in header by Roger Meier · 15 years ago
  35. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 15 years ago
  36. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 15 years ago
  37. 8dfc732 THRIFT-922. cpp: Fix C++ compilation when using list<bool> by David Reiss · 15 years ago
  38. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 15 years ago
  39. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 15 years ago
  40. 184d262 THRIFT-851. php: php extension fails to compile on centos 5.x by Bryan Duxbury · 15 years ago
  41. 9b90344 THRIFT-606. cpp: Fix build on Solaris Nevada by David Reiss · 16 years ago
  42. 3029786 THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endian by David Reiss · 16 years ago
  43. e4d4ea0 THRIFT-333. cpp: Initial TCompactProtocol implementation by David Reiss · 17 years ago
  44. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 17 years ago
  45. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 17 years ago
  46. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 17 years ago
  47. 57b5006 THRIFT-348. cpp: Fix readBool for vectors of bools (again) by David Reiss · 17 years ago
  48. 035aed9 cpp: Fix implementations of "list<bool>" by David Reiss · 17 years ago
  49. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 17 years ago
  50. 6412000 C++: Make write{Struct,Field}Begin take "name" as a const char*. by David Reiss · 18 years ago
  51. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 18 years ago
  52. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 18 years ago
  53. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 18 years ago
  54. 1d2ead3 Darwin endianness junk by Mark Slee · 19 years ago
  55. 4f261c5 Crazy byteswapping thrift patches from david reiss by Mark Slee · 19 years ago
  56. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 19 years ago
  57. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 19 years ago
  58. 5d06fea Thrift build cleanup stuff by Mark Slee · 19 years ago
  59. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 19 years ago
  60. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 19 years ago
  61. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 19 years ago
  62. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 19 years ago
  63. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 19 years ago
  64. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 19 years ago
  65. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 19 years ago
  66. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 19 years ago
  67. f5f2be4 Thrift: standardize coding style by Mark Slee · 19 years ago
  68. 78f58e2 Thrift generation for Java by Mark Slee · 19 years ago
  69. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 19 years ago
  70. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 19 years ago
  71. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 19 years ago
  72. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 19 years ago
  73. 5b126d6 Groundwork for exception support: by Marc Slemko · 19 years ago
  74. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 19 years ago
  75. d42a2c2 Rationalized include-directory schema by Marc Slemko · 19 years ago
  76. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 19 years ago
  77. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 19 years ago
  78. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 20 years ago[Renamed from lib/cpp/protocol/TProtocol.h]
  79. f3c322b Thrift: getting rid of U32s for map/list/set/string lengths and field ids etc. by Mark Slee · 20 years ago
  80. 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 · 20 years ago
  81. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 20 years ago