Craig Tiller
566316f3a5
Split legacy code to end of file
10 years ago
Michael Lumish
d2bfa1a288
Merge pull request #353 from tbetbetbe/grpc_ruby_fix_gemspec
...
Corrects a typo
10 years ago
Donna Dionne
851f591956
Adding timeout for each test run so that failed tests do not block the running of the rest of the tests.
10 years ago
Craig Tiller
a4716500d2
Merge github.com:google/grpc into async-api
10 years ago
Tim Emiola
43374163ec
Corrects a typo
10 years ago
murgatroid99
ea36c97b98
Removed redundant call to make in grpc_*_base Dockerfiles
10 years ago
Craig Tiller
65047c0195
Merge pull request #351 from yang-g/lsan
...
Fix a memory leak.
10 years ago
Nicolas Noble
05b8acccd2
Merge pull request #352 from ctiller/huh
...
Fix link error
10 years ago
Craig Tiller
a3b18d922a
Fix link error
10 years ago
Yang Gao
24e820b226
Fix a memory leak.
10 years ago
Craig Tiller
e863e1b855
Merge github.com:google/grpc into async-api
10 years ago
Craig Tiller
a7170ac4ad
Get the recv close edge right
10 years ago
murgatroid99
ba116528cc
Set leaf dockerfiles to clean C library before rebuilding
10 years ago
David Klempner
c10f5c9780
Merge pull request #306 from nicolasnoble/wakeup-fd-fix
...
Properly selecting chunks of code for the wakeup fd codepath.
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
Craig Tiller
701c5843bc
Fix tests to be a bit more sane
10 years ago
Craig Tiller
9cc6141f99
clean up finish a little more
10 years ago
Nicolas "Pixel" Noble
81b1cbf4e3
Removing comment.
10 years ago
murgatroid99
d9ba1db7fa
Removed assertEquals from TimevalTest
10 years ago
Craig Tiller
39af15104d
Cover all edges in the switch (not correctly yet)
10 years ago
Craig Tiller
3e598cdcfe
Merge pull request #348 from dklempner/asan
...
Fix poll_kick_posix_test under asan
10 years ago
David Klempner
ea6e8a65a2
Fix poll_kick_posix_test under asan
...
1. Init the freelist_mu in the forced-fallback path
2. Free allocated memory in the test_over_free test case.
10 years ago
Craig Tiller
12af2bd560
Remove unnecessary assert
10 years ago
Craig Tiller
9c5feda33d
Cleanup output of tests
10 years ago
Craig Tiller
1fb40badf1
Merge pull request #294 from nathanielmanistaatgoogle/enum
...
Merge enum-ification of Python RPC Framework.
10 years ago
Craig Tiller
2c921397a3
Merge pull request #344 from nathanielmanistaatgoogle/issue-334
...
Install PyPI's protobuf into the Python virtual environment.
10 years ago
Craig Tiller
d74fc6571c
Merge github.com:google/grpc into async-api
10 years ago
Craig Tiller
9b5da20897
Revert accidental rename
10 years ago
murgatroid99
5accd24a76
Removed uses of assertEquals, which internally uses weak comparison
10 years ago
donnadionne
95ef3b2f5e
Merge pull request #298 from murgatroid99/interop_run_node
...
Add node client and server to the list of interop tests to run
10 years ago
Nicolas Noble
ebc7ca4c73
Merge pull request #2 from ctiller/wakeup2
...
Make _posix usage match 'the rules'
10 years ago
Michael Lumish
008c508c3c
Merge pull request #343 from tbetbetbe/grpc_ruby_add_a_tips_client
...
Grpc ruby add a tips client
10 years ago
murgatroid99
25e5f67bb9
Removed all instances of == and != in PHP code
10 years ago
Nathaniel Manista
c48afec9f4
Install PyPI's protobuf into the Python virtual environment.
...
There may be a way to use third_party's protobuf (and this
may eventually be necessary) but I haven't yet figured out
how to do it correctly. It can happen later.
10 years ago
Tim Emiola
d5d00d5c8f
Adds a demo app that accesses the live pubsub service.
10 years ago
Tim Emiola
7256b055f2
Add generated code for accessing the v1 pubsub API from Ruby
10 years ago
David Klempner
bff9f49579
Merge pull request #302 from ctiller/pollset
...
Fix some TSAN reported errors
10 years ago
Michael Lumish
26b18f09b9
Merge pull request #340 from tbetbetbe/grpc_ruby_add_signet_based_auth
...
Grpc ruby add signet based auth
10 years ago
David Klempner
3ea4ed37eb
Merge pull request #326 from ctiller/wakeup3
...
Initialize mutex
10 years ago
Tim Emiola
c799e81863
Adds a missing return
10 years ago
Chen Wang
b532ef8973
Impelment full logic of publish and subcribe.
10 years ago
Vijay Pai
47ef2f8b6a
Merge remote-tracking branch 'upstream/master'
10 years ago
Vijay Pai
6e64354cbb
Merge pull request #325 from ctiller/threads
...
Remove a major source of contention in thread_pool
10 years ago
Vijay Pai
08b5ba1cdd
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
a7cac78516
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
Craig Tiller
6bc1f2761b
Fix array size
10 years ago
Craig Tiller
8d575ce06e
Merge github.com:google/grpc into async-api
10 years ago
Nathaniel Manista
71723faa13
TODO fulfillment: use enum for enumerated types.
10 years ago
Nicolas Noble
4a92bc3c69
Merge pull request #322 from ctiller/http
...
Prevent a potential deadlock
10 years ago
Craig Tiller
ac63349ebf
Merge github.com:google/grpc into async-api
10 years ago