summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-062-2/+5
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-062-2/+5
| |\
| | * Fix bug #77380 (Global out of bounds read in xmlrpc base64 code)Stanislav Malyshev2019-01-061-2/+2
| | * Fix bug #77242 (heap out of bounds read in xmlrpc_decode())Stanislav Malyshev2019-01-061-0/+3
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-31/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-31/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1412-28/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | erealloc() is infallibleChristoph M. Becker2018-06-131-3/+0
* | | emalloc never returns nullMarkus Staab2018-06-131-18/+16
* | | Remove, or fix, unused variablesGabriel Caruso2018-03-272-7/+1
|/ /
* | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-052-3/+3
|\ \ | |/
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-3/+3
* | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-032-2/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-032-2/+7
| |\
| | * More string length checks & fixesStanislav Malyshev2016-11-032-10/+15
* | | remove redundant includesAnatol Belski2016-10-201-11/+0
* | | fix Windows compilationAnatol Belski2016-10-208-38/+1
* | | Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)Joe Watkins2016-10-1912-95/+98
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-5/+21
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-25/+41
| |\
| | * Apparently some envs miss SIZE_MAXStanislav Malyshev2016-07-191-0/+3
| | * Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.cStanislav Malyshev2016-07-182-25/+38
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| |/
* | fix snprintf redefinition in libxmlrpc under vc14Anatol Belski2015-05-101-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-1024-486/+486
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Merge branch 'PHP-5.6'Remi Collet2014-10-281-1/+5
|\ \ | |/
| * Ensure we have enough input data before parsing dateRemi Collet2014-10-281-1/+5
| * Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-141-5/+8
* | Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-141-5/+8
* | missing include for strlen protoAnatol Belski2014-10-131-0/+1
* | Refactoring ext/xmlrpc (incompleted)Xinchen Hui2014-05-121-1/+1
|/
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
* Removed unused variableIlia Alshanetsky2008-12-171-1/+6
* MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable errorIlia Alshanetsky2008-12-092-9/+19
* MFH:Felipe Pena2008-09-101-11/+27
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* - MFH: silent redefinition warningPierre Joye2008-07-051-4/+9
* limit iconv parameters here tooStanislav Malyshev2007-09-191-1/+9
* Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetimeIlia Alshanetsky2007-09-181-1/+12
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-0/+6
* Fix Windows BuildEdin Kadribasic2007-05-031-2/+2
* Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpcIlia Alshanetsky2007-03-045-10/+10
* increase array size to fit buffer sizeStanislav Malyshev2007-02-231-1/+1
* MFH: fix #40576 (double values are truncated to 6 decimal digits when encoding)Antony Dovgal2007-02-211-3/+8