- cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
- 11d59d7 Merge pull request #5085 from jim-parry/fix/xmlrpc by Instructor, Computer Systems Technology · 8 years ago
- 4316a15 Don't use each() by Andrey Andreev · 8 years ago
- 71d8f72 [ci skip] Merge pull request #4986 from ka7/feature/spelling by Andrey Andreev · 8 years ago
- da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
- dc44b92 [ci skip] Polish changes and add a changelog entry for PR #4855 by Andrey Andreev · 8 years ago
- a09ffbc Merge pull request #4855 from jim-parry/fix/xmlrpc-timeout by Instructor, Computer Systems Technology · 8 years ago
- e33c82d Merge pull request #4758 from butane/uri_scheme_case by Andrey Andreev · 8 years ago
- 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
- bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
- 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
- 4e0496e Work-around for https://bugs.php.net/bug.php?id=39598 by Andrey Andreev · 9 years ago
- e8a2792 Add missing return type by Gabriel Potkány · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- 3aecedb Fix #2737 by Andrey Andreev · 11 years ago
- d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
- 3d21520 Fix incorrect checks for the fwrite() return value by Andrey Andreev · 11 years ago
- e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
- dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
- 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
- c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 11 years ago
- 9986070 values_parsing() only takes 1 arg by Rasmus Lerdorf · 12 years ago
- 1228fe2 Replace is_null() with === / !== NULL by vlakoff · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- b497d2b Minor changes to Xmlrpc.php by vkeranov · 12 years ago
- 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
- f5ccd12 [ci skip] DocBlocks for Upload and Xmlrpc libraries by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
- 740480a Bug-fix in XML-RPC library by Dimitar · 12 years ago
- 3f3f135 Misc. style changes by Andrey Andreev · 12 years ago
- c02e7c5 Add changelog entry for pull #1556 by Andrey Andreev · 12 years ago
- 09217ce Update xmlrpc coding style by Valentin Sheyretski · 12 years ago
- cfcf34e Update develop by Valentin Sheyretski · 12 years ago
- 9dee535 Added proxy to XML/RPC client by Valio · 12 years ago
- 3dad2e7 Replace strncmp() usage with strpos() by Andrey Andreev · 12 years ago
- d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 12 years ago
- 306b378 Fixing some typos in the xmlrpc class. Also, fputs is an alias for fwrite. by George Petsagourakis · 13 years ago
- 0688ac9 Start comment cleanup of libraries by Timothy Warren · 13 years ago
- c870983 Replace old comments with proper docblocks in Xmlrpc.php by Andrey Andreev · 13 years ago
- 8f50b6b Some minor style changes in the XMLRPC class by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 166396e Merge remote-tracking branch 'upstream/develop' into develop-xmlrpc by Andrey Andreev · 13 years ago
- b195637 Replace htmlentities() with htmlspecialchars() to fix issue #561 by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- adc1175 Replace some list(...) = each(...) expressions with current(), where only values are needed by Andrey Andreev · 13 years ago
- 6209015 Some more optimizations by Andrey Andreev · 13 years ago
- a30faf9 Improve the Xmlrpc library by Andrey Andreev · 13 years ago
- b1cbd71 Fix invalid datetime format by Syahril Zulkefli · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
- 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
- 8761ef5 Uppercasing some stray lowercase keywords for code consistency by Pascal Kriete · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 3084167 fixed errant syntax in changeset 53ace78c4b45, fixes #37 by Derek Jones · 15 years ago
- 5640a71 ensured the security lib was loaded in a few calls to xss_clean() in other libraries. Fixes #35 by Derek Jones · 15 years ago
- ff3ecae Added class var xss_clean to the XML_RPC_Response class to prevent php error. Not noted in changelog, as I figure it's covered by the original note about adding xss clean at all. by Robin Sowell · 15 years ago
- 3fff87d Fixing typo in XMLRpc error message: by Greg Aker · 15 years ago
- 66a3fc0 Added a $xss_clean class variable to the XMLRPC library, enabling control over the use of the Security library's xss_clean() method. by Robin Sowell · 15 years ago
- a9647e8 updating XMLRPC class to use Security lib by Derek Jones · 15 years ago
- 8c4b5e7 changed isset() to array_key_exists() in values_parsing() conditional of XML-RPC class to allow for array keys set with NULL values by Derek Jones · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- 626d71d tweaked and dropped the strtolower altogether from checking xmlrpcTypes array since it's accessed later without changing the type's casing anyway by Derek Jones · 15 years ago
- 7e39c0c fixed dateTime.iso8601 processing in XML-RPC class by Derek Jones · 15 years ago
- b8d3c3d some mods to xmlrpc library to handle data types better, and to exit() content so Output class does not muck with it by Derek Jones · 15 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 3355910 replaced all sizeof() in favor of count() - aliases are teh sux0r by Derek Jones · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- d02b5bf by Rick Ellis · 16 years ago
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- c14968d changed $xmlrpcDateTime property to all lowercase 'datetime.iso8601' so it can be recognized as a valid XML-RPC type by Derek Jones · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
- d12555b http://codeigniter.com/bug_tracker/bug/3249/ by paulburdick · 17 years ago
- 9279062 Fixed a bug in the XML-RPC library so that if not type is specified, a more intelligent decision is made as to the default type by paulburdick · 17 years ago
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
- 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
- 30b4015 by Rick Ellis · 17 years ago
- d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
- e334c47 by admin · 18 years ago
- 88a8ad1 by admin · 18 years ago
- ee54c11 by admin · 18 years ago
- 33de9a1 by admin · 18 years ago
- 7981a9a by admin · 18 years ago
- e79dc71 by admin · 18 years ago
- b0dd10f Initial Import by admin · 18 years ago