index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
php
/
ext
Commit message (
Expand
)
Author
Age
*
Fix some wrapped languages
Craig Tiller
2015-05-06
*
Fixed memory leaks in PHP extension code
murgatroid99
2015-04-08
*
Changed C files to have camelCase method names
murgatroid99
2015-04-02
*
Removed pedantic flag from PHP build
murgatroid99
2015-04-01
*
Made external header includes use angle brackets
murgatroid99
2015-04-01
*
Made necessary changes to get interop tests working
murgatroid99
2015-03-25
*
Added comments to new functions in call.c
murgatroid99
2015-03-24
*
Resolved merge conflicts with master
murgatroid99
2015-03-13
|
\
|
*
Fix duplicated symbols
Xiaoguang Sun
2015-03-13
*
|
Updated final tests to pass
murgatroid99
2015-03-11
*
|
Fixed channel host override handling
murgatroid99
2015-03-11
*
|
Resolved merge conflicts with master
murgatroid99
2015-03-11
|
\
|
*
|
EndToEndTest now works
murgatroid99
2015-03-11
*
|
Further updated EndToEndTest
murgatroid99
2015-03-11
*
|
Fixed some tests for new API
murgatroid99
2015-03-11
|
*
Switched to new secure server API
murgatroid99
2015-03-04
*
|
Updated C extension to new call API
murgatroid99
2015-03-03
|
/
*
Make PHP compile
Craig Tiller
2015-02-25
*
Copyright checker
Craig Tiller
2015-02-16
*
Merge pull request #373 from murgatroid99/php_metadata_representation
Tim Emiola
2015-02-04
|
\
*
|
Switched to binding servers to port 0 in tests
murgatroid99
2015-02-03
|
*
Corrected error in metadata parser
murgatroid99
2015-02-03
|
*
Changed PHP metadata representation to associative array of arrays of strings
murgatroid99
2015-02-03
|
/
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
Fixed memory leak in PHP byte buffer creation
murgatroid99
2015-01-29
*
Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api
murgatroid99
2015-01-23
|
\
|
*
Fixed junk data bug in PHP SSL Credentials
murgatroid99
2015-01-22
*
|
Resolved merge conflicts with master
murgatroid99
2015-01-21
|
\
\
|
|
/
|
/
|
*
|
Changing the SSL (Server) Credentials API.
Julien Boeuf
2015-01-20
*
|
Use clang-format-3.5
Craig Tiller
2015-01-18
|
*
Merge branch 'new_invoke_api' of github.com:google/grpc into update-api
Craig Tiller
2015-01-16
|
/
|
*
|
Better GRPC_LIBDIR config
Craig Tiller
2015-01-16
*
|
Remove libevent references
Craig Tiller
2015-01-16
*
|
Build php modules from run_tests.py
Craig Tiller
2015-01-16
|
*
Ran different clang-format
murgatroid99
2015-01-16
|
*
Switched to new grpc_call_invoke API
murgatroid99
2015-01-16
|
/
*
Merge pull request #5 from murgatroid99/php_configure_fix
Tim Emiola
2015-01-14
|
\
*
|
clang-format codebase
Craig Tiller
2015-01-13
|
*
Added libdl include
murgatroid99
2015-01-12
|
/
*
Switched call errors to exceptions instead of return values
mlumish
2015-01-05
*
Switched events to use native objects instead of wrappers
mlumish
2015-01-05
*
Replaced calls to grpc_call_accept with newer functions
mlumish
2015-01-05
*
Removed reference to custom install location
mlumish
2014-12-19
*
Added support for trailing metadata, fixed status support
mlumish
2014-12-16
*
Added PHP to the global gRPC moe config
mlumish
2014-12-09