summaryrefslogtreecommitdiff
path: root/test/erl
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-338 Compact Protocol in ErlangNobuaki Sukegawa2015-11-032-4/+21
* THRIFT-2113 Erlang SSL Socket SupportDavid Robakowski2015-11-012-0/+16
* THRIFT-2708 add support for oneway (async) function calls in erlang clientNobuaki Sukegawa2015-11-011-0/+9
* THRIFT-2708 add support for oneway (async) function calls in erlang clientalisdair sullivan2015-11-012-1/+4
* THRIFT-3400 Add Erlang to cross testNobuaki Sukegawa2015-10-319-1066/+380
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-1/+1
* THRIFT-2951 Fix Erlang name conflict testhenrique2015-02-051-3/+9
* THRIFT-2920 Erlang Thrift test uses wrong IDL fileJens Geyer2014-12-301-1/+1
* THRIFT-2920 Erlang Thrift test uses wrong IDL fileJens Geyer2014-12-291-0/+2
* THRIFT-2689 struct names that differ only in capitalization of first characte...Jens Geyer2014-10-071-26/+0
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-9/+9
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-9/+9
* THRIFT-2628 struct member name conflicts due to lowercased namesJens Geyer2014-10-026-48/+805
* THRIFT-2689 struct names that differ only in capitalization of first characte...Jens Geyer2014-10-011-36/+62
* THRIFT-2648 cleanup erlang libalisdair sullivan2014-08-074-0/+387
* THRIFT-892 - refactor erlang library to build using rebar, move tests into li...Anthony F. Molinaro2011-06-218-693/+0
* THRIFT-1151 - catch some serialization errorsAnthony F. Molinaro2011-06-183-1/+25
* THRIFT-1213 - make membuffer in erlang more usefulAnthony F. Molinaro2011-06-181-56/+80
* THRIFT-1080 : fix building of test codeAnthony F. Molinaro2011-03-243-8/+8
* erlang: Verify elt/key/val when reading list/set/mapDavid Reiss2010-08-301-1/+16
* erlang: Update test_disklog to use the new APIDavid Reiss2010-08-301-9/+11
* erlang: Update test_membuffer to use the new APIDavid Reiss2010-08-301-9/+9
* erlang: test_{client,server}: Allow framed_transport to be usedDavid Reiss2010-08-302-7/+58
* erlang: Create a test clientDavid Reiss2010-08-302-1/+110
* erlang: Client refactor, part 1David Reiss2010-08-302-187/+1
* erlang: Make the test_server use thrift_socket_serverDavid Reiss2010-08-301-1/+3
* erlang: Make the test server compatible with the Python test clientDavid Reiss2010-08-301-1/+1
* erlang: Allow custom erlc flags for the test suiteDavid Reiss2010-08-301-2/+2
* erlang: Clean up some trailing whitespaceDavid Reiss2010-08-301-3/+3
* Rollback a few recent Erlang changes to fix blame dataDavid Reiss2010-08-306-208/+215
* THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and...Bryan Duxbury2010-08-196-215/+208
* THRIFT-622. Add appropriate licensing information to get Thrift ready for a r...Todd Lipcon2009-12-071-0/+18
* THRIFT-211. erlang: Modify test_tether to test protocol error handling as wellDavid Reiss2009-06-041-15/+33
* THRIFT-211. erlang: Support "tethered" clientsDavid Reiss2009-06-041-2/+35
* THRIFT-211. erlang: Allow clients to be created without connectingDavid Reiss2009-06-041-4/+7
* THRIFT-211. erlang: Support unlinked Thrift clients.David Reiss2009-06-042-1/+115
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-305-0/+95
* THRIFT-192. erlang: Commit test code missed in r757870David Reiss2009-03-301-1/+17
* THRIFT-127. erlang: Skip fields that have the wrong typeDavid Reiss2009-03-301-1/+19
* THRIFT-126. erlang: TMemoryBuffer for ErlangDavid Reiss2009-03-302-1/+29
* THRIFT-136. s/async/oneway/ in misc placesDavid Reiss2009-03-242-5/+5
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-4/+4
* THRIFT-325. Remove a bunch of uses of the old command line formatDavid Reiss2009-02-171-2/+2
* [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
* Change alterl thrift_server to use non-blocking TCP calls and properly set th...David Reiss2008-06-112-21/+2