Age | Commit message (Expand) | Author | Files | Lines |
2017-08-09 | display affected server | Urban Müller | 1 | -1/+1 |
2017-08-09 | better err msg | Urban Müller | 1 | -1/+1 |
2017-08-03 | move processes down | Urban Müller | 1 | -1/+1 |
2017-07-25 | add running processes for easier race condition hunting | Urban Müller | 1 | -0/+1 |
2017-07-21 | dont try to set headers if content already sent | Urban Müller | 1 | -1/+1 |
2017-07-20 | more verbose error message | Urban Müller | 1 | -1/+1 |
2017-07-16 | don't mix php notices into output | Christian A. Weber | 1 | -0/+1 |
2017-07-10 | allow ignoring errors and exiting on error in it::error | Urban Müller | 1 | -7/+13 |
2017-07-06 | avoid permission problems in /cleaned if ::get_cache | Urban Müller | 1 | -1/+1 |
2017-07-04 | better docs | Urban Müller | 1 | -2/+3 |
2017-07-03 | add filemtime / If-Modified-Since functionality to request_curl | Christian Helbling | 1 | -7/+8 |
2017-06-29 | it_url: add option compression to use gzip or deflate (handled by curl) | Christian Helbling | 1 | -1/+5 |
2017-06-29 | (mostly) avoid removing newlines inside strings | Urban Müller | 1 | -1/+1 |
2017-06-27 | display body even if value is false/null | Urban Müller | 1 | -1/+1 |
2017-06-22 | only send error mails once per cluster and service | Urban Müller | 1 | -5/+4 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 2 | -8/+42 |
2017-06-01 | tests for it::filter | Urban Müller | 2 | -1/+4 |
2017-06-01 | create it::filter like it::map. knows keys. allows string expressions | Urban Müller | 1 | -7/+30 |
2017-05-24 | No SSL cookies for trusted IPs because Chrome does not overwrite SSL cookies ... | Christian Schneider | 1 | -1/+1 |
2017-05-22 | compactify, test fixcolnames | Urban Müller | 1 | -14/+7 |
2017-05-22 | introduce fixcolnames in ::csv | Urban Müller | 1 | -5/+7 |
2017-05-18 | Do not follow redirect for HTTP 201 Created because that can send the Locatio... | Christian Schneider | 1 | -1/+2 |
2017-05-17 | catch misnamed columns even when setting them to null | Urban Müller | 1 | -1/+1 |
2017-05-17 | kill forbidden tabs | Urban Müller | 1 | -6/+6 |
2017-05-17 | check for correct case of field names | Urban Müller | 1 | -0/+5 |
2017-05-03 | bin/alert lives in server/, suppress service | Urban Müller | 1 | -1/+1 |
2017-05-02 | Remove shebang line when converting syntax in it_auto_prepend.php | Christian Schneider | 1 | -1/+3 |
2017-05-02 | indicate affected service if available | Urban Müller | 1 | -1/+1 |
2017-04-26 | Style and dead code cleanup | Christian Schneider | 1 | -17/+19 |
2017-04-25 | extract function _from from select and use it in for update and delete statem... | Nathan Gass | 1 | -10/+17 |
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 | 2 | -0/+22 |
2017-03-29 | prevent it::put tempfiles from being processed | Urban Müller | 1 | -2/+3 |
2017-03-21 | get_cache_filename() considers post data | Christian A. Weber | 1 | -1/+2 |
2017-03-21 | more detailed memcache errs | Urban Müller | 1 | -1/+1 |
2017-03-16 | it_url::get() supports http file upload, clarify params documentation | Christian A. Weber | 1 | -4/+11 |
2017-03-15 | add add_dir(), add mkdir to file_put | Urban Müller | 2 | -0/+16 |
2017-03-08 | remove comment, upsert should keep state of current iterator | David Flatz | 1 | -1/+1 |
2017-03-08 | combined update/insert | Urban Müller | 1 | -0/+8 |
2017-02-15 | Switch to itools.search.ch to https | Christian Schneider | 1 | -5/+5 |
2017-02-07 | allow .time-1527 and .time-152715 as time formats for time debug parameter, a... | Christian Helbling | 2 | -3/+14 |
2017-02-07 | Replace create_function which will be deprecated in PHP 7.2 | Christian Schneider | 2 | -5/+2 |
2017-02-07 | textbook ternary | Urban Müller | 1 | -4/+1 |
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 | 2 | -3/+18 |
2017-01-25 | Remove function tempnam again | Christian Schneider | 1 | -12/+0 |
2017-01-25 | revert changes in it::map | David Flatz | 2 | -14/+17 |