1. ef199cc bump version number by Jens Geyer · 4 months ago
  2. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  3. 75cf93e bump version number by Jens Geyer · 11 months ago
  4. 0d5b4f9 created reöease branch 0.19.0 by Jens Geyer · 1 year, 6 months ago
  5. c6fd86d bump version number by Jens Geyer · 1 year, 11 months ago
  6. f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
  7. c75646a version bump by Jens Geyer · 2 years, 4 months ago
  8. 7594da8 THRIFT-5536 Fix cross language tests by Aki Sukegawa · 2 years, 10 months ago
  9. 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
  10. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  11. eb0f117 THRIFT-5377 Remove Erlang R16 support Client: erl Patch: Sergey Yelin by Sergey Yelin · 3 years, 10 months ago
  12. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  13. 616df98 fix veralign.sh and bump version (again) by Jens Geyer · 5 years ago
  14. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  15. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  16. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  17. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  18. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  19. f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
  20. 377719c THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in erlang test client using wrong key file and added CA by James E. King, III · 8 years ago
  21. 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  22. 7407e2e Revert "THRIFT-3834 Erlang namespacing and exception metadata" by Jens Geyer · 9 years ago
  23. c8deed8 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  24. f892674 THRIFT-3421 rebar as dependency instead of bundling by Roger Meier · 9 years ago
  25. b31f090 THRIFT-338 Compact Protocol in Erlang Client: Erlang Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  26. a7d6a97 THRIFT-2113 Erlang SSL Socket Support Client: Erlang Patch: David Robakowski by David Robakowski · 11 years ago
  27. 7ab56e8 THRIFT-2708 add support for oneway (async) function calls in erlang client by Nobuaki Sukegawa · 9 years ago
  28. 7bdba5c THRIFT-2708 add support for oneway (async) function calls in erlang client by alisdair sullivan · 10 years ago
  29. 826ea99 THRIFT-3400 Add Erlang to cross test by Nobuaki Sukegawa · 9 years ago
  30. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  31. 2f34da7 THRIFT-2951 Fix Erlang name conflict test Patch: Nobuaki Sukegawa by henrique · 10 years ago
  32. 3a3ba00 THRIFT-2920 Erlang Thrift test uses wrong IDL file by Jens Geyer · 10 years ago
  33. 326cf0d THRIFT-2920 Erlang Thrift test uses wrong IDL file by Jens Geyer · 10 years ago
  34. dd971d5 THRIFT-2689 struct names that differ only in capitalization of first character generate broken erlang code by Jens Geyer · 10 years ago
  35. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  36. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  37. 6d15c30 THRIFT-2628 struct member name conflicts due to lowercased names by Jens Geyer · 10 years ago
  38. cc4ac49 THRIFT-2689 struct names that differ only in capitalization of first character generate broken erlang code by Jens Geyer · 10 years ago
  39. 06d0fa0 THRIFT-2648 cleanup erlang lib by alisdair sullivan · 10 years ago
  40. 917d898 THRIFT-892 - refactor erlang library to build using rebar, move tests into lib/erl/test directory and run several via make check by Anthony F. Molinaro · 14 years ago
  41. e49a44a THRIFT-1151 - catch some serialization errors by Anthony F. Molinaro · 14 years ago
  42. 3d3f421 THRIFT-1213 - make membuffer in erlang more useful by Anthony F. Molinaro · 14 years ago
  43. 5a9ca88 THRIFT-1080 : fix building of test code by Anthony F. Molinaro · 14 years ago
  44. b4ab008 erlang: Verify elt/key/val when reading list/set/map by David Reiss · 14 years ago
  45. 01c6d61 erlang: Update test_disklog to use the new API by David Reiss · 14 years ago
  46. f28f23d erlang: Update test_membuffer to use the new API by David Reiss · 14 years ago
  47. a508b33 erlang: test_{client,server}: Allow framed_transport to be used by David Reiss · 14 years ago
  48. 2c8d228 erlang: Create a test client by David Reiss · 14 years ago
  49. 3f660a4 erlang: Client refactor, part 1 by David Reiss · 14 years ago
  50. 6204bb1 erlang: Make the test_server use thrift_socket_server by David Reiss · 14 years ago
  51. a94514f erlang: Make the test server compatible with the Python test client by David Reiss · 14 years ago
  52. bf2b978 erlang: Allow custom erlc flags for the test suite by David Reiss · 14 years ago
  53. 8f94314 erlang: Clean up some trailing whitespace by David Reiss · 14 years ago
  54. f32d0fb Rollback a few recent Erlang changes to fix blame data by David Reiss · 14 years ago
  55. d3879f8 THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients by Bryan Duxbury · 14 years ago
  56. 53ae9f3 THRIFT-622. Add appropriate licensing information to get Thrift ready for a release. by Todd Lipcon · 15 years ago
  57. fad6065 THRIFT-211. erlang: Modify test_tether to test protocol error handling as well by David Reiss · 16 years ago
  58. 1e1a697 THRIFT-211. erlang: Support "tethered" clients by David Reiss · 16 years ago
  59. bb97fd9 THRIFT-211. erlang: Allow clients to be created without connecting by David Reiss · 16 years ago
  60. 5e530af THRIFT-211. erlang: Support unlinked Thrift clients. by David Reiss · 16 years ago
  61. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  62. b3c5f6e THRIFT-192. erlang: Commit test code missed in r757870 by David Reiss · 16 years ago
  63. 233ace5 THRIFT-127. erlang: Skip fields that have the wrong type by David Reiss · 16 years ago
  64. bfc57a0 THRIFT-126. erlang: TMemoryBuffer for Erlang by David Reiss · 16 years ago
  65. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  66. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  67. b139f64 THRIFT-325. Remove a bunch of uses of the old command line format by David Reiss · 16 years ago
  68. cb13729 [erl] Finish fixing test_server to work with binary strings by David Reiss · 17 years ago
  69. a59191b [erl] fix test_server to expect binary type for strings rather than lists by David Reiss · 17 years ago
  70. 9f2a5d7 Rename "alterl" to "erl". by David Reiss · 17 years ago
  71. 8445406 Add thrift_base64_transport which writes base64 encoded data by David Reiss · 17 years ago
  72. 65cf720 Add thrift_client:send_call which sends a function call but doesn't read a response. by David Reiss · 17 years ago
  73. 6d47759 Add thrift_disk_log_transport which writes to the disk_log module by David Reiss · 17 years ago
  74. 8cf694d Change alterl thrift_server to use non-blocking TCP calls and properly set the processor as the controlling process for the client sockets. by David Reiss · 17 years ago
  75. cdf8d19 Implement async_void in alterl bindings by David Reiss · 17 years ago
  76. c85a695 Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn't stay in git by David Reiss · 17 years ago
  77. 60b50cf Add stress test implementation for new Erlang by David Reiss · 17 years ago
  78. c0cce96 Oops - forgot to add the test/erl/Makefile to git by David Reiss · 17 years ago
  79. 57b4d9a Test server for erlang by David Reiss · 17 years ago