|
|
| version 1.161, 2021/01/20 16:48:54 | version 1.179, 2022/11/28 02:05:10 |
|---|---|
| Line 1 | Line 1 |
| 2022-11-22 moko | |
| * tests/: 419.html, results/419.processed: test for L_URI and path | |
| removeal from filename added (related to bug #1204) | |
| * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394 | |
| commit (related to bug #1204), L_HTTP_HEADER is incorrect for | |
| attribute value, L_URI should be used | |
| 2022-09-21 moko | |
| * src/targets/cgi/parser3.C: more clear error messages | |
| * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST, | |
| SAPI_Info will return 0 in read_post and post_size != | |
| content_length will be thrown | |
| 2022-08-23 moko | |
| * src/types/pa_vmail.C: .tables addes as .raw contains only last | |
| header value | |
| 2022-08-22 moko | |
| * tests/: 418.html, results/418.processed: test for | |
| ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related | |
| to #1225) | |
| * src/classes/hash.C: keep old behavoir by default | |
| * src/classes/hash.C: ^hash_a.intersection[hash_b; | |
| $.order[self|arg] ] added (implements #1215) | |
| 2022-03-21 moko | |
| * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as | |
| xmlInitCharEncodingHandlers is called in libxml static | |
| initializers before gc_substitute_memory_management_functions in | |
| pa_globals and thus gc may not see reference to our | |
| xmlCharEncodingHandler and free it. | |
| 2022-01-26 moko | |
| * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec | |
| 2021-12-28 moko | |
| * tests/: 417.html, results/417.processed: test for empty string | |
| match added (related to bug #1224) | |
| * src/main/pa_string.C: empty string match now works (fixes bug | |
| #1224) | |
| 2021-12-24 moko | |
| * tests/: 415_dir/29.p, results/415.processed: yet another test | |
| 2021-12-23 moko | |
| * src/: classes/table.C, main/pa_request.C: warnings war | |
| * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C, | |
| main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war | |
| 2021-12-21 moko | |
| * tests/: 416.html, results/416.processed: test for ^break[] in | |
| ^hash/table.select[] (related to feature #1222) | |
| * src/classes/: hash.C, table.C: ^break[] support for | |
| ^hash/table.select[] (implements feature #1222) | |
| 2021-11-30 moko | |
| * src/targets/cgi/parser3.C: default sock_ready interval changed to | |
| 0.5 sec | |
| 2021-11-10 moko | |
| * tests/results/415.processed: more syntax errors tests added | |
| * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p, | |
| 28.p: minor syntax error tests | |
| * src/main/pa_exception.C: pa_strdup added for compatibility | |
| * src/classes/curl.C: hint to call ^curl:options[ | |
| $.library[correct.libcurl.so.name] ] added if default load fails. | |
| 2021-11-09 moko | |
| * src/main/compile.y: error message can be on stack | |
| * src/main/pa_xml_io.C: strcat replaced with pa_strcat | |
| * src/main/pa_charset.C: memcpy is more correct and efficient in | |
| this case then strncpy | |
| * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used | |
| instead of strcpy where possible | |
| * src/: classes/op.C, main/pa_exception.C: "%s" format now can be | |
| used to avoid MAX_STRING limit in Exception comment | |
| * tests/results/415.processed: compiler exceptions are no longer | |
| limited to MAX_STRING | |
| * src/main/: compile.y, compile_tools.h: Parse_control uses const | |
| char * instead of fixed buffer | |
| * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p, | |
| 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p, | |
| 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p, | |
| 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p, | |
| results/415.processed: tests for parser.compile exceptions added | |
| 2021-11-08 moko | |
| * src/: classes/math.C, include/pa_common.h, main/compile.y, | |
| main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C, | |
| targets/cgi/parser3.C, targets/isapi/parser3isapi.C, | |
| types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy | |
| drawbacks | |
| 2021-11-06 moko | |
| * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch | |
| (implements feature #1219) | |
| * tests/: 414.html, results/414.processed: test for | |
| ^hash.rename[from;to] added (related to feature #1144) | |
| 2021-11-05 moko | |
| * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added | |
| (related to feature #1144) | |
| 2021-11-04 moko | |
| * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to] | |
| added (implements feature #1144) | |
| 2021-10-19 moko | |
| * tests/: 413.html, results/413.processed: test for hash no longer | |
| is accepted as file parameter (related to bug #1218) | |
| * src/: classes/curl.C, classes/file.C, classes/image.C, | |
| classes/math.C, classes/xdoc.C, types/pa_value.C, | |
| types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no | |
| longer is accepted as file parameter (fixes bug #1218) | |
| 2021-07-19 moko | |
| * src/targets/cgi/parser3.C: waitpid in file::exec returned "No | |
| child processes" when SIGCHLD was SIG_IGN (fixes bug #1215) | |
| 2021-04-16 moko | |
| * src/types/pa_vmail.C: message can be null when e-mail is broken, | |
| processing it leads to assertions. | |
| 2021-03-25 moko | |
| * tests/: 412.html, results/412.processed: test to demonstrate bug | |
| #1213 | |
| 2021-02-12 moko | |
| * tests/: 360.html, results/360.processed, results/363.processed: | |
| parser method call in expression mode no longer differs from call | |
| in string mode (related to feature #1211) | |
| 2021-02-11 moko | |
| * src/types/pa_vmail.C: mail parsing with Windows line endings | |
| fixed (bug #1212) | |
| * src/types/pa_vmethod_frame.h: no more difference inside @test[] | |
| when called $v[^test[]] vs $v(^test[]), numbers are converted to | |
| strings in both calls (implements feature #1211) | |
| 2021-01-28 moko | |
| * buildall, etc/auto.p.in: to remove last patch in debian package | |
| * configure, configure.ac, src/include/pa_version.h: 3.4.6 -> | |
| 3.4.7b | |
| 2021-01-21 moko | |
| * src/main/pa_http.C: no alarm() in file::load when web server mode | |
| is MULTITHREADED | |
| 2021-01-20 moko | 2021-01-20 moko |
| * src/targets/apache/mod_parser3.c: it is more correct to recommend | * src/targets/apache/mod_parser3.c: it is more correct to recommend |