1. 7b93559 use noexcept instead of throw() in library by cyy · 6 years ago
  2. 17a9cff Fix warning: catching polymorphic type ‘class std::runtime_error’ by value by proller · 6 years ago
  3. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  4. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  5. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 7 years ago
  6. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  7. 117a5cc THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ by Jim Apple · 8 years ago
  8. 147c284 THRIFT-2026: Eliminate some undefined behavior in C/C++ by Jim Apple · 8 years ago
  9. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  10. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  11. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  12. 1654fe9 THRIFT-3476: fix missing header by Jim King · 9 years ago
  13. 4300b72 THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol by dtmuller · 8 years ago
  14. 3bf5bf9 THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows with debug CRT by tpcwang · 9 years ago
  15. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  16. d42d8be THRIFT-3758 TApplicationException::getType and TProtocolException::getType should be const by tpcwang · 9 years ago
  17. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  18. 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 9 years ago
  19. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  20. dfb6896 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359 by Nobuaki Sukegawa · 9 years ago
  21. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 9 years ago
  22. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 9 years ago
  23. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  24. a84e139 THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol by Konrad Grochowski · 9 years ago
  25. a175437 THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. by Nobuaki Sukegawa · 9 years ago
  26. ad3a955 THRIFT-3298: thrift endian converters may conflict with other libraries by jfarrell · 9 years ago
  27. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
  28. 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
  29. cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
  30. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
  31. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  32. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  33. 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 10 years ago
  34. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 10 years ago
  35. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  36. 434edf6 THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks by Jens Geyer · 10 years ago
  37. 12b06e4 THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale by Konrad Grochowski · 10 years ago
  38. 38bf234 THRIFT-2907 - macro ntohll defined only when needed by Konrad Grochowski · 10 years ago
  39. 6794698 THRIFT-2874: C++ - typo in TDenseProtocol comment fixed by Konrad Grochowski · 10 years ago
  40. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 10 years ago
  41. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  42. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  43. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  44. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  45. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  46. 8b51bc6 remove trailing whitespace by Roger Meier · 10 years ago
  47. 1a5127b THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 by Roger Meier · 11 years ago
  48. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago
  49. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 11 years ago
  50. 7f10de7 THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig by Ben Craig · 11 years ago
  51. fd64c15 THRIFT-2021: Improve large binary protocol string performance by Ben Craig · 11 years ago
  52. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  53. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  54. b6dfc90 THRIFT-1986 fix TCompactProtocol constants by Henrique Mendonça · 12 years ago
  55. cde23df THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309) by Roger Meier · 12 years ago
  56. 64a799d THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  57. 3e93711 THRIFT-1992: Fix TCompactProtocol compiler warnings by Carl Yeksigian · 12 years ago
  58. 3a931b5 THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server by Roger Meier · 12 years ago
  59. a7ab94d THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6 by Roger Meier · 12 years ago
  60. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 12 years ago
  61. b69d24d THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig by Roger Meier · 12 years ago
  62. f42ae01 Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings by Jake Farrell · 13 years ago
  63. f9f841d THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements by Roger Meier · 13 years ago
  64. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  65. 2badac7 THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path by Roger Meier · 13 years ago
  66. 1516be0 Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk by Roger Meier · 13 years ago
  67. 92a90ff THRIFT-1566 Thrift/cpp: Use some different string operations by Roger Meier · 13 years ago
  68. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago