Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
177 check-ins going from 9f931a7569268c45 to 3fdc2c01279ae855
2015-12-24
| ||
14:36 | Add the /mlink page (accessible only by Admin users) that shows MLINK table content for a check-in for debugging purposes. ... (check-in: 3fdc2c01 user: drh tags: trunk) | |
13:28 | Fix a harmless compiler warning and several over-length source code lines. ... (check-in: d94362b6 user: drh tags: trunk) | |
2015-12-23
| ||
21:37 | Fix some outdated comments for clarity. ... (check-in: 6e3fcebc user: mistachkin tags: trunk) | |
21:35 | Restore original definitions of the 'LOOK_*' flags. ... (check-in: 31619684 user: mistachkin tags: trunk) | |
11:10 | Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. ... (check-in: ea63a2d1 user: drh tags: trunk) | |
01:37 | Enhancements to the lookslike functions. ... (check-in: 6b292eaa user: drh tags: trunk) | |
2015-12-21
| ||
08:49 | merge trunk ... (check-in: 255327f0 user: jan.nijtmans tags: pending-review) | |
2015-11-12
| ||
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: 13c796a4 user: jan.nijtmans tags: pending-review) | |
11:32 | re-shuffle LOOK_XXX flags such that LOOK_CR and LOOK_LF are last ... (check-in: b29b7fd3 user: jan.nijtmans tags: pending-review) | |
2015-11-10
| ||
16:38 | Add the "fossil all config pull" command. ... (check-in: d3b14a8e user: drh tags: trunk) | |
12:16 | Fix a missing comma in the /test_env page. ... (check-in: 5f962bfa user: drh tags: trunk) | |
2015-11-09
| ||
08:58 | Cherry-pick part of 138783b5 from SQLite trunk. Harmless compile warning. ... (check-in: 9a11b49e user: jan.nijtmans tags: trunk) | |
2015-11-06
| ||
08:09 | Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. ... (check-in: b51ba293 user: jan.nijtmans tags: trunk) | |
2015-11-05
| ||
02:38 | Add new environment variables to the set that is displayed on the /test_env page. ... (check-in: 690824e9 user: drh tags: trunk) | |
2015-11-04
| ||
17:51 | Improved highlighting of changes in the color-coded side-by-side diff. ... (check-in: 81cae7fe user: drh tags: trunk) | |
00:36 | Include the release version number in the footer of all the built-in skins. ... (check-in: 2186f0f0 user: drh tags: trunk) | |
00:18 | Fix issue with [9ecbfb3724] that caused the versioned 'allow-symlinks' setting to be ignored. ... (check-in: 81d7ce30 user: mistachkin tags: trunk) | |
2015-11-03
| ||
22:09 | Update the built-in SQLite to version 3.9.2 ... (check-in: aa92270f 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: 9ecbfb37 user: mistachkin tags: trunk) | |
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: c985d905 user: drh tags: trunk) | |
03:47 | Simplify and enhance changes from the previous check-in. ... (check-in: 653b6b92 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: cbe4af9e user: mistachkin tags: trunk) | |
2015-11-02
| ||
23:05 | Permit compilation without Tcl private stubs using Tcl 8.5. ... (check-in: b500f89c user: mistachkin tags: trunk) | |
20:13 | Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: ca3ed9d4 user: drh tags: trunk) | |
18:51 | Document the --quiet option to "fossil rebuild" ... (check-in: a25702b0 user: drh tags: trunk) | |
17:35 | Version 1.34 ... (check-in: 62dcb00e 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: 808cda31 user: drh tags: trunk) | |
2015-10-30
| ||
23:04 | Update the "fossil bisect chart" display so that no check-in is shown more than once. CURRENT is marked on the right if it overlaps with a GOOD or BAD check-in. ... (check-in: 4da2f012 user: drh tags: trunk) | |
12:19 | Add the missing image file from the previous check-in. ... (check-in: f188505d user: drh tags: trunk) | |
12:16 | Add the http://xkcd.com/1597/ cartoon to the set of quotes about Git. ... (check-in: 227b837a user: drh tags: trunk) | |
2015-10-27
| ||
23:59 | Correct typo in change log. ... (check-in: 37f7b0fb user: mistachkin tags: trunk) | |
18:21 | Change the mimetype for .n and .man files to text/plain. ... (check-in: addf43c0 user: drh tags: trunk) | |
2015-10-22
| ||
15:56 | Change the mimetype for “man” and “n” to text/plain. ... (Closed-Leaf check-in: b38adc34 user: drh tags: mimetype-changes) | |
11:36 | Cherry-pick unrelated comment fixes from "pending_review" branch. ... (check-in: c1c8d728 user: jan.nijtmans tags: trunk) | |
2015-10-21
| ||
21:06 | Correct and enhance tests. ... (check-in: 3b691ce9 user: mistachkin tags: trunk) | |
20:39 | Add the 'encode64' command to TH1. ... (check-in: 3f21421a user: mistachkin tags: trunk) | |
12:04 |
Backout changes from timeline_showfiles_fix branch which was attempting to fix
discrepancy between CLI and web when listing modified files in checkins.
Make "fossil timeline -v" command behave like the web interface so the CLI timeline command get fixed instead of breaking the web interface. ... (check-in: 3c34db8d user: mgagnon tags: trunk) | |
2015-10-20
| ||
17:40 | Cherrypick of [2a1d7e0efc]. Docker build 'release' by default. Meant for upcoming Fossil release. ... (check-in: b88e6c77 user: mistachkin tags: trunk) | |
2015-10-19
| ||
18:22 | Tweaks to change log. ... (check-in: f324a0a4 user: mistachkin tags: trunk) | |
14:52 | On systems with case-insensitive filenames, allow "fossil rename OLD NEW" where OLD and NEW differ only in case. ... (check-in: fd2dbf43 user: drh tags: trunk) | |
12:02 | Prevent duplicate entries on the file list of a timeline. ... (check-in: 22e0427b user: drh tags: trunk) | |
2015-10-16
| ||
20:05 | Update the built-in SQLite to version 3.9.1. ... (check-in: 3cff1b8f user: drh tags: trunk) | |
2015-10-15
| ||
12:16 | Update the built-in SQLite to version 3.9.0 plus a few minor fixes for harmless details. ... (check-in: bc16590e user: drh tags: trunk) | |
2015-10-14
| ||
13:58 | Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release. ... (check-in: 47ee063e user: drh tags: trunk) | |
12:35 | Update the built-in SQLite to version 3.9.0 final. ... (check-in: 82d84295 user: drh tags: trunk) | |
2015-10-12
| ||
12:12 | Add the ymd= query parameter to the /timeline page. ... (check-in: 16ce7ef0 user: drh tags: trunk) | |
2015-10-10
| ||
17:47 | Sync up the custom MinGW makefile. ... (check-in: 9eb222c1 user: mistachkin tags: trunk) | |
15:58 | Remove another instance of strcpy() from FTS5 in SQLite 3.9.0, to mollify OpenBSD. ... (check-in: 921d6703 user: drh tags: trunk) | |
15:13 | Update the SQLite 3.9.0 beta with fixing for warnings on various obscure compilers. Omit the use of strcpy() in FTS5 since OpenBSD hates strcpy(). ... (check-in: d4a34293 user: drh tags: trunk) | |
14:03 | SQLite 3.9.0 beta 2. The first 3.9.0 beta gave compiler errors on some older platforms, which are fixed here. Behold the reason why I check-in SQLite betas into the Fossil trunk. ... (check-in: 0b81254c user: drh tags: trunk) | |
13:36 | Fix the show-files option for timelines so that it shows all files affected, even if they are coming in from a merge. ... (check-in: 9431fec1 user: drh tags: trunk) | |
13:32 | Update the built-in SQLite to the first 3.9.0 beta. Enable JSON1 and FTS5 support (though not currently used). ... (check-in: 7428117c user: drh tags: trunk) | |
2015-10-07
| ||
17:31 | Update the built-in SQLite to the first 3.8.12 beta. ... (check-in: b4b551aa user: drh tags: trunk) | |
2015-10-05
| ||
17:41 | Improvements to the way that the CSS URL is generated. ... (check-in: 8298f4e3 user: drh tags: trunk) | |
13:15 | Enhancements to the /timewarps page. ... (check-in: c9b0b7ca user: drh tags: trunk) | |
2015-10-02
| ||
20:38 | Update the built-in SQLite to the latest 3.8.12 beta. ... (check-in: 1059aae9 user: drh tags: trunk) | |
10:37 | Improve error handling in "fossil sqlite" command ".tables". Cherry-pick from SQLite trunk. ... (check-in: 5c9aecae user: jan.nijtmans tags: trunk) | |
10:35 | Let's bring down the number of eol-spaces someswhat more. No functional changes. ... (check-in: e757cd3d user: jan.nijtmans tags: trunk) | |
2015-09-28
| ||
21:26 | Improved /timewarp webpage. Formerly known as /test_timewarp. ... (check-in: 583e2f8f user: drh tags: trunk) | |
14:53 | Update the built-in SQLite to an 3.8.12 alpha version that fixes the ONEPASS optimization bug. ... (check-in: 29265968 user: drh tags: trunk) | |
2015-09-25
| ||
00:02 | Update the built-in SQLite to the 3.8.12 alpha that includes the ShmBarrier fix. ... (check-in: 96e698d2 user: drh tags: trunk) | |
2015-09-24
| ||
02:03 | Do not allow a login to occur if the USER.INFO field contains the text "expires YYYY-MM-DD" where YYYY-MM-DD is not in the future. ... (check-in: 9271b4bb user: drh tags: trunk) | |
2015-09-20
| ||
18:17 | merge "stash cat" ... (check-in: ba9d3f08 user: bch tags: trunk) | |
2015-09-15
| ||
19:11 | "cat" synonym for "stash show" ... (Closed-Leaf check-in: 533f8b6a user: bch tags: stash-cat) | |
2015-09-12
| ||
19:18 | Fix the "fossil diff --undo" option so that it works even when called from a subdirectory of the project. ... (check-in: f6c13632 user: drh tags: trunk) | |
2015-09-11
| ||
13:53 | Add support for the --undo option to the "fossil diff" command. ... (check-in: 485aa806 user: drh tags: trunk) | |
13:14 | Fix some commenting and variable naming convensions in the diff code. No logical changes. ... (check-in: 4140eb35 user: drh tags: trunk) | |
11:43 | Update the built-in SQLite to the latest SQLite (3.8.12 alpha). ... (check-in: cc0c9392 user: drh tags: trunk) | |
2015-09-07
| ||
00:34 | Added documentation to commit for user and date override options. ... (check-in: 65ff0ab2 user: sdr tags: trunk) | |
2015-09-04
| ||
12:29 | update changelog ... (check-in: c5317b3a user: jan.nijtmans tags: trunk) | |
11:42 | A few general symlink handling fixes, cherrypicked from "winsymlink" branch ... (check-in: 9867a3ec user: jan.nijtmans tags: trunk) | |
2015-08-29
| ||
23:04 | Fedora 21 -> 22 ... (check-in: 1c708ccc user: jan.nijtmans tags: trunk) | |
15:24 | Merge fix from svn-import branch relative to svndump format version 3 handling. ... (check-in: 7febc318 user: mgagnon tags: trunk) | |
2015-08-26
| ||
14:06 | fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048ead user: baruch tags: svn-import) | |
09:34 | Bring svn import up to date in an attempt to finish it ... (check-in: c75ca53e user: baruch tags: svn-import) | |
2015-03-16
| ||
20:32 | merge trunk ... (check-in: cd234b1c user: jan.nijtmans tags: svn-import) | |
2015-03-09
| ||
14:12 | merge trunk ... (check-in: 5d3c6df6 user: jan.nijtmans tags: svn-import) | |
2015-02-25
| ||
22:39 | Merge trunk. Remove --no-svn-rev switch for "fossil import --svn", just use --incremental for that (svn-rev-?? tags are off by default, but switched on by --incremental) ... (check-in: 89a56fe0 user: jan.nijtmans tags: svn-import) | |
17:19 |
Usage text only modifications:
- Mention about --force.
- Show that --git is optional (?--git?)
- Add short option (-f for --force and -i for --incremental)
(No change to the code) ... (check-in: c2cdd0e3 user: mgagnon tags: svn-import) | |
16:09 | Make --git the default for "fossil import" if neither --git nor --svn is specified. Make --force work (again) with "fossil import --git". ... (check-in: 3a6c848f user: jan.nijtmans tags: svn-import) | |
14:51 |
Change import command to use --git and --svn options instead of "svn" and "git"
sub-sub-command to stay compatible with before.
Make sure verify_all_options() fail with specifiying svn only option with --git. ... (check-in: 4d3bb24b user: mgagnon tags: svn-import) | |
13:54 | Merge trunk.. ... (check-in: 7d0ce2b0 user: mgagnon tags: svn-import) | |
13:52 | Integrate svn-import_no-svn-rev branch.. ... (check-in: 16923b5c user: mgagnon tags: svn-import) | |
2015-02-22
| ||
15:35 | Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) ... (check-in: 998ba3ad user: jan.nijtmans tags: svn-import) | |
15:30 | Fix compilation on MSVC ... (check-in: 916d1d46 user: jan.nijtmans tags: svn-import) | |
12:00 | merge trunk ... (check-in: c3bcab0f user: jan.nijtmans tags: svn-import) | |
2015-02-16
| ||
10:18 | Merge trunk. Fix compiler warning on VS. ... (check-in: ca336d2a user: jan.nijtmans tags: svn-import) | |
2015-02-06
| ||
15:38 | Merge trunk ... (check-in: 1be2eb05 user: jan.nijtmans tags: svn-import) | |
15:07 | Merge trunk ... (check-in: 7d41f6a6 user: jan.nijtmans tags: svn-import) | |
14:19 | Merge trunk ... (check-in: b69bf8ca user: jan.nijtmans tags: svn-import) | |
10:49 | merge trunk ... (check-in: 9bc76f6a user: jan.nijtmans tags: svn-import) | |
2015-02-05
| ||
09:10 | merge trunk ... (check-in: 9e7ea6a2 user: jan.nijtmans tags: svn-import) | |
2015-01-28
| ||
11:17 | Merge trunk ... (check-in: 4aa351bb user: baruch tags: svn-import) | |
11:07 | Deleting a branch closes it ... (check-in: 86ab1f46 user: baruch tags: svn-import) | |
2015-01-25
| ||
09:54 | Merge latest trunk ... (check-in: befd44c7 user: baruch tags: svn-import) | |
2015-01-18
| ||
21:12 | Merge trunk ... (check-in: 0746fbe4 user: baruch tags: svn-import) | |
20:35 | Fix handling paths when branching to/from a subdir ... (check-in: 261ff58e user: baruch tags: svn-import) | |
14:10 | Much better detection of changes to tags. Prevent commit with no changes. ... (check-in: bb020aed user: baruch tags: svn-import) | |
2015-01-15
| ||
16:17 | Fix for new branch detection and handling ... (check-in: 7673518b user: baruch tags: svn-import) | |
10:00 | merge trunk ... (check-in: 3cf9f211 user: jan.nijtmans tags: svn-import) | |
09:29 | merge trunk ... (check-in: f332f83b user: jan.nijtmans tags: svn-import) | |
2015-01-11
| ||
13:32 | Don't copy all files on a tag ... (check-in: fb90d6c6 user: baruch tags: svn-import) | |
12:44 | Change "magic numbers" to named constants ... (check-in: c8e00eb1 user: baruch tags: svn-import) | |
11:30 | Allow using tags as copy-source Move variables to smaller scope, as per coding style guidelines ... (check-in: 997da4f0 user: baruch tags: svn-import) | |
08:02 | Fix issue with branching from a branch ... (check-in: 93134dda user: baruch tags: svn-import) | |
2015-01-08
| ||
11:14 | Fix memory leaks ... (check-in: fa8f12b6 user: baruch tags: svn-import) | |
10:47 | Reformat long lines ... (check-in: 32e94835 user: baruch tags: svn-import) | |
10:17 | Fix for copy on same branch causing a merge ... (check-in: 06d3aa22 user: baruch tags: svn-import) | |
2015-01-07
| ||
19:46 | Merge latest trunk ... (check-in: aea273f7 user: baruch tags: svn-import) | |
14:07 | Fixes for detecting branch creation ... (check-in: 855f233b user: baruch tags: svn-import) | |
2015-01-06
| ||
20:17 | Fix a typo and tagging issue ... (check-in: 2b6fc1dd user: baruch tags: svn-import) | |
11:45 | Seems to work again on a simple test case. Not finished or well tested ... (check-in: ea876c3f user: baruch tags: svn-import) | |
2015-01-01
| ||
15:02 | Another unfinished revision ... (check-in: 65f9525b user: baruch tags: svn-import) | |
2014-12-31
| ||
23:33 | More work. Still not usable ... (check-in: 2ea79975 user: baruch tags: svn-import) | |
15:46 | Working on fixing/rewriting svn-import function. This is not in a stable state yet. DO NOT TEST ... (check-in: 9604c282 user: baruch tags: svn-import) | |
2014-12-24
| ||
09:00 | merge trunk ... (check-in: 2caad83d user: baruch tags: svn-import) | |
2014-12-09
| ||
10:34 | merge trunk ... (check-in: c9dae7ab user: jan.nijtmans tags: svn-import) | |
2014-11-07
| ||
11:52 | Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type ... (check-in: c2faa14d user: jan.nijtmans tags: svn-import) | |
2014-11-06
| ||
15:38 | fix some memory leaks ... (check-in: 412030b1 user: baruch tags: svn-import) | |
07:50 | merge trunk ... (check-in: a4b654ec user: baruch tags: svn-import) | |
2014-11-05
| ||
15:37 | fixes for various edge cases ... (check-in: c9fb495e user: baruch tags: svn-import) | |
09:36 | Fix name of trunk when using --trunk option ... (check-in: 5488f7dd user: baruch tags: svn-import) | |
09:12 | Merge latest trunk ... (check-in: fef7e1f9 user: baruch tags: svn-import) | |
09:09 | Fix issue with branches having wrong parent. Needs cleanup ... (check-in: 5f4e2db9 user: baruch tags: svn-import) | |
2014-11-04
| ||
12:29 | Fix --filter option ... (check-in: 64c65816 user: baruch tags: svn-import) | |
10:36 | Fix --flat option ... (check-in: 57fa3896 user: baruch tags: svn-import) | |
2014-11-03
| ||
16:05 | Fix bugs with filter and with add+change in same commit ... (check-in: 65dc40a1 user: baruch tags: svn-import) | |
14:50 | Fix bug when deleting whole folder ... (check-in: 05537c6f user: baruch tags: svn-import) | |
2014-11-02
| ||
13:59 | Options to set trunk/branches/tags folder names and project repository root (filter). Various fixes ... (check-in: f67cb93f user: baruch tags: svn-import) | |
2014-11-01
| ||
21:44 | revert mistake from last commit ... (check-in: 59cc1242 user: baruch tags: svn-import) | |
2014-10-31
| ||
08:06 | merge trunk ... (check-in: 7427b40d user: baruch tags: svn-import) | |
08:05 | Significant speed improvment ... (check-in: 31b1e5a8 user: baruch tags: svn-import) | |
2014-10-28
| ||
12:19 | fix bug with multi-window svndiff ... (check-in: ea54a298 user: baruch tags: svn-import) | |
10:44 | Support version 3 format (diff dumps) ... (check-in: eb0bf087 user: baruch tags: svn-import) | |
2014-10-27
| ||
08:19 | add support for tags ... (check-in: 2889cdc3 user: baruch tags: svn-import) | |
08:18 | revert changes committed by mistake to makefile ... (check-in: 279f4cf9 user: baruch tags: svn-import) | |
2014-10-26
| ||
14:17 | Merge changes from trunk ... (check-in: 980acc8f user: baruch tags: svn-import) | |
14:16 | import branches ... (check-in: c95c183e user: baruch tags: svn-import) | |
2014-10-22
| ||
11:53 | Can now import full dump. Still only flat and only format 2. No tracking of file moves yet ... (check-in: 8d2e6751 user: baruch tags: svn-import) | |
2014-10-21
| ||
15:00 | support copying files (no folders support yet) ... (check-in: 0edbf144 user: baruch tags: svn-import) | |
14:41 | support for deleted files ... (check-in: 33278869 user: baruch tags: svn-import) | |
12:32 | prepare for svn branch importing ... (check-in: bb1d7835 user: baruch tags: svn-import) | |
12:18 | fix manifest creation bugs ... (check-in: ffd61eed user: baruch tags: svn-import) | |
09:27 | merge trunk ... (check-in: 154abe4d user: baruch tags: svn-import) | |
09:22 | Very very basic svn-dump import. Can not handle anything realistic yet ... (check-in: 287cd78e user: baruch tags: svn-import) | |
2014-09-29
| ||
14:41 | merge trunk ... (check-in: 2bd0ed05 user: baruch tags: svn-import) | |
2014-09-15
| ||
11:52 | prepare for input from svn dumps ... (check-in: 6def3251 user: baruch tags: svn-import) | |
2014-09-14
| ||
21:05 | Disallow "fossil set" and "fossil unset" on an ambiguous prefix. ... (check-in: 3b990b52 user: drh tags: trunk) | |
2014-09-13
| ||
16:10 | Automatically remove "all" entries that differ only in case on case-insensitive filesystems. ... (check-in: c6079d14 user: drh tags: trunk) | |
16:04 | Make "fossil ui" on Windows aware of current checkout. Allows using special names prev/next/current in ui ... (check-in: f62bedf1 user: drh tags: trunk) | |
2014-09-09
| ||
07:44 | Make server on Windows aware of current checkout if run interavtivly from open checkout. Allows using special names prev/next/current in ui ... (Closed-Leaf check-in: aead49f3 user: baruch tags: baruch-winserver) | |
2014-09-07
| ||
09:49 | removed a duplicated if() block, moved a free()-after-return, both reported by Edward Berner. ... (check-in: 3fc62dde user: stephan tags: trunk) | |
08:52 | When using $EDITOR to enter a commit message, tags provided via the --tag flag are now listed, per ML request. ... (check-in: ae00c631 user: stephan tags: trunk) | |
03:41 | Fix a c99-ism (non-constant initializer). ... (check-in: 128f606f user: edward tags: trunk) | |
2014-09-05
| ||
06:23 | Minor enhancements to the Tcl integration subsystem. ... (check-in: 946c3eb6 user: mistachkin tags: trunk) | |
06:12 | Style cleanup for return code to name mappings. ... (check-in: 2212ac40 user: mistachkin tags: trunk) | |
06:06 | By default on MinGW, do not include the 'openssl' target when building as this causes OpenSSL to be needlessly rebuilt (can be overridden via FOSSIL_BUILD_SSL=1). ... (check-in: 06e5595a user: mistachkin tags: trunk) | |
2014-09-04
| ||
11:43 | Make "ls" an alias for every "list" subcommand. ... (check-in: 68c11dba user: drh tags: trunk) | |
2014-09-03
| ||
18:02 | Refine the batch file used to build with MSVC to permit use of a pre-existing build environment. ... (check-in: 214b1d0a user: mistachkin tags: trunk) | |
08:09 | If fossil is configured with --disable-internal-sqlite and the system SQLite is SQLite 3.8.7 (not compiled with SQLITE_THREADSAFE=0), allow fossil to use the faster sorting using multiple threads. ... (check-in: d4044fe2 user: jan.nijtmans tags: trunk) | |
00:03 | Cleanup some spacing and the call to makeheaders in the main.mk and MinGW makefiles. ... (check-in: 9f0686c3 user: mistachkin tags: trunk) | |
2014-09-01
| ||
19:01 | Add two new quotes to the "quotes.wiki" page. ... (check-in: c19b3f88 user: drh tags: trunk) | |
18:51 | Add the --with-miniz configuration option (with the complete miniz source code.) Add the globalState TH1 command and fixes to the TH1 expr command. ... (check-in: 66ae70a5 user: drh tags: trunk) | |
2014-08-29
| ||
02:28 | Add globalState TH1 command to the change log. ... (Closed-Leaf check-in: 3e60428c user: mistachkin tags: globalStateCmd) | |
2014-08-28
| ||
05:54 | Merge updates from trunk. ... (check-in: 629891a7 user: mistachkin tags: optFor130, globalStateCmd) | |
2014-08-13
| ||
20:09 | Merge updates from trunk. ... (check-in: 0f3084cd user: mistachkin tags: globalStateCmd) | |
19:50 | Code styling and comment tweaks. ... (check-in: a3cf0e33 user: mistachkin tags: trunk) | |
07:21 | Update <dirent.h> for Visual Studio to latest version 1.20.1 (April 2014). See: http://softagalleria.net/dirent.php. ... (check-in: a374824d user: jan.nijtmans tags: trunk) | |
07:06 | Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: 8dfbcb45 user: jan.nijtmans tags: trunk) | |
2014-08-12
| ||
20:18 | Update the built-in SQLite to version 3.8.6 beta3. ... (check-in: 75c48086 user: drh tags: trunk) | |
19:35 | Issue a not-found error in CGI if using the "directory:" configuration and there is not PATH_INFO. Ticket [c481aa2fdbc67b7] ... (check-in: ac8e9e55 user: drh tags: trunk) | |
14:48 | X-UA-Compatible (MSIE) HTTP header patch from Warren Young. ... (check-in: b7bebbe4 user: stephan tags: trunk) | |
2014-08-11
| ||
13:57 | Update the built-in SQLite to 3.8.6 beta2. ... (check-in: 981e853f user: drh tags: trunk) | |
2014-08-08
| ||
19:07 | Merge the latest Jim Tcl code to trunk, post-0.75 with the 'glob.tcl' fix included. Approved by Jim Tcl release manager Steve Bennett. ... (check-in: 9d7d6775 user: mistachkin tags: trunk) | |
03:57 | Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c802 user: mistachkin tags: autosetup) | |
02:26 | Update autosetup to the latest version ... (check-in: 93fb7c77 user: steveb tags: autosetup) | |
2013-04-01
| ||
20:56 | Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile. ... (check-in: 9f931a75 user: mistachkin tags: trunk) | |