plcapi.git
2016-01-20 gggeekAdd basic test for arrayaccess and countable 4.0.0
2016-01-20 gggeekremove from the phpxmlrpcval class the support for...
2016-01-20 gggeekPrepare docs for release of version 4.0
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-07-12 gggeekTag 4.0.0-alpha
2015-07-12 gggeekClean up old-API code
2015-07-12 gggeekAdd some commented code to remind the user that the...
2015-07-12 gggeekAdd a benchmark to see if the new api for Value is...
2015-07-12 gggeekImplement interface ArrayAccess in the Value class
2015-07-12 gggeekFix failing tests: charsets mixing up w.keepalives
2015-07-12 gggeekOne more character-set related test
2015-07-12 gggeekUpdate docs
2015-07-12 gggeekRemove code which has been commented out for almost...
2015-07-12 gggeekAllow easier configuration to detect exotic charsets...
2015-07-12 gggeekDocs and formatting to please Scrutinizer
2015-07-12 gggeekTry to make hhvm test runs faster
2015-07-12 gggeek3rd time is a charm?
2015-07-11 gggeek2nd try at test stabilization
2015-07-11 gggeekTry to stabilize recently introduced test
2015-07-11 gggeekAllow hhvm testsuite failures not to fail the Travis...
2015-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-06-07 gggeekAdded support for Countable and IteratorAggregate inter...
2015-06-07 gggeekAdd a test for receiving requests which use non-utf8...
2015-06-07 gggeekMinor cleanup in variable names
2015-05-30 gggeekmake parsingbugstests executable on their own
2015-05-30 gggeekwrite chagelog of debugger in its interface
2015-05-30 gggeekfix backwards compatibility in xmlrpc_wrappers.inc
2015-05-30 gggeekAdvance in compatibility docs
2015-05-30 gggeekFix: debugger was not able any more to generate wrapped...
2015-05-30 gggeekCorrectly reset php error handler even when user-code...
2015-05-30 gggeekFix: reset debug and error messages between server...
2015-05-30 gggeekFix: better generation of method signatures in wrap_php...
2015-05-30 gggeekadd test for debug messages set into the server by...
2015-05-30 gggeekBetter support for 'undefined' values in debugger's...
2015-05-30 gggeektwo fixes for 'load method synopsis' action in the...
2015-05-25 gggeekFix bugs found by Scrutinizer
2015-05-25 gggeekUpdate docs - in particular add one (incomplete) file...
2015-05-25 gggeekAdd more compatibility stuff in xmlrpcs.inc; split...
2015-05-25 gggeekAdd a warning to the manual; move more method names...
2015-05-24 gggeekAdd one more test for wrapped php functions: preserve...
2015-05-23 gggeekAdd test for the method signature of wrapped functions
2015-05-23 gggeekSimplify code generated by wrap_php_function; make...
2015-05-23 gggeekMake sure all error messages have the method name
2015-05-23 gggeekDo not generate invalid php code when wrapping a closur...
2015-05-23 gggeektest exceptions thrown in wrapped code; make testsuite...
2015-05-23 gggeekAdd a test for wrapping closures
2015-05-23 gggeekFix buildWrapFunctionSource which had been forgotten...
2015-05-23 gggeekremove last global variable from the codebase
2015-05-23 gggeekAdd one more test for wrap_method; add some comments...
2015-05-23 gggeekRemove usage of one global var in favor of static class var
2015-05-23 gggeekFix one signature of proxy method in proxy.php demo...
2015-05-17 gggeekWIP: Make wrap_xmlrpc_method return a closure by defaul...
2015-05-17 gggeekrename variables and clean up comments
2015-05-17 gggeekfix previous commit: leftover debug code in server.php
2015-05-17 gggeekImprove generation of methods signature by the Wrapper...
2015-05-15 gggeekShow in debugger the count of server methods found
2015-05-15 gggeekFix wrap_php_class(); add more tests for wrapping
2015-05-12 gggeekUpdate comments
2015-05-12 gggeekRefactor demo files (client side): remove redundant...
2015-05-06 gggeekRefactor the Wrapper class to generate closures by...
2015-05-02 gggeekAdd a test for registering anonymous functions in the...
2015-04-28 gggeekset code highlighting in snippets
2015-04-28 gggeekimprove readme
2015-04-28 gggeekMove to asciidoc as principal documentation format
2015-04-27 gggeektry again fixing xsl paths for docs
2015-04-27 gggeekone more doc build fix
2015-04-27 gggeekFixes for doc generation with new dir structure
2015-04-27 gggeekRestructure the documentation folder; add more options...
2015-04-27 gggeekRemove gitignore from docs dir, as we now build in...
2015-04-27 gggeekInstall the docbook xslts via composer for doc generation
2015-04-27 gggeekMore readme tags to display on github
2015-04-27 gggeekAdd generation of docs to pakefile
2015-04-27 gggeekAdd pakefile as replacement for makefile
2015-04-19 gggeekTest if we can get faster tests for hhvm
2015-04-19 gggeekMake debugger use utf8 by default
2015-04-19 gggeekSet default internal charset to UTF8 and change tests...
2015-04-19 gggeekComments and whitespace in discuss.php
2015-04-19 gggeekRemove legacy api usage from comment.php
2015-04-19 gggeekFix: encoder needs the kindOf method on requests
2015-04-18 gggeekfix: the client can now successfully call methods using...
2015-04-18 gggeekMake the debugger tolerate latin-1 characters in all...
2015-04-17 gggeekTerminate files with a NL to appease sensiolabs
2015-04-17 gggeekRemove legacy code from vardemo demo file
2015-04-17 gggeekFor travis tests, use the version of phpunit which...
2015-04-17 gggeekRefactor demo server: do not rely any more on legacy...
2015-04-17 gggeekFix debugger for the case of a big payload with latin1...
2015-04-17 gggeekFix: php_2_xmlrpc_type is not a public function anymore
2015-04-14 gggeekRemove docblock injected by phpstorm
2015-04-14 gggeekMake charset-related tests more friendly to hhvm; stric...
2015-04-14 gggeekTry to echo hhvm error log on failure
2015-04-14 gggeekImprove the way test suite reports error messages at...
2015-04-14 gggeekFix: fatal hhvm error when outputting log messages...
2015-04-14 gggeekFix: lowercase class name makes debugger break on HHVM
2015-04-12 gggeekFix 2 comments
2015-04-12 gggeekConsistent with server, at debug level 1, request will...
2015-04-12 gggeekFix one phpdoc
2015-04-12 gggeekMinor fix in one charset-related test
2015-04-12 gggeekMake latin-1 tests more ide-proof
2015-04-12 gggeekComments fixing
2015-04-12 gggeekMove from static logging calls to a singleton
next