summaryrefslogtreecommitdiff
path: root/lib/perl/lib/Thrift.pm
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* 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
|
* 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-4069: perl library cleanup - namespaces, versioning, exception fixesJames E. King, III2017-03-301-165/+8
| | | | | | Client: perl This closes #1220
* THRIFT-3549 Exceptions are not properly stringified in Perl libraryRoger Meier2016-01-251-0/+9
| | | | Patch: David Morel
* THRIFT-3551 Thrift perl library missing package declarationRoger Meier2016-01-171-0/+2
|
* THRIFT-3053: Added perl SSL Socket support, split SSLSocket and ↵Jim King2015-07-301-1/+1
| | | | 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.
* THRIFT-1801 Sync up TApplicationException codes across languages and thrift ↵Roger Meier2012-12-221-8/+11
| | | | | | implementations Patch: Andrew Cox
* Updating Thrift trunk version to 1.0.0-devJake Farrell2012-10-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1397293 13f79535-47bb-0310-9956-ffa450edef68
* Updating trunk to 0.9.0 version.Jake Farrell2011-11-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1208214 13f79535-47bb-0310-9956-ffa450edef68
* updating trunk from 0.7.0-dev to 0.8.0-devJake Farrell2011-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1157426 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to ↵Roger Meier2011-08-031-0/+2
| | | | | | the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153412 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-6 update version infoRoger Meier2011-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1078952 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-6 update Version Info for several languages, add print-version to ↵Roger Meier2010-10-221-1/+1
| | | | | | Makefile.am git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1026299 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-758. perl: incorrect deference in exception handlingBryan Duxbury2010-09-021-4/+4
| | | | | | Patch: Yann Kerherve git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991784 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL"David Reiss2009-04-021-0/+1
| | | | | | | | | | | | | | | | Pave the way for a new message type for oneway function calls. For now, just define the constant in all languages and make server implementations treat it the same way as a normal call. Only C++ and Erlang currently check the message type (on the server side). There is a little bit of redundancy in the Erlang code, but the alternative is a bit gross, and this split-up will be necessary eventually when we start handling one-way calls differently. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761389 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-7/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* Perl library for ThriftMark Slee2007-05-161-0/+169
Summary: Submitted by Jake Luciani Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665112 13f79535-47bb-0310-9956-ffa450edef68