summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Migrate libxmlrpc README to MarkdownPeter Kokot2019-05-122-12/+21
* Simplify libxmlrpc bundling and buildingPeter Kokot2019-04-232-22/+0
* Remove unused rcsid variablesNikita Popov2019-04-118-23/+4
* Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-182-11/+0
* Clean build systemPeter Kokot2019-03-141-9/+1
* Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-2/+1
* Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-062-2/+5
|\
| * 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
* | | | [ci skip] Remove automake and aclocal in commentsPeter Kokot2018-10-211-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
* | | | Remove HAVE_STRING_HPeter Kokot2018-09-181-1/+1
* | | | Remove HAVE_STDLIB_HPeter Kokot2018-09-161-1/+1
* | | | Remove AC_HEADER_TIMEPeter Kokot2018-09-021-1/+0
* | | | Remove AC_C_CONSTPeter Kokot2018-09-021-1/+0
|/ / /
* | | 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
|/