common/thrift.git
2010-10-06  David ReissTHRIFT-926. cpp: Remove TServerSocket as a friend class...
2010-10-06  David ReissTHRIFT-925. cpp: Add _VALUES_TO_NAMES enum map
2010-10-06  David ReissTHRIFT-924. php: Fix missing comma in generated PHP...
2010-10-06  David ReissTHRIFT-926. cpp: Fix an errant argument to a debug...
2010-10-06  David ReissTHRIFT-922. cpp: Add profiling code to help conversion...
2010-10-06  David ReissTHRIFT-928. cpp: Thrift Server Client Stats
2010-10-06  David ReissTHRIFT-922. cpp: Update C++ generator to emit templatiz...
2010-10-06  David ReissTHRIFT-922. cpp: Fix C++ compilation when using list...
2010-10-06  David ReissTHRIFT-922. cpp: Templatize binary and compact protocol
2010-10-06  David ReissTHRIFT-922. cpp: Convert protocol classes to use non...
2010-10-06  David ReissTHRIFT-922. cpp: Convert transport classes to use non...
2010-10-06  David ReissTHRIFT-922. cpp: Add shortcutted version of readAll...
2010-10-06  David ReissTHRIFT-922. cpp: When reading strings, borrow first
2010-10-06  David ReissTHRIFT-923. cpp: Add completion notification to async...
2010-10-06  David ReissTHRIFT-928. cpp: Prefix function name with service...
2010-10-06  David ReissTHRIFT-928. cpp: Include request/response size in proce...
2010-10-06  David ReissTHRIFT-928. cpp: Make clients call writeEnd on their...
2010-10-06  David ReissTHRIFT-923. cpp: Implement a fully nonblocking server...
2010-10-06  David ReissTHRIFT-928. cpp: Processor-level event callbacks
2010-10-06  David ReissTHRIFT-922. cpp: Revert the BufferBase part of r750585
2010-10-06  Bryan DuxburyTHRIFT-945. java: TAsyncClient class's currentMethod...
2010-10-06  Bryan DuxburyTHRIFT-941. php: Make PHP C Extension use the defined...
2010-10-06  Bryan DuxburyTHRIFT-932. hs: Haskell tests need to be run through...
2010-10-06  Bryan DuxburyTHRIFT-944. hs: Support all version-4s of base
2010-10-05  Anthony F.... THRIFT-933 : looks fine, and cabal check looks good...
2010-10-05  Anthony F.... THRIFT-943: fix typo
2010-10-05  Anthony F.... disable php extension if php-config is missing
2010-10-05  David ReissTHRIFT-868. Make const values work properly with typdefs
2010-10-05  David Reisscompiler: Move t_type::generate_fingerprint to a .cc...
2010-10-05  David Reisserlang: Use Automake SUBDIRS instead of a manual forwar...
2010-10-05  David ReissTHRIFT-841. Exclude generated php and erlang Makefiles...
2010-10-04  Roger MeierTHRIFT-940 use BOOST_LDFLAGS for unit tests, required...
2010-09-30  Bryan DuxburyTHRIFT-939. java: optional binary fields throw NPE...
2010-09-28  Bryan Duxburybump versions to 0.6.0
2010-09-28  Bryan Duxburyupdate the CHANGES file
2010-09-28  Bryan DuxburyTHRIFT-900. cpp: Unix domain socket
2010-09-28  David Reisscontrib/fb303: use pure_enums in C++ for compatibility
2010-09-28  Todd LipconTHRIFT-912. java: Fix some bugs in SASL implementation...
2010-09-28  Todd LipconTHRIFT-931. java: Add log4j.properties missing from...
2010-09-28  Todd LipconTHRIFT-890. java: Add README missing from previous...
2010-09-27  Todd LipconTHRIFT-931. java: Use log4j for Java tests
2010-09-27  Bryan DuxburyTHRIFT-787. compiler: Enums are not read correctly
2010-09-27  Anthony F.... THRIFT-918 : better haskell tests
2010-09-27  Todd LipconTHRIFT-890. java: Fix tutorial to build and run in...
2010-09-27  Anthony F.... THRIFT-919 : updated haskell README
2010-09-27  David ReissTHRIFT-335. python: Initial implementation of TCompactP...
2010-09-27  Bryan DuxburyTHRIFT-920. cpp: C++ Test and Tutorial does not compile...
2010-09-27  Anthony F.... THRIFT-905: hook haskell into autoconf
2010-09-27  Bryan DuxburyTHRIFT-917. java: THsHaServer should not accept an...
2010-09-27  Anthony F.... make check wasn't working because python namespace...
2010-09-26  Anthony F.... THRIFT-743: seems to compile and doesn't break other...
2010-09-26  Anthony F.... ignore generated artifacts
2010-09-26  Anthony F.... ignore generated directory
2010-09-26  Anthony F.... ignore test artifacts
2010-09-24  Bryan DuxburyTHRIFT-881. csharp: add csharp to the tutorial
2010-09-23  Anthony F.... THRIFT-914 : haskell bindings compile easier
2010-09-22  T Jake LucianiTHRIFT-911: fix for trailing commas in sets, lists...
2010-09-22  Bryan DuxburyTHRIFT-906. hs: Improve type mappings
2010-09-21  David ReissTHRIFT-910. Update .gitignore
2010-09-21  Todd LipconTHRIFT-907. java: update fb303 to compile on trunk
2010-09-21  Bryan DuxburyTHRIFT-909. rb: allow block argument to struct constructor
2010-09-20  Bryan DuxburyTHRIFT-880. javame: JavaME code generator and runtime...
2010-09-20  Bryan DuxburyTHRIFT-901. hs: Allow the bindings to compile without...
2010-09-20  Bryan DuxburyTHRIFT-901. hs: Allow the bindings to compile without...
2010-09-18  Bryan DuxburyTHRIFT-323. csharp: TJSONProtocol
2010-09-17  T Jake LucianiTHRIFT-885: fix string encoding
2010-09-17  Bryan DuxburyTHRIFT-899. rb: Ruby read timeouts can sometimes be...
2010-09-17  Bryan DuxburyTHRIFT-882. java: deep copy of binary fields does not...
2010-09-13  David ReissFix enum value lookups in C++
2010-09-13  David ReissDon't segfault if t_enum::get_constant_by_name fails
2010-09-13  Bryan DuxburyTHRIFT-870. java: Java constants don't get Javadoc...
2010-09-13  Bryan DuxburyTHRIFT-894. java: Make default accessors for binary...
2010-09-12  Bryan Duxburyjava: tiny improvement to async client manager test...
2010-09-12  Bryan Duxburyjava: tiny improvement to async client manager test
2010-09-12  Bryan DuxburyTHRIFT-897. compiler: Don't allow unqualified enum...
2010-09-12  Bryan DuxburyTHRIFT-897. compiler: Don't allow unqualified enum...
2010-09-12  Bryan DuxburyTHRIFT-897. compiler: Don't allow unqualified enum...
2010-09-12  Bryan DuxburyTHRIFT-897. compiler: Don't allow unqualified constant...
2010-09-10  David ReissTHRIFT-895. cpp: By default, generate enums as class...
2010-09-10  Bryan DuxburyTHRIFT-896. java: TNonblockingSocket.isOpen() returns...
2010-09-10  Bryan DuxburyTHRIFT-544. erl: multiple enums with the same key gener...
2010-09-10  Bryan DuxburyTHRIFT-250. java: ExecutorService as a constructor...
2010-09-08  Bryan DuxburyTHRIFT-888. java: async client should also have nonbloc...
2010-09-08  Bryan DuxburyTHRIFT-876. java: Add SASL support
2010-09-07  Anthony F.... THRIFT-698 - fix .app file, remove unused parts of...
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...
next