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 |
2006-08-11 |
Marc Slemko | Added read/write I16, U16 and Bool methods to TProtocol |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Marc Slemko | Fixed parser to ensure that map key-type and set value... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Marc Slemko | Rationalized include-directory schema |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Marc Slemko | Fixed serialization logic for collections containing... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Marc Slemko | Modified cpp code generation to build read/write method... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Marc Slemko | Modified cpp code generation to build read/write method... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Marc Slemko | fixed test build |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Marc Slemko | python parser for thrift using ply lalr generator |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Mark Slee | Java Thrift libraries no longer use specially defined... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Mark Slee | Thrift compiler support for inline PHP client code |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Marc Slemko | More boosification of thrift driver, server, transport... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Marc Slemko | More boosification of thrift driver, server, transport... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Marc Slemko | More boosification of thrift driver, server, transport... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Marc Slemko | Converted concurrency classes to use boost::shared_ptr... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Marc Slemko | Converted concurrency classes to use boost::shared_ptr... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Marc Slemko | Added BNF describing proposed logical wire format for... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Marc Slemko | autoconf/automake/libtool-ized thrift cpp bits: |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Marc Slemko | autoconf/automake: |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Marc Slemko | autoconf/automake/libtool-ized thrift cpp bits: |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Marc Slemko | autoconf/automake line noise for linux/osx builds |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Marc Slemko | More test code added... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Marc Slemko | Fixed a few problems found on linux x86_64 version |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Marc Slemko | Forgot this one |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Marc Slemko | Forgot this one |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Marc Slemko | Bring up of thread manager |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Marc Slemko | More bullet proofing of timer manager |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Marc Slemko | Added thread factory test - problems in thread |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Marc Slemko | Another checkpoint of initial cut at thread pool manage... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marc Slemko | Checkpoint of initial cut at thread pool manager for... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Mark Slee | Thrift now works in PHP, hot stuff |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Mark Slee | Thrift: move /lib/cpp code into /lib/cpp/src |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Mark Slee | Thrift: getting rid of U32s for map/list/set/string... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mark Slee | Adjust the Thrift compiler makefile to clean up after... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mark Slee | Thrift test code |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mark Slee | Java libraries for Thrift |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mark Slee | Update Thrift CPP libraries to work with new generated... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mark Slee | Thrift compiler now compiles both native Java and C... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Mark Slee | Rev 2 of Thrift, the Pillar successor |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Mark Slee | Baseline commit for thrift, which is pillar v2 |
commit | commitdiff | tree | snapshot |
2008-05-11 |
David Reiss | Adding dummy thrift and trunk directories. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Doug Cutting | initialize thrift repo |
commit | commitdiff | tree | snapshot |
|