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 |
2006-10-24 |
Mark Slee | Missing self argument in server method |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Mark Slee | Python threadpool server for Thrift |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Mark Slee | Change thrift stress test to .cpp file extension |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Mark Slee | Rename test files to .cpp instead of .cc |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Mark Slee | Generate .cpp files instead of .cc in Thrift |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Mark Slee | Allow the specification of custom container types in... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Aditya Agarwal | -- Thrift testing changes |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Aditya Agarwal | -- Thrift Log File |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Aditya Agarwal | -- Adding TLogging.h |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Aditya Agarwal | -- Thrift fixes |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | Test code updates |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | Thrift compiler code cleanup, comments, php inline... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | PHP Thrift improvements, Binary code skipping, etc |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | Thrift Java HTTP client |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | Python framed thrift transports |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Mark Slee | C++ Thrift coding style changes |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Mark Slee | Python remote printing fix |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Mark Slee | Python generator to make __str__ and __repr__ methods... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Mark Slee | Better randomization in socketpoool |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Mark Slee | Suppress php errors in TSocket |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Mark Slee | Thrift missing python threading import |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Mark Slee | Python basic threaded server |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Mark Slee | Prefix php names with service_ to avoid naming conflict... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Mark Slee | Better socket timeout and options support for Thrift C++ |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Mark Slee | Check for empty buf on socket read |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Mark Slee | Use vector<> instead of list<> in Thrift-gen'd C++... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Mark Slee | Add better socket linger, tcp_nodelay and timeout handl... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Mark Slee | Set linger off and nodelay true on accepted ServerSockets |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Mark Slee | Thrift compiler to tokenize args by " " so you can... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Mark Slee | Add socket and server socket timeout support to thrift... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Mark Slee | Change thrift require_once to include_once |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Mark Slee | Fix potential multithreading protocol issue in Thrift... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Mark Slee | Ooops function __construct not just __construct |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Mark Slee | Fix typo, missing underscore in thrift compiler variable |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Mark Slee | Change run() to serve() in all Thrift server interfaces |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Mark Slee | Use GNU Net implementation of htnoll and ntohll |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Mark Slee | Thrift: Rename run() to serve() in java interfaces |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Mark Slee | Thrift: Rename chunked to framed transports |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Mark Slee | Thrift PHP TSocketPool client |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Mark Slee | Thrift: generate Processors not Servers |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Mark Slee | Thrift: generate python dictionaries and STL maps for... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Mark Slee | Thrift TTransportFactory model for servers |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mark Slee | Thrift multithreaded Java server |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Aditya Agarwal | -- search per-user lib dir first |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Mark Slee | Thrift: Added support for double type across all languages |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Aditya Agarwal | -- more thrift Makefile changes |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Aditya Agarwal | -- added stubs for readEnd() and writeEnd() |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Aditya Agarwal | -- generalize Makefile |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Mark Slee | Thrift: Change Java/C++ server generation |
commit | commitdiff | tree | snapshot |
next |