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 |
2006-09-05 |
Mark Slee | Thrift: standardize coding style |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Mark Slee | Thrift Python server code generation |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Mark Slee | Add multiserver generation to C++ Thrift |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Mark Slee | Thrift, Make sure gen'd code initializes empty containe... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Mark Slee | Ooops, forgot to svn add the new code gen files |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Mark Slee | Thrift and Python: Made to be together |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Mark Slee | Implementation of the basic Thrift stack in Python |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Mark Slee | Thrift C++ code generation improvements |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Mark Slee | More Thfirt code-gen improvements |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Mark Slee | Thrift generation for Java |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Mark Slee | Point Thrift bootrapping code to compiler/py instead... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Mark Slee | Thrift test improvements, tests for both inline and... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Mark Slee | Thrift library updates, remove unsigned types |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Mark Slee | Thrift compiler improvements, two modes for PHP |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Mark Slee | Move Thrift StressTest code into test top-level folder |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Mark Slee | Make separate dirs for CPP and Python versions of Thrif... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Marc Slemko | Fixed handling of signed 64bit integers to support... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Marc Slemko | Basic README with build instructions |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Marc Slemko | Uber configure.ac/Makefile.am and configure.ac/Makefile... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Marc Slemko | Thrift php generator in python. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | Print out results of stress test |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | straggler |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | straggler |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | thrift.py => /usr/local/bin/thrift |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | Python installer for thrift idl compiler |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Marc Slemko | Added stress test for thrift benchmarks |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Marc Slemko | Cleaned up test code for thrift exception throwing |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Marc Slemko | Modified C++ code-gen to create default constructors... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Marc Slemko | Added namespace declaration |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Marc Slemko | Added namespace declaration |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Marc Slemko | You scream, I scream, We all scream for exceptions |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Marc Slemko | Fixed a few typos - test client and server samples... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Marc Slemko | Added function name to read/writeMessageBegin args |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Marc Slemko | Groundwork for exception support: |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Marc Slemko | Groundwork for exception support: |
commit | commitdiff | tree | snapshot |
next |