1. ed5c5a4 THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member usage) by Carel Combrink · 4 months ago
  2. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 9 months ago
  3. 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 10 months ago
  4. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  5. 9c0de2d lib: c_glib: fix compile error due to missing unistd.h by Christopher Friedt · 2 years, 2 months ago
  6. f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
  7. 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
  8. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
  9. 9fab238 Minor cleanup of two CMake files, and removed some (unused) boost dependencies by Mario Emmenlauer · 4 years ago
  10. c821d25 THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprecated] by zeshuai007 · 4 years, 5 months ago
  11. 037753e THRIFT-5265 add the zlib transport to c_glib Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 1 month ago
  12. 997e2d4 fix warning in c_glib from add max_message_size code by zeshuai007 · 4 years, 3 months ago
  13. 062521f add the test case into cmake by zeshuai007 · 4 years, 4 months ago
  14. c80b8bb THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 6 months ago
  15. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  16. a392566 THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) by Kevin Wojniak · 6 years ago
  17. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  18. c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
  19. 0140cbf remove unused variables by cyy · 6 years ago
  20. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  21. 87ad2bc THRIFT-4329: multiplexed processor, client and server for c_glib Client: c_glib by Gonzalo Aguilar Delgado · 7 years ago
  22. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  23. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  24. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  25. 37aac3b THRIFT-3706: added cross test support for backwards compatible multiplexed server, added c_glib testBinary, fixed a number of glib object reference issues by James E. King, III · 8 years ago
  26. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  27. 30a8b65 THRIFT-3968: Deserializing empty string/binary fields by Simon South · 8 years ago
  28. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  29. 21b6d92 THRIFT-3909 Fix c_glib static lib CMake build by Nobuaki Sukegawa · 8 years ago
  30. 1fa273b THRIFT-2980 Accept external buffer in thrift_memory_buffer constructor by Chandler May · 9 years ago
  31. 1ccd81b THRIFT-3569 Add thrift_transport_read_all to facilitate large reads in c_glib. by Chandler May · 9 years ago
  32. 2303d97 THRIFT-3577 assertion failed at line 512 of testcontainertest.c by Nobuaki Sukegawa · 9 years ago
  33. e71f20c THRIFT-3556 c_glib file descriptor transport by Simon South · 9 years ago
  34. 6076970 THRIFT-3573 c_glib: No rule to make target issue by Nobuaki Sukegawa · 9 years ago
  35. 3fe3df2 THRIFT-3567 GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed by Chandler May · 9 years ago
  36. 6dde90b THRIFT-1313 implement compact protocol for c_glib library by Chandler May · 9 years ago
  37. 8b0fe28 THRIFT-3558 fix typos in c_glib test assertions by Chandler May · 9 years ago
  38. bf8f7b4 THRIFT-3383 i64 related warnings by Simon South · 9 years ago
  39. 56cf779 THRIFT-3512 c_glib: Build fails due to missing features.h by Simon South · 9 years ago
  40. ba3fe86 THRIFT-3464 Fix several defects in c_glib code generator by Nobuaki Sukegawa · 9 years ago
  41. 362a5ed THRIFT-3455 struct write method's return value is incorrect by Nobuaki Sukegawa · 9 years ago
  42. ca93936 THRIFT-3424 Add CMake android build option Client: Build Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  43. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  44. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  45. ff4a8ed THRIFT-3326 Tests do not compile under *BSD by Roger Meier · 9 years ago
  46. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  47. 4fed1af THRIFT-3178 glib C does not compile by Jens Geyer · 9 years ago
  48. 54f392b THRIFT-2832 c_glib: Handle string lists correctly by Jens Geyer · 9 years ago
  49. 38e7155 THRIFT-3288 c_glib: Build unit tests without compiler warnings by Simon South · 9 years ago
  50. db3646f THRIFT-3288 c_glib: Unit tests: Enable warnings, improve automake-variable use by Simon South · 9 years ago
  51. 482da72 THRIFT-3267 c_glib: "Critical" failure during unit tests by Jens Geyer · 9 years ago
  52. 1c19027 THRIFT-3266 c_glib: Multiple compiler warnings building unit tests by Jens Geyer · 9 years ago
  53. 8c5fce9 THRIFT-2917 "make clean" breaks test/c_glib Client: c_glib Patch: Simon South by Jens Geyer · 9 years ago
  54. 8677719 THRIFT-2957 warning: source file %s is in a subdirectory, but option 'subdir-objects' is disabled by Jens Geyer · 9 years ago
  55. ef0a8fa THRIFT-3138 "make check" parallel execution is underministic by Nobuaki Sukegawa · 10 years ago
  56. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  57. 3b99c97 THRIFT-3106 CMake summary should give more information why a library is set to off by Roger Meier · 10 years ago
  58. 8349425 THRIFT-3099 cmake build is broken on FreeBSD by Marco Molteni · 10 years ago
  59. 79e971e c_glib: fix some warnings by Roger Meier · 10 years ago
  60. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  61. d5f87e1 CMake: Add CMake support for Thrift libraries by Pascal Bach · 10 years ago
  62. 035870d c_glib: fix automake dependencies by Roger Meier · 10 years ago
  63. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  64. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  65. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  66. 63243c6 THRIFT-2709 c_glib: Support server implementation by Roger Meier · 10 years ago
  67. 0cc6d3c THRIFT-2690 by Roger Meier · 10 years ago
  68. 7fa9848 THRIFT-2680 c_glib: ThriftFramedTransport fails when peer unexpectedly closes connection by Roger Meier · 10 years ago
  69. 60b7ad6 THRIFT-2639 c_glib: Expose as properties members of generated structs by Roger Meier · 10 years ago
  70. 909f186 THRIFT-2636 c_glib: ThriftApplicationException: Expose "type" and "message" properties by Roger Meier · 10 years ago
  71. 1d7e35a THRIFT-2631 c_glib: Support service inheritance in clients by Roger Meier · 10 years ago
  72. 5c80b56 THRIFT-2475 c_glib: buffered_transport_write function return always TRUE. by Roger Meier · 11 years ago
  73. c095919 THRIFT-1829 cpp unit tests fail to build using multiple make jobs by Roger Meier · 12 years ago
  74. e3da768 THRIFT-1826 update c_glib source header paths Patch: Simon South by Roger Meier · 12 years ago
  75. c75797d THRIFT-1583 c_glib leaks memory by Roger Meier · 13 years ago
  76. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  77. a1c416f THRIFT-1202 Malformed JSON for map<string,type> services parameters by Roger Meier · 14 years ago
  78. 39fbb9a THRIFT-1032. make dist fails due to c_glib problem by Bryan Duxbury · 14 years ago
  79. c2cc61a THRIFT-1002 some more cleanup in c_glib part by Roger Meier · 14 years ago
  80. c101092 THRIFT-1003 Polishing c_glib code by Roger Meier · 14 years ago
  81. 213a664 THRIFT-582 C(c_glib) implementation of Thrift by Roger Meier · 14 years ago