Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b4215bba564627b62241ef7e37528fa154a79e7c
/
Makefile
23197ab
Merge branch 'master' of github.com:google/grpc into uds
by Nicolas "Pixel" Noble
· 10 years ago
befc83d
Merge pull request #531 from ctiller/build
by Nicolas Noble
· 10 years ago
de2071b
Merge github.com:grpc/grpc into uds
by Craig Tiller
· 10 years ago
acd6229
Merge github.com:grpc/grpc into sopb
by Craig Tiller
· 10 years ago
a9f997d
Merge github.com:grpc/grpc into build
by Craig Tiller
· 10 years ago
da224d6
Fixes
by Craig Tiller
· 10 years ago
61b910f
Add support for out of tree builds
by Craig Tiller
· 10 years ago
ae7fe92
Unix domain socket support
by Craig Tiller
· 10 years ago
d66cba2
Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet.
by Nicolas "Pixel" Noble
· 10 years ago
e3018e6
Avoid four allocations per stream
by Craig Tiller
· 10 years ago
c061a2f
Merge pull request #509 from chen-wang/master
by Yang Gao
· 10 years ago
96bd5f6
Add ubsan support
by Craig Tiller
· 10 years ago
8423251
Rename examples/tips to examples/pubsub
by Chen wang
· 10 years ago
bc91e25
Merge pull request #508 from nicolasnoble/make-protobuf
by Craig Tiller
· 10 years ago
5383062
Compiling protobuf from the Makefile if we don't have it on the system.
by Nicolas Noble
· 10 years ago
a8c21e8
Added useful behavior for empty batch
by murgatroid99
· 10 years ago
d8b88de
Merge pull request #475 from dklempner/epoll
by Craig Tiller
· 10 years ago
6943fb3
added cpu_windows.c
by Jan Tattermusch
· 10 years ago
53eae7a
Merge branch 'master' into epoll
by David Klempner
· 10 years ago
187994e
Merge pull request #448 from nicolasnoble/grpc-win32
by Craig Tiller
· 10 years ago
baced4d
Epoll based multipoller
by David Klempner
· 10 years ago
2d63da7
Updated as a result of changed options in build.json
by Vijay Pai
· 10 years ago
811b078
Merge branch 'master' of github.com:google/grpc into grpc-win32
by Nicolas "Pixel" Noble
· 10 years ago
45e67a3
Addressing comments.
by Nicolas Noble
· 10 years ago
ee8f51f
Merge pull request #381 from ctiller/async-api-new
by Yang Gao
· 10 years ago
ae00e37
Fix duplicated line
by Craig Tiller
· 10 years ago
d78a657
Merge github.com:grpc/grpc into async-api-new
by Craig Tiller
· 10 years ago
f834bdc
Move completion_queue.cc to common
by Craig Tiller
· 10 years ago
1ffa52f
Clean build.json
by Craig Tiller
· 10 years ago
aa2ac59
Merge github.com:google/grpc into async-api-new
by Craig Tiller
· 10 years ago
cff2d15
Convert more tests (and re-enable some disabled ones)
by Craig Tiller
· 10 years ago
f229d4f
Merge pull request #359 from jboeuf/ssl_default_creds_integration
by Yang Gao
· 10 years ago
86d9159
Merge github.com:google/grpc into async-api-new
by Craig Tiller
· 10 years ago
0f3ec82
Adding Windows tcp server code.
by Nicolas "Pixel" Noble
· 10 years ago
7413f10
Adding linux specific env implementation.
by Julien Boeuf
· 10 years ago
4b6ab78
Merge github.com:google/grpc into async-api
by Craig Tiller
· 10 years ago
900dadb
Merge branch 'master' of github.com:google/grpc into grpc-win32
by Nicolas "Pixel" Noble
· 10 years ago
6393dd3
Fixing build.json by removing files that are no longer present.
by Nicolas Noble
· 10 years ago
d77c92b
Merge github.com:google/grpc into async-api-new
by Craig Tiller
· 10 years ago
32c1ad9
Merge pull request #369 from jboeuf/tsan_openssl
by Nicolas Noble
· 10 years ago
fdbb1b0
... And the project files...
by Julien Boeuf
· 10 years ago
30fd935
Merge github.com:google/grpc into async-api
by Craig Tiller
· 10 years ago
d27cf3b
Merge github.com:google/grpc into async-api-new
by Craig Tiller
· 10 years ago
ea61b07
Updated the first test (which fails)
by Craig Tiller
· 10 years ago
f279362
Merge pull request #370 from jtattermusch/csharp_c_ext
by Nicolas Noble
· 10 years ago
21f627a
First draft of the win32 implementation of iomgr.
by Nicolas "Pixel" Noble
· 10 years ago
94c3653
added grpc extension library for C#
by Jan Tattermusch
· 10 years ago
ca3d6f1
Remove duplicated target tips_client defintion.
by Chen Wang
· 10 years ago
2c189e3
Fork tests into legacy/non-legacy
by Craig Tiller
· 10 years ago
4428596
Merge remote-tracking branch 'upstream/master'
by Chen Wang
· 10 years ago
026a417
Adding support for loading the SSL roots from an environment variable.
by Julien Boeuf
· 10 years ago
5350c2e
Clean build file, regen projects
by Craig Tiller
· 10 years ago
d2e2805
Preserve proto order
by Craig Tiller
· 10 years ago
04f1aa8
Implement both Publisher and Subscriber.
by Chen Wang
· 10 years ago
4450db2
Add bbq
by Craig Tiller
· 10 years ago
50524cc
Properly deal with end of stream
by Craig Tiller
· 10 years ago
213ed91
Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors.
by Nicolas "Pixel" Noble
· 10 years ago
c630682
Enabling extra warnings, and disabling error on warning.
by Nicolas "Pixel" Noble
· 10 years ago
14a2b8d
Merge pull request #286 from nicolasnoble/no-stripping
by Craig Tiller
· 10 years ago
3a2551c
Let's not strip libraries if compiled in anything other than release.
by Nicolas "Pixel" Noble
· 10 years ago
d8f8b6b
Generating library aliases under Linux, hopefully fixing #192.
by Nicolas "Pixel" Noble
· 10 years ago
3c63c0c
Adding a few more tests.
by Nicolas "Pixel" Noble
· 10 years ago
9574132
Merge branch 'master' of github.com:google/grpc into json
by Nicolas Noble
· 10 years ago
66b5bba
Fixing a couple of minor bugs, and adding a few tests.
by Nicolas Noble
· 10 years ago
3b56a57
Merge pull request #157 from dklempner/eventfd
by Craig Tiller
· 10 years ago
e360568
Rename poll_kick_test to poll_kick_posix_test
by David Klempner
· 10 years ago
8bfbc88
Rename wakeup_fd.[hc] to wakeup_fd_posix.[hc]
by David Klempner
· 10 years ago
e04455a
Addressing comments.
by Nicolas Noble
· 10 years ago
64c3e72
removed string.h reference from build.json
by Jan Tattermusch
· 10 years ago
6e8bdb9
Merge branch 'master' into eventfd
by David Klempner
· 10 years ago
78dc6cd
Refactor the pipe/eventfd abstraction
by David Klempner
· 10 years ago
fee065c
Merge branch 'master' of github.com:google/grpc into json
by Nicolas Noble
· 10 years ago
d5a9985
Fixing a few winsocket misuses.
by Nicolas "Pixel" Noble
· 10 years ago
ed3ed70
run generate_projects.sh since I changed build.json
by Yang Gao
· 10 years ago
ac139de
Merge pull request #153 from ctiller/windows-fixes
by Jan Tattermusch
· 10 years ago
be52018
Regenerating project files.
by Nicolas "Pixel" Noble
· 10 years ago
614c2bf
Replacing cJSON with our own code instead.
by Nicolas Noble
· 10 years ago
9aee6d0
Merge pull request #158 from chen-wang/tips
by Yang Gao
· 10 years ago
6933075
Merge branch 'master' of github.com:google/grpc into tips
by Chen Wang
· 10 years ago
86af8cf
TIPS client implementation.
by Chen Wang
· 10 years ago
dbb4f94
Add support for eventfd based kicking on linux.
by David Klempner
· 10 years ago
96b4955
Sort out some more compile flags for Mac
by Craig Tiller
· 10 years ago
b4ee3b5
Make libraries compile on Darwin
by Craig Tiller
· 10 years ago
e1addfe
Build projects
by Craig Tiller
· 10 years ago
996d9df
Generate projects
by Craig Tiller
· 10 years ago
17ec5f9
Run buildgen
by Craig Tiller
· 10 years ago
a537ae4
Merge pull request #70 from ctiller/benchmark
by vjpai
· 10 years ago
7f3ed1e
Factor out the pollset kicking mechanism and eliminate sharding
by David Klempner
· 10 years ago
aa6f993
Merge pull request #88 from ctiller/shutdown
by Yang Gao
· 10 years ago
047b727
Adding a few more comments in the Makefile template, to explain some of its more obscure features.
by Nicolas Noble
· 10 years ago
4ffdcd5
Add an optional server shutdown event.
by Craig Tiller
· 10 years ago
17f2b59
Fixing parallel build.
by Nicolas "Pixel" Noble
· 10 years ago
297fafa
Opportunistically use perftools if installed.
by Craig Tiller
· 10 years ago
54f68b6
Fixing typos in build.json: .cpp -> .cc
by Nicolas Noble
· 10 years ago
db2963e
Merge pull request #47 from ctiller/makeclean
by Nicolas Noble
· 10 years ago
a614caa
Add missing space
by Craig Tiller
· 10 years ago
85bf09b
Fixing zlib dependency build.
by Nicolas "Pixel" Noble
· 10 years ago
f58b9ef
Remove protoc_plugins, and use a variable.
by Craig Tiller
· 10 years ago
f0afe50
Add missing space
by Craig Tiller
· 10 years ago
8f126a6
Remove _DEPS variables
by Craig Tiller
· 10 years ago
Next »