|
|
| version 1.152, 2020/12/21 02:05:11 | version 1.163, 2021/01/25 12:22:56 |
|---|---|
| Line 1 | Line 1 |
| 2021-01-21 moko | |
| * src/main/pa_http.C: no alarm() in file::load when web server mode | |
| is MULTITHREADED | |
| 2021-01-20 moko | |
| * src/targets/apache/mod_parser3.c: it is more correct to recommend | |
| 'a2enmod mpm_prefork' | |
| * src/targets/apache/mod_parser3.c: prefork name is now | |
| 'libapache2-mpm-itk' | |
| * src/targets/apache/mod_parser3_core.C: last regular malloc | |
| removed | |
| * src/targets/isapi/Makefile.am: -pa_threads.C | |
| * configure, configure.ac, src/include/pa_version.h: 3.4.6rc -> | |
| 3.4.6 | |
| * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :) | |
| * etc/auto.p.in: @config[result] added to simplify $cfg change in | |
| /httpd.p | |
| * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, + | |
| ^use[/httpd.p] + optional ^preprocess[] (related to feature | |
| #1203) | |
| 2021-01-19 moko | |
| * buildall: --disable-parallel-mark added to avoid "number of | |
| processors" threads creation for heap marking as it conflicts | |
| with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC | |
| limits threads) | |
| 2021-01-16 moko | |
| * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h, | |
| main/pa_globals.C, main/pa_memory.C, | |
| targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C, | |
| types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements | |
| feature #1209) | |
| 2021-01-15 moko | |
| * configure, configure.ac, src/include/pa_version.h: 3.4.6b -> | |
| 3.4.6rc | |
| * src/classes/json.C: get_delim added for delimiter caching (10% | |
| faster on large json) | |
| 2021-01-14 moko | |
| * operators.txt: updated with 3.4.6 changes | |
| * tests/results/224.processed: test result modified after | |
| today(shift) implemented | |
| * tests/: 407.html, results/407.processed: test for ^hash.select | |
| option $.default(bool) added (related to feature #1172) | |
| * src/classes/hash.C: ^hash.select option $.default(bool) added | |
| (related to feature #1172) | |
| * tests/: 141.html, results/141.processed: test modified for | |
| feature #1185. | |
| * src/: classes/math.C, include/pa_random.h, main/pa_random.C: | |
| ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64 | |
| options $.lower(bool) (implements feature #1185) | |
| 2021-01-11 moko | |
| * src/classes/date.C: ^date::today(N) by gz@ (implements feature | |
| #1192) | |
| * tests/: 411.html, results/411.processed: test for ^date::today(N) | |
| added (related to feature #1192) | |
| 2021-01-05 moko | |
| * tests/: 270.html, results/270.processed: test modified to work | |
| under Windows | |
| * tests/: 390.html, 395.html, results/395.processed: tests updated | |
| 4 windows | |
| * tests/: 410.html, results/410.processed: test for | |
| $CLASS-GETTER-PROTECTED(false) added | |
| 2021-01-04 moko | |
| * tests/: 409.html, results/409.processed, results/auto.p: test for | |
| $MAIN:LOCALS(true) added | |
| 2021-01-03 moko | |
| * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C, | |
| types/pa_vclass.h, types/pa_vstateless_class.C, | |
| types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED, | |
| +LOCALS. $main -> $MAIN in exception texts (implements feature | |
| #1207) | |
| 2021-01-02 moko | |
| * etc/auto.p.in: minor | |
| * src/main/pa_request.C: sending headers only after opening file to | |
| allow error reporting if file was not opened (foreign group, | |
| etc). | |
| 2020-12-31 moko | |
| * src/: include/pa_request.h, main/pa_request.C, | |
| targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[] | |
| * src/: classes/reflection.C, include/pa_request.h, main/execute.C, | |
| main/pa_request.C: get_class_ref added and used | |
| * etc/auto.p.in: @CLASS httpd added | |
| * etc/auto.p.in: @auto[] is now first | |
| 2020-12-30 moko | |
| * tests/: 408.html, results/408.processed: test for bug #1166 | |
| (windows only) added | |
| * src/main/pa_common.C: create_dir_for_file should not create dir | |
| for trailing / (fixes bug #1166) | |
| * tests/: 341.html, results/341.processed: tests for | |
| ^nameless_table.hash[] added (related to feature #1138) | |
| * src/classes/table.C: ^nameless_table.hash[0;1] now supported | |
| (implements feature #1138), extra fields in named tables no | |
| longer ignored (implements feature #1138) | |
| * tests/results/390.processed: updated after exception text change | |
| 2020-12-29 moko | |
| * tests/: 407.html, results/407.processed: +$._default check | |
| * src/classes/hash.C: keep $_default in ^hash.reverse[] | |
| * tests/: 407.html, results/407.processed: test for ^hash.select[] | |
| and ^hash.reverse[] added (releated to feature #1172) | |
| * src/classes/hash.C: | |
| ^hash.select[key;value](bool-condition)[options hash] + | |
| ^hash.reverse[] added (implements feature #1172) | |
| * src/types/pa_vtable.h: warning war | |
| * src/include/pa_config_fixed.h: win32 fix | |
| 2020-12-27 moko | |
| * tests/: 406.html, results/406.processed: test results updated | |
| * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C, | |
| types/pa_vmemcached.C: fine tuning in ^table.rename[], minor | |
| spelling | |
| 2020-12-26 moko | |
| * tests/: 406.html, results/406.processed: tests for | |
| ^table.rename[] added (related to feature #1148) | |
| * src/: classes/table.C, include/pa_table.h, main/pa_table.C: | |
| ^table.rename[column name from;column name to], ^table.rename[ | |
| $.[column name from][column name to] ... ] added (implements | |
| feature #1148) | |
| 2020-12-25 moko | |
| * src/: include/pa_request_info.h, targets/cgi/parser3.C: | |
| request_info now on stack to avoid yet another THREAD_LOCAL | |
| memory deallocation issue (now with cookies), explained in #1203 | |
| * src/types/pa_vcookie.C: fields should be inited | |
| 2020-12-24 moko | |
| * src/include/pa_stylesheet_connection.h: looks like | |
| xsltFreeStylesheet leads to memory double-free. If so, it's for | |
| sure libxml bug, but we have GC anyway, so we just remove this | |
| call and see... | |
| * thread #1, name = 'parser.parser3.cgi', stop reason = signal | |
| SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill | |
| + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at | |
| abort.c:65:8 frame #3: 0x00000000004da663 | |
| parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at | |
| allchblk.c:878:9 frame #4: 0x00000000004cb8c4 | |
| parser.parser3.cgi`GC_free(p=0x0000000808b34000) at | |
| malloc.c:617:9 frame #5: 0x0000000000577f0c | |
| parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80, | |
| f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2 | |
| parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7: | |
| 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124 | |
| frame #8: 0x000000000050d35c | |
| parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9: | |
| 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714 | |
| frame #10: 0x00000000004436e5 | |
| parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache() | |
| [inlined] | |
| Stylesheet_connection::disconnect(this=0x0000000804676c80) at | |
| pa_stylesheet_connection.h:62:3 | |
| 2020-12-23 moko | |
| * src/classes/image.C: ^image::measure[; $.video() ] option added | |
| * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test | |
| ^image::measure[; $.video(true) ] added | |
| * src/main/pa_exec.C: not cleared automatically in multithreaded | |
| httpd mode for unknown reasons | |
| 2020-12-22 moko | |
| * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to | |
| error_log uri of currently processed document", but never used | |
| and conflicts with how libgc stops threads on FreeBSD (#define | |
| SIG_SUSPEND SIGUSR1), thus removed. | |
| 2020-12-21 moko | |
| * src/main/pa_request.C: +comment | |
| 2020-12-20 moko | 2020-12-20 moko |
| * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C: | * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C: |