summaryrefslogtreecommitdiff
path: root/lib/erl/src
Commit message (Expand)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
* version bumpJens Geyer2022-08-301-1/+1
* If the amount of data transmitted is large, an error will be reported.TianMaiChengGhostRidder2022-08-301-1/+18
* Revert "Update thrift_socket_transport.erl"Jens Geyer2022-08-301-18/+1
* Update thrift_socket_transport.erlTianMaiChengGhostRidder2022-08-301-1/+18
* Release 0.16.0Jens Geyer2022-01-201-1/+1
* bump version numberJens Geyer2021-08-031-1/+1
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
* Report error for abnormal server termination onlySergey Elin2019-05-121-3/+7
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* THRIFT-4340: Fix a crash on client closeAnthony Molinaro2017-09-221-1/+2
* THRIFT-4273 erlang:now/0: Deprecated BIF.walter-weinmann2017-09-071-3/+3
* THRIFT-4266 Erlang library throws during skipping fields of composite type (m...David Hull2017-08-051-8/+7
* THRIFT-4268 Erlang library emits debugging output in transport layerDavid Hull2017-07-271-2/+0
* THRIFT-3884 Fix Erlang compact protocol double endianess and boolean listNobuaki Sukegawa2016-07-231-4/+5
* THRIFT-3820 Erlang: Detect OTP >= 18 to use new time correctionВеселов Андрей2016-07-231-2/+17
* THRIFT-3880 Erlang Compact protocol - boolean values invertedVince Foley2016-07-181-2/+2
* THRIFT-3689 thrift_reconnecting_client start failed when server is not availablelaozhp2016-02-281-1/+1
* THRIFT-3087 Pass on errors like "connection closed"Андрей Веселов2015-11-271-11/+15
* THRIFT-2110 Erlang: Support for Multiplexing Services on any Transport, Proto...David Robakowski2015-11-236-29/+259
* THRIFT-3423 First call to thrift_transport:read_exact fails to dispatch corre...Nobuaki Sukegawa2015-11-151-5/+8
* THRIFT-338 Compact Protocol in ErlangNobuaki Sukegawa2015-11-034-12/+423
* THRIFT-2113 Erlang SSL Socket SupportDavid Robakowski2015-11-013-15/+180
* THRIFT-2708 add support for oneway (async) function calls in erlang clientalisdair sullivan2015-11-011-32/+39
* THRIFT-2856 refactor erlang basic transports and unify interfacesNobuaki Sukegawa2015-11-011-2/+6
* THRIFT-2856 refactor erlang basic transports and unify interfacesalisdair sullivan2015-11-018-316/+549
* THRIFT-3393 Introducing i8 to provide consistent set of Thrift integersJens Geyer2015-10-202-3/+5
* THRIFT-2842 Erlang thrift client has infinite timeoutJens Geyer2015-05-202-3/+6
* THRIFT-3085 thrift_reconnecting_client never tries to reconnectJens Geyer2015-04-061-0/+3
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-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