summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* rb: Add deprecate! method Rename TTransport#readAll/isOpen, and deprecateKevin Clark2008-06-181-3/+19
* rb: Switch to dyn generator syntax for testing namespacesKevin Clark2008-06-181-1/+1
* Exercise namespacing in Ruby testsKevin Clark2008-06-182-4/+6
* Swap out 'tests' target for 'check' in Ruby MakefileKevin Clark2008-06-181-2/+2
* Add tests for Ruby TTransport. Only require .rb files in ruby tests.Kevin Clark2008-06-183-1/+67
* Reorganize testsKevin Clark2008-06-188-130/+42
* Tweak Ruby Makefile to use --gen syntaxKevin Clark2008-06-181-2/+2
* Rename AM_CONDITIONALs from ENABLE_* to WITH_*.David Reiss2008-06-111-2/+2
* Allow out-of-source builds.David Reiss2008-06-111-4/+4
* Allow Thrift to be built without the Python library.David Reiss2008-06-111-1/+5
* Clean up some bad/missed merges from the alterl merge.David Reiss2008-06-111-5/+0
* [erl] Finish fixing test_server to work with binary stringsDavid Reiss2008-06-111-9/+9
* [erl] fix test_server to expect binary type for strings rather than listsDavid Reiss2008-06-111-3/+3
* Rename "alterl" to "erl".David Reiss2008-06-111-3/+3
* Add thrift_base64_transport which writes base64 encoded dataDavid Reiss2008-06-111-0/+32
* Add thrift_client:send_call which sends a function call but doesn't read a re...David Reiss2008-06-111-0/+5
* Add thrift_disk_log_transport which writes to the disk_log moduleDavid Reiss2008-06-112-1/+26
* Implement TApplicationException handling in alt_erl clientDavid Reiss2008-06-111-1/+6
* Change alterl thrift_server to use non-blocking TCP calls and properly set th...David Reiss2008-06-112-21/+2
* Implement async_void in alterl bindingsDavid Reiss2008-06-111-1/+5
* Implement testAsync for python testsDavid Reiss2008-06-111-0/+5
* Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn'...David Reiss2008-06-111-0/+1
* Add stress test implementation for new ErlangDavid Reiss2008-06-102-3/+69
* Oops - forgot to add the test/erl/Makefile to gitDavid Reiss2008-06-101-0/+44
* Test server for erlangDavid Reiss2008-06-101-0/+151
* Avoid a filename collision on case-insensitive filesystems.David Reiss2008-06-101-3/+3
* Python forking server should close connection in parent.David Reiss2008-06-103-9/+29
* Tweak Java Makefile.ams to fix "make distclean".David Reiss2008-05-091-1/+3
* Memory-based transport rewrite.David Reiss2008-05-019-7/+598
* Properly handle constants of typedef'ed types.David Reiss2008-05-011-0/+3
* Add a missing include to Benchmark.cpp to make it build on Mac OS.David Reiss2008-04-281-0/+1
* ocaml and haskell thrift clients now calling readMessageEndiproctor2008-04-102-0/+3
* Fix a bug in TPipedTransport that broke pipelining.David Reiss2008-04-082-0/+45
* Add TFDTransport: a dead-simple wrapper around a file-descriptor.David Reiss2008-04-082-0/+47
* Clean up the unit tests.David Reiss2008-04-0711-36/+151
* Add a test client and server for C#.David Reiss2008-04-022-0/+180
* Add an experiment to measure the likeliness that realloc will avoid a copy.David Reiss2008-03-312-0/+109
* Make the Perl generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Make the Ruby generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Make the Python generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Make the C# generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Add Java JSON protocol implementation.David Reiss2008-03-072-3/+174
* Add more complete base64 testing for C++ JSON protocol.David Reiss2008-03-072-0/+31
* Generate quality overrides of hashCode for Thrift structs (in Java).David Reiss2008-03-021-4/+4
* Add support for .equals() to Java structs.David Reiss2008-03-025-7/+1990
* Make limited reflection optional (off by default).David Reiss2008-02-271-3/+3
* Update test/Makefile.am to use the new compiler command-line format.David Reiss2008-02-272-4/+4
* Make the Java generator use non-hardcoded namespaces.David Reiss2008-02-272-2/+2
* Make the C++ generator use non-hardcoded namespaces.David Reiss2008-02-277-8/+8
* Make "make clean" rules a bit more standard.David Reiss2008-02-247-7/+7