Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | Use SameSite policy Lax for session cookie | Christian Schneider | 1 | -5/+3 |
2020-01-13 | Use SameSite policy Lax for uid cookie | Christian Schneider | 1 | -3/+2 |
2020-01-13 | Add compatibility function to map new setcookie() parameters to pre-7.3 PHP v... | Christian Schneider | 1 | -0/+10 |
2019-11-25 | each is deprecated and does not work for generators | Nathan Gass | 1 | -5/+12 |
2019-11-25 | Make sure debug divs are readable even if line-height is set to something weird | Christian Schneider | 1 | -1/+1 |
2019-11-21 | avoid reading all of urls array in memory to support generators | Nathan Gass | 1 | -17/+20 |
2019-11-21 | get_muti: only call handler on curl success, give curl handle to handler so h... | Christian Helbling | 1 | -7/+10 |
2019-11-20 | Fix path to file for crcurl | Christian Schneider | 1 | -1/+1 |
2019-11-19 | enable bash features in it::exec and it::system | Nathan Gass | 1 | -2/+2 |
2019-11-07 | change all itjs cache urls - we've got some weird problems reported which mig... | Christian Helbling | 1 | -1/+1 |
2019-10-29 | implementation of maxlength using decompressed data size | Nathan Gass | 1 | -17/+26 |
2019-10-29 | fix for oo version of it_url | Nathan Gass | 1 | -1/+1 |
2019-10-28 | escape attachment name since that string is user-provided and might contain n... | David Flatz | 1 | -1/+2 |
2019-10-17 | Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests | Christian Schneider | 2 | -12/+8 |
2019-10-04 | avoid bouncing replies to system users | Urban Müller | 1 | -0/+1 |
2019-10-01 | more stripping for css validator | Urban Müller | 1 | -0/+1 |
2019-09-24 | simplify From:, readability | Urban Müller | 1 | -3/+8 |
2019-09-24 | use effective uid, avoid it::exec | Urban Müller | 1 | -1/+4 |
2019-09-23 | mention machine in From: of it::error mails | Urban Müller | 1 | -1/+2 |
2019-09-19 | add documentation of how to use select multiple | Koni Weber | 1 | -0/+1 |
2019-09-16 | lowercase minor errors (twin, debugparams) | Urban Müller | 1 | -1/+6 |
2019-09-11 | add params2utf8 tests | Urban Müller | 1 | -0/+13 |
2019-09-11 | more params2utf8 to lower level so auto_prepend in lib doesnt trigger search.... | Urban Müller | 1 | -0/+38 |
2019-09-11 | Fix auto_increment keys where warnings clobber insert_id | Christian Schneider | 1 | -1/+3 |
2019-09-10 | Revert "New it_session::setcookie() which uses SameSite=Lax" | Christian Schneider | 2 | -15/+3 |
2019-09-10 | New it_session::setcookie() which uses SameSite=Lax | Christian Schneider | 2 | -3/+15 |
2019-09-09 | null values can exist and are valid - should not stop iteration of stats/bin/... | Urban Müller | 1 | -1/+1 |
2019-09-03 | always set/clear errstr | Urban Müller | 1 | -0/+3 |
2019-09-02 | Remove usage of reset()/each() for iterator | Christian Schneider | 1 | -6/+6 |
2019-09-02 | Use older syntax for tests | Christian Schneider | 1 | -1/+2 |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 9 | -16/+17 |
2019-08-19 | PHP 7.4 built-in web server is more noisy, make it quiet again | Christian Schneider | 1 | -1/+1 |
2019-08-12 | no alerts if different machines fail in sequence | Urban Müller | 1 | -1/+2 |
2019-07-03 | no errors if headers were sent because of keepalive-output | Urban Müller | 1 | -3/+2 |
2019-06-06 | fix possible misunderstandings | Urban Müller | 1 | -1/+1 |
2019-05-16 | show full sql statement on readback errs | Urban Müller | 1 | -4/+4 |
2019-05-15 | fix warning with url ?lang[]=foo | Urban Müller | 1 | -1/+1 |
2019-05-14 | allow retries on 500 server errors | Urban Müller | 1 | -1/+1 |
2019-05-13 | itjs::serialize() preserves data types (string, int, bool, null) | Christian A. Weber | 2 | -35/+20 |
2019-05-13 | add test and fix for 204 http status code | Nathan Gass | 3 | -1/+18 |
2019-05-10 | handle empty output in ->pipe() | Urban Müller | 1 | -1/+2 |
2019-05-10 | cdist option for ::file_put | Urban Müller | 1 | -1/+3 |
2019-05-03 | Forgot to add additional data to checksum, previously it only changed cache key | Christian Schneider | 1 | -2/+3 |
2019-05-03 | Add @param ['additional_data'] Additional data to be included in checksum | Christian Schneider | 1 | -1/+3 |
2019-04-18 | nicer err msg | Urban Müller | 1 | -1/+1 |
2019-04-18 | close result in unbuffered mode for multiple unbuffered queries | Nathan Gass | 1 | -0/+4 |
2019-04-17 | specify method in err msg | Urban Müller | 1 | -1/+1 |
2019-04-10 | correctly handle "data" => [] | Urban Müller | 1 | -3/+3 |
2019-04-06 | only use service tmp if writable | Urban Müller | 1 | -4/+5 |
2019-04-05 | avoid creating tmpfiles in dest dir | Urban Müller | 1 | -2/+4 |