- 7ba364f revert unintentional partial commit of THRIFT-247 by Bryan Duxbury · 14 years ago
- a7bd2f2 add rat_exclude file that contains patterns RAT should ignore by Bryan Duxbury · 14 years ago
- e95d277 Add ASL to Thrift.sln by Bryan Duxbury · 14 years ago
- 23f2348 add ASL to a handful of files by Bryan Duxbury · 14 years ago
- dcfb002 add a bunch of stuff in aclocal to svn:ignore by Bryan Duxbury · 14 years ago
- dc4a871 add license headers to a smattering of files by Bryan Duxbury · 14 years ago
- c892ac5 THRIFT-821. Add a method to get a copy of the TMemoryBuffer's buffer. by Andrew McGeachie · 14 years ago
- da50d55 THRIFT-688. Make TBinaryProtocol obey cocoa memory allocation conventions by Andrew McGeachie · 14 years ago
- 99f2ab7 THRIFT-818. java: Async client doesn't send method args by Bryan Duxbury · 15 years ago
- 127909c THRIFT-813: fix for broken list deserialization by T Jake Luciani · 15 years ago
- 95c005a THRIFT-395. python: Add option to treat strings as UTF-8 unicode by David Reiss · 15 years ago
- 6235947 THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest by Bryan Duxbury · 15 years ago
- 162b3ac THRFIT-804. java: CompareTo is broken for unions set to map, set, or list by Bryan Duxbury · 15 years ago
- 656683c THRIFT-808. Segfault when constant declaration references a struct field that doesn't exist by Bryan Duxbury · 15 years ago
- 2e1aab5 THRIFT-767. rb: ruby compiler does not keep comments for enum values by Bryan Duxbury · 15 years ago
- c07057e THRIFT-528. perl: add PERL_PREFIX to configure.ac by David Reiss · 15 years ago
- b7887b8 THRIFT-789. Files missing proper Apache license header by Bryan Duxbury · 15 years ago
- d58ccec THRIFT-768. java: Async client for Java by Bryan Duxbury · 15 years ago
- 7ceba94 THRIFT-733. Don't use scripting bridge extension's className method because it's not available on iPhone. by Andrew McGeachie · 15 years ago
- d09f09c THRIFT-784. erl: Fix two problems with "make install" by David Reiss · 15 years ago
- 9e2fd79 THRIFT-646. erlang: Misc build cleanups by David Reiss · 15 years ago
- b6657f1 THRIFT-781. Install libfb303.so in the correct target lib directory by David Reiss · 15 years ago
- 3f0b526 THRIFT-459. Ruby installation always tries to write to /Library/Ruby/site by Bryan Duxbury · 15 years ago
- fb90e77 THRIFT-774. java: TDeserializer should provide a partialDeserialize method for primitive types by Bryan Duxbury · 15 years ago
- f5d650a THRIFT-373. Include js and as3 libraries in release tarballs by David Reiss · 15 years ago
- 8f293f9 Clean up a little bit of extra whitespace by David Reiss · 15 years ago
- 1873fed THRIFT-647. php: Add license header and fix style in Makefile.am by David Reiss · 15 years ago
- c8ee358 revert an unintentional commit to the java generator by Bryan Duxbury · 15 years ago
- a1e268c THRIFT-770. build: Get 'make dist' to work without first compiling source code by Bryan Duxbury · 15 years ago
- f7d9f8e THRIFT-650. build: Make Check fails on Centos/OSX with 0.2.0 tarball by Bryan Duxbury · 15 years ago
- 7173bd9 THRIFT-646. erl: Erlang library is missing install target by Bryan Duxbury · 15 years ago
- 6a68187 THRIFT-647. php: PHP library is missing install target by Bryan Duxbury · 15 years ago
- 06491d7 THRIFT-765. java: Revert the changes applied by THRIFT-765, as they appear to be unstable by Bryan Duxbury · 15 years ago
- adf5f19 set the TRUNK version to 0.4.0-dev, instead of the ancient 20080411 datestamp by Bryan Duxbury · 15 years ago
- 12abe94 THRIFT-765. java: Improved string encoding and decoding performance by Bryan Duxbury · 15 years ago
- cb6d970 THRIFT-438. py: Add support for Twisted.web in servers and clients by Bryan Duxbury · 15 years ago
- 332a625 THRIFT-766. java: Propagate TSocket timeout to connect by Bryan Duxbury · 15 years ago
- abfc54f java: add another testcase to TestUtf8Helper by Bryan Duxbury · 15 years ago
- b80024d THRIFT-762. Include CoreServices.h if we are not compiling on the iPhone. by Andrew McGeachie · 15 years ago
- 7e36df1 THRFIT-601. java: Add readLength support to TBinaryProtocol.Factory by David Reiss · 15 years ago
- a005777 THRIFT-601. java: Allow a maximum frame size for TFramedTransport by David Reiss · 15 years ago
- 97d21c8 THRIFT-760. java: Generated client code does not set or check the sequence ID in messages by Bryan Duxbury · 15 years ago
- 719ab84 THRIFT-765. java: Improved string encoding and decoding performance by Bryan Duxbury · 15 years ago
- 0137af6 THRIFT-611. Under Windows when compiling using MinGW, includes are incorrectly resolved due to '/' <-> '\' havoc. by Bryan Duxbury · 15 years ago
- 321eb7a THRIFT-518. as3: Add the AS3 generator and library by Bryan Duxbury · 15 years ago
- 15e2930 THRIFT-761. java: Include the symbolic name of a typedef field in the field metadata by Bryan Duxbury · 15 years ago
- 6022978 THRIFT-763. java: Variable capture bug in generated struct compareTo by Bryan Duxbury · 15 years ago
- 505b4c1 java: stop trying to run the removed UnionTest by Bryan Duxbury · 15 years ago
- 0fab12e THRIFT-759. java: Make TBase implement Comparable by Bryan Duxbury · 15 years ago
- 3292b3f java: convert UnionTest to TestTUnion using JUnit by Bryan Duxbury · 15 years ago
- eb598b8 THRIFT-755. php: Fix compilation as a static module by David Reiss · 15 years ago
- 33da643 THRIFT-754. java: Improvements to varint reading in Compact Protocol by Bryan Duxbury · 15 years ago
- 49b3801 THRIFT-753. java: Don't look up TFieldIdEnum values with a map by Bryan Duxbury · 15 years ago
- b1f7f79 THRIFT-746. java: Generated services Iface/Client inner classes do not derive from base classes by Bryan Duxbury · 15 years ago
- 88569a2 THRIFT-752. java: Use a faster Stack implementation in TCompactProtocol by Bryan Duxbury · 15 years ago
- 75526c9 java: Enhance TMemoryInputTransport to allow operation on specific range of a buffer rather than the whole thing. This will allow us to avoid making array copies in some instances. by Bryan Duxbury · 15 years ago
- c81a10a java: add a basic test for TMemoryInputTransport by Bryan Duxbury · 15 years ago
- c5de56c java: reorganize ProtocolTestBase slightly by Bryan Duxbury · 15 years ago
- ea7910f THRIFT-663. java: JavaBean code generator produces incorrect setter methods by Bryan Duxbury · 15 years ago
- 5557bef THRIFT-723: java: Thrift buffers with set and map types in Java should implement Comparable by Bryan Duxbury · 15 years ago
- b35240f java: Make TProtocolFactory extend Serializable. by Bryan Duxbury · 15 years ago
- 547edc7 THRIFT-363. java: Maven Deploy by Bryan Duxbury · 15 years ago
- e5e5c7b java: Move contents of CompareTest into TestStruct; delete old version by Bryan Duxbury · 15 years ago
- 981869c java: Move contents of DeepCopyTest to TestStruct; delete old version by Bryan Duxbury · 15 years ago
- c23e09e java: Move contents of IdentityTest into TestStruct by Bryan Duxbury · 15 years ago
- d10f2bb java: get rid of old OverloadNonblockingServer.java (since it's not actually a test), move Fixtures up to o.a.thrift by Bryan Duxbury · 15 years ago
- dffa072 java: convert PartialDeserializeTest to testcase of TestTDeserializer (new junit test); add apache header to a few of the new test files. by Bryan Duxbury · 15 years ago
- dd6dc83 java: convert Framed Transport test to JUnit, remove old version of test by Bryan Duxbury · 15 years ago
- bf0595f java: Convert TJSONProtocol test to JUnit, making a few minor changes to ProtocolTestBase in the process. by Bryan Duxbury · 15 years ago
- 61a1ad4 java: Stop trying to run the deprecated version of binary and compact protocol tests, since they don't exist anymore by Bryan Duxbury · 15 years ago
- 98c4587 java: Convert Binary and Compact protocol tests to JUnit by Bryan Duxbury · 15 years ago
- 5af1b97 THRIFT-719. java: Update Nonblocking and HsHa server to avoid an extra buffer copy by Bryan Duxbury · 15 years ago
- 951e7e2 java: Add JUnit to ivy config. Convert Nonblocking server tests to use JUnit. Framework laid to convert the remainder of the tests. by Bryan Duxbury · 15 years ago
- 15b7b28 THRIFT-701. java: Generated classes take up more space in jar than needed by Bryan Duxbury · 15 years ago
- 27c9785 THRIFT-739. java: TCompactProtocol isn't suitable for reuse in partialDeserialize by Bryan Duxbury · 15 years ago
- 318a328 THRIFT-736. cpp: Check for availability of pthread_mutex_timedlock by David Reiss · 15 years ago
- f35a9b9 THRIFT-738. java: TCompactProtocol throws RuntimeException when it can't identify a type identifier by Bryan Duxbury · 15 years ago
- 3f4ca0e THRIFT-734. java: Can't use primitive types in service definitions for bean generated code by Bryan Duxbury · 15 years ago
- 5f013bb cpp: Fix build problems introduced by r920682 by David Reiss · 15 years ago
- 767c1a9 cpp: Minor TSocketPool cleanups by David Reiss · 15 years ago
- 450c240 cpp: Make an implicit virtual declaration explicit by David Reiss · 15 years ago
- 472fffb cpp: Don't leak memory on realloc failure in TNonblockingServer by David Reiss · 15 years ago
- ccd4bdb cpp: Implement peek() for TFileTransport by David Reiss · 15 years ago
- 336c29d cpp: Prevent TFileTransport seekToEnd from leaking memory by David Reiss · 15 years ago
- 8af018b cpp: Prevent TFileTransport from throwing uncaught exceptions by David Reiss · 15 years ago
- 1c20c87 cpp: Add setLowRTO to TSocket by David Reiss · 15 years ago
- 71a1530 cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow() by David Reiss · 15 years ago
- eee98be cpp: Disable IPV6_V6ONLY only if the socket is an AF_INET6 socket by David Reiss · 15 years ago
- ac110e4 cpp: Eliminate circular dependency between thrift libraries by David Reiss · 15 years ago
- 7a2065d cpp: Add profiling hooks to Mutex, ReadWriteMutex() classes by David Reiss · 15 years ago
- 4cc0755 cpp: Fix a race/deadlock in ThreadManager by David Reiss · 15 years ago
- 4e19f19 cpp: non-blocking add for ThreadManager by David Reiss · 15 years ago
- 6c1ee21 cpp: Extend FunctionRunner to support periodic calls (in a thread) by David Reiss · 15 years ago
- a1a1511 cpp: TSocket: call a second gettimeofday only for error checking by David Reiss · 15 years ago
- eed9299 cpp: TSocketPool: Optimize the case of a single server in the pool. by David Reiss · 15 years ago
- 8106ba6 cpp: TSocketPool: make it possible to add servers by struct by David Reiss · 15 years ago
- 9c22ba4 cpp: TTransport: set END_OF_FILE TException code if read returns 0 by David Reiss · 15 years ago
- 068f416 cpp: TNonblockingServer: Allow unrun tasks to expire after a time limit by David Reiss · 15 years ago
- 58e4d2c cpp: Log unexpected exceptions in TThreadPoolServer by David Reiss · 15 years ago
- 450e35d cpp: Fix max TCP port number by David Reiss · 15 years ago