- 29f7f8f THRIFT-4743: remove cpp compiler plugin support to simplify the project by James E. King III · 6 years ago
- bfdbd03 use chrono by cyy · 6 years ago
- 1735542 THRIFT-4735: Remove Qt4 build support by James E. King III · 6 years ago
- ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
- d65e91c remove stdcxx namespace and use std directly by cyy · 6 years ago
- c109e01 remove boost::thread and boost::mutex code by cyy · 6 years ago
- 9edecce Build async. protocol processor as part of main thrift library. by Stefan Bolus · 7 years ago
- f338d57 THRIFT-4308: re-enable dlang deimos build support for libevent by James E. King III · 7 years ago
- 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
- d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
- 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
- 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
- 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
- a837085 THRIFT-3555 'configure' script does not honor --with-openssl=<path> for libcrypto for BN_init by Nobuaki Sukegawa · 9 years ago
- 673c941 THRIFT-3382 - C++: TBase class for generated structs added by Konrad Grochowski · 9 years ago
- 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
- f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
- 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
- de78b54 THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't by Ben Craig · 9 years ago
- 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
- cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
- ec847ac THRIFT-3125 Fix the list of exported headers in automake input by Roger Meier · 10 years ago
- 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
- 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
- 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
- 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
- 2ac3a3c THRIFT-2912 Autotool build for C++ Qt library is invalid by Jens Geyer · 10 years ago
- 6622877 THRIFT-2098 Add support for Qt5+ by Nobuaki Sukegawa · 10 years ago
- a195a25 THRIFT-2887 Respect --with-openssl when building C++ support. by Jon Parise · 10 years ago
- 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
- 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
- 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
- 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
- ec300e3 THRIFT-1462 add more strict compiler flags by Roger Meier · 10 years ago
- 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
- aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
- b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
- 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
- 3704227 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
- 2c60625 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
- 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
- b591203 Thrift-2126: missing cpp lib concurrency STD* files from DIST by jfarrell · 11 years ago
- 8095447 THRIFT-2066 'make install' does not install two headers required for C++ bindings by Jens Geyer · 12 years ago
- 16ee0d1 THRIFT-1968 Thrift's include path is wrong in pkg-config files by Roger Meier · 12 years ago
- 3a931b5 THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server by Roger Meier · 12 years ago
- d34bea0 THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode by Roger Meier · 12 years ago
- 7d0a040 Thrift-1558 _xplatform_pipe_6-5-2012.patch Patch: Peace C by Roger Meier · 13 years ago
- 2b1a528 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
- 67377e7 fix broken build introduced with THRIFT-1336 by Roger Meier · 13 years ago
- 2be7f24 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
- 33eaa0f THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path. by Roger Meier · 13 years ago
- 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
- 86e8986 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick and Vitali Lovich by Roger Meier · 13 years ago
- ea949fb Thrift-1462: add more strict compiler flags by Jake Farrell · 13 years ago
- ca10fd4 THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x -pedantic) by Roger Meier · 13 years ago
- 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
- e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
- 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
- bf12239 THRIFT-1381 Thrift C++ libs have incorrectly versioned names Patch: Jake Farrell by Roger Meier · 13 years ago
- 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
- 627f1a0 Thrift-1345: Allow building without test cases by Jake Farrell · 13 years ago
- 7e056e7 THRIFT-1222 Unhandled exception for TEvhttpServer request by Roger Meier · 13 years ago
- 82dc2e2 THRIFT-1221. cpp: Remove SimpleCallback.h by Bryan Duxbury · 14 years ago
- cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
- af65f1b THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X by Christian Lavoie · 14 years ago
- e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
- 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 14 years ago
- e879c2f THRIFT-922. cpp: Convert transport classes to use non-virtual calls by David Reiss · 14 years ago
- 5ddabb8 THRIFT-923. cpp: Implement a fully nonblocking server and client by David Reiss · 14 years ago
- 351e22b THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp by David Reiss · 14 years ago
- 2b45589 THRIFT-500. Remove unnecessary "ACLOCAL_AMFLAGS" line from lib/cpp/Makefile.am by David Reiss · 14 years ago
- 112e309 THRIFT-247. cpp: Basic THttpServer implementation for C++ by David Reiss · 14 years ago
- 7ba364f revert unintentional partial commit of THRIFT-247 by Bryan Duxbury · 14 years ago
- 23f2348 add ASL to a handful of files by Bryan Duxbury · 14 years ago
- 5f013bb cpp: Fix build problems introduced by r920682 by David Reiss · 15 years ago
- e4d4ea0 THRIFT-333. cpp: Initial TCompactProtocol implementation by David Reiss · 16 years ago
- ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
- abb56a4 THRIFT-255. cpp: Add TSimpleFileTransport, a wrapper around TFDTransport by David Reiss · 16 years ago
- 48141bf THRIFT-373. Update lists of files to include in release tarballs by David Reiss · 16 years ago
- 0b7d6fa THRIFT-314. Purge reflection.limited by David Reiss · 16 years ago
- 53f18f0 (THRIFT-69) Fix Util::currentTime for use in applications. by David Reiss · 17 years ago
- c6c6498 Allow out-of-source builds. by David Reiss · 17 years ago
- 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
- 9405845 Add TBase64Utils.h and TJSONProto.h to lib/cpp/Makefile.am. by David Reiss · 17 years ago
- e4db03d Add TFDTransport: a dead-simple wrapper around a file-descriptor. by David Reiss · 17 years ago
- e0e3d1b Add TProtocolTap: a meta-protocol for "wiretapping". by David Reiss · 17 years ago
- 01d187c add increase_max_fds to the new TServer.cpp by veeve · 17 years ago
- db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
- 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
- 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
- b16074d Add pkgconfig to Thrift C++ libraries by Mark Slee · 17 years ago
- b72d19f Thrift: Prep for release. by David Reiss · 17 years ago
- faebedd Thrift: Re-committing zlib. by David Reiss · 17 years ago
- 79ae0f8 Thrift: Compile without libevent. by David Reiss · 17 years ago
- 5aea7c8 Thrift: Reverting TZlibTransport by David Reiss · 17 years ago
- b8c6334 Thrift: Zlib transport. by David Reiss · 17 years ago
- 4e7530d Thrift: TDenseProtocol. by David Reiss · 17 years ago
- 000b111 -- cleaning up some Makefile issues by Aditya Agarwal · 17 years ago
- 2375312 Thrift: Limited Reflection for C++. by David Reiss · 17 years ago
- bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago