murgatroid99
75c9d2f529
Added cancel_after_first_response interop test
10 years ago
murgatroid99
d96db79b92
Switched to binding servers to port 0 in tests
10 years ago
murgatroid99
5db18baab8
Corrected error in metadata parser
10 years ago
murgatroid99
5ca9f921ae
Changed PHP metadata representation to associative array of arrays of strings
10 years ago
Craig Tiller
c4f0ebe63b
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
murgatroid99
d9ba1db7fa
Removed assertEquals from TimevalTest
10 years ago
murgatroid99
5accd24a76
Removed uses of assertEquals, which internally uses weak comparison
10 years ago
murgatroid99
25e5f67bb9
Removed all instances of == and != in PHP code
10 years ago
Craig Tiller
a7cac78516
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
murgatroid99
14d2ce27e7
Updated PHP library to handle generated code without explicit references to grpc
10 years ago
murgatroid99
f21eb2573b
Fixed PHP interop tests
10 years ago
murgatroid99
c4c3bff814
Fixed memory leak in PHP byte buffer creation
10 years ago
murgatroid99
cbaacad719
Fixed junk data bug in PHP SSL Credentials
10 years ago
Julien Boeuf
8fbcc4391e
Changing the SSL (Server) Credentials API.
...
- Changed the unsigned char * + size to NULL terminated strings which
makes sense for the PEM format. I may change TSI later (but the impact
will hopefully be much more limited).
- Added a way to pass multiple key/cert pairs to servers which is needed
when hosting more than one domain.
- Removed the C++ SSL credentials tests as we are going to have an
option to not specify the roots which will then be derived from the
environment (well-known platform dependent locations and/or
environment variable).
- Fixed the php build which is the only one added in the run_test.py.
This change will certainly break node, python and ruby.
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Craig Tiller
bc29d80159
Better GRPC_LIBDIR config
10 years ago
Craig Tiller
c2e80bfbd0
Pickup wherever phpunit is installed
10 years ago
Craig Tiller
eb65ac9974
Remove libevent references
10 years ago
Craig Tiller
62b03e2d9f
Sym-link in system extensions
10 years ago
Craig Tiller
ff7cdd3bad
Use local .gitignore
10 years ago
Craig Tiller
1b3a881f8f
Dont hardcode phpunit director
10 years ago
Craig Tiller
e94373360f
Add shebang
10 years ago
Craig Tiller
aac57fde95
Build php modules from run_tests.py
10 years ago
murgatroid99
5430312c71
Ran different clang-format
10 years ago
murgatroid99
1d89452e11
Switched to new grpc_call_invoke API
10 years ago
Craig Tiller
b5dcec5a2e
clang-format codebase
10 years ago
murgatroid99
470a3ea1a1
Added libdl include
10 years ago
mlumish
156e67d417
Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/ .
...
SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec:
> The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name.
Other changes were made to correctly import the library using the autoloader.
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83150065
10 years ago
mlumish
8f91163795
Switched call errors to exceptions instead of return values
...
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83146107
10 years ago
mlumish
34cd1f0eec
Switched events to use native objects instead of wrappers
...
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83146045
10 years ago
mlumish
dba878978d
Replaced calls to grpc_call_accept with newer functions
...
Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83145830
10 years ago
mlumish
7d4ec77c17
Removed reference to custom install location
...
Change on 2014/12/19 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82518240
10 years ago
mlumish
a7baac5280
Added support for trailing metadata, fixed status support
...
Change on 2014/12/16 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82239977
10 years ago
mlumish
31a829c165
Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build.
...
Change on 2014/12/15 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82175252
10 years ago
mlumish
5800755e0e
Added test data files to open source build
...
Change on 2014/12/10 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81817780
10 years ago
mlumish
f5aa29b628
Added utility to make different tests bind to different ports
...
Change on 2014/12/10 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81800876
10 years ago
mlumish
b892a27e67
Added PHP to the global gRPC moe config
...
Change on 2014/12/09 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81727766
10 years ago