-
Notifications
You must be signed in to change notification settings - Fork 12
/
MANIFEST
77 lines (77 loc) · 1.7 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Grpc.xs
LICENSE
MANIFEST
Makefile.PL
ppport.h
README.md
typemap
util.c
util.h
examples/greeter/helloworld.proto
examples/greeter/helloworld.proto3
examples/greeter/Makefile
examples/greeter/README.md
examples/greeter/t/01-greeter.t
examples/README.md
examples/route_guide/Makefile
examples/route_guide/README.md
examples/route_guide/route_guide.proto
examples/route_guide/t/01-get_feature.t
examples/route_guide/t/02-list_features.t
examples/route_guide/t/03-record_route.t
examples/route_guide/t/04-route_chat.t
examples/route_guide/t/route.txt
ext/call_credentials.h
ext/call_credentials.xs
ext/call.h
ext/call.xs
ext/channel_credentials.h
ext/channel_credentials.xs
ext/channel.h
ext/channel.xs
ext/constants.h
ext/constants.xs
ext/server_credentials.h
ext/server_credentials.xs
ext/server.h
ext/server.xs
ext/timeval.h
ext/timeval.xs
lib/Grpc/Client/AbstractCall.pm
lib/Grpc/Client/BaseStub.pm
lib/Grpc/Client/BidiStreamingCall.pm
lib/Grpc/Client/ClientStreamingCall.pm
lib/Grpc/Client/ServerStreamingCall.pm
lib/Grpc/Client/UnaryCall.pm
lib/Grpc/Constants.pm
lib/Grpc/XS/CallCredentials.pm
lib/Grpc/XS/Call.pm
lib/Grpc/XS/ChannelCredentials.pm
lib/Grpc/XS/Channel.pm
lib/Grpc/XS/Constants.pm
lib/Grpc/XS.pm
lib/Grpc/XS/ServerCredentials.pm
lib/Grpc/XS/Server.pm
lib/Grpc/XS/Timeval.pm
t/00-compile.t
t/01-call_credentials.t
t/02-call.t
t/03-channel_credentials.t
t/04-channel.t
t/05-constants.t
t/06-server_credentials.t
t/07-server.t
t/08-timeval.t
t/09-abstract_call.t
t/10-base_stub.t
t/11-bidi_streaming_call.t
t/12-client_streaming_call.t
t/13-server_streaming_call.t
t/14-unary_call.t
t/15-xs_end_to_end.t
t/16-xs_secure_end_to_end.t
t/17-fork_friendliness.t
t/data/ca.pem
t/data/README
t/data/server1.key
t/data/server1.pem