Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

68 events for the month beginning 2015-11-01

Following month ↑
2015-11-30
00:23
Remove extra colon and space in section topics in style guidelines. check-in: 069084afc2 user: andybradford tags: trunk
2015-11-29
17:33
Fix the backslash-octal escapes on the filename quoting while importing from git. check-in: 09cf1ad8ee user: drh tags: trunk
03:51
Fix incorrect form generation for zip pages from redirected anonymous login. This only happens when the zip permission is only allowed after anonymous login is successful. check-in: 167dec48fb user: andybradford tags: trunk
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. Closed-Leaf check-in: 5f32bf719d user: andybradford tags: pending-review
2015-11-24
23:41
Fix compiler warnings seen with MSVC. Add comments. check-in: 52e3d9d845 user: mistachkin tags: trunk
23:38
Prevent the test command 'test-th-hook' from segfaulting when TH1 hooks are disabled. Also, add and enhance comments. check-in: ddd4cb5254 user: mistachkin tags: trunk
2015-11-23
20:53
fixed typo as suggested on ML check-in: 565d1b0a38 user: m.ramakers@gmail.com tags: trunk
2015-11-22
05:30
Restore historical behavior of allowing both pull-only and pullonly in autosync setting. check-in: acc0200a4a user: andybradford tags: trunk
2015-11-21
18:37
Revise TH1 proc_command fix from the previous check-in so it more closely matches the original fix from [f2d87242503d7a7d]. check-in: c66083eded user: mistachkin tags: trunk
17:25
If the proc argument list is an empty list, don't segfault by accessing memory outside the bounds of the array. For example, as used in the footer /artifact/7f36cbf30a82ef3cec30c1917a96415fa7d76eeb?txt=1&ln=3 check-in: 7c3cb470e6 user: andybradford tags: trunk
2015-11-19
09:44
Fix uninitialized variable in command-line shell dc2ac024d3 and other shell improvements, cherry-picked from SQLite trunk. check-in: 63256980ee user: jan.nijtmans tags: trunk
2015-11-18
13:50
Check for ENABLE_DBSTAT_VTAB feature in stead of SQLite version number before using the dbstat virtual table: It might be that the SQLite version is OK, but it is compiled without ENABLE_DBSTAT_VTAB. check-in: 1a6892aeb7 user: jan.nijtmans tags: trunk
2015-11-17
23:22
Show how to enable/disable the access-log and admin-log from their display pages. Add the "Stats" button to the Admin main menu. check-in: 3967d043e8 user: drh tags: trunk
20:43 Edit [13c796a496ba77eb|13c796a496]: Mark "Closed". artifact: dc75723f9b user: mistachkin
19:58
Add the Access-Log submenu button to the User List page. check-in: e60a021167 user: drh tags: trunk
19:52
Revamp the user list setup page. Show the last change time and expiration date for each login. Make the user list sortable using javascript. check-in: 01b1319931 user: drh tags: trunk
19:51
Change the user list to a sortable table. Closed-Leaf check-in: 72de3100c2 user: drh tags: user-config-revamp
17:12
Improved display of the user list on the setup menu. check-in: d3fbf71738 user: drh tags: user-config-revamp
14:29
Move the side-bar documentation for the user-list page onto a separate page accessible from the "Help" submen of the user-list page, for improved readability. check-in: 18df719ed5 user: drh tags: user-config-revamp
2015-11-16
03:43
Restore a comment containing the 'font' tag as it correctly describes the underlying code. check-in: c6afc979ab user: mistachkin tags: html-cleanup
02:42
Remove deprecated <font> tags. check-in: 46861220d3 user: Isius tags: html-cleanup
02:13 Edit [d57f2395709a42c4|d57f239570]: Edit check-in comment. artifact: 86640a80d8 user: Isius
01:45
Remove deprecated <center> tags. check-in: d57f239570 user: Isius tags: html-cleanup
2015-11-14
19:03
Fix a memcmp() that really should be fossil_strcmp(). check-in: 5853fcf132 user: drh tags: trunk
16:16
Enhanced description of how to set up the /proc filesystem inside of a chroot jail. check-in: 28a1da05b1 user: drh tags: trunk
2015-11-13
10:00
pedantic upstream cson -Wall/-Werror fixes (unused static consts) for clang. check-in: f5bed9ce54 user: stephan tags: trunk
2015-11-12
16:00
Fedora 23 is latest. Build shared tcl8.6 inside fossil docker container (so it can be left out if desired) check-in: ddca9b079e user: jan.nijtmans tags: trunk
11:37
Micro-optimization in lookslike* functions, proving that LOOK_CR can be expressed as (LOOK_LONE_CR | LOOK_CRLF) and LOOK_LF as (LOOK_LONE_LF | LOOK_CRLF). This saves 6 assembler-instructions in the loops. Ready to be reviewed. check-in: 13c796a496 user: jan.nijtmans tags: pending-review
11:32
re-shuffle LOOK_XXX flags such that LOOK_CR and LOOK_LF are last check-in: b29b7fd361 user: jan.nijtmans tags: pending-review
2015-11-10
16:38
Add the "fossil all config pull" command. check-in: d3b14a8e62 user: drh tags: trunk
12:16
Fix a missing comma in the /test_env page. check-in: 5f962bfaf4 user: drh tags: trunk
2015-11-09
08:58
Cherry-pick part of 138783b5 from SQLite trunk. Harmless compile warning. check-in: 9a11b49e65 user: jan.nijtmans tags: trunk
2015-11-06
09:32 Edit [8440ddab4c4973b6|8440ddab4c]: Move to branch mistake. Add propagating "hidden". Mark "Closed". artifact: 8bc799df2f user: jan.nijtmans
08:45
Cherry-pick part of 138783b5 from SQLite trunk. Reported by Don Porter here: http://cyqlite.sourceforge.net/cgi-bin/sqlite/tktview?name=d4593fcd90 (If SQLite 3.9.3 is ever released, I hope this harmless warning is fixed in it) check-in: ac3771966a user: jan.nijtmans tags: branch-1.34
08:09
Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. check-in: b51ba29365 user: jan.nijtmans tags: trunk
2015-11-05
05:27
Add new environment variables to the set that is displayed on the /test_env page. check-in: ffe4149e18 user: mistachkin tags: branch-1.34
02:38
Add new environment variables to the set that is displayed on the /test_env page. check-in: 690824e991 user: drh tags: trunk
2015-11-04
23:42
Include the release version number in the footer of all the built-in skins. check-in: c39315375f user: mistachkin tags: branch-1.34
23:42
Make the --with-tcl configure option able to cope with systems where using '-lieee' from TCL_LIB_SPEC appears to cause issues. check-in: 7a0d543a78 user: mistachkin tags: branch-1.34
23:41
Fix over-length source code lines and memory leaks in the 'clean' command. check-in: 98e694422a user: mistachkin tags: branch-1.34
23:41
Permit compilation without Tcl private stubs using Tcl 8.5. check-in: e0773f3d83 user: mistachkin tags: branch-1.34
23:41
Indicate that OpenBSD builds are 5.x not 4.x. check-in: de8438cdcd user: mistachkin tags: branch-1.34
23:40
Document the --quiet option to 'fossil rebuild'. check-in: c685c46daf user: mistachkin tags: branch-1.34
17:51
Improved highlighting of changes in the color-coded side-by-side diff. check-in: 81cae7feac user: drh tags: trunk
12:02
Update the built-in SQLite to version 3.9.2 check-in: ac3889f03b user: jan.nijtmans tags: branch-1.34
00:50
Don't prompt when using -x check-in: e24b5abaf2 user: jan.nijtmans tags: cleanX-no-clean-glob
00:36
Include the release version number in the footer of all the built-in skins. check-in: 2186f0f0e7 user: drh tags: trunk
00:18
Fix issue with [9ecbfb3724] that caused the versioned 'allow-symlinks' setting to be ignored. check-in: 81d7ce3018 user: mistachkin tags: trunk
2015-11-03
23:50
merge cleanX check-in: 607bc737e7 user: jan.nijtmans tags: cleanX-no-clean-glob
23:50
Don't prompt when using -x check-in: daf352e7a1 user: jan.nijtmans tags: cleanX
22:50
merge trunk check-in: c7fbeb7aaa user: jan.nijtmans tags: cleanX
22:09
Update the built-in SQLite to version 3.9.2 check-in: aa92270fe9 user: jan.nijtmans tags: trunk
21:50
Enable symlinks by default on non-Windows platforms and make sure that the 'open' command honors the global 'allow-symlinks' setting in addition to the versioned and per-repository ones. check-in: 9ecbfb3724 user: mistachkin tags: trunk
21:46
Make sure that the 'open' command honors the global 'allow-symlinks' setting in addition to the versioned and per-repository ones. Closed-Leaf check-in: 8aed22a231 user: mistachkin tags: unixSymlinks
19:51
Enable 'allow-symlinks' setting by default on non-Windows platforms. check-in: 6ee986b1d7 user: mistachkin tags: unixSymlinks
13:49
Updates to the "fossil clean" command: Added the -i/--prompt option. Always report if unable to delete a file. Fixed memory leaks and over-length source code lines. check-in: c985d905c6 user: drh tags: trunk
05:47
merge cleanX check-in: 346d62a411 user: jan.nijtmans tags: cleanX-no-clean-glob
04:47
merge trunk check-in: 23024b4a6c user: jan.nijtmans tags: cleanX
03:47
Simplify and enhance changes from the previous check-in. check-in: 653b6b9240 user: mistachkin tags: trunk
03:36
Make the --with-tcl configure option able to cope with systems where using '-lieee' from TCL_LIB_SPEC appears to cause issues. check-in: cbe4af9ea8 user: mistachkin tags: trunk
01:20
Always print a warning if "fossil clean" is unable to remove a file, even if the --verbose option is omitted. Closed-Leaf check-in: 6c2a2087d2 user: drh tags: clean-cmd-cleanup
01:07
Add the -i or --prompt option to the "fossil clean" command. check-in: 1c9da04a39 user: drh tags: clean-cmd-cleanup
00:46
Fix over-length source code lines and memory leaks in the “clean” command. check-in: 4c8b1e819c user: drh tags: clean-cmd-cleanup
2015-11-02
23:05
Permit compilation without Tcl private stubs using Tcl 8.5. check-in: b500f89c38 user: mistachkin tags: trunk
20:13
Indicate that OpenBSD builds are 5.x not 4.x. check-in: ca3ed9d49c user: drh tags: trunk
18:51
Document the --quiet option to "fossil rebuild" check-in: a25702b019 user: drh tags: trunk
17:35
Version 1.34 check-in: 62dcb00e68 user: drh tags: trunk, release, version-1.34
2015-11-01
18:14
Change all references to the tcl.tk domain into tcl-lang.org. check-in: 808cda318d user: drh tags: trunk
Previous month ↓