1. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  2. 75cf93e bump version number by Jens Geyer · 11 months ago
  3. 0d5b4f9 created reöease branch 0.19.0 by Jens Geyer · 1 year, 6 months ago
  4. c6fd86d bump version number by Jens Geyer · 1 year, 11 months ago
  5. 1d61fe1 THRIFT-5633: move xenial to old, deprecate xenial in travis build (#2690) by Jiayu Liu · 2 years, 3 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. 8ab86c3 Fix headers bug in Thrift/HttpClient.pm by Finn Colman · 2 years, 11 months ago
  9. 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
  10. 50dd262 THRIFT-5416: Allow UDP Sockets by Brian Forbis · 3 years, 8 months ago
  11. cb808fc fix perl packaging issue by James E. King III · 3 years, 4 months ago
  12. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  13. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  14. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  15. cb4c31a THRIFT-5050 Fix MemoryBuffer.pm to raise a proper exception if no data is available by Kengo Seki · 5 years ago
  16. 616df98 fix veralign.sh and bump version (again) by Jens Geyer · 5 years ago
  17. 224b43e THRIFT-4874: Thrift 0.12.0 Source Distribution (.tar.gz) Contains Hardlinks - Extract Fails by Jens Geyer · 5 years ago
  18. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  19. bbc1377 THRIFT-4691: ensure CPAN module runs unit tests by James E. King III · 6 years ago
  20. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  21. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  22. 8a130f6 THRIFT-4382: Replace the use of Indirect Object Syntax calls to new() by Dean Hamstead · 6 years ago
  23. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  24. 23dde8c THRIFT-4471: add Makefile.PL to Perl CPAN module build script Client: perl by James E. King III · 7 years ago
  25. cea5075 THRIFT-4416: additional CPAN packaging changes Client: perl by James E. King III · 7 years ago
  26. 8101f00 THRIFT-4416: fixed up CPAN module creation and automated all steps except for upload to CPAN by James E. King, III · 7 years ago
  27. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  28. 20e16bc THRIFT-2013: add perl crosstest multiplexed client and server logic Client: perl by James E. King, III · 7 years ago
  29. d7720f4 THRIFT-4348 - Allow custom HTTP headers to be set in Perl HTTP client. by Carwyn Moore · 7 years ago
  30. eb7b76d add perl coding standard of perlstyle Client: perl by James E. King, III · 7 years ago
  31. 177c37c THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes by James E. King, III · 8 years ago
  32. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  33. 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
  34. 9019b28 THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions by James E. King, III · 8 years ago
  35. 96be8c8 THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info by James E. King, III · 8 years ago
  36. f3490c5 THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan by James E. King, III · 8 years ago
  37. fa13362 THRIFT-4015 Fix wrongly spelled "Thirft"s by Jens Geyer · 8 years ago
  38. b6983df THRIFT-3848: Perl ForkingServer must ignore SIGCHLD to avoid infinite loop by Jim King · 9 years ago
  39. 834f1b4 Add make dist entires for THRIFT-3402 by Nobuaki Sukegawa · 9 years ago
  40. 33331a3 THRIFT-3731 Perl multiplex test is flaky by Nobuaki Sukegawa · 9 years ago
  41. b16a0a9 THRIFT-3643 Perl SSL server crushes if a client disconnect without handshake by Nobuaki Sukegawa · 9 years ago
  42. 45c8e49 THRIFT-3549 Exceptions are not properly stringified in Perl library by Roger Meier · 9 years ago
  43. b696214 THRIFT-3551 Thrift perl library missing package declaration by Roger Meier · 9 years ago
  44. 49f4dc0 THRIFT-3402: add unix socket support to perl by James E. King, III · 9 years ago
  45. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  46. f5f1b35 THRIFT-3053: Added perl SSL Socket support, split SSLSocket and SSLServerSocket out from their base classes, fixed THRIFT-3191 generated perl compiler exception handling code, added perl to make cross, fixed THRIFT-3189 allowing perl to listen on a specific interface through construction arguments. Did not add support in the perl client SSLSocket to verify server certificate authenticity at this time. by Jim King · 10 years ago
  47. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  48. c214572 THRIFT-3033 Perl: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 10 years ago
  49. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  50. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  51. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  52. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  53. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  54. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  55. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  56. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  57. ccfedcb change AUTHOR to Apache Thrift <dev@thrift.apache.org> by Roger Meier · 12 years ago
  58. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  59. 373a26b THRIFT-1082: Thrift::FramedTransport sometimes calls close() on an undefined value by Jake Farrell · 12 years ago
  60. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  61. 9c76258 updating trunk from 0.7.0-dev to 0.8.0-dev by Jake Farrell · 13 years ago
  62. 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 13 years ago
  63. 5309bd0 Thrift-1171: Perl write/readDouble assumes little-endian platform by Jake Farrell · 14 years ago
  64. 6d8219c THRIFT-6 update version info by Roger Meier · 14 years ago
  65. 2287278 THRIFT-6 update Version Info for several languages, add print-version to Makefile.am by Roger Meier · 14 years ago
  66. ee8255d THRIFT-758. perl: incorrect deference in exception handling by Bryan Duxbury · 14 years ago
  67. a55f51d THRIFT-840. perl: Perl protocol handler could be more robust against unrecognised types by Bryan Duxbury · 14 years ago
  68. c07057e THRIFT-528. perl: add PERL_PREFIX to configure.ac by David Reiss · 15 years ago
  69. 0c5c234 THRIFT-619: Perl server and example by T Jake Luciani · 15 years ago
  70. f2b8f75 THRIFT-626: Increase timeouts for socket requests by T Jake Luciani · 15 years ago
  71. 93f8219 THRIFT-590: send/recv timeout values interchanged in perl socket lib by T Jake Luciani · 15 years ago
  72. 4184e2b THRIFT-554: Perl improper namespace check for exception handling and writeMessageEnd missing on processor calls by T Jake Luciani · 15 years ago
  73. fdcb710 THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test by T Jake Luciani · 15 years ago
  74. f1fd295 THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test by T Jake Luciani · 15 years ago
  75. 4b86e62 THRIFT-373. Get some missing files into the release tarballs by David Reiss · 16 years ago
  76. aac5bd4 THRIFT-461: moves thrift compiler call to test suite by T Jake Luciani · 16 years ago
  77. def30a6 THRIFT-387. Add appropriate Apache header to all code files by Bryan Duxbury · 16 years ago
  78. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  79. b5714ef Get rid of missing LICENSE files from some Makefile.am by David Reiss · 16 years ago
  80. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  81. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  82. 48141bf THRIFT-373. Update lists of files to include in release tarballs by David Reiss · 16 years ago
  83. 6b40711 THRIFT-324: replace strlen with length by T Jake Luciani · 16 years ago
  84. b5c9c54 Perl library should honor the INSTALLDIRS variable by Kevin Clark · 16 years ago
  85. 067c9af THRIFT-199. perl: Let "make distclean" work when we are not using Perl by David Reiss · 16 years ago
  86. 1952e54 THRIFT-199: integrate perl into automake by T Jake Luciani · 16 years ago
  87. 0d73889 THRIFT-2: check for thrift::socket handle being null by T Jake Luciani · 16 years ago
  88. a60df1f THRIFT-190. Added dependency check to perl Makefile by T Jake Luciani · 16 years ago
  89. 7502e0b Fix a bug with Perl's TSocket and THttpClient. by David Reiss · 17 years ago
  90. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  91. 5d86e39 Thrift: Wide string support for Perl. by David Reiss · 17 years ago
  92. c0c88ee Thrift: Perl HttpClient and fixes. by David Reiss · 17 years ago
  93. 8266443 OO perl accessors for Thrift objects by Mark Slee · 17 years ago
  94. 937fa62 Perl pass by reference versioning fix by Mark Slee · 17 years ago
  95. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  96. 7a2fb14 Memory buffer for perl by Mark Slee · 18 years ago
  97. 8168706 Fix Thrift perl framedtransport by Mark Slee · 18 years ago
  98. 254ce20 Perl library for Thrift by Mark Slee · 18 years ago