Craig Tiller
ffc780d70e
Merge pull request #6803 from sreecha/epoll_changes
...
New epoll based polling implementation
9 years ago
Jan Tattermusch
a5cae9bd64
Merge pull request #6798 from jboeuf/fix_3803
...
Fix #3803
9 years ago
Jan Tattermusch
67ec53fe65
Merge pull request #7014 from ctiller/fix_tracing
...
Re-enable accidentally disabled traces
9 years ago
makdharma
d1bdfd0bcf
Merge pull request #7029 from y-zeng/fix-swiftsample
...
Fix build error of SwiftSample project on Xcode 7.3 (Swift 2.2)
9 years ago
makdharma
80dc760acc
Merge pull request #6934 from makdharma/route_guide_fixes
...
Modified route_guide sample app to show RPC log
9 years ago
Jan Tattermusch
6cf35fd4a5
Merge pull request #7037 from murgatroid99/master_update_0_16
...
Update master branch to 0.16.0-dev
9 years ago
murgatroid99
d29a3bf004
Update master branch to 0.16.0-dev
9 years ago
Jan Tattermusch
9cb96ba4f0
Merge pull request #6747 from murgatroid99/node_logger_customization
...
Allow Node users to set a custom logger and log verbosity.
9 years ago
Jan Tattermusch
3901ceed6a
Merge pull request #6947 from vjpai/async_stream_doc
...
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
9 years ago
Jan Tattermusch
c356891848
Merge pull request #7036 from jtattermusch/csharp_fix_nuget_build
...
Fix C# nuget build (and all distribtests)
9 years ago
Jan Tattermusch
fef0fe3cd5
Merge pull request #7033 from jtattermusch/fix_node_build_package
...
Fix build node package
9 years ago
Jan Tattermusch
886c512832
fix C# nuget build
9 years ago
Sree Kuchibhotla
e07b83ba9f
generate_projects.sh
9 years ago
Jan Tattermusch
33b767a770
fix build node package
9 years ago
Yuchen Zeng
d6f8f0b7cd
Add TODO
9 years ago
Jan Tattermusch
60755f65b2
Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race
...
Prevent race with grpc_completion_queue_shutdown.
9 years ago
Sree Kuchibhotla
13b2b7f5ea
Merge branch 'master' into epoll_changes
9 years ago
Sree Kuchibhotla
6a29545c8c
Change the type of 'ref_count' in polling_island from gpr_atm to
...
gpr_refcount
9 years ago
Jan Tattermusch
894eac559f
Merge pull request #7021 from kpayson64/python_setup_env
...
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
9 years ago
Sree Kuchibhotla
20d0a167be
Better error handling and add polling_island_unlock_pair() helper
9 years ago
Nicolas Noble
d4a299c455
Merge pull request #7003 from kpayson64/mingw_str_format_support
...
Changed %lld to use mingw supported PRId64
9 years ago
Makarand Dharmapurikar
5a3c6389ed
Added braces around _service
9 years ago
David G. Quintas
0140f7c9e6
Merge pull request #7010 from dgquintas/fix_compression_spec
...
Brought compression spec up to date wrt error statuses
9 years ago
Makarand Dharmapurikar
abd285aed8
Added missing todo and moved _service
...
To Implementation
9 years ago
Jan Tattermusch
51d4f01949
prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown
9 years ago
Ken Payson
fe754b4e99
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
...
This is needed for building grpcio with mingw, see
https://github.com/grpc/grpc/pull/7012 .
9 years ago
Ken Payson
a4b34c290d
Changed %lld to use mingw supported PRId64
9 years ago
Jan Tattermusch
d605b63383
Merge pull request #7008 from jtattermusch/csharp_no_new_client
...
Remove generated NewClient factory method for C#.
9 years ago
Makarand Dharmapurikar
dde4fc66fb
changed service to _service, and added a TODO
...
TODO for removing boilerplate code
9 years ago
Jan Tattermusch
b309bc94bf
Merge pull request #6922 from y-zeng/ios-test
...
Enable treating warnings as errors in objc tests
9 years ago
David Garcia Quintas
75f6828636
Fixed typo
9 years ago
Jan Tattermusch
1bc42d9504
Merge pull request #6994 from y-zeng/update-example
...
Update examples with Cocoapods 1.0.0
9 years ago
Jan Tattermusch
d5c615e226
Merge pull request #7005 from slash-lib/master
...
Const correctness for ClientContext and ServerContext getters
9 years ago
Jan Tattermusch
fc74d51e55
Merge pull request #7012 from kpayson64/python_windows_mingw
...
Updated grpcio c extension build for windows to use mingw.
9 years ago
Sree Kuchibhotla
05fd4fe043
Merge branch 'master' into epoll_changes
9 years ago
Craig Tiller
44f6245656
Re-enable accidentally disabled traces
9 years ago
Ken Payson
c9b7ad0c0a
Updated grpcio c extension build for windows to use mingw.
...
The default compiler for Python c extensions is VS2008
or VS2010 depending on the Python version. Since c-core
moved onto the c99 standard, these compilers are not
compatible.
9 years ago
David Garcia Quintas
cc00745e8c
brought spec up to date
9 years ago
Jan Tattermusch
60e98ec3fe
Merge pull request #6971 from y-zeng/Update_objc_example_podspec
...
Update podfiles with cocoapod 1.0 required fields
9 years ago
Jan Tattermusch
ee694fb37c
Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details
...
Add a test of metadata, status code, and details
9 years ago
Jan Tattermusch
1fedcc9826
Merge pull request #7007 from kpayson64/ruby_ignore_unused
...
Ignore unused variables in ruby compilation
9 years ago
Jan Tattermusch
d93d3dd697
Merge pull request #7004 from kpayson64/set_windows_port
...
Initialize port to -1
9 years ago
David G. Quintas
91e8314390
Merge pull request #5641 from dgquintas/publish_compression_spec
...
Added compression spec
9 years ago
Sree Kuchibhotla
0224dcc2dc
clang format
9 years ago
Jan Tattermusch
ed6ea4c691
regenerate protos
9 years ago
Jan Tattermusch
bfcd6b627e
generate comments for C# client constructors
9 years ago
Jan Tattermusch
f41ebc3968
remove occurences of NewClient factory method
9 years ago
Ken Payson
17233ceaa9
Ignore unused variables in ruby compilation
9 years ago
Bill Clarke
ca85303218
Merge branch 'master' of https://github.com/slash-lib/grpc
9 years ago
Bill Clarke
c072c927a8
Const correctness for ClientContext and ServerContext getters
9 years ago