Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2014-06-06 07:19:23" occurring around 2014-06-06 07:19:23.
2014-06-13
| ||
23:34 | Minor code style and spacing cleanup. ... (check-in: 40d5560f22 user: mistachkin tags: trunk) | |
14:49 | Minor code cleanup for autosync attempts to make the code more legible, no change in functionality. ... (check-in: 2f9c2ea5a5 user: andybradford tags: trunk) | |
14:21 | Auto-adjust the width of timeline (and various other output places) according to real terminal width. Suggested by Baptiste Daroussin. ... (check-in: c4891e24af user: jan.nijtmans tags: autoadjust) | |
08:57 | Add a versioned "encoding-glob" setting for some files which contain the copyright sign (as invalid UTF-8 byte-sequence) ... (check-in: c5a0169786 user: jan.nijtmans tags: trunk) | |
06:11 | Only sleep if there are more sync attempts to be made. ... (check-in: e1dccc1772 user: andybradford tags: trunk) | |
03:56 | Add setting to control the number of autosync will be tried before returning an error. Default is historical behavior of one autosync in each direction. ... (check-in: 76bc297e96 user: andybradford tags: trunk) | |
00:38 | Fix minor typos in documentation. ... (check-in: a9819ba267 user: andybradford tags: trunk) | |
2014-06-12
| ||
21:37 | Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d431 user: mistachkin tags: innosetup) | |
20:40 | Move Fossil NSIS setup file to the 'setup' directory. ... (check-in: 8b4aaef2f5 user: mistachkin tags: trunk) | |
20:21 | Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4faf user: mistachkin tags: autosetup) | |
18:37 | Merge updates from trunk. ... (Closed-Leaf check-in: 3b9a8829f4 user: mistachkin tags: th1Hooks) | |
18:36 | Merge updates from trunk. ... (Closed-Leaf check-in: b3f9ce63ec user: mistachkin tags: th1Cmds) | |
17:26 | merge trunk ... (Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath) | |
17:25 | Version 1.29 ... (check-in: 3e5ebe2b90 user: drh tags: trunk, release, version-1.29) | |
17:25 | Set the publication date for version 1.29 to 2014-06-12. ... (check-in: 4ec7e53a81 user: drh tags: trunk) | |
2014-06-11
| ||
01:23 | Improvements to handling of the configuration database. ... (check-in: 79533e2b31 user: mistachkin tags: th1Hooks) | |
00:51 | Centralize the handling of opening the configuration database and repository on behalf of TH1. ... (check-in: 9773eba5fe user: mistachkin tags: trunk) | |
00:40 | Merge updates from trunk. ... (check-in: 715dcd52fe user: mistachkin tags: th1Hooks) | |
2014-06-10
| ||
19:59 | Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. ... (check-in: c18ff5d005 user: mistachkin tags: th1Cmds) | |
18:56 | Make TH1 command comments consistent. ... (check-in: a17919af85 user: mistachkin tags: trunk) | |
05:02 | Merge updates from trunk. ... (check-in: 0465fecca3 user: mistachkin tags: th1Hooks) | |
05:01 | Modularization and cleanup of several test files. ... (check-in: 2c9d6b5e0f user: mistachkin tags: trunk) | |
2014-06-08
| ||
00:03 | Merge updates from trunk. ... (check-in: f91d313169 user: mistachkin tags: th1Hooks) | |
2014-06-06
| ||
09:27 | When doing "fossil user default <username>", don't try to check the current default user for validity. ... (check-in: 4306f0f3d6 user: jan.nijtmans tags: trunk) | |
07:19 | A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings ... (check-in: 0a754750ef user: jan.nijtmans tags: trunk) | |
07:10 | Make "fossil version -v" report the right openssl version, even when it was linked dynamically with openssl and the openssl version was later upgraded. Remove some dead code and comments which are not true any more. ... (check-in: 48f1239eb2 user: jan.nijtmans tags: trunk) | |
2014-06-05
| ||
18:39 | Update version of OpenSSL that is referred to in the makefiles. ... (check-in: 94c0eb9724 user: mistachkin tags: trunk) | |
08:12 | Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e0545 user: jan.nijtmans tags: sqlite3-compat) | |
08:05 | Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. ... (check-in: 5610dc4edf user: jan.nijtmans tags: trunk) | |
2014-06-04
| ||
19:59 | Merged in close-cleanup-config after positive tests and feedback. ... (check-in: fc9970678e user: stephan tags: trunk) | |
19:53 | Minor changelog addition. ... (check-in: 1e4f77d7b4 user: stephan tags: trunk) | |
18:45 | Update the built-in SQLite to the 3.8.5 release. ... (check-in: 72328ae75d user: drh tags: trunk) | |
2014-06-03
| ||
19:42 | Update the build instructions for Mac OS 10.2. ... (check-in: 481741f3f5 user: drh tags: trunk) | |
15:17 | Merge in recent patches to the SQLite 3.8.5 beta. ... (check-in: 2ddb51c08f user: drh tags: trunk) | |
2014-06-02
| ||
20:10 | actually, --date-override overrides --empty, not reverse ... (check-in: a01e2d147f user: jan.nijtmans tags: trunk) | |
14:52 | Updates the built-in SQLite sources to the latest 3.8.5 beta. In particular, this update includes the new ".system" and ".once" commands to the SQLite command-line utility accessed via the "fossil sql" command. ... (check-in: 8bc47c1469 user: drh tags: trunk) | |
09:39 | Fix comment, some formatting. ... (check-in: 74640de96e user: jan.nijtmans tags: trunk) | |
2014-06-01
| ||
04:17 | Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8ec user: andybradford tags: autosync-tries) | |
2014-05-31
| ||
22:22 | Documented the new -empty flag. ... (check-in: 2a17ab66b2 user: stephan tags: trunk) | |
19:37 | The 'new' and 'init' commands again create an initial checkin unless the (new) --empty flag is given or (as before) --date-override is used. ... (check-in: 3b66804d3f user: stephan tags: trunk) | |
16:37 | Backout [636982a564], which incorrectly calculates aggregate disk checksums when selectively committing files for the initial checkin. ... (check-in: 1a0179abd7 user: joel tags: trunk) | |
15:34 | Link to the manifest documentation from the core concepts. ... (check-in: 7ff74b20d6 user: andybradford tags: trunk) | |
2014-05-30
| ||
18:12 | integrated wiki-keep-mimetype branch. ... (check-in: 52d242a73b user: stephan tags: trunk) | |
18:04 | Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). ... (Closed-Leaf check-in: 918d07bfac user: stephan tags: wiki-keep-mimetype) | |
16:52 | Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. ... (Closed-Leaf check-in: 43eeab7c52 user: stephan tags: close-cleanup-config) | |
16:38 | 'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. ... (check-in: 36cb9ec476 user: stephan tags: close-cleanup-config) | |
2014-05-28
| ||
20:24 | Update the build-in SQLite from upstream. The "fossil sql" command now supports the ".shell" meta-command. ... (check-in: f6d3b81513 user: drh tags: trunk) | |
16:06 | Added -R REPO to the timeline docs, per ML request. ... (check-in: dadbf7825a user: stephan tags: trunk) | |
03:55 | Fixed an off-by-one error in print_person(). The original code extracted the leading '<' of the email address as part of the user name, putting an unmatched '<' into the git dump file, and breaking fast_import. This bug was only triggered by the user's contact information actually containing an email address. ... (check-in: de1921bad3 user: aku tags: trunk) | |
00:17 | Fix a typo in the SCGI documentation. ... (check-in: 6a4127f3ed user: drh tags: trunk) | |