Nicolas Noble
19e0aa9b44
Changing tabs for spaces.
10 years ago
nathanielmanistaatgoogle
5cd3cd1806
Merge pull request #98 from ctiller/json
...
Yay fewer dependencies.
10 years ago
vjpai
a537ae465b
Merge pull request #70 from ctiller/benchmark
...
Opportunistically use perftools if installed.
10 years ago
Craig Tiller
261dd98e5e
Use Python json module
...
Instead of third party simplejson module, to save a dependency.
10 years ago
Craig Tiller
55c3b27d2e
Merge pull request #96 from dklempner/pollset_kick
...
Factor out the pollset kicking mechanism and eliminate sharding
10 years ago
David Klempner
7f3ed1eda1
Factor out the pollset kicking mechanism and eliminate sharding
...
This change pulls out a separate pollset_kick module, which currently
uses a freelist of pipes dynamically assigned to pollsets when they
enter polling rather than the previous racy sharding mechanism.
We ultimately may wish to eliminate the dynamic assignment for multipoll
sets, but this should be sufficient for the moment.
10 years ago
Nicolas Noble
6ae8ef1dd3
Substantially rewriting INSTALL instructions.
10 years ago
David Klempner
beddbdaef2
Merge pull request #94 from ctiller/fix
...
clang compile fixes
10 years ago
Craig Tiller
33a0b83af3
clang compile fixes
10 years ago
Michael Lumish
ed3e0b1af9
Merge pull request #92 from ctiller/php
...
Allow running PHP unit tests from run_tests.py
10 years ago
Craig Tiller
bc29d80159
Better GRPC_LIBDIR config
10 years ago
Craig Tiller
c80530920b
Using --enable-grpc configure flag
10 years ago
Craig Tiller
c7449166d2
PHP unit tests run with run_tests.py
10 years ago
murgatroid99
53116ffd7a
Fixed casing functionality in common.js
10 years ago
murgatroid99
fd81e70443
Made method names more idiomatically cased for clients and servers
10 years ago
Yang Gao
aa6f993841
Merge pull request #88 from ctiller/shutdown
...
Add an optional server shutdown event.
10 years ago
Craig Tiller
c2e80bfbd0
Pickup wherever phpunit is installed
10 years ago
Craig Tiller
7542ef9d70
Merge pull request #91 from nicolasnoble/makefile-doc
...
Adding a few more comments in the Makefile template
10 years ago
Michael Lumish
763948177c
Merge pull request #89 from tbetbetbe/grpc_ruby_upgrade_protobuf_ruby_again
...
Fixes a regression in the style pull request
10 years ago
Nicolas Noble
047b72706d
Adding a few more comments in the Makefile template, to explain some of its more obscure features.
10 years ago
Tim Emiola
6c57f6b1cf
Fixes a regression in the style pull request
10 years ago
Craig Tiller
e3ccd8f79d
Build static for php
10 years ago
Craig Tiller
eb65ac9974
Remove libevent references
10 years ago
Craig Tiller
62b03e2d9f
Sym-link in system extensions
10 years ago
Craig Tiller
ff7cdd3bad
Use local .gitignore
10 years ago
Craig Tiller
1b3a881f8f
Dont hardcode phpunit director
10 years ago
Craig Tiller
1c76a7bad8
Build in the correct directory
10 years ago
Craig Tiller
e94373360f
Add shebang
10 years ago
Craig Tiller
559f023c81
PHP build products ignored
10 years ago
Craig Tiller
aac57fde95
Build php modules from run_tests.py
10 years ago
Craig Tiller
f1973b0652
Add support for building outside of the Makefile
10 years ago
Michael Lumish
861c79b08a
Merge pull request #82 from tbetbetbe/grpc_ruby_add_rubocop_fix_lint_style_issues
...
Grpc ruby add rubocop fix lint style issues
10 years ago
Craig Tiller
4ffdcd56ce
Add an optional server shutdown event.
...
Allows servers to expedite shutdown once all in-progress calls are
completed. We may want to eventually remove grpc_server_shutdown in
preference to this.
10 years ago
murgatroid99
749985eb8d
Merge remote-tracking branch 'upstream/master'
10 years ago
Yang Gao
aa4ef018eb
Merge pull request #86 from ctiller/deadline
...
Fix returned status
10 years ago
Craig Tiller
c9bbff230a
Indent fix
10 years ago
Craig Tiller
4853791a84
Build fix
10 years ago
Craig Tiller
7b01878736
Fix returned status
...
The client should return status deadline exceeded when the deadline is
exceeded (not cancelled status)
10 years ago
murgatroid99
1e63be6920
Merge remote-tracking branch 'upstream/master'
10 years ago
Tim Emiola
ab24de5019
Merge pull request #65 from murgatroid99/node_generated_code
...
Node generated code
10 years ago
Craig Tiller
7132d51b2e
Include some useful help text
10 years ago
jboeuf
19cdb35a2c
Merge pull request #83 from ctiller/fix
...
Compile fix
10 years ago
Craig Tiller
be5c6e5e8f
Compile fix
10 years ago
Tim Emiola
582f0d4398
Merge branch 'master' into grpc_ruby_add_rubocop_fix_lint_style_issues
10 years ago
Tim Emiola
1fdb1e61d2
Fix a typo
10 years ago
Tim Emiola
e2860c5bdb
Adds rubocop and fixes most style violations it detected
...
- add rubocop as a dev dependency
- fixed many style violations it reported, often using --auto-correct
- add a rubocop config
- .rubocop.yml shows the exceptions
- .rubocopy_todo.yml tracks outstanding style issues
- adds a rake task to allow rubocop styling checks to be automated
10 years ago
Nicolas Noble
a6b4186e08
Merge pull request #80 from ctiller/mac
...
Fix run_test.py so it runs the first time
10 years ago
Nicolas Noble
41325505e3
Merge pull request #79 from jboeuf/tsi_size_type
...
Changing size type in Transport Security (TSI) from uint32_t to size_t
10 years ago
Craig Tiller
1cc11dbf58
Fix run_test.py so it runs the first time
10 years ago
Julien Boeuf
b222b4d978
Changing size type in Transport Security (TSI) from uint32_t to size_t:
...
Will remove grpc impedance mismatch.
10 years ago