Nicolas "Pixel" Noble
64237fb02d
C89-ify the python code.
10 years ago
Nathaniel Manista
7e8ecf7afe
Merge pull request #1434 from soltanmm/fix-mac
...
Extern-ify symbols to avoid collision.
10 years ago
Masood Malekghassemi
f722b0cd6f
Extern-ify symbols so they don't collide
10 years ago
Yang Gao
b753ab4cbb
Merge pull request #1426 from ctiller/bad-frame
...
Fix errant empty data frame after trailers
10 years ago
Craig Tiller
f2791ab02b
Merge pull request #1408 from dgquintas/stap
...
Integration of Systemtap as a profiling mechanism.
10 years ago
Nicolas Noble
d30457a348
Merge pull request #1427 from ctiller/gcov-is-basically-debug-lets-save-time-and-ride-unicorns
...
Remove dbg build from Travis, use gcov instead
10 years ago
Tim Emiola
e4cf6e1cf3
Merge pull request #1431 from soltanmm/py-release
...
Release Python 0.5.0a1
10 years ago
Masood Malekghassemi
fae9d99e6a
Release Python 0.5.0a1
10 years ago
Tim Emiola
be02e15cf6
Merge pull request #1429 from stanley-cheung/php_auth_interop_test
...
Php auth interop test
10 years ago
Stanley Cheung
4fbc53e82d
more comments
10 years ago
Stanley Cheung
0e08aed61c
add php service account credentials auth interop test, tested against cloud server
10 years ago
Craig Tiller
2e4a7dc2fe
Make gcov compile flags reflect dbg
10 years ago
Craig Tiller
42b14cba51
Remove dbg build from Travis, use gcov instead
10 years ago
Craig Tiller
3b1e37d16d
Fix errant empty data frame after trailers
...
With the metadata batching changes recently, I introduced a bug whereby
the http2 stream encoder would end up not being able to set the close bit on a header frame, and instead placed it on a new data frame, which is illegal by the HTTP2 spec.
10 years ago
David Garcia Quintas
34c396325a
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
0e67cb2c39
Fixed missing name change from timers.h refactor.
10 years ago
Tim Emiola
6d42a73bb9
Merge pull request #1412 from murgatroid99/node_stub_expose_address
...
Exposed server address string in stub
10 years ago
Nicolas Noble
7a509048f6
Merge pull request #1420 from zeliard/master
...
make initializing overlapped-struct obvious for preventing a ciritical bug
10 years ago
zeliard
3874ad0833
make initializing overlapped-struct obvious for preventing a ciritical bug
10 years ago
Craig Tiller
d3e4be5f03
Merge pull request #1417 from nicolasnoble/travis-speedup
...
Travis speedup.
10 years ago
Nicolas Noble
ceb20ae45c
Merge pull request #1419 from ctiller/travvy
...
Merge C/C++ build steps on Travis
10 years ago
Nicolas "Pixel" Noble
f0668c83bb
Alright, fine Travis. You can try and build for another version of gcc.
10 years ago
Craig Tiller
93e4a386a5
Merge github.com:grpc/grpc into travvy
...
Conflicts:
.travis.yml
10 years ago
Craig Tiller
7d9df1b23a
Merge C/C++ build steps on Travis
10 years ago
Nicolas "Pixel" Noble
9adbf48970
Adjusting scripts to fake-install.
10 years ago
Nicolas "Pixel" Noble
f173793e51
Merge branch 'master' of github.com:grpc/grpc into travis-speedup
...
Conflicts:
.travis.yml
10 years ago
David Garcia Quintas
31e3a6fc69
Removed redundant if from basic_timers.c
10 years ago
David Garcia Quintas
7af45f2821
Fixed bad merge on basic_timers.c
10 years ago
David Garcia Quintas
5f9f455682
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
b220c1d213
Added missing globals declaration to STAP script.
10 years ago
David Garcia Quintas
bbc0b775e1
Merge comments. See below.
...
- Added ptag ignore annotation threshold
- prefixed everythig with grpc_
- removed spurious annotations in channel_create.c and client_channel.c
- removed stap_probes.h (it's generated from stap_probes.d by make)
- Updated Makefile and its template with the right way to generate stap
probe headers from its .d definition.
10 years ago
murgatroid99
b8776398c5
Exposed server address string in stub
10 years ago
Yang Gao
1685d773ef
Merge pull request #1406 from ctiller/crash-boom-bang
...
Incoming stream id validation fixes
10 years ago
Craig Tiller
50f7b87bec
Merge pull request #1411 from jboeuf/ref_cache_default_creds
...
Ref the cached default creds so that we do not crash next time we use it....
10 years ago
Julien Boeuf
f3764292f0
Ref the cache default creds so that we do not crash next time we use it...
10 years ago
Craig Tiller
d7f0fe55b8
Merge pull request #1409 from vjpai/endthreads
...
Move end_threads to subclass
10 years ago
Craig Tiller
dce7a12941
Merge pull request #1410 from murgatroid99/core_ios_thread_local_fix
...
Fix thread local storage error in iOS build
10 years ago
Abhishek Kumar
d7ec8a3dd0
Merge pull request #1369 from ctiller/one-pass
...
Unify transport & channel op interfaces
10 years ago
Vijay Pai
4434796073
Merge pull request #1400 from ctiller/timers
...
Capure thread id with default timer implementation
10 years ago
murgatroid99
1cb8bbcf0a
Fix thread local storage error in iOS build
10 years ago
David Garcia Quintas
735987bea0
Added documentation to stap script.
10 years ago
David Garcia Quintas
c3edfc4b2b
Fixed repetitions in Makefile.template.
10 years ago
vjpai
07b2fe6f96
Move end_threads to subclass since some subclass-specific fields will still be
...
alive at this time
10 years ago
David Garcia Quintas
45d54e4581
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
8954e90b72
Integration of Systemtap (STAP) for profiling.
...
This commit includes a faulty Makefile to be fixed in a follow commit.
10 years ago
Craig Tiller
f894b1d26f
Merge pull request #1403 from nicolasnoble/slimfast
...
Trimming down useless variables in the Makefile.
10 years ago
Craig Tiller
8a5bce3541
Incoming stream id validation fixes
...
- correct log message on an invalid stream id
- add an additional check that the low bit indicates a client stream id on the server
10 years ago
Nicolas "Pixel" Noble
adaa100e3e
Trimming down useless variables in the Makefile.
...
A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
10 years ago
Nathaniel Manista
5b8c255884
Merge pull request #1382 from soltanmm/migrate
...
Python migration to batch core API.
10 years ago
Craig Tiller
1d73b7bffd
Merge github.com:grpc/grpc into one-pass
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago