Age | Commit message (Expand) | Author | Files | Lines |
2016-10-19 | fix phan warnings | Urban Müller | 1 | -5/+8 |
2016-10-03 | support ultragetopt | Urban Müller | 1 | -1/+2 |
2016-09-28 | handle continue header in curl result | Nathan Gass | 1 | -0/+2 |
2016-09-27 | require : after default so "default" can be default | Urban Müller | 1 | -1/+1 |
2016-08-22 | it::cdist(): allow stderr suppression with @ | Urban Müller | 1 | -2/+2 |
2016-08-18 | add parameter curl to force usage of request_curl | Nathan Gass | 1 | -1/+1 |
2016-08-16 | handle bad utf8 in ED() | Urban Müller | 1 | -1/+3 |
2016-08-16 | @ should suppress all error output, even interactive one | Urban Müller | 1 | -1/+4 |
2016-08-12 | clearer wording | Urban Müller | 1 | -1/+1 |
2016-08-10 | fix utf8 warnings for latin1 selects | Nathan Gass | 1 | -2/+2 |
2016-08-10 | add test for latin1 select | Nathan Gass | 1 | -0/+5 |
2016-07-25 | prevent useless auto_prepend.php:ED() stack frame | Urban Müller | 1 | -1/+1 |
2016-07-23 | Use # for comments like in rest of code | Christian Schneider | 1 | -1/+1 |
2016-07-22 | use safer variable | Urban Müller | 1 | -1/+1 |
2016-07-22 | force html in EDX() | Urban Müller | 1 | -0/+3 |
2016-07-21 | typo | Urban Müller | 1 | -1/+1 |
2016-07-21 | it::error: we ignore https for easier debugging | Urban Müller | 1 | -1/+1 |
2016-07-20 | Revert "Revert "Use same server (may have switched to server_update) to read ... | Christian Schneider | 1 | -1/+1 |
2016-07-20 | Revert "Use same server (may have switched to server_update) to read back new... | Christian Schneider | 1 | -1/+1 |
2016-07-20 | Use same server (may have switched to server_update) to read back newly creat... | Christian Schneider | 1 | -1/+1 |
2016-07-16 | itjs::encode() can encode non-arrays | Christian A. Weber | 2 | -2/+8 |
2016-07-16 | itjs::serialize() and itjs::encode() can encode null | Christian A. Weber | 2 | -0/+9 |
2016-07-13 | prevent infinite recursions when using ED() in it::replace or ::match | Urban Müller | 1 | -4/+4 |
2016-07-05 | use atomic write in it::file_put | Urban Müller | 1 | -3/+6 |
2016-07-01 | update path to textadmin | David Flatz | 1 | -2/+2 |
2016-06-28 | code cleanup | Urban Müller | 1 | -2/+1 |
2016-06-28 | fix urls with double ? | Urban Müller | 2 | -1/+2 |
2016-06-28 | add unit test to U() for encoding of ? | Christian A. Weber | 1 | -0/+5 |
2016-06-21 | stricter active replication check | Urban Müller | 1 | -1/+1 |
2016-06-21 | only warn if local db is replicated | Urban Müller | 1 | -2/+3 |
2016-06-21 | consistent matching func, typo fix | Urban Müller | 1 | -2/+2 |
2016-06-21 | exclude nondefault databases | Urban Müller | 1 | -2/+2 |
2016-06-21 | warn if writing into replication slave | Urban Müller | 1 | -4/+9 |
2016-06-16 | allow local loading (and php-interpretation) of .htc files | Urban Müller | 1 | -1/+1 |
2016-06-14 | Also set default headers (like X-Ultra-Https) for get_multi | Christian Schneider | 1 | -4/+2 |
2016-06-14 | Set header to inform subrequests about HTTPS on original request | Christian Schneider | 1 | -0/+1 |
2016-06-14 | Refactor headers sent with subrequests copy/paste to common function | Christian Schneider | 1 | -13/+12 |
2016-06-14 | make sure that $string is really a string, should fix some XSS problems | David Flatz | 1 | -0/+1 |
2016-06-09 | better err msg | Urban Müller | 1 | -1/+1 |
2016-06-06 | add 2nd parameter to it_url::absolute() to force a protocol | Christian A. Weber | 2 | -17/+42 |
2016-05-31 | remove obsolete workaround | Urban Müller | 1 | -1/+0 |
2016-05-31 | STDOUT not defined in web mode; remove obsolete workaround | Urban Müller | 1 | -2/+1 |
2016-05-25 | Support method and data parameter in curl code path as well (used for https) | Christian Schneider | 1 | -0/+4 |
2016-05-25 | Added parameter safety => 0 to suppress an it::error in case of failure in it... | Christian Schneider | 1 | -1/+3 |
2016-05-24 | Allow devel to use distributed cache (memcache) with 'distributed_on_devel' flag | Christian Schneider | 1 | -1/+1 |
2016-05-23 | add it::mod which returns modulo as a positive number | Christian Helbling | 2 | -0/+13 |
2016-05-19 | fix .req debug param: did not work on urls staring with // and .req-tel match... | Christian Helbling | 1 | -1/+1 |
2016-05-10 | Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v... | Christian Schneider | 1 | -2/+2 |
2016-05-10 | Merge commit 'c3ac61c52780b91653efeeb88eb90739ee0a7b31' | Christian Schneider | 2 | -4/+7 |
2016-05-10 | Adapt ITools to Memcached extension (used with PHP 7) | Christian Schneider | 2 | -4/+7 |