Craig Tiller
44a56ce426
Add extern where its required
10 years ago
Craig Tiller
bcfa267b5f
Release server creds
10 years ago
Craig Tiller
f97170716f
Merge github.com:google/grpc into sec
10 years ago
Craig Tiller
1ece41afcb
Merge github.com:google/grpc into conn
...
Conflicts:
src/core/transport/chttp2_transport.c
10 years ago
Nicolas Noble
dd2a35d735
Merge pull request #104 from ctiller/clangfmt
...
Use clang-format-3.5
10 years ago
Craig Tiller
64761f8af6
clang-format
10 years ago
Craig Tiller
64f65458e3
Allow secure connections with fling server
10 years ago
Craig Tiller
5246e7a2d1
Disconnect on bad connection prefix
10 years ago
Craig Tiller
98d532dbc4
Check for executable existance
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Nicolas Noble
cf1d6eb4ae
Merge pull request #103 from ctiller/build-cleaner
...
Add a tool to cleanup build.json
10 years ago
Nicolas Noble
cdc82fec66
Merge pull request #102 from ctiller/testrun
...
Generate tests to run from build.json, not by globbing the binaries directory
10 years ago
Craig Tiller
7d7b6c768b
Sort by language, then by name
10 years ago
Craig Tiller
d6d927a7c7
Googlify indentation
10 years ago
Craig Tiller
49bde68ff1
Googlify indentation
10 years ago
Craig Tiller
9b9b44759d
Generate projects
10 years ago
Craig Tiller
3a65358002
Merge branch 'testrun' of github.com:ctiller/grpc into build-cleaner
...
Conflicts:
build.json
10 years ago
Craig Tiller
7acce50cdd
Rename
10 years ago
Craig Tiller
17ec5f9ebf
Run buildgen
10 years ago
Craig Tiller
0b2a372f61
build.json prettifier
10 years ago
Craig Tiller
06b4ff2b71
Simplify Python code
10 years ago
Craig Tiller
f24e7241aa
Pretty print tests.json
10 years ago
Craig Tiller
e9c959d78e
Only run language specified tests
...
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
10 years ago
Craig Tiller
59140fc116
Explicitly name the target language.
...
Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
10 years ago
Craig Tiller
3462982a79
Abort on errors, and dont spam
10 years ago
Michael Lumish
5d19e96f63
Merge pull request #95 from ctiller/update-api
...
Merge latest into new_invoke_api
10 years ago
David Klempner
b287d7cb9b
Merge pull request #99 from nicolasnoble/typos
...
Changing tabs for spaces.
10 years ago
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
Abhishek Kumar
771928628f
Update README.md
...
Added a section on protocol.
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
Abhishek Kumar
79daae3604
Create README.md
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
Craig Tiller
29fa1c2fa4
Compile fix
10 years ago
Craig Tiller
5188535a26
Merge branch 'new_invoke_api' of github.com:google/grpc into update-api
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