|
dd61a2fa33
|
fix golint
|
2016-11-15 11:25:52 -08:00 |
|
|
777daa17ff
|
Merge pull request #941 from MakMukhi/mmukhi_update_server_relection
update pre-generated code and server reflection code to comply with the change to the grpc g…
|
2016-11-03 16:04:21 -07:00 |
|
|
05aaecb59d
|
reflection: check ServerReflectionInfo error
|
2016-10-28 22:37:37 -07:00 |
|
|
883bfc7bc8
|
pb.go file update
|
2016-10-28 12:37:56 -07:00 |
|
|
5303e26e10
|
update reflection test pb.go
|
2016-10-21 18:20:12 -07:00 |
|
|
727a60e4d1
|
update server reflection code to comply with the change to the grpc generator
|
2016-10-21 18:06:55 -07:00 |
|
|
ac90a026b6
|
*: go vet
|
2016-07-27 23:39:19 -04:00 |
|
|
42a2879989
|
Modify comments
|
2016-07-11 16:25:52 -07:00 |
|
|
bc8885608f
|
Merge unary RPC info and streaming RPC info
|
2016-07-11 13:09:50 -07:00 |
|
|
0ea9f970c0
|
Add StreamInfo for streaming types
|
2016-07-11 12:09:05 -07:00 |
|
|
a518fa911d
|
Split methods and streams in service info
|
2016-07-11 12:09:05 -07:00 |
|
|
a6bacfe42c
|
Fix go vet
|
2016-06-29 13:36:10 -07:00 |
|
|
e297a2401a
|
Add import comments to package reflection
|
2016-06-28 17:46:18 -07:00 |
|
|
26d2db5487
|
Add server.GetServiceInfo().
To replace server.ServiceMetadata() and server.AllServiceNames().
|
2016-06-27 12:01:05 -07:00 |
|
|
439f11e63d
|
Minor changes
Add copyright
Return proto.Marshal(fd)
Comments
|
2016-06-27 12:01:05 -07:00 |
|
|
69c7425a21
|
Change server.ServiceMetadata to take service name and method name.
And some minor changes.
|
2016-06-27 12:01:05 -07:00 |
|
|
1302eb9c41
|
Minor fixes
|
2016-06-27 12:01:05 -07:00 |
|
|
451a2e416b
|
Minor change in allExtensionNumbersForType(), add TestAllServiceNames()
|
2016-06-27 12:01:05 -07:00 |
|
|
3fe1c5b241
|
Add readme
|
2016-06-27 12:01:05 -07:00 |
|
|
cb12010c86
|
Remove return value idxs []int from fileDescForType()
|
2016-06-27 12:01:05 -07:00 |
|
|
99966b0e14
|
Remove t.Logf
|
2016-06-27 12:01:05 -07:00 |
|
|
965636a9b1
|
Minor changes, comments and test error message
|
2016-06-27 12:01:05 -07:00 |
|
|
ffd3d5874a
|
Add test for testListServices
|
2016-06-27 12:01:05 -07:00 |
|
|
531771bfae
|
Implement ServerReflectionRequest_ListServices
|
2016-06-27 12:01:05 -07:00 |
|
|
ab04d8e500
|
Add service symbol checking to testFileContainingSymbol
|
2016-06-27 12:01:05 -07:00 |
|
|
29175df6c2
|
Update generated files in reflection
|
2016-06-27 12:01:05 -07:00 |
|
|
c26f2fb8f2
|
Remove TestFileDescWireFormatByFilename
|
2016-06-27 12:01:05 -07:00 |
|
|
5f5c109f1d
|
Add TestFileDescForType TestFileDescContainingExtension
|
2016-06-27 12:01:05 -07:00 |
|
|
864c571f44
|
Remove mutex and cache
|
2016-06-27 12:01:05 -07:00 |
|
|
a5a4628ee4
|
Remove unused functions
|
2016-06-27 12:01:05 -07:00 |
|
|
6bda8ed552
|
Add checking response in reflection end2end tests
|
2016-06-27 12:01:05 -07:00 |
|
|
c41121a259
|
Remove filenameToDescMap, replace with proto.FileDescriptor()
|
2016-06-27 12:01:05 -07:00 |
|
|
d7e74bbbb0
|
Update generated files in reflection
|
2016-06-27 12:01:05 -07:00 |
|
|
ae32a64fc3
|
Add end2end reflection tests frame, not checking response
|
2016-06-27 12:01:05 -07:00 |
|
|
5d7d0ce3d3
|
Add returning unimplemented error to list_services
|
2016-06-27 12:01:05 -07:00 |
|
|
f28f4aa4bd
|
Add allExtensionNumbersForTypeName and handle all_extension_numbers_response
|
2016-06-27 12:01:05 -07:00 |
|
|
54fd6c1ea3
|
Create response at beginning and populate it with corresponding bytes
|
2016-06-27 12:01:05 -07:00 |
|
|
d578ccfa12
|
Add fileDescWireFormatContainingExtension and handle file_containing_extension
|
2016-06-27 12:01:05 -07:00 |
|
|
36cfaed58e
|
Add fileDescWireFormatContainingSymbol and handle file_containing_symbol
|
2016-06-27 12:01:05 -07:00 |
|
|
273b7164b3
|
Change package name and add InstallOnServer()
|
2016-06-27 12:01:05 -07:00 |
|
|
ffca1d2bce
|
Add fileDescWireFormatByFilename, and handle file_by_filename
|
2016-06-27 12:01:05 -07:00 |
|
|
43e7db5352
|
Add ServerReflectionInfo handler, not implemented
|
2016-06-27 12:01:05 -07:00 |
|
|
6bd4f6eb1e
|
Add reflection.proto
|
2016-06-27 12:01:05 -07:00 |
|
|
1be569e2d5
|
Make use of cache maps
|
2016-06-27 12:01:05 -07:00 |
|
|
8c8bcdd402
|
Add allExtensionNumbersForType
|
2016-06-27 12:01:05 -07:00 |
|
|
196c123058
|
Add fileDescContainingExtension
|
2016-06-27 12:01:05 -07:00 |
|
|
2453898c6a
|
Add proto2.proto and proto2_ext.proto
|
2016-06-27 12:01:05 -07:00 |
|
|
dd2c45bc03
|
Add filenameForType
|
2016-06-27 12:01:05 -07:00 |
|
|
36cbb03cfe
|
Add typeForName nameForType nameForPointer
|
2016-06-27 12:01:05 -07:00 |
|
|
15469fce29
|
Add fileDescForType, tests to be added
|
2016-06-27 12:01:05 -07:00 |
|