Julien Boeuf
77e8c1cfb9
Clean up tsi properties.
10 years ago
Stanley Cheung
700dfd9b23
php test math proto: add default value
10 years ago
David Garcia Quintas
9e68c63b71
Added the tag enun name to the profiling marks.
...
For example, whereas previously we'd have
GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200 (nil) src/core/iomgr/tcp_posix.c 337
now we have:
GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200(GRPC_PTAG_HANDLE_READ) (nil) src/core/iomgr/tcp_posix.c 337
Note the literal enum name in parenthesis following the tag int value.
10 years ago
murgatroid99
c880cad41c
Added service_packager description to bin/README.md
10 years ago
murgatroid99
b70d1d9dca
Fixed include path handling
10 years ago
Stanley Cheung
358b716340
add comment
10 years ago
Stanley Cheung
f4206872bb
PHP: add support to pass JWT auth uri to auth library
10 years ago
Ming Zhao
766d77cad8
Include <openssl/crypto.h> to make sure it compiles with boringssl.
10 years ago
Craig Tiller
6c66c0f5ce
Add accidentally deleted escape
10 years ago
David Garcia Quintas
5b984ce2fa
Added comment to empty kick_poller func.
10 years ago
Nicolas Noble
e144536852
Various Win32 fixes and improvements.
...
-) Properly setting up the endpoint pair.
-) Beancounting on socket shutdown to properly add references.
-) Only proceed to clear out data when called from the IOCP thread.
-) Enabling ALL the tests.
-) Fixing run_tests.py to properly invoke them.
10 years ago
Jan Tattermusch
bee9325d56
Make sure full method name starts with slash
10 years ago
murgatroid99
f4b2832850
service_packager now properly generates service and package files
10 years ago
murgatroid99
838e0a31f7
Bump Node version to 0.8.0
10 years ago
murgatroid99
20afbb9140
Updated interop tests to handle proto3 changes
10 years ago
murgatroid99
c73a2be603
Updated deserialization code to fix message echoing
10 years ago
Craig Tiller
1b6b212143
Trace more events
10 years ago
Craig Tiller
4749c8bf6b
Getting rid of more seemingly dead code
10 years ago
David Garcia Quintas
00ff7df7f1
Removed callback queue sync from iomgr.
10 years ago
Craig Tiller
06b8b312ac
Remove unusable functions
10 years ago
Craig Tiller
3211e943db
Remove unusable functions
10 years ago
Craig Tiller
de4e3eb113
Fix Ruby compile error
10 years ago
Nathaniel Manista
55cbf02125
Change Python development status to "Alpha"
...
We actually went alpha in the last release cycle several weeks ago but
missed updating this documentation.
10 years ago
murgatroid99
5828fb960d
Added failing test that echos the request message
10 years ago
murgatroid99
1b40198fb3
Added jwtaccess cloud-to-prod interop test
10 years ago
murgatroid99
11cfdf7109
Removed a default value I missed
10 years ago
murgatroid99
0e19902647
Updated ProtoBuf.js dependency. Updated protos to proto3
10 years ago
Craig Tiller
c7df2b8a56
Ruby progress
10 years ago
murgatroid99
91b66bb9ea
Ignore .DS_Store files
10 years ago
Craig Tiller
3c78b4e0de
Ruby progress
10 years ago
Craig Tiller
3a4880856a
Ruby progress
10 years ago
Nicolas "Pixel" Noble
5fc1adf9b9
Msys2 fixes, and compilation instructions.
10 years ago
Aggelos Avgerinos
57e7dc8e8d
Ruby style changes: replace `== 0` with `zero?`
10 years ago
Craig Tiller
c4440d913e
Fix ruby server
10 years ago
Craig Tiller
020ae63171
Fix clang compilation
10 years ago
Craig Tiller
9e86dc8938
Fix compiler
10 years ago
Craig Tiller
6979b00624
Fix clang compilation
10 years ago
Julien Boeuf
d7f768b2b2
Addressing comments.
10 years ago
murgatroid99
6b54244a11
Updated Objective C code to match completion queue changes
10 years ago
Craig Tiller
054d1dec07
Correct Node build errors
10 years ago
Craig Tiller
a33acb7021
Correct C++ build errors
10 years ago
Craig Tiller
4d706b8dbc
Port C# to new API
10 years ago
Craig Tiller
a5e15f446e
Port Python to new API
10 years ago
Craig Tiller
997fab6874
Port Ruby to new API
10 years ago
Craig Tiller
fdb75f58e7
Port Node to new API
10 years ago
Nicolas "Pixel" Noble
7f2e98c6ce
Further Windows fixes.
...
-) Properly flagging our endpoints as non-blocking.
-) Accounting for the custom events.
-) Restoring the on-error portion of read and write.
-) Better accounting of the outstanding reads and writes.
-) Various minor cleanups.
10 years ago
Jan Tattermusch
e84b6180dc
get rid of dependencies on some unneeded nuget packages
10 years ago
Jan Tattermusch
818ae164eb
get rid of unneeded dependency on Mono.Security
10 years ago
Yang Gao
b8a5f866f2
do not request another call if server is shutdown
10 years ago
Jan Tattermusch
b5897bf1a6
moved GetMethodType function to generator_helpers.h
10 years ago