summaryrefslogtreecommitdiff
path: root/lib/erl/src
Commit message (Expand)AuthorAgeFilesLines
* Thrift-2600: 0.9.2 release0.9.20.9.2jfarrell2014-11-041-1/+1
* THRIFT-2648 cleanup erlang libalisdair sullivan2014-08-071-14/+29
* THRIFT-2633 remove 'this is a dummy struct' structs from generated erlangalisdair sullivan2014-07-221-1/+3
* THRIFT-1357:Erlang Dependency breaks buildalisdair sullivan2014-07-162-8/+427
* THRIFT-2354 Connection errors can lead to case_clause exceptionsJens Geyer2014-03-183-19/+29
* THRIFT-1349:Remove unnecessary print outsjfarrell2013-09-101-1/+0
* Updating Thrift trunk version to 1.0.0-devJake Farrell2012-10-111-1/+1
* THRIFT-1593 Pass on errors like "connection closed" to the handler moduleRoger Meier2012-05-181-15/+37
* THRIFT-1343 - remove internal min function, it seems the same as erlang:min/2Anthony F. Molinaro2012-03-222-15/+0
* THRIFT-1344 - fix http deprecation warningAnthony F. Molinaro2012-03-221-4/+1
* THRIFT-1520 : embed version number in .app file for easier integration with r...Anthony F. Molinaro2012-02-221-2/+2
* THRIFT-1357: Erlang dependency breaks buildJake Farrell2011-09-261-2/+2
* THRIFT-1227 - erlang implementation of thrift json protocolAnthony F. Molinaro2011-09-181-0/+566
* THRIFT-1236 - adding reconnecting clientAnthony F. Molinaro2011-07-121-0/+240
* THRIFT-892 - refactor erlang library to build using rebar, move tests into li...Anthony F. Molinaro2011-06-212-86/+2
* THRIFT-1151 - support R13 as well as R14Anthony F. Molinaro2011-06-201-1/+1
* THRIFT-1151 - catch some serialization errorsAnthony F. Molinaro2011-06-181-0/+6
* THRIFT-1213 - make membuffer in erlang more usefulAnthony F. Molinaro2011-06-181-3/+10
* THRIFT-1076. erl: Erlang Thrift socket server has a bug that causes java thri...Bryan Duxbury2011-03-021-22/+27
* THRIFT-698 - fix .app file, remove unused parts of build system, updated LICE...Anthony F. Molinaro2010-09-073-66/+26
* THRIFT-886. erlang: Fix dialyzer warning in thrift_http_transportDavid Reiss2010-09-011-1/+1
* THRIFT-785. erlang: Eliminate log spew with framed transportDavid Reiss2010-08-301-13/+24
* erlang: Un-revert r988722David Reiss2010-08-302-9/+9
* erlang: Eliminate "behaviour undefined" warningsDavid Reiss2010-08-301-2/+5
* erlang: Parse multiple options properly in disk_log_transportDavid Reiss2010-08-301-2/+2
* erlang: Verify elt/key/val when reading list/set/mapDavid Reiss2010-08-301-1/+5
* erlang: Fix several compilation warningsDavid Reiss2010-08-306-8/+6
* erlang: Rename _impl headers to _behaviourDavid Reiss2010-08-3011-12/+12
* erlang: Fix a few spelling errorsDavid Reiss2010-08-302-2/+2
* erlang: Don't use a separate process for http_transportDavid Reiss2010-08-301-106/+24
* erlang: Don't use a separate process memory_bufferDavid Reiss2010-08-301-116/+12
* erlang: Don't use a separate process for framed_transportDavid Reiss2010-08-301-137/+28
* erlang: Don't use a separate process for buffered_transportDavid Reiss2010-08-301-131/+23
* erlang: Add a state-propagation-testing transportDavid Reiss2010-08-302-2/+133
* erlang: Refactor thrift_transport and all transport implementationsDavid Reiss2010-08-3010-95/+109
* erlang: Refactor the processorDavid Reiss2010-08-303-54/+52
* erlang: Get rid of after_reply from thrift_processorDavid Reiss2010-08-301-7/+1
* erlang: Don't catch exits in thrift_processorDavid Reiss2010-08-301-1/+1
* erlang: Refactor the binary protocolDavid Reiss2010-08-301-143/+158
* erlang: Refactor the read path of the protocolDavid Reiss2010-08-301-99/+114
* erlang: Refactor the read path of the clientDavid Reiss2010-08-301-16/+20
* erlang: Refactor the write paths of the client and protocolDavid Reiss2010-08-302-76/+81
* erlang: Client refactor, part 1David Reiss2010-08-302-314/+128
* erlang: Separate out thrift_protocol:read_specificDavid Reiss2010-08-301-2/+10
* erlang: Add a more detailed spec for thrift_protocol:readDavid Reiss2010-08-301-1/+8
* erlang: Separate out thrift_binary_protocol:read_dataDavid Reiss2010-08-301-10/+11
* erlang: Add some initial specs for thrift_transport and its implementationsDavid Reiss2010-08-309-1/+21
* erlang: Add some initial specs to thrift_client and thrift_protocolDavid Reiss2010-08-303-0/+14
* erlang: Make framed_transport not write out its buffer when closedDavid Reiss2010-08-301-1/+0
* erlang: Make buffered_transport not write out its buffer when closedDavid Reiss2010-08-301-1/+0