aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext
Commit message (Collapse)AuthorAge
* php extension: do not link rt in osxGravatar Stanley Cheung2015-06-25
|
* Add package.xml and necessary files for pecl extensionGravatar Stanley Cheung2015-06-18
|
* Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
|\
| * Added changes to node and php wrappersGravatar David Garcia Quintas2015-06-15
| |
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\|
| * Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| |
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\|
| * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* | PHP: Updated server to use new shutdown semanticsGravatar Stanley Cheung2015-05-29
|/
* Made PHP library use only a single completion queueGravatar murgatroid992015-05-14
|
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Fix some wrapped languagesGravatar Craig Tiller2015-05-06
| |
* | C Core API cleanup.Gravatar Craig Tiller2015-05-04
|/ | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Fixed memory leaks in PHP extension codeGravatar murgatroid992015-04-08
|
* Changed C files to have camelCase method namesGravatar murgatroid992015-04-02
|
* Removed pedantic flag from PHP buildGravatar murgatroid992015-04-01
|
* Made external header includes use angle bracketsGravatar murgatroid992015-04-01
|
* Made necessary changes to get interop tests workingGravatar murgatroid992015-03-25
|
* Added comments to new functions in call.cGravatar murgatroid992015-03-24
|
* Resolved merge conflicts with masterGravatar murgatroid992015-03-13
|\
| * Fix duplicated symbolsGravatar Xiaoguang Sun2015-03-13
| | | | | | | | | | Fix duplicated symbols caused by having definition instead of declaration in header file.
* | Updated final tests to passGravatar murgatroid992015-03-11
| |
* | Fixed channel host override handlingGravatar murgatroid992015-03-11
| |
* | Resolved merge conflicts with masterGravatar murgatroid992015-03-11
|\|
* | EndToEndTest now worksGravatar murgatroid992015-03-11
| |
* | Further updated EndToEndTestGravatar murgatroid992015-03-11
| |
* | Fixed some tests for new APIGravatar murgatroid992015-03-11
| |
| * Switched to new secure server APIGravatar murgatroid992015-03-04
| |
* | Updated C extension to new call APIGravatar murgatroid992015-03-03
|/
* Make PHP compileGravatar Craig Tiller2015-02-25
|
* Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
* Merge pull request #373 from murgatroid99/php_metadata_representationGravatar Tim Emiola2015-02-04
|\ | | | | Updated PHP metadata representation to be consistent with Node
* | Switched to binding servers to port 0 in testsGravatar murgatroid992015-02-03
| |
| * Corrected error in metadata parserGravatar murgatroid992015-02-03
| |
| * Changed PHP metadata representation to associative array of arrays of stringsGravatar murgatroid992015-02-03
|/
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Fixed memory leak in PHP byte buffer creationGravatar murgatroid992015-01-29
|
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Fixed junk data bug in PHP SSL CredentialsGravatar murgatroid992015-01-22
| |
* | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ | |/ |/|
* | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| |
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|/|
* | Better GRPC_LIBDIR configGravatar Craig Tiller2015-01-16
| |
* | Remove libevent referencesGravatar Craig Tiller2015-01-16
| |
* | Build php modules from run_tests.pyGravatar Craig Tiller2015-01-16
| |
| * Ran different clang-formatGravatar murgatroid992015-01-16
| |
| * Switched to new grpc_call_invoke APIGravatar murgatroid992015-01-16
|/
* Merge pull request #5 from murgatroid99/php_configure_fixGravatar Tim Emiola2015-01-14
|\ | | | | Added libdl include to make the PHP library compile
* | clang-format codebaseGravatar Craig Tiller2015-01-13
| |