Differences From Artifact [d43b290e60]:
- File src/zip.c — part of check-in [9c1199d723] at 2022-01-27 06:45:31 on branch msvc-warn2-fatal — Make MSVC build fail any level 2 warnings, and build w/o any. (user: larrybr size: 30669) [more...]
To Artifact [0670ae0d60]:
- File src/zip.c — part of check-in [9b0ebcaf23] at 2022-04-14 16:58:36 on branch load-control-rework — Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. (user: stephan size: 30676) [more...]
︙ | |||
919 920 921 922 923 924 925 | 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 | - + | if( fossil_strcmp(g.zPath, "sqlar")==0 ){ eType = ARCHIVE_SQLAR; zType = "SQL"; }else{ eType = ARCHIVE_ZIP; zType = "ZIP"; } |
︙ |