summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-373. Update lists of files to include in release tarballsDavid Reiss2009-03-181-0/+27
* Make .thrift files non-executable since we removed the shebangsDavid Reiss2009-03-142-0/+0
* Remove now defunct tests (they've been moved to specs in lib/rb)Kevin Clark2009-03-041-275/+0
* THRIFT-352. rb: Implicit enums should be valid valuesKevin Clark2009-03-041-0/+9
* THRIFT-325. Remove a bunch of uses of the old command line formatDavid Reiss2009-02-179-16/+14
* THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatibleDavid Reiss2009-02-136-26/+15
* cpp: Fix "make check" by defining a comparator for "Empty"David Reiss2009-02-102-1/+15
* THRIFT-110. java: A more compact formatBryan Duxbury2009-02-101-0/+63
* THRIFT-256. python: Fix inheritance of services in the same IDL fileDavid Reiss2009-02-072-0/+5
* THRIFT-310. python: Generate valid code for empty servicesDavid Reiss2009-02-073-2/+14
* THRIFT-314. Purge reflection.limitedDavid Reiss2009-02-074-53/+4
* THRIFT-270: change cpp namespaces from facebook::thrift to apache::thriftT Jake Luciani2009-01-3118-70/+70
* THRIFT-195. python: Add a simple THttpServerDavid Reiss2009-01-313-17/+37
* THRIFT-212. python: Make TFramedTransport implement CReadableTransportDavid Reiss2009-01-311-0/+37
* cpp: Make the test server compatible with the Python test clientDavid Reiss2009-01-311-1/+1
* python: Make the unit tests run faster and more reliablyDavid Reiss2009-01-312-2/+3
* THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity"David Reiss2009-01-291-0/+14
* THRIFT-289. test: "make check" no longer runs the Java testsBryan Duxbury2009-01-292-13/+2
* THRIFT-253. java: Enhance FieldMetaDataBryan Duxbury2009-01-291-1/+7
* THRIFT-166. java: Java tests should be in lib/java/test/Bryan Duxbury2009-01-2914-3290/+0
* THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not co...Bryan Duxbury2009-01-1514-67/+67
* THRIFT-216. Add validate method to fixtures so tests passKevin Clark2009-01-141-0/+54
* THRIFT-242. python: Used named arguments in __init__ instead of a dictDavid Reiss2009-01-141-5/+5
* THRIFT-25. csharp: Various compiler and library improvementsDavid Reiss2009-01-065-0/+936
* THRIFT-222. java: Better exposure if __isset in beans styleDavid Reiss2009-01-053-1/+112
* THRIFT-138. java: Fix copy constructor for binary fieldsDavid Reiss2009-01-051-1/+6
* THRIFT-193: Patch for proper namespace support in perl compilerT Jake Luciani2008-12-232-11/+11
* THRIFT-225. java/cpp: Handle non-i32 integer constants properlyDavid Reiss2008-12-161-3/+6
* THRIFT-121. Support arbitrary type annotationsDavid Reiss2008-12-101-0/+12
* THRIFT-217. Use "--gen py" instead of "-py" in build scriptsDavid Reiss2008-12-024-6/+6
* THRIFT-138. java: Create deep-copy constructors for Thrift structsDavid Reiss2008-12-022-0/+116
* THRIFT-81. java: TNonblockingServer: Support a limit on read buffer sizeDavid Reiss2008-11-212-1/+45
* THRIFT-172. java: Improve toString output for binary fieldsDavid Reiss2008-11-212-0/+76
* THRIFT-202: java: Fix "make check"David Reiss2008-11-201-8/+1
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-073-20/+57
* THRIFT-109. python: Use self.assert* instead of assert in testsDavid Reiss2008-10-172-6/+6
* s/ENABLE_RUBY/WITH_RUBY/ for consistency.David Reiss2008-07-111-1/+1
* Merge branch 'fastbinary'Kevin Clark2008-07-0815-23/+1219
* (THRIFT-54) Remove "frameResponses" from TNonblockingServerDavid Reiss2008-07-032-24/+0
* (THRIFT-5) A TNonblockingServers (single-threaded and thread-pool) for JavaDavid Reiss2008-07-023-1/+77
* Partial handlling of 64-bit integer constants.David Reiss2008-06-301-0/+6
* (THRIFT-61) Fix "make check" for the C++ library by not doing empty flushes.David Reiss2008-06-301-1/+32
* Fix odd bug in integration tests where it passed the wrong args to an Excepti...Kevin Clark2008-06-181-1/+1
* Improve compatibility with the old Hash-style set.Kevin Clark2008-06-181-3/+3
* Fix the last of the deprecated names in testsKevin Clark2008-06-181-7/+6
* Fix name usage in tests. Remove test for TTransport as it really wasn't testi...Kevin Clark2008-06-182-21/+5
* Remove test_remappings because it isn't comprehensive and it's triggering und...Kevin Clark2008-06-181-21/+1
* Clean up the last few deprecation warnings in the testsKevin Clark2008-06-181-7/+7
* Fix up thrift/thrift to only require the the files that define the classes it...Kevin Clark2008-06-181-2/+2
* rb: Add more classes/modules to the Thrift namespace. Provide backwards compa...Kevin Clark2008-06-182-2/+34