pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:53:
- Fix regression bug since rel 12 that hangs queries returning over 1024 records. - Fix all rare-deadlock-causes logged in the last two years. o Stdio.Buffer Eliminate race condition in read_cstring().
+
o Thread.Farm
-
+
Fixed lost error in provide_error() exception handling.
+
+
Avoid delayed deallocation of jobs by clearing references immediately
+
after execution.
+
+
Building & Tools ---------------- o Java The location of libjvm is now detected on Ubuntu 18.04. o Postgres Support Postgresql 10 and later.
pike.git/CHANGES:145:
o Stdio.Terminfo Support the new terminfo format from ncurses 6. o Thread.Farm Added Thread.Farm()->set_thread_name_cb() to help applications that monitor thread creation and termination for the purpose of tracking thread names.
-
Fixed lost error in provide_error() exception handling.
-
-
Avoid delayed deallocation of jobs by clearing references immediately
-
after execution.
-
+
o Thread.ResourceCount New module to allow threadsafe race-condition-free counting of resources. o Tools.Standalone.check_http - Allow redirect responses. - Support --expect option.