- 032606b Fix changing struct name bug on C++ generation by Mark Slee · 18 years ago
- 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
- f3763a1 Do not generate write code for null fields in Java by Mark Slee · 18 years ago
- 7628fd7 Add mkdir for bin in thrift compiler by Mark Slee · 18 years ago
- 12f6631 Fix bugs with php_namespace keyword in thrift by Mark Slee · 18 years ago
- 893ef72 Fix identifier typo in Thrift error message. by Karl Lehenbauer · 18 years ago
- 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
- 75c2f70 Make boost base default to yes to make sure we don't get through configure without boost by Marc Slemko · 18 years ago
- 5ec1993 Resolve complex typedefs in Thrift by Mark Slee · 18 years ago
- a340e0d Thrift should generate C++ enums first before typdefs by Mark Slee · 18 years ago
- 406a40c Prefix generated _args and _result helper classes with service name by Mark Slee · 18 years ago
- d95abdd Added autoconf/automake glue to run lib/py/setup.py as part of make install by Marc Slemko · 18 years ago
- b0fac3e Fixed some warnings, changed TSocketPool to inherit debugHandler from TSocket by robert · 18 years ago
- ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
- 1c989f2 Added open, close, and isOpen to TFramedTransport reviewed: mcslee revert: yes by robert · 18 years ago
- a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
- 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
- e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
- f12865a Disallow keywords in Thrift files by Mark Slee · 18 years ago
- 2f816f2 minor syntax change in thrift php library, reviewed by slee, revertible by Adam Nichols · 18 years ago
- e7714a6 Fix call_user_func bug on debugHandler_ by Mark Slee · 18 years ago
- a4713ea Example syntax for constants in Thrift by Mark Slee · 18 years ago
- ad58f95 Add options to thrift transport classes for custom error handlers by Mark Slee · 18 years ago
- a09e34e Fix typo class variable bug in TSocketPool by Mark Slee · 18 years ago
- fde62cb Fixed typo in Thrift README by putnam · 18 years ago
- 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
- 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 18 years ago
- 2abc9df message_ in TException can't be const or subclasses break by Mark Slee · 18 years ago
- 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
- 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
- 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
- 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
- cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
- 8196a61 Thrift TException Cleanup by Martin Kraemer · 18 years ago
- 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
- 0c341a1 -- Check all system call return values by Aditya Agarwal · 18 years ago
- e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 18 years ago
- 962a858 Generate a null implementation of thrift C++ class for easy subclassing by Mark Slee · 18 years ago
- 97f9d60 Thrift TException does not properly define virtual what() method. by Martin Kraemer · 18 years ago
- 3860c9a Fix TSimpleServer exception bug by Mark Slee · 18 years ago
- 807b2c6 Missing file in thrift parser, sorry d00dz! by Mark Slee · 18 years ago
- 7657fa9 Oops take out printf debug by Mark Slee · 18 years ago
- 600cdb3 Thrift supports HEX notation for int consts and proper python/php sets by Mark Slee · 18 years ago
- 67fc634 Strings in JSON style thrift constants do not need quotes by Mark Slee · 18 years ago
- aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
- 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
- d3bc1a5 Fix _seqid to seqid_ name change in PHP by Mark Slee · 18 years ago
- e598d07 Thrift: Fix PHP socket fread return by Mark Slee · 18 years ago
- 216e7d6 Fix thrift compiler typedef support by Mark Slee · 18 years ago
- b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
- 588e452 Fix bad implode call with nonexistant class variable in PHP SocketPool by Mark Slee · 18 years ago
- 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
- 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
- 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
- 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
- 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
- 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
- 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
- ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
- 9683f77 Fix TType.php problem by Mark Slee · 18 years ago
- 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
- 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
- b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
- bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
- 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
- e2bd58d Add python scons rules by Mark Slee · 18 years ago
- 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
- 0f70d77 Mutex was missing from libthrift build by Mark Slee · 18 years ago
- d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
- 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
- 63608e8 Include <time.h> not "time.h" by Mark Slee · 18 years ago
- 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
- bb31d0a Let Python server take protocolFactory argument by Mark Slee · 18 years ago
- 1dd819c Bring Thrift test code up to date by Mark Slee · 18 years ago
- 35ae1c7 -- Change thrift logging macros to have a T_ prefix by Aditya Agarwal · 18 years ago
- a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
- 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
- 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
- 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
- 456b7a8 New protocol wrapping transport model for Thrift Java by Mark Slee · 18 years ago
- b6f10d1 Clean up Java Thrift transport code by Mark Slee · 18 years ago
- 1b87070 Typo in thrift readme by Mark Slee · 18 years ago
- 60275c7 Give options for one-way or two-way buffering in PHP Thrift transports by Mark Slee · 18 years ago
- fe30c5f Improve python thrift transport, readAll, buffering, framing by Mark Slee · 18 years ago
- d717347 Stresstest onto new Thrift C++ model by Mark Slee · 18 years ago
- f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
- a330265 Fix broken thrift test code for new model by Mark Slee · 18 years ago
- 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
- b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
- 83303e1 Allow optional framing of input/output in FramedTransport by Mark Slee · 18 years ago
- 92f00fb Framing option for non blocking server by Mark Slee · 18 years ago
- 9a695ba self.clients instead of self.client by Mark Slee · 18 years ago
- 4ce787f Missing self argument in server method by Mark Slee · 18 years ago
- b90aa7c Python threadpool server for Thrift by Mark Slee · 18 years ago
- 9a07927 Change thrift stress test to .cpp file extension by Mark Slee · 18 years ago
- a6b48ea Rename test files to .cpp instead of .cc by Mark Slee · 18 years ago
- 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
- 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
- 3950f47 -- Thrift testing changes by Aditya Agarwal · 18 years ago
- e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago