Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | bin/alert lives in server/, suppress service | Urban Müller | 1 | -1/+1 |
2017-05-02 | indicate affected service if available | Urban Müller | 1 | -1/+1 |
2017-04-24 | better docs | Urban Müller | 1 | -1/+1 |
2017-04-19 | non-kludge solution for parent tree | Urban Müller | 1 | -1/+1 |
2017-04-10 | add pstree to error mails | Urban Müller | 1 | -0/+1 |
2017-04-06 | use real time, not the one set by time- debug param | Urban Müller | 1 | -2/+2 |
2017-03-30 | it::split as frontend for preg_split() | Urban Müller | 1 | -0/+14 |
2017-03-29 | prevent it::put tempfiles from being processed | Urban Müller | 1 | -2/+3 |
2017-03-15 | add add_dir(), add mkdir to file_put | Urban Müller | 1 | -0/+12 |
2017-02-07 | allow .time-1527 and .time-152715 as time formats for time debug parameter, a... | Christian Helbling | 1 | -1/+1 |
2017-02-07 | Replace create_function which will be deprecated in PHP 7.2 | Christian Schneider | 1 | -4/+2 |
2017-01-25 | use example email address instead of me@search.ch | Christian A. Weber | 1 | -1/+1 |
2017-01-25 | Second version of it::map with keys: Handle 'null', '1' for code and Traversa... | Christian Schneider | 1 | -2/+7 |
2017-01-25 | Remove function tempnam again | Christian Schneider | 1 | -12/+0 |
2017-01-25 | revert changes in it::map | David Flatz | 1 | -8/+16 |
2017-01-25 | standard php compatibility | Urban Müller | 1 | -12/+0 |
2017-01-25 | optional keys selection in it::map | Urban Müller | 1 | -4/+8 |
2017-01-23 | tempnam() with default and warnings | Urban Müller | 1 | -0/+12 |
2017-01-19 | fix php 7.1 warning | Urban Müller | 1 | -1/+1 |
2017-01-06 | add illustration for it::error | Christian Helbling | 1 | -0/+9 |
2017-01-06 | better docs | Urban Müller | 1 | -5/+5 |
2016-11-10 | it:map(): allow any callable object (anon functions) or code in string | Urban Müller | 1 | -5/+5 |
2016-10-24 | $noopts should not affect fetching of named parameters | Urban Müller | 1 | -5/+3 |
2016-10-19 | fix phan warnings | Urban Müller | 1 | -1/+1 |
2016-10-03 | support ultragetopt | Urban Müller | 1 | -1/+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-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-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-05 | use atomic write in it::file_put | Urban Müller | 1 | -3/+6 |
2016-05-31 | remove obsolete workaround | Urban Müller | 1 | -1/+0 |
2016-05-23 | add it::mod which returns modulo as a positive number | Christian Helbling | 1 | -0/+8 |
2016-04-11 | typo | Urban Müller | 1 | -1/+1 |
2016-04-08 | docs: better usage example, no copy/paste | Urban Müller | 1 | -7/+3 |
2016-04-07 | pay copy/paste tax | Urban Müller | 1 | -1/+1 |
2016-04-07 | provide url even when no trace | Urban Müller | 1 | -1/+1 |
2016-03-14 | handle 0 as default value | Nathan Gass | 1 | -1/+1 |
2016-02-01 | add support for arrays of cidrs in cidr_match() | Christian A. Weber | 1 | -9/+16 |
2016-02-01 | fix cidr_match() without /mask | Christian A. Weber | 1 | -1/+1 |
2016-02-01 | new function it::cidr_match($ip, $cidr) | Christian A. Weber | 1 | -0/+18 |
2016-01-21 | docs | Urban Müller | 1 | -1/+1 |
2016-01-20 | it::date too dangerous, newly created files with old dates overwrite archived... | Urban Müller | 1 | -2/+2 |
2016-01-19 | better docs | Urban Müller | 1 | -3/+3 |
2016-01-07 | rely on $GLOBALS["debug_time"] | Urban Müller | 1 | -6/+4 |
2016-01-07 | more compact code, correctly maintain link | Urban Müller | 1 | -4/+3 |
2016-01-07 | allow setting of exact timestamp to late add old entries | Urban Müller | 1 | -3/+7 |
2015-11-30 | adapt to new stackdump offsets | Urban Müller | 1 | -3/+1 |
2015-11-18 | it::sort docs | Urban Müller | 1 | -0/+3 |