2007-01-19 |
Mark Slee | Thrift XSD generator populates PHP globals with type... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Mark Slee | Allow field elements to be optional in thrift with... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Mark Slee | Add comma-separated list of type "slist" to thrift |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Aditya Agarwal | -- Nonblocking server changes to allow logging |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Mark Slee | Add xsd_all keyword to Thrift |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Thrift now generates XSD files |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Resolve typedefs in php generation |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Remove py compiler from thrift repo |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Fix changing struct name bug on C++ generation |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Aditya Agarwal | -- additions to ThriftLogfile |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Do not generate write code for null fields in Java |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Mark Slee | Add mkdir for bin in thrift compiler |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Mark Slee | Fix bugs with php_namespace keyword in thrift |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Karl Lehenbauer | Fix identifier typo in Thrift error message. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Marc Slemko | Added ax_event_base.m4 to find and configure libevent |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Marc Slemko | Make boost base default to yes to make sure we don... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mark Slee | Resolve complex typedefs in Thrift |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mark Slee | Thrift should generate C++ enums first before typdefs |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mark Slee | Prefix generated _args and _result helper classes with... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Marc Slemko | Added autoconf/automake glue to run lib/py/setup.py... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
robert | Fixed some warnings, changed TSocketPool to inherit... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Aditya Agarwal | -- Allow manual setting of host and port in TSocket |
commit | commitdiff | tree | snapshot |
2007-01-15 |
robert | Added open, close, and isOpen to TFramedTransport |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Mark Slee | Thrift C++ code generator returns complex types by... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Mark Slee | Committing code gen changes for const ref args to funct... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Mark Slee | Add PHP namespacing support to Thrift |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Mark Slee | Disallow keywords in Thrift files |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Adam Nichols | minor syntax change in thrift php library, reviewed... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Mark Slee | Fix call_user_func bug on debugHandler_ |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Mark Slee | Example syntax for constants in Thrift |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Mark Slee | Add options to thrift transport classes for custom... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Mark Slee | Fix typo class variable bug in TSocketPool |
commit | commitdiff | tree | snapshot |
2006-12-22 |
putnam | Fixed typo in Thrift README |
commit | commitdiff | tree | snapshot |
2006-12-20 |
robert | fixed a problem with read buffer resizing in TNonblocki... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
robert | fixed a bug in TFramedTransport where it was checking... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Mark Slee | message_ in TException can't be const or subclasses... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Mark Slee | Fix exceptions throw() and virtual destructor |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Mark Slee | All user-defined thrift exceptions inherit from TException |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Mark Slee | Another AccessNull bug fix in Thrift |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Mark Slee | Fix c++ Null inheritance issue |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Mark Slee | Take out timestamps from generated files |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Martin Kraemer | Thrift TException Cleanup |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Aditya Agarwal | -- Rename TBufferedFileWriter.h/cpp to TFileTransport... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Aditya Agarwal | -- Check all system call return values |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Aditya Agarwal | -- TFileTransport (Thrift Logfile) |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Mark Slee | Generate a null implementation of thrift C++ class... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Martin Kraemer | Thrift TException does not properly define virtual... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Mark Slee | Fix TSimpleServer exception bug |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Mark Slee | Missing file in thrift parser, sorry d00dz! |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Mark Slee | Oops take out printf debug |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Mark Slee | Thrift supports HEX notation for int consts and proper... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Mark Slee | Strings in JSON style thrift constants do not need... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Mark Slee | Thrift supports arbitrarily typed constants across... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Mark Slee | Thrift compiler frontend support for constants |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Mark Slee | Fix _seqid to seqid_ name change in PHP |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Mark Slee | Thrift: Fix PHP socket fread return |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Mark Slee | Fix thrift compiler typedef support |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Mark Slee | Thrift: C++ peek() method and TException not Exception |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Mark Slee | Fix bad implode call with nonexistant class variable... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Mark Slee | Comma after ENUM with no explicit value |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Mark Slee | Rest definition should not implement interface, the... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Mark Slee | Thrift generates a REST handler for PHP code |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Mark Slee | All thrift PHP class constructors can take an array... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Mark Slee | I lied before, now thrift really supports single or... |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Mark Slee | Allow single dash or double dash for thrift flags |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Martin Kraemer | Thrift Include Path Specification |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Mark Slee | Do not print ; in thrift parser |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Mark Slee | Fix TType.php problem |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Mark Slee | Fix C++ skeleton code generator |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Mark Slee | Make commas and/or semicolons both optional in thrift |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mark Slee | Iterate python dictionaries with for k,v in dict.items() |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mark Slee | Py inherited processor must pass handler to parent... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mark Slee | Inherited processors must call parent constructor in... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mark Slee | Add python scons rules |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mark Slee | Use AbstractMap instead of HashMap |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Mark Slee | Mutex was missing from libthrift build |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Mark Slee | Fix Python indentation for async methods |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Skeletons should use virtual inheritance from the inter... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Include <time.h> not "time.h" |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Thrift PHP update for new Protocol wraps Transport... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Let Python server take protocolFactory argument |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Bring Thrift test code up to date |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Aditya Agarwal | -- Change thrift logging macros to have a T_ prefix |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Mark Slee | Fix bum Java indentation/scoping for async methods |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Fix python server bugs and go to new protocol wraps... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | New python operating model code-gen |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Protocol wraps transport code gen for Thrift Java |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | New protocol wrapping transport model for Thrift Java |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Clean up Java Thrift transport code |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Typo in thrift readme |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Give options for one-way or two-way buffering in PHP... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Improve python thrift transport, readAll, buffering... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Stresstest onto new Thrift C++ model |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Update thrift compiler for new syntax, generate new... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Fix broken thrift test code for new model |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Change Thrift c++ to new protocol wrapping transport... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Change Thrift .cc files to be .cpp files |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Allow optional framing of input/output in FramedTransport |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Mark Slee | Framing option for non blocking server |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Mark Slee | self.clients instead of self.client |
commit | commitdiff | tree | snapshot |
next |