summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Thrift now a TLP - INFRA-31160.5.xGavin McDonald2010-10-280-0/+0
* THRIFT-939. java: optional binary fields throw NPE on default byte[] gettersBryan Duxbury2010-09-302-0/+11
* fix version and rubygem versionBryan Duxbury2010-09-282-2/+2
* Branching trunk to 0.5.x to prepare for release.Bryan Duxbury2010-09-280-0/+0
* update the CHANGES fileBryan Duxbury2010-09-281-0/+90
* THRIFT-900. cpp: Unix domain socketBryan Duxbury2010-09-284-18/+146
* contrib/fb303: use pure_enums in C++ for compatibilityDavid Reiss2010-09-281-1/+1
* THRIFT-912. java: Fix some bugs in SASL implementation, update protocol spec ...Todd Lipcon2010-09-285-143/+397
* THRIFT-931. java: Add log4j.properties missing from previous commitTodd Lipcon2010-09-281-0/+6
* THRIFT-890. java: Add README missing from previous commitTodd Lipcon2010-09-281-0/+29
* THRIFT-931. java: Use log4j for Java testsTodd Lipcon2010-09-272-6/+14
* THRIFT-787. compiler: Enums are not read correctlyBryan Duxbury2010-09-2715-191/+45
* THRIFT-918 : better haskell testsAnthony F. Molinaro2010-09-2712-134/+581
* THRIFT-890. java: Fix tutorial to build and run in trunkTodd Lipcon2010-09-275-12/+27
* THRIFT-919 : updated haskell READMEAnthony F. Molinaro2010-09-271-16/+23
* THRIFT-335. python: Initial implementation of TCompactProtocolDavid Reiss2010-09-273-8/+389
* THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the ch...Bryan Duxbury2010-09-275-36/+36
* THRIFT-905: hook haskell into autoconfAnthony F. Molinaro2010-09-273-1/+68
* THRIFT-917. java: THsHaServer should not accept an ExecutorService without ca...Bryan Duxbury2010-09-272-9/+24
* make check wasn't working because python namespace was incorrectAnthony F. Molinaro2010-09-271-0/+1
* THRIFT-743: seems to compile and doesn't break other tests, so seems fine for...Anthony F. Molinaro2010-09-263-26/+26
* ignore generated artifactsAnthony F. Molinaro2010-09-260-0/+0
* ignore generated directoryAnthony F. Molinaro2010-09-260-0/+0
* ignore test artifactsAnthony F. Molinaro2010-09-260-0/+0
* THRIFT-881. csharp: add csharp to the tutorialBryan Duxbury2010-09-247-122/+447
* THRIFT-914 : haskell bindings compile easierAnthony F. Molinaro2010-09-232-24/+23
* THRIFT-911: fix for trailing commas in sets, lists, maps, constsT Jake Luciani2010-09-221-5/+7
* THRIFT-906. hs: Improve type mappingsBryan Duxbury2010-09-224-52/+71
* THRIFT-910. Update .gitignoreDavid Reiss2010-09-211-0/+27
* THRIFT-907. java: update fb303 to compile on trunkTodd Lipcon2010-09-212-4/+8
* THRIFT-909. rb: allow block argument to struct constructorBryan Duxbury2010-09-212-8/+19
* THRIFT-880. javame: JavaME code generator and runtime libraryBryan Duxbury2010-09-2041-0/+6491
* THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with...Bryan Duxbury2010-09-201-1/+1
* THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with...Bryan Duxbury2010-09-208-21/+56
* THRIFT-323. csharp: TJSONProtocolBryan Duxbury2010-09-187-2/+1182
* THRIFT-885: fix string encodingT Jake Luciani2010-09-171-6/+39
* THRIFT-899. rb: Ruby read timeouts can sometimes be 2x what they should beBryan Duxbury2010-09-172-6/+7
* THRIFT-882. java: deep copy of binary fields does not copy ByteBuffer charact...Bryan Duxbury2010-09-173-9/+57
* Fix enum value lookups in C++David Reiss2010-09-131-2/+7
* Don't segfault if t_enum::get_constant_by_name failsDavid Reiss2010-09-131-0/+5
* THRIFT-870. java: Java constants don't get Javadoc commentsBryan Duxbury2010-09-132-0/+2
* THRIFT-894. java: Make default accessors for binary fields return byte[]; pro...Bryan Duxbury2010-09-134-11/+80
* java: tiny improvement to async client manager test, for real this timeBryan Duxbury2010-09-121-1/+1
* java: tiny improvement to async client manager testBryan Duxbury2010-09-121-1/+1
* THRIFT-897. compiler: Don't allow unqualified enum constant accessBryan Duxbury2010-09-121-1/+1
* THRIFT-897. compiler: Don't allow unqualified enum constant referencesBryan Duxbury2010-09-121-3/+3
* THRIFT-897. compiler: Don't allow unqualified enum constant referencesBryan Duxbury2010-09-121-1/+1
* THRIFT-897. compiler: Don't allow unqualified constant access to enum valuesBryan Duxbury2010-09-123-7/+25
* THRIFT-895. cpp: By default, generate enums as class-scoped enumsDavid Reiss2010-09-101-5/+30
* THRIFT-896. java: TNonblockingSocket.isOpen() returns true even after close()Bryan Duxbury2010-09-102-16/+21