Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
3462982a7936d2d3afac845054df224e5b0006c1
« Previous
baa26f8
Updates the JDK to JDK8
by Tim Emiola
· 10 years ago
8dfaae6
Merge pull request #22 from dklempner/http_scheme
by Craig Tiller
· 10 years ago
ed0cbc8
Review changes for :scheme conversion to http[s]
by David Klempner
· 10 years ago
c6a56df
Merge pull request #32 from ctiller/qpsfix
by Yang Gao
· 10 years ago
8a7a152
Remove unused private field
by Craig Tiller
· 10 years ago
f4f2351
Merge pull request #13 from ctiller/nogo
by Qi Zhao
· 10 years ago
42a1bab
Merge pull request #27 from ctiller/faster_make
by Nicolas Noble
· 10 years ago
a9ce4b4
Merge pull request #29 from ctiller/forever
by Nicolas Noble
· 10 years ago
087ebf5
Merge pull request #30 from ctiller/cppapi
by Yang Gao
· 10 years ago
7ae3950
Fix the transport name used to start the grpc java docker server
by Tim Emiola
· 10 years ago
fc4a449
Merge github.com:google/grpc into cppapi
by Craig Tiller
· 10 years ago
6046dc3
clang-format
by Craig Tiller
· 10 years ago
7d4c64a
libevent snuck in
by Craig Tiller
· 10 years ago
d248c24
Update C++ code to set status via the C api.
by Craig Tiller
· 10 years ago
4de9b7d
Use the first received status as authoritative.
by Craig Tiller
· 10 years ago
d86a394
Fix return behavior of run_tools.py
by Craig Tiller
· 10 years ago
f1f7213
Merge pull request #28 from yang-g/codegen
by Tim Emiola
· 10 years ago
5680ff4
Run clang-format-all.sh
by Yang Gao
· 10 years ago
1ff11f6
Add a space in front of template argument list. Changing possible <:: to < ::
by Yang Gao
· 10 years ago
be56a96
Build all targets for a config at once
by Craig Tiller
· 10 years ago
0e47738
Merge pull request #26 from ctiller/signals
by Yang Gao
· 10 years ago
14e60e9
Use C signal handling in C++ end2end
by Craig Tiller
· 10 years ago
e1e2475
Unify signal handling in C
by Craig Tiller
· 10 years ago
9445967
Adds the service client code generated from the pubsub proto
by Tim Emiola
· 10 years ago
29512b5
Merge pull request #11 from ctiller/mac
by Nicolas Noble
· 10 years ago
699c0ec
Merge pull request #18 from murgatroid99/node_client_constructor
by Tim Emiola
· 10 years ago
2d8f790
Format change
by Craig Tiller
· 10 years ago
dd330d6
Merge pull request #24 from nicolasnoble/win32
by Craig Tiller
· 10 years ago
665c5d4
Merge pull request #23 from nicolasnoble/libevent-removal
by Craig Tiller
· 10 years ago
80d68c0
Fixing test_config.c
by Nicolas "Pixel" Noble
· 10 years ago
27be1a2
Removing a few more traces of libevent.
by Nicolas "Pixel" Noble
· 10 years ago
848e744
Fixing log_win32.c
by Nicolas "Pixel" Noble
· 10 years ago
6ba50fd
Fixing time.c for win32 - MIN_INT can't work with 0x80000000 under win32.
by Nicolas "Pixel" Noble
· 10 years ago
a1e8693
Send a scheme of http or https as appropriate, rather than grpc.
by David Klempner
· 10 years ago
6061f2b
Merge remote-tracking branch 'upstream/master'
by murgatroid99
· 10 years ago
ebf59f6
Merge branch 'node_client_constructor'
by murgatroid99
· 10 years ago
5725b1c
Fixed a typo
by murgatroid99
· 10 years ago
3eb079d
Merge pull request #8 from ctiller/gcov
by Nicolas Noble
· 10 years ago
ee988bc
Merge github.com:google/grpc into gcov
by Craig Tiller
· 10 years ago
8afc6c7
Merge pull request #21 from nicolasnoble/c_and_cxx_mixup
by Craig Tiller
· 10 years ago
699ba21
Fix Makefile.template
by Craig Tiller
· 10 years ago
9e47552
Don't mix C and C++ libraries.
by Nicolas Noble
· 10 years ago
7752779
Merge pull request #7 from ctiller/gitignore
by Nicolas Noble
· 10 years ago
15719da
Merge pull request #19 from nicolasnoble/cleanup
by Craig Tiller
· 10 years ago
7ce706b
Removing libevent from third_party, as it's no longer necessary.
by Nicolas Noble
· 10 years ago
1f3c6c5
Merge remote-tracking branch 'upstream/master'
by murgatroid99
· 10 years ago
f40955f
Fixed typo
by murgatroid99
· 10 years ago
49a06a6
Merge pull request #17 from ctiller/format
by Michael Lumish
· 10 years ago
e8e304e
Run clang-format against node
by Craig Tiller
· 10 years ago
58c3103
Modified math client to more closely resemble generated code
by murgatroid99
· 10 years ago
a818566
Merge pull request #16 from murgatroid99/node_codebase
by Tim Emiola
· 10 years ago
6160df9
Merge remote-tracking branch 'upstream/master'
by murgatroid99
· 10 years ago
abcc27a
Merge pull request #5 from murgatroid99/php_configure_fix
by Tim Emiola
· 10 years ago
7405f4f
Merge pull request #15 from tbetbetbe/grpc_tools_docker_pregenerate_ssh_key
by Michael Lumish
· 10 years ago
c5dcb6a
Merge github.com:google/grpc into mac
by Craig Tiller
· 10 years ago
d7abc80
Sort gitignore
by Craig Tiller
· 10 years ago
2e8ea78
Merge github.com:google/grpc into gcov
by Craig Tiller
· 10 years ago
957cb57
Sort entries
by Craig Tiller
· 10 years ago
eefe77d
Merge github.com:google/grpc into gitignore
by Craig Tiller
· 10 years ago
41a19c6
Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key
by Tim Emiola
· 10 years ago
3d829d8
Merge github.com:google/grpc into nogo
by Craig Tiller
· 10 years ago
dec1a71
Merge pull request #14 from ctiller/format
by yang-g
· 10 years ago
21b19a5
Fix formatting
by Craig Tiller
· 10 years ago
1ee7cb0
Merge github.com:google/grpc into format
by Craig Tiller
· 10 years ago
74768d3
Merge github.com:ctiller/grpc into format
by Craig Tiller
· 10 years ago
52d4389
Merge pull request #6 from ctiller/testcpp
by yang-g
· 10 years ago
c688a67
Merge branch 'testcpp' of github.com:ctiller/grpc into testcpp
by Craig Tiller
· 10 years ago
be7b092
Merge github.com:ctiller/grpc into testcpp
by Craig Tiller
· 10 years ago
bf2659f
Fix qps test.
by Craig Tiller
· 10 years ago
856e372
Merge github.com:google/grpc into testcpp
by Craig Tiller
· 10 years ago
b954c98
Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key
by Tim Emiola
· 10 years ago
6469cbf
Merge pull request #12 from tbetbetbe/grpc_rb_fix_shebang
by Craig Tiller
· 10 years ago
92fe70e
Added new results to report resource usage and QPS, along with new proto support for this
by vpai
· 10 years ago
b5dcec5
clang-format codebase
by Craig Tiller
· 10 years ago
cfc18ad
Remove go compiler
by Craig Tiller
· 10 years ago
0322134
Make generate_projects work on Mac
by Craig Tiller
· 10 years ago
27df8ae
Merge remote-tracking branch 'upstream/master'
by murgatroid99
· 10 years ago
209dc44
Add some ignores
by Craig Tiller
· 10 years ago
3b1b43d
Allows grpc_** that run gcloud compute ssh to run from docker containers
by Tim Emiola
· 10 years ago
3acf05a
Fixes the shebang line
by Tim Emiola
· 10 years ago
ad0dcdc
Compile fix for mac
by Craig Tiller
· 10 years ago
e1586a7
Fix alignment
by Craig Tiller
· 10 years ago
d8532af
Merge pull request #4 from ctiller/vasprint
by yang-g
· 10 years ago
472f60e
Fixing opensource build.
by nnoble
· 10 years ago
749666e
Added LICENSE header to all files
by murgatroid99
· 10 years ago
934baa3
Add tools/run_tests/run_lcov.sh
by Craig Tiller
· 10 years ago
6d03557
Removed temp files
by murgatroid99
· 10 years ago
e506151
Clean commit of Node.js library source
by murgatroid99
· 10 years ago
6dba266
add .gitignore
by Craig Tiller
· 10 years ago
9fef05c
Merge github.com:google/grpc
by Craig Tiller
· 10 years ago
770f60a
Merge github.com:google/grpc into testcpp
by Craig Tiller
· 10 years ago
6ad120e
Moving the google-internal security code in their own files.
by jboeuf
· 10 years ago
c212585
Factoring out []2 artefacts from the transport security interface.
by jboeuf
· 10 years ago
5f2ecb3
Splitting grpc_test_util into gpr_test_util.
by nnoble
· 10 years ago
570d1f4
Return bound port number from grpc_server_add_http2_port.
by ctiller
· 10 years ago
e1df7dd
Avoid clobbering potential defines that were set up externally.
by nnoble
· 10 years ago
7c1d7f7
Run C++ tests and C tests
by Craig Tiller
· 10 years ago
de990f9
Initialize gtest correctly
by Craig Tiller
· 10 years ago
9b62482
Make the go code generator compile
by Craig Tiller
· 10 years ago
27715ca
Allow C++ tests to be built in parallel
by Craig Tiller
· 10 years ago
Next »