1. 5479099 THRIFT-3087 Pass on errors like "connection closed" by Андрей Веселов · 9 years ago
  2. ae971ce THRIFT-2110 Erlang: Support for Multiplexing Services on any Transport, Protocol and Server by David Robakowski · 11 years ago
  3. 7bdba5c THRIFT-2708 add support for oneway (async) function calls in erlang client by alisdair sullivan · 10 years ago
  4. feea947 THRIFT-2633 remove 'this is a dummy struct' structs from generated erlang by alisdair sullivan · 10 years ago
  5. a6b328f THRIFT-2354 Connection errors can lead to case_clause exceptions by Jens Geyer · 11 years ago
  6. f4494ee erlang: Un-revert r988722 by David Reiss · 14 years ago
  7. 8286295 erlang: Refactor the read path of the client by David Reiss · 14 years ago
  8. c465799 erlang: Refactor the write paths of the client and protocol by David Reiss · 14 years ago
  9. 3f660a4 erlang: Client refactor, part 1 by David Reiss · 14 years ago
  10. 5e6637b erlang: Add some initial specs to thrift_client and thrift_protocol by David Reiss · 14 years ago
  11. d172a88 erlang: Export cast/3 from thrift_client (dialyzer warning) by David Reiss · 14 years ago
  12. f32d0fb Rollback a few recent Erlang changes to fix blame data by David Reiss · 14 years ago
  13. 82c7319 THRIFT-866. erlang: Make specs compatible with Erlang R12 by David Reiss · 14 years ago
  14. d3879f8 THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients by Bryan Duxbury · 14 years ago
  15. 1e1a697 THRIFT-211. erlang: Support "tethered" clients by David Reiss · 16 years ago
  16. bb97fd9 THRIFT-211. erlang: Allow clients to be created without connecting by David Reiss · 16 years ago
  17. 5e530af THRIFT-211. erlang: Support unlinked Thrift clients. by David Reiss · 16 years ago
  18. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  19. fe931d1 THRIFT-136. s/async/oneway/ in Erlang by David Reiss · 16 years ago
  20. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  21. 9f2a5d7 Rename "alterl" to "erl". by David Reiss · 17 years ago[Renamed from lib/alterl/src/thrift_client.erl]
  22. a2f4597 add thrift_client:cast by David Reiss · 17 years ago
  23. 65cf720 Add thrift_client:send_call which sends a function call but doesn't read a response. by David Reiss · 17 years ago
  24. fc427af Factory-ize generation of thrift_binary_protocol to clean things up a bit and decouple thrift_socket_transport's factory from binary protocol by David Reiss · 17 years ago
  25. 44f785e Rename "Connector" to "ProtocolFactory" since that's what it is (response to review by eletuchy) by David Reiss · 17 years ago
  26. ad74b32 Modify thrift_client to take in a "connector" function as a parameter, enabling substitution of different protocol/transports by David Reiss · 17 years ago
  27. 2fe905e adding socket options to thrift client by David Reiss · 17 years ago
  28. e5a4d0c erlang: move thrift_client connect logic into a handle_call and call it in start_link by David Reiss · 17 years ago
  29. 672968d erlang thrift_client: wrap gen_tcp:connect in a catch ... leave nothing to chance by David Reiss · 17 years ago
  30. c920faf erlang thrift_client will return {stop, Error} in start_link on a gen_tcp:connect error rather than exiting by David Reiss · 17 years ago
  31. 914ebb4 Erlang: add framed_transport and non-strict binary_protocol by David Reiss · 17 years ago
  32. 1af1868 replacing an io format with error_logger call by David Reiss · 17 years ago
  33. 6f1cd53 small buffered_transport and client improvements by David Reiss · 17 years ago
  34. 4fd7818 add optional (connect) Timeout parameter to thrift_client:start_link by David Reiss · 17 years ago
  35. 464e300 add a close to thrift_client to close the underlying transport by David Reiss · 17 years ago
  36. c525745 if instead of case for a guard comparison by David Reiss · 17 years ago
  37. 6b3e40f use type-appropriate methods for size and map for dict and set structures by David Reiss · 17 years ago
  38. 55ff70f Implement TApplicationException handling in alt_erl client by David Reiss · 17 years ago
  39. 8cadf3e Remove extra debugging from thrift_client.erl by David Reiss · 17 years ago
  40. 2c53403 Add a thrift client to alterl bindings by David Reiss · 17 years ago