Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
79b75b9a43a8255b4e4409b50ba0e3ab4b007912
/
package.json
e1ee20b
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
a1c442a
Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update
by murgatroid99
· 8 years ago
3260a17
Bumping to 1.0.0-pre2.
by Nicolas "Pixel" Noble
· 8 years ago
fcb5271
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
by murgatroid99
· 8 years ago
49bfb92
Master is now 1.1.0-dev.
by Nicolas "Pixel" Noble
· 8 years ago
8c72ae4
Flagging master as 1.0.0-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
356758a
Split Node health check code into a separate package and make it use static codegen
by murgatroid99
· 8 years ago
d29a3bf
Update master branch to 0.16.0-dev
by murgatroid99
· 8 years ago
38c6cfb
Merge pull request #6536 from grpc/release-0_14
by Nicolas Noble
· 8 years ago
3b3069d
Add some missing directories to package.json
by murgatroid99
· 8 years ago
2c75731
The release branch is now 0.14.1-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
5ecdda7
Processing the 0.14 release.
by Nicolas "Pixel" Noble
· 8 years ago
16caa50
Master is now 0.15.0-dev.
by Nicolas "Pixel" Noble
· 9 years ago
253a710
The release branch is now 0.14.0-pre1.
by Nicolas "Pixel" Noble
· 9 years ago
d354f11
Node: add dev dependency on google-protobuf
by murgatroid99
· 9 years ago
1899743
Use math test to test generated code
by murgatroid99
· 9 years ago
8c0b4d7
Manually list files in Node package.json to avoid MSBuild environment limits
by murgatroid99
· 9 years ago
03915e5
Sort out codegen dependencies
by Craig Tiller
· 9 years ago
0b54163
Fixing client_config init
by Craig Tiller
· 9 years ago
f82ddc4
Nailing down dependencies better
by Craig Tiller
· 9 years ago
d1697d9
Getting dependencies fixed up
by Craig Tiller
· 9 years ago
b112f39
Move subchannel_call_holder
by Craig Tiller
· 9 years ago
74071cd
Merge branch 'subchannel_factory_create_lb_channel' of github.com:dgquintas/grpc into ccmerge
by Craig Tiller
· 9 years ago
895459e
Merge github.com:grpc/grpc into optionalize_client_config
by Craig Tiller
· 9 years ago
b48dda2
Merge branch 'master' into subchannel_factory_create_lb_channel
by David G. Quintas
· 9 years ago
abcebb0
Merge pull request #5419 from ctiller/cleaner-posix2
by Nicolas Noble
· 9 years ago
3e94de1
Merge branch 'optionalize_resolvers' into optionalize_client_config
by Craig Tiller
· 9 years ago
f057796
Merge branch 'optionalize_census' into optionalize_resolvers
by Craig Tiller
· 9 years ago
86fcfcc
Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel
by David Garcia Quintas
· 9 years ago
fe2ef9b
Remove removed file from build.yaml
by Craig Tiller
· 9 years ago
d4c9833
Reposition files to optionalize client_config system
by Craig Tiller
· 9 years ago
65938df
Optionalize name resolvers
by Craig Tiller
· 9 years ago
8479c97
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
60aa840
Remove removed files from build.yaml
by Craig Tiller
· 9 years ago
fcf7ad6
Renamed subchannel_factory to client_channel_factory.
by David Garcia Quintas
· 9 years ago
9557869
Merge branch 'optionalize_roundrobin' into optionalize_census
by Craig Tiller
· 9 years ago
943cdf9
Swap header/src into the right order
by Craig Tiller
· 9 years ago
ad46ecf
Merge branch 'optionalize_roundrobin' into optionalize_census
by Craig Tiller
· 9 years ago
796474c
Move proto code under ext/.../grpclb
by Craig Tiller
· 9 years ago
8f8e9f9
Build Census as a grpc plugin
by Craig Tiller
· 9 years ago
fb43385
Make plugin registries work
by Craig Tiller
· 9 years ago
023caf1
Refactor build to have lb policies as extensions
by Craig Tiller
· 9 years ago
d335945
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
797e278
Merge github.com:grpc/grpc into optionalize_roundrobin
by Craig Tiller
· 9 years ago
c91504e
Merge pull request #5900 from murgatroid99/node_callback_convention
by Nicolas Noble
· 9 years ago
14e0d98
Begin optionalizing lb policies: initial code movement
by Craig Tiller
· 9 years ago
8a03448
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
44cc10b
Add uses clauses to filegroups to ease dependency management
by Craig Tiller
· 9 years ago
f0555b3
Declare filegroups for chttp2
by Craig Tiller
· 9 years ago
c7762a8
Move chttp2 related files under ext/
by Craig Tiller
· 9 years ago
f23078c
Stage #1 of core breakup: move everything under lib
by Craig Tiller
· 9 years ago
8ce3b1a
Merge pull request #5383 from miselin/add_request_parsing
by Jan Tattermusch
· 9 years ago
f1050f6
Merge pull request #5755 from ahedberg/unix_sockets_optional
by Jan Tattermusch
· 9 years ago
1824f05
Add HTTP request parsing.
by Matthew Iselin
· 9 years ago
9a0c741
Follow Node's callback-last convention for client calls
by murgatroid99
· 9 years ago
fb349b9
removed uchannels
by David Garcia Quintas
· 9 years ago
59743d6
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
43df295
add unix_sockets_posix module to build system and fix compilation errors
by ahedberg
· 9 years ago
6c59e16
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
40d34bf
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
0239ba8
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
36bf4d5
Merge github.com:grpc/grpc into backoff_lib
by Craig Tiller
· 9 years ago
e8fb852
Massaging that pull request.
by Nicolas "Pixel" Noble
· 9 years ago
c72cc42
Build out backoff as a library
by Craig Tiller
· 9 years ago
a9d0629
Merge branch 'codegen_proto_utils_fix' into codegen_lib
by David Garcia Quintas
· 9 years ago
5a9d7d2
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
a75d18a
Make out private bits private
by Craig Tiller
· 9 years ago
07eb5b0
Remove pollset_set_posix.c
by Craig Tiller
· 9 years ago
cf999dd
Merge github.com:grpc/grpc into cleaner-posix2
by Craig Tiller
· 9 years ago
a3f3442
Merge branch 'hide-the-pollset-set' into cleaner-posix2
by Craig Tiller
· 9 years ago
560c901
Faster code generation
by Craig Tiller
· 9 years ago
4ea4599
Merge github.com:grpc/grpc into naming-crisis
by Craig Tiller
· 9 years ago
70ab4c5
Merge github.com:grpc/grpc into fix-proto-docker
by Craig Tiller
· 9 years ago
c866f72
Merge github.com:grpc/grpc into naming-crisis
by Craig Tiller
· 9 years ago
521423c
Regenerate files, fix bugs
by Craig Tiller
· 9 years ago
6895168
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
349bba9
Merge pull request #5257 from ctiller/cleaner-posix
by Vijay Pai
· 9 years ago
7771544
rename census log files to avoid build breakage on MacOS
by Alistair Veitch
· 9 years ago
1a969c8
Start migrating code into ev_XXX
by Craig Tiller
· 9 years ago
9f79159
Merge pull request #5302 from nicolasnoble/python-windows
by Masood Malekghassemi
· 9 years ago
2e8fdba
Building the dlls.
by Nicolas "Pixel" Noble
· 9 years ago
bac76af
Fixed sanity
by David Garcia Quintas
· 9 years ago
2173eea
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
by David Garcia Quintas
· 9 years ago
a8bb0bf
Split codegen target and made it libs
by David Garcia Quintas
· 9 years ago
8d8246e
Merge branch 'cleaner-posix' into cleaner-posix2
by Craig Tiller
· 9 years ago
9dc184f
Merge github.com:grpc/grpc into cleaner-posix
by Craig Tiller
· 9 years ago
16f6826
Merge github.com:grpc/grpc into fix-proto-docker
by Craig Tiller
· 9 years ago
178edfa
Decouple filter selection from channel construction
by Craig Tiller
· 9 years ago
c0ce00f
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
43f6311
Merge pull request #5098 from a-veitch/base_log
by Bogdan Drutu
· 9 years ago
5a66446
Moving fd code into ev code
by Craig Tiller
· 9 years ago
ccdea19
Separate timer checking from pollsets
by Craig Tiller
· 9 years ago
f083013
Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13
by Nicolas "Pixel" Noble
· 9 years ago
6910ce8
Flagging 0.13.1-pre1.
by Nicolas "Pixel" Noble
· 9 years ago
7a925f7
Flagging the release.
by Nicolas "Pixel" Noble
· 9 years ago
9ab6d0c
Ensure we use local node-pre-gyp in Node install hook
by murgatroid99
· 9 years ago
eb841e2
Revert "Revert "Proto API for LB request/responses""
by Craig Tiller
· 9 years ago
c35e2c5
Revert "Proto API for LB request/responses"
by Craig Tiller
· 9 years ago
c3602dc
Merge pull request #4038 from dgquintas/grpclb_api
by Craig Tiller
· 9 years ago
ab604b6
Bundle node-pre-gyp with the node package
by murgatroid99
· 9 years ago
Next »