Nicolas "Pixel" Noble
213ed91850
Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors.
10 years ago
Craig Tiller
cb818ba745
Free stream ops outside transport lock
...
Resolves a deadlock caused by flow control callbacks being made under the lock.
10 years ago
Craig Tiller
bb3f22f4d6
Fix somewhat obvious error
10 years ago
Craig Tiller
b58f95d285
Fix early edge cases
10 years ago
Craig Tiller
fa8f4016ee
Fix typo
10 years ago
Craig Tiller
11e3c929bc
NULL pointer check
10 years ago
Craig Tiller
928fbc8ed0
Robust status overriding
10 years ago
Craig Tiller
6875272b86
Robust status overriding
10 years ago
Craig Tiller
b4d3eb0520
Remove some silly code
10 years ago
Craig Tiller
fbd96e1148
Spam cleanup
10 years ago
Craig Tiller
1b40944424
Better check start edge conditions
10 years ago
murgatroid99
bca2f955ba
Added cancellation interop tests to Node interop client
10 years ago
Craig Tiller
2e10357eba
Fix read path
10 years ago
Craig Tiller
4069b682b3
Fix server starting
10 years ago
murgatroid99
c4c3bff814
Fixed memory leak in PHP byte buffer creation
10 years ago
Tim Emiola
397fda0b0c
Update the suites used in the tests, run the bidi and server tests as their own suites in the default target
10 years ago
Tim Emiola
91044c10d1
Add tagging to rpc_server multi-threading tests to isolate in their own test suite
10 years ago
Tim Emiola
dd73f10122
Fix a test that aborts on Docker images
10 years ago
Craig Tiller
d0179b4c34
Add missing ref
10 years ago
Craig Tiller
3b8599f2e0
Fix uninitialized value
10 years ago
Craig Tiller
8cfd624c99
Small cleanup
10 years ago
Craig Tiller
ba7a43fbd1
Fix uninitialized value, naming
10 years ago
Craig Tiller
a991687818
Increment write index
10 years ago
Craig Tiller
a5d4e770fe
Dont skip first call element
10 years ago
Craig Tiller
a4541105a9
More fixes
10 years ago
murgatroid99
4d2d0f0f3a
Added API for servers to provide metadata
10 years ago
Craig Tiller
9d96145080
Fix leak
10 years ago
Craig Tiller
db7db998fb
Fix leak
10 years ago
Craig Tiller
f63fed74cb
Spam cleanup
10 years ago
Craig Tiller
8884d7f581
Small cleanups
10 years ago
Craig Tiller
2f38be6526
Fix uninitialized variable
10 years ago
Craig Tiller
dddbf69d8f
Fix refcount leak on server rpc_new
10 years ago
Craig Tiller
f26370d610
Formatting
10 years ago
Nicolas "Pixel" Noble
a2a03d488f
Cleaning up some code.
...
The correct thing to do here is to use memcpy instead of strncpy.
10 years ago
Craig Tiller
9724de88f3
Send simple request completes its request
10 years ago
David Klempner
d178524a74
Freelist grpc_fd objects
...
This is necessary for efficient implementations where multiple threads
simultaneously sit in epoll_wait and the like on the same pollset.
10 years ago
vjpai
883ae17420
Make this compile on mac by adding in header files currently used for posix,
...
as opposed to non-existent header file.
10 years ago
Craig Tiller
abcf652dea
Make sure to send server status
10 years ago
murgatroid99
7625db4697
Changed low-level metadata API to be more reasonable
10 years ago
murgatroid99
684f6f4359
Added metadata pass-through to server method handlers
10 years ago
Craig Tiller
f31d14c717
Send status from server fixes
10 years ago
Craig Tiller
39fd4283fd
Trigger sending on server side
10 years ago
Craig Tiller
eaa344b59e
Allocate required memory
10 years ago
Nicolas Noble
66b5bba25b
Fixing a couple of minor bugs, and adding a few tests.
10 years ago
Craig Tiller
23aa6c4320
Progress towards running code
10 years ago
Craig Tiller
9f28ac2cbe
clang-format
10 years ago
Craig Tiller
8eb9d471cd
Rework call into a chttp2 style transaction system
...
Simplifies locking and cross request chatter significantly
10 years ago
David Klempner
bb915ace54
Rename wakeup fd accessor
10 years ago
Nicolas Noble
8c2be9bbff
Addressing latest comments.
10 years ago
Todd Poynor
cb7abfd662
fixup compile error in log_android.c
...
compilation errors introduced in the following commit.
commit 0cd69562fd
Author: ctiller <ctiller@google.com>
Date: Fri Jan 9 14:22:10 2015 -0800
Allow logging mechanism to be overridden by applications.
This necessitated the removal of gpr_vlog to keep a clean interface.
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83634996
Errors are:
grpc/src/core/support/log_android.c:75:20: error: 'file' undeclared (first use in this function)
display_file = file;
^
grpc/src/core/support/log_android.c:75:20: note: each undeclared identifier is reported only once for each function it appears in
grpc/src/core/support/log_android.c:79:13: error: 'prefix' undeclared (first use in this function)
asprintf(&prefix, "%s:%d] %s", display_file, args->line, args->message);
^
grpc/src/core/support/log_android.c:85:8: error: 'suffix' undeclared (first use in this function)
free(suffix);
^
10 years ago