Vijay Pai
520ecb18f5
Merge pull request #1460 from ctiller/fast-timer
...
25ns overhead latency timers
10 years ago
Craig Tiller
c832553504
Merge pull request #1457 from nicolasnoble/win32-fixes-once-again
...
Another round of win32 fixes and documentation.
10 years ago
Craig Tiller
363e7a2317
Merge pull request #1458 from nicolasnoble/sanity-submodules-pedantic
...
Let's be really pedantic about the status of our submodules.
10 years ago
Craig Tiller
c3c9318579
Merge branch 'fast-timer' of github.com:ctiller/grpc into fast-timer
10 years ago
Craig Tiller
5649b44843
clang-format
10 years ago
Craig Tiller
573b433115
Delete debug
10 years ago
Craig Tiller
2a45a56602
Thread local storage for profile data
10 years ago
Nicolas Noble
202fa1a4da
Merge pull request #1459 from zeliard/master
...
correct win32-related API usage
10 years ago
Yang Gao
1ac95abbf3
merge with head
10 years ago
Yang Gao
c71a9d2b56
clang-format
10 years ago
Yang Gao
f7d05b572b
make server tolerate deserialization failure
10 years ago
Yang Gao
ff30f8e8a9
fix a deadlock in cancel call
10 years ago
zeliard
c4e7713e1f
correct win32-related API usage
10 years ago
Nicolas "Pixel" Noble
261e515c1d
Let's be really pedantic about the status of our submodules.
10 years ago
Nicolas "Pixel" Noble
0f981e9f19
Another round of win32 fixes and documentation.
...
-) Fixed a few more (much more rare) race conditions on shutdown.
-) Fixed a degenerate case if we create a server but never start it.
10 years ago
Craig Tiller
40b1e23b8c
Merge pull request #1454 from nicolasnoble/win32-fixes
...
Various Win32 fixes.
10 years ago
Nicolas "Pixel" Noble
8e1a55d4f9
More win32 fixes + documentation.
...
Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion.
10 years ago
Nicolas "Pixel" Noble
404fc6aec2
Wave of Win32 fixes.
...
-) tcp client and server should no longer starve waiting on orphans
-) proper server shutdown sequence to prevent use-after-free.
10 years ago
Nicolas "Pixel" Noble
99076fe593
Fixing generated code under Windows.
...
By the standard, std::function can only capture class functions, and not
class methods. For some reasons, this works under gcc however. Visual
Studio rejects it. std::mem_fn is proper template to use.
10 years ago
Nicolas "Pixel" Noble
df3c6c55b0
Adding property sheets for OpenSSL and zlib's NuGet packages.
10 years ago
David Garcia Quintas
a5f803d72d
Merge remote-tracking branch 'upstream/master'
10 years ago
Nicolas Noble
ae94d8657c
Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib
...
Fix parallel make + MINGW32 dependencies.
10 years ago
Vijay Pai
fe6b973074
Merge pull request #1449 from ctiller/profile
...
Add rdtsc profiling support, implement begin/end and tag hiding
10 years ago
Michael Berlin
bf2e7f0982
Compile protobuf before compiling shared C++ libraries.
...
This change fixes a parallel make which always failed with "cannot find
-lprotobuf".
For C++ static libraries, protobuf was already added as dependency, see
commit 5383062df6
.
10 years ago
Michael Berlin
5351392f88
Makefile: Fix missing space in shared library dependencies for MINGW32.
10 years ago
Donna Dionne
12b9fc031a
adding php to cloud to prod tests.
10 years ago
vjpai
3b2e2f77ff
Merge branch 'master' into async-cleanup
10 years ago
Craig Tiller
113d169f8f
Add rdtsc profiling support, implement begin/end and tag hiding
10 years ago
donnadionne
614e72c57b
Merge pull request #1448 from stanley-cheung/php_gce_dockerfile_update
...
Add google root cert to grpc/php docker image
10 years ago
Stanley Cheung
8ade472c57
add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup
10 years ago
Craig Tiller
935cf42396
Add per-call context pointer API
10 years ago
Craig Tiller
6f0812cd5d
Merge pull request #1437 from jtattermusch/trace_batch_fix
...
fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
10 years ago
Craig Tiller
534874b1a9
Merge branch 'one-read' of github.com:ctiller/grpc into one-read
...
Conflicts:
src/core/iomgr/tcp_posix.c
src/core/profiling/basic_timers.c
10 years ago
Craig Tiller
d6c16558b4
Merge github.com:grpc/grpc into one-read
...
Conflicts:
src/core/iomgr/tcp_posix.c
src/core/profiling/basic_timers.c
10 years ago
Jorge Canizales
5ae895a5d0
Merge pull request #1363 from murgatroid99/objective_c_batch_migration
...
Migrated Objective C library to C batch API
10 years ago
Craig Tiller
a77d3f646a
Merge pull request #1394 from yang-g/bugfix
...
Fix flow control issue
10 years ago
murgatroid99
4925063b8b
Resolved some comments
10 years ago
Yang Gao
ea13af73e0
merge with head
10 years ago
Yang Gao
87344c88d5
Merge pull request #1397 from ctiller/delete-the-old-api
...
Delete the old api
10 years ago
Yang Gao
4db2954d1e
merge with head
10 years ago
Craig Tiller
5fe7e5d81c
Fix some memory leaks
10 years ago
Yang Gao
e217307a62
Merge pull request #1436 from ctiller/crash-cxx
...
Fix for a crash seen in the wild
10 years ago
Craig Tiller
3d50b30232
Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api
10 years ago
vjpai
a811868c8b
Merge branch 'master' into async-cleanup
10 years ago
Craig Tiller
76eabbd3af
Merge github.com:grpc/grpc into delete-the-old-api
...
Conflicts:
vsprojects/Grpc.mak
10 years ago
Vijay Pai
18d43bfcfe
Merge pull request #1443 from ctiller/travis_sorted
...
Stopgap fix for fling_stream_test timing out
10 years ago
Tim Emiola
915b4ef644
Merge pull request #1442 from jtattermusch/csharp_kill_unused_function
...
remove unused function from grpc_csharp_ext
10 years ago
Craig Tiller
ff1ad1308e
Stopgap fix for fling_stream_test timing out
10 years ago
Jan Tattermusch
a9a3e884fe
remove unused function from grpc_csharp_ext
10 years ago
Nicolas Noble
9da3be5112
Merge pull request #1435 from ctiller/fix-windows-tests
...
Ensure all unsecure tests are built on Windows
10 years ago