common/thrift.git
2010-09-07  Anthony F.... svn ignore and remove php artifacts left by phpize...
2010-09-03  Bryan DuxburyFix to the catch-all namespace commit
2010-09-02  Bryan DuxburyTHRIFT-856. cpp: Building cpp library fails on OS X...
2010-09-02  David ReissAllow "*" as a catch-all namespace.
2010-09-02  Bryan Duxburyadd some generatd artifacts from lib/cpp/test and lib...
2010-09-02  Bryan DuxburyTHRIFT-257. py: Support validation of required fields
2010-09-02  David ReissTHRIFT-666. python: Allow THttpServer's responses to...
2010-09-02  David ReissTHRIFT-596. python: Make the TBufferedTransport read...
2010-09-02  David ReissTHRIFT-798. cpp: Reduce resource leakage by TNonblockin...
2010-09-02  Bryan DuxburyTHRIFT-567. cpp: Can't immediately stop a TSimpleServer...
2010-09-02  Bryan DuxburyTHRIFT-597. py: Python THttpServer performance improvements
2010-09-02  Bryan DuxburyTHRIFT-598. py: Allow Python's threading servers to...
2010-09-02  Bryan DuxburyTHRIFT-629. cocoa: Unused Field In TSocketServer Appear...
2010-09-02  Bryan DuxburyTHRIFT-634. csharp: C# Compiler Generates Incorrect...
2010-09-02  Bryan DuxburyTHRIFT-673. py: Generated Python code has whitespace...
2010-09-02  Anthony F.... THRIFT-875 : missing dist file
2010-09-02  Bryan DuxburyTHRIFT-721. py: THttpClient ignores url parameters
2010-09-02  Bryan DuxburyTHRIFT-756. cpp: Exposing TSocket(int) constructor...
2010-09-02  Bryan DuxburyTHRIFT-758. perl: incorrect deference in exception...
2010-09-02  Bryan DuxburyTHRIFT-805. cocoa: Don't generate process_XXXX methods...
2010-09-02  Bryan DuxburyTHRIFT-824. py: TApplicationException.__str__() refers...
2010-09-02  Bryan DuxburyTHRIFT-838. cocoa: Generated Cocoa classes have useless...
2010-09-02  Bryan DuxburyTHRIFT-840. perl: Perl protocol handler could be more...
2010-09-02  Bryan DuxburyTHRIFT-884. html: HTML Generator: add Key attribute...
2010-09-02  Bryan DuxburyTHRIFT-860. ocaml: copy method and reset method
2010-09-01  David ReissTHRIFT-886. erlang: Fix dialyzer warning in thrift_http...
2010-08-31  David ReissTHRIFT-812. contrib: Add a demo of using Thrift over...
2010-08-31  David ReissTHRIFT-874. Add script to cross-compile the Thrift...
2010-08-31  David ReissTHRIFT-874. Disable AX_SIGNED_RIGHT_SHIFT for cross...
2010-08-31  David ReissTHRIFT-874. Include missing time.h in two compiler...
2010-08-31  David ReissTHRIFT-865. Make Thrift buildable without libfl
2010-08-31  David ReissTHRIFT-507. Only use Boost for building the C++ library
2010-08-31  David ReissTHRIFT-507. Stop using boost::lexical_cast in the compiler
2010-08-31  David ReissTHRIFT-507. ruby: Stop using boost::tokenizer
2010-08-31  David ReissTHRIFT-507. smalltalk: Remove an unnecessary include...
2010-08-31  David ReissTHRIFT-850. Use AX_PROG_PERL_MODULES to test for Bit...
2010-08-31  David ReissTHRIFT-506. Allow Thrift to be built without the C...
2010-08-31  David ReissTHRIFT-505. Make configure give a summary of the enable...
2010-08-31  David ReissTHRIFT-503. cpp: Move the tests built by "make check...
2010-08-31  David ReissTHRIFT-503. Use our standard include style in a few...
2010-08-31  David ReissTHRIFT-500. Remove nonexistent files from .gitignore...
2010-08-31  David ReissTHRIFT-500. Ignore and clean some new generated files
2010-08-31  David ReissTHRIFT-500. Remove unnecessary "ACLOCAL_AMFLAGS" line...
2010-08-31  David ReissTHRIFT-500. A bunch of small changes to bootstrap.sh
2010-08-30  David ReissTHRIFT-785. erlang: Eliminate log spew with framed...
2010-08-30  David Reisserlang: Un-revert r988722
2010-08-30  David Reisserlang: Eliminate "behaviour undefined" warnings
2010-08-30  David Reisserlang: Parse multiple options properly in disk_log_tra...
2010-08-30  David Reisserlang: Verify elt/key/val when reading list/set/map
2010-08-30  David Reisserlang: Fix several compilation warnings
2010-08-30  David Reisserlang: Rename _impl headers to _behaviour
2010-08-30  David Reisserlang: Fix a few spelling errors
2010-08-30  David Reisserlang: Don't use a separate process for http_transport
2010-08-30  David Reisserlang: Don't use a separate process memory_buffer
2010-08-30  David Reisserlang: Update test_disklog to use the new API
2010-08-30  David Reisserlang: Update test_membuffer to use the new API
2010-08-30  David Reisserlang: Don't use a separate process for framed_transport
2010-08-30  David Reisserlang: Don't use a separate process for buffered_transport
2010-08-30  David Reisserlang: Add a state-propagation-testing transport
2010-08-30  David Reisserlang: Refactor thrift_transport and all transport...
2010-08-30  David Reisserlang: test_{client,server}: Allow framed_transport...
2010-08-30  David Reisserlang: Create a test client
2010-08-30  David Reisserlang: Refactor the processor
2010-08-30  David Reisserlang: Get rid of after_reply from thrift_processor
2010-08-30  David Reisserlang: Don't catch exits in thrift_processor
2010-08-30  David Reisserlang: Refactor the binary protocol
2010-08-30  David Reisserlang: Refactor the read path of the protocol
2010-08-30  David Reisserlang: Refactor the read path of the client
2010-08-30  David Reisserlang: Refactor the write paths of the client and...
2010-08-30  David Reisserlang: Client refactor, part 1
2010-08-30  David Reisserlang: Make the gen-code return a special value for...
2010-08-30  David Reisserlang: Separate out thrift_protocol:read_specific
2010-08-30  David Reisserlang: Add a more detailed spec for thrift_protocol...
2010-08-30  David Reisserlang: Separate out thrift_binary_protocol:read_data
2010-08-30  David Reisserlang: Add some more detailed specs for protocol imple...
2010-08-30  David Reisserlang: Add some initial specs for thrift_transport...
2010-08-30  David Reisserlang: Add some initial specs to thrift_client and...
2010-08-30  David Reisserlang: Make the test_server use thrift_socket_server
2010-08-30  David Reisserlang: Make the test server compatible with the Python...
2010-08-30  David Reisserlang: Make framed_transport not write out its buffer...
2010-08-30  David Reisserlang: Make buffered_transport not write out its buffe...
2010-08-30  David Reisserlang: Don't print a warning for application-defined...
2010-08-30  David Reisserlang: Be a little more formal
2010-08-30  David Reisserlang: Spell behaviour properly
2010-08-30  David Reisserlang: Export cast/3 from thrift_client (dialyzer...
2010-08-30  David Reisserlang: Fix a dialyzer warning in thrift_disk_log_transport
2010-08-30  David Reisserlang: Fix a compiler warning in the disk_log transport
2010-08-30  David Reisserlang: Remove some unused modules
2010-08-30  David Reisserlang: Allow custom erlc flags for the test suite
2010-08-30  David Reisserlang: Enable compiler warnings for the library
2010-08-30  David Reisserlang: Clean up some trailing whitespace
2010-08-30  David ReissRollback a few recent Erlang changes to fix blame data
2010-08-30  David ReissTHRIFT-869. python: Disguise ECONNRESET as EOF on BSD
2010-08-30  Bryan DuxburyTHRIFT-879. java: Remove @Override from TUnion.clear
2010-08-30  Bryan DuxburyTHRIFT-877. compiler: smalltalk namespace doesn't work
2010-08-27  Todd LipconTHRIFT-873. java: Java tests fail due to Too many open...
2010-08-26  David ReissClean up some style from r987565
2010-08-25  Bryan DuxburyTHRIFT-854. php: Provide configure option and make...
2010-08-24  David ReissTHRIFT-866. erlang: Make specs compatible with Erlang R12
2010-08-24  David ReissTHRIFT-646. erlang: Fix build on machines without Erlang
next