summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-04
Add global config option $GLOBALS['it_defaultconfig']['fatal_throws_exception...
Christian Schneider
1
-2
/
+9
2019-01-31
hide field password2 as well
Urban Müller
1
-1
/
+1
2019-01-18
test assoc flag
Urban Müller
1
-0
/
+3
2019-01-18
allow returning assoc arrays
Urban Müller
1
-1
/
+2
2019-01-16
implement parameter parallel to limit parallel requests in it_url::get_multi
Nathan Gass
1
-5
/
+7
2019-01-14
fix greedy replace
Urban Müller
1
-1
/
+1
2019-01-14
add options to use client certificates in it_url::get
Christian Helbling
1
-0
/
+6
2019-01-04
allow omitting id if default maxage
Urban Müller
1
-6
/
+6
2019-01-04
enable get_cache warnings for everyone
Urban Müller
1
-2
/
+2
2019-01-03
warn about get_cache calls without ID
Urban Müller
1
-0
/
+3
2019-01-03
don't force it_error => false in get_cache()
Christian A. Weber
1
-1
/
+1
2018-11-16
replace horribly named function with slight less horribly named one
Urban Müller
2
-7
/
+7
2018-11-14
do not silently ::fatal when trying to open $args[0] with ../ as filename (wh...
Urban Müller
1
-2
/
+2
2018-11-08
dont validate external css
Urban Müller
1
-0
/
+3
2018-11-06
add new parameter fetchsleep to sleep after a fetch - this parameter is usefu...
Christian Helbling
1
-1
/
+4
2018-11-06
::fatal should not send mail if only stdout is not a tty, ::bail adds newlines
Urban Müller
1
-3
/
+3
2018-11-02
remove explicit https ports since we force http protocol
Urban Müller
1
-1
/
+1
2018-10-30
allow sporadic error suppression
Urban Müller
1
-2
/
+2
2018-10-29
warn when using the same short option twice
Christian Helbling
1
-0
/
+4
2018-10-25
don't do JSON_EXTRACT when we use SQL functions with dyncols
David Flatz
2
-1
/
+3
2018-10-15
Extend test for bug fixed in 7.2.11
Christian Schneider
1
-1
/
+3
2018-10-08
improve tests and styling
David Flatz
2
-3
/
+6
2018-10-08
handle setting a dyncol to null by removing the field in dyncols
David Flatz
2
-4
/
+22
2018-10-08
put behaviour of --debug in it::getopt into it_debug::set so we can use that ...
Christian Helbling
2
-10
/
+13
2018-10-05
fix addition of dynamic columns to record where dyncols is NULL
David Flatz
2
-2
/
+7
2018-09-25
save texts.php in new array syntax if it is already converted to the new syntax
Christian Helbling
1
-2
/
+11
2018-09-25
syntax fix
Urban Müller
1
-1
/
+1
2018-09-25
update single dyncols fields; workaround for mariadb < 10.2.16 no longer needed
Urban Müller
1
-4
/
+2
2018-09-25
use created class it_dbi_test
Urban Müller
1
-6
/
+5
2018-09-24
disable linter for deprecated functions
David Flatz
1
-9
/
+9
2018-09-21
keep debug parameters set via getopt in subrequests
Christian Helbling
1
-0
/
+3
2018-09-21
remove trailing spaces
Christian Helbling
1
-7
/
+7
2018-09-19
make sure it::log does not producee @it::fatal in with /opt/ultra binaries
Urban Müller
1
-3
/
+2
2018-09-19
make sure even @it::fatal exits, print "Internal server error" in case of it:...
Urban Müller
1
-7
/
+7
2018-09-01
nobody uses use_it_state anymore
Urban Müller
3
-36
/
+0
2018-09-01
Make sure html files do not contain unparsed php source, e.g. /itjs/state.html
Christian Schneider
1
-1
/
+1
2018-08-31
docs
Urban Müller
1
-1
/
+1
2018-08-31
warn about sending php source
Urban Müller
1
-0
/
+3
2018-08-30
dont add debug code to 404 responses
Urban Müller
1
-1
/
+1
2018-08-30
prevent echoing of php source code (wget itjs/error.gif), remove unused savin...
Urban Müller
1
-11
/
+1
2018-08-30
minor cleanup
Urban Müller
1
-2
/
+1
2018-08-30
keep key out of title so err msg is the same on each backend and gets deduped
Urban Müller
1
-1
/
+1
2018-08-28
better docs
Urban Müller
1
-2
/
+2
2018-08-17
$p['totaltimeout'] supports fractions of seconds, fix path in error message o...
Christian A. Weber
1
-3
/
+3
2018-08-17
new $p['writefunction'] function to be called whenever data is received (for ...
Christian A. Weber
1
-14
/
+22
2018-08-13
disable dyncols in WHERE when we have multiple tables because we can't trust ...
David Flatz
2
-1
/
+6
2018-08-09
iterator should clear dynfields from previous iteration, may be missing in cu...
Urban Müller
2
-0
/
+14
2018-08-03
implement option verbose for verbose curl output
Nathan Gass
1
-2
/
+14
2018-08-03
check for false identity, content of $got could evaluate to false for some re...
David Flatz
1
-1
/
+1
2018-08-03
expose errno since some errors don't necessarily have an errorstring (e.g. wh...
David Flatz
1
-2
/
+2
[prev]
[next]