Tim Emiola
191c8466e4
Re-organizes the GRPC_ROOT detection code in extconf.rb
10 years ago
Masood Malekghassemi
0f4c6a2fb8
Upgrade protobuf, Python version number
10 years ago
Craig Tiller
af7abf92cb
Enable runtime configuration of tracers
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Nicolas "Pixel" Noble
3f6d351b86
Some compilers don't like C99.
10 years ago
Yang Gao
6f4fb3b133
Add ability to override default thread pool
10 years ago
Tim Emiola
9341045307
bump grpc ruby version
10 years ago
Tim Emiola
174d9239f6
Updates INSTALL on Node.js README.md
10 years ago
Tim Emiola
aa0e44bd63
Updates the INSTALL section for python
10 years ago
Tim Emiola
50773e61cc
Update INSTALL on Ruby README.md
10 years ago
Vijay Pai
9dc5c15b56
Account for time difference in mac and linux
10 years ago
murgatroid99
55739d5c4a
Replaced underscore and underscore.string modules with lodash
10 years ago
murgatroid99
548dc2ee5f
Replaced underscore and underscore.string modules with lodash
10 years ago
Craig Tiller
da11694971
Fix TSAN reported errors
10 years ago
Craig Tiller
7ae5a38ec0
Fix memory leak
10 years ago
Craig Tiller
12d7e1f306
Dont unref secure state until destroy completes
10 years ago
Craig Tiller
09f2bdc847
Fix refcounting bug
10 years ago
Craig Tiller
ed6d90ece9
Bandaid over pollset promotion
10 years ago
Masood Malekghassemi
691b8234af
Increase test timeout
...
The previous timeout was short enough that it led to erroneous failures.
Fixes #1875 .
10 years ago
Craig Tiller
e3b63c2d01
Turn off debug
10 years ago
Nicolas "Pixel" Noble
80176474e9
Removing an assert on chand->security_connector->auth_context.
...
That value actually MAY be NULL in some circumstances, and that's not a problem.
10 years ago
Craig Tiller
4b678bd722
Fix threading problem on early orphaning
10 years ago
Jan Tattermusch
06194dcde5
bump C# package versions
10 years ago
Jorge Canizales
d3a2d40b10
Disallow NSString headers with -bin suffix
10 years ago
David Garcia Quintas
02c677c6cb
Reintroduced grpc_byte_buffer_reader_destroy.
...
As a no-op for the time being.
10 years ago
vjpai
3beb20c3e2
Support use of high_res clock in timepoints
10 years ago
Jorge Canizales
b9692ca809
Fix NSDictionary <-> metadata codec
10 years ago
Craig Tiller
6f43216046
Order unregister, freelist properly
10 years ago
Tim Emiola
d62d345b83
Corrects the cancel_after_first_response test
...
- stops attempting to verify by catching the CancelledError
- instead the test examines the operation state after cancellation,
which is equally valid and more stable.
Also
- simplifies bidi on the server
10 years ago
Craig Tiller
33da33237d
Fix Windows compilation
10 years ago
Craig Tiller
5dde66ecac
Handle reffing when a cancel or bind gets stuck in the waiting queue
10 years ago
Craig Tiller
f93fd05a97
Fix use-after-free
10 years ago
Craig Tiller
3a862e3b10
Fix MSAN reported error
10 years ago
Craig Tiller
0317b3d082
Fix TSAN reported errors
10 years ago
Craig Tiller
668e3582ea
Fix use-after-free
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Craig Tiller
b475655a7e
Compile fix
10 years ago
Nicolas "Pixel" Noble
8535263b94
Fixing tools compilation.
10 years ago
Jan Tattermusch
b00aa67b3c
run_tests.py support for C# on windows
10 years ago
Alistair Veitch
980ef7666d
change census_context_deserialize signature
10 years ago
Yang Gao
69fe0759be
Various minor fixes
10 years ago
Craig Tiller
fa275a97b9
Label all iomgr objects
...
This allows a list of them to be dumped to isolate where memory leaks
are occuring.
10 years ago
Craig Tiller
3c1331f920
Signal when shutting down
10 years ago
David Garcia Quintas
69ba871616
Implemented cb handling without the need for "managed closures".
...
The concept of managed closure is officially extinct.
10 years ago
Craig Tiller
06bac34df0
Properly integrate credentials metadata delivery
10 years ago
Craig Tiller
a0abe37367
Rephrase integration for httpcli
10 years ago
Jan Tattermusch
0fcb2f202f
fix buildall.bat script
10 years ago
Alistair Veitch
269676209e
add init checks
10 years ago
Alistair Veitch
9d48ebfdc3
address comments
10 years ago
Craig Tiller
fe020aa060
Fix memory leak, reduce spam
10 years ago