Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 | Mugur Marculescu | 2015-02-19 |
|\ | | | | | Jayantkolhe patch 2 - Many documentation updates. | ||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
* | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | |||
* | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | |||
* | | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | | |||
* | | Add PHP Copyright | Craig Tiller | 2015-02-16 |
| | | |||
* | | Copyright checker | Craig Tiller | 2015-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 #379 from murgatroid99/php_cancellation_interop_tests | Tim Emiola | 2015-02-04 |
|\ | | | | | Added cancel_after_first_response interop test | ||
* \ | Merge pull request #373 from murgatroid99/php_metadata_representation | Tim Emiola | 2015-02-04 |
|\ \ | | | | | | | Updated PHP metadata representation to be consistent with Node | ||
| | * | Fixed error in new test | murgatroid99 | 2015-02-03 |
| | | | |||
| | * | Added cancel_after_first_response interop test | murgatroid99 | 2015-02-03 |
| | | | |||
* | | | 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 |
| | | |||
* | | Merge pull request #349 from murgatroid99/protobuf-php-references | Tim Emiola | 2015-02-03 |
|\ \ | | | | | | | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | ||
* \ \ | Merge pull request #346 from murgatroid99/php_weak_comparison | Tim Emiola | 2015-02-03 |
|\ \ \ | |_|/ |/| | | Php weak comparison removal | ||
* | | | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 |
| | | | | | | | | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. | ||
| | * | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | murgatroid99 | 2015-02-02 |
| |/ |/| | |||
| * | Removed assertEquals from TimevalTest | murgatroid99 | 2015-02-02 |
| | | |||
| * | Removed uses of assertEquals, which internally uses weak comparison | murgatroid99 | 2015-02-02 |
| | | |||
| * | Removed all instances of == and != in PHP code | murgatroid99 | 2015-02-02 |
|/ | |||
* | Updated PHP library to handle generated code without explicit references to grpc | murgatroid99 | 2015-01-30 |
| | |||
* | Fixed PHP interop tests | murgatroid99 | 2015-01-30 |
| | |||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.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 |
| | | |||
* | | Pickup wherever phpunit is installed | Craig Tiller | 2015-01-16 |
| | | |||
* | | Remove libevent references | Craig Tiller | 2015-01-16 |
| | | |||
* | | Sym-link in system extensions | Craig Tiller | 2015-01-16 |
| | | |||
* | | Use local .gitignore | Craig Tiller | 2015-01-16 |
| | | |||
* | | Dont hardcode phpunit director | Craig Tiller | 2015-01-16 |
| | | |||
* | | Add shebang | 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 |
|\ | | | | | Added libdl include to make the PHP library compile | ||
* | | clang-format codebase | Craig Tiller | 2015-01-13 |
| | | |||
| * | Added libdl include | murgatroid99 | 2015-01-12 |
|/ | |||
* | Added PSR-4 compatible autoloader as defined at ↵ | mlumish | 2015-01-05 |
| | | | | | | | | | | | | | | 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 | ||
* | Switched call errors to exceptions instead of return values | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146107 | ||
* | Switched events to use native objects instead of wrappers | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146045 | ||
* | Replaced calls to grpc_call_accept with newer functions | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83145830 | ||
* | Removed reference to custom install location | mlumish | 2014-12-19 |
| | | | | | | | Change on 2014/12/19 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82518240 | ||
* | Added support for trailing metadata, fixed status support | mlumish | 2014-12-16 |
| | | | | | | | Change on 2014/12/16 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82239977 |