Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around cdd298f526afae44.
2011-08-23
| ||
15:10 | The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. check-in: 0f7f81303c user: drh tags: trunk | |
14:47 | Merge the versionable-settings cache into trunk. check-in: ea51d1272c user: drh tags: trunk | |
13:54 | Fix comments. check-in: 4a32e8ade7 user: dmitry tags: symlinks | |
08:37 | Cache values of versionable settings read from files. Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges | |
01:44 | catch up with trunk; update the pre-checkin list to include checking for your username. check-in: a1f3987760 user: martin.weber tags: msw-hack | |
2011-08-22
| ||
22:20 | Merge trunk. check-in: c57830bec2 user: dmitry tags: symlinks | |
19:02 | Allow browsing of directories whose names contain characters that must be escaped for HTML. check-in: 1ec0739c4b user: drh tags: trunk | |
18:45 | Add the Makefile.in file back into the checkout. check-in: 5feb1d6015 user: drh tags: trunk | |
18:25 | Merge the --showfiles enhancement from the venks-emacs branch into trunk. check-in: 2b8cbf3c41 user: drh tags: trunk | |
18:23 | Merge the msw-hack branch into trunk. check-in: af50b29c98 user: drh tags: trunk | |
15:55 | Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. check-in: c6b371c46c user: martin.weber tags: msw-hack | |
2011-08-19
| ||
23:27 | Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. check-in: b14ab41ff8 user: venkat tags: venks-emacs | |
2011-08-16
| ||
18:35 | update branch before making changes check-in: 84e6f172af user: venkat tags: venks-emacs | |
02:43 | Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. check-in: ce62a2b11d user: drh tags: trunk | |
2011-08-14
| ||
23:14 | Merge the ben-testing branch into trunk. check-in: 9a0c995826 user: drh tags: trunk | |
23:12 | Fix the file_relative_name() function so that it works on windows. Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing | |
17:54 | Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. check-in: 3113f7b18f user: ben tags: ben-testing | |
07:21 | Merge trunk into ben-testing, adjusting for versionable settings. check-in: 246ac307bb user: ben tags: ben-testing | |
07:13 | Change the relative-paths default to 'on', after feedback from the community. check-in: 42a830e76d user: ben tags: ben-testing | |
2011-08-12
| ||
12:13 | Fix harmless compiler warnings in tar.c. check-in: 073725ae0c user: drh tags: trunk | |
11:54 | When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. check-in: 9515143de5 user: drh tags: trunk | |
09:29 | Add link to SSL page from setting up server documentation check-in: 64ae65791a user: ben tags: ben-testing | |
09:26 | Update documentation index. check-in: e764e8f3d6 user: ben tags: ben-testing | |
09:21 | Add documentation for settings, SSL usage, and change log. check-in: 0769acd2e0 user: ben tags: ben-testing | |
2011-08-10
| ||
18:53 | Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. check-in: cdd298f526 user: ben tags: ben-testing | |
15:54 | Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. check-in: b968f023a8 user: ben tags: trunk | |
2011-08-07
| ||
22:52 | Fix a (harmless) javascript error that occurs when the graph is empty. check-in: 303dd442fe user: drh tags: trunk | |
10:56 | Updates to the makefile documentation. check-in: ef0b48de0d user: drh tags: trunk | |
2011-08-05
| ||
19:14 | Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. check-in: cad1b4a434 user: mistachkin tags: trunk | |
12:43 | Taking a note about a new test I should write about merges with renames.. check-in: b78d999988 user: viriketo tags: merge_renames | |
2011-08-04
| ||
22:17 | Merge the --case-sensitive feature into trunk. check-in: 874d0ca303 user: drh tags: trunk | |
17:13 | Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". Closed-Leaf check-in: 4fee0ce2d6 user: drh tags: filename-case | |
15:54 | Merge trunk into ben-testing check-in: 3eb07708b1 user: ben tags: ben-testing | |
14:32 | Merge the ben-minorchanges branch into trunk. check-in: 83c032de7f user: drh tags: trunk | |
2011-08-02
| ||
18:42 | Use the automatic background color algorithm for individual file timelines in addition to the global timeline. check-in: abe7b8335f user: drh tags: trunk | |
2011-07-30
| ||
10:14 | Correct the winsrv documentation to use the renamed command name. Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges | |
10:10 | Allow more than one file to be specified to the diff command. check-in: 3cdcb51573 user: ben tags: ben-minorchanges | |
2011-07-28
| ||
19:57 | Merge Joerg's export command improvements into trunk. check-in: dd74352d2c user: drh tags: trunk | |
2011-07-25
| ||
12:24 | Make sure deleted files are recorded in the MLINK table. check-in: ccc2c8f65e user: drh tags: trunk | |
11:21 | Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. check-in: a26940c22e user: drh tags: trunk | |
2011-07-24
| ||
19:47 | Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix | |
00:36 | Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. check-in: 2ef37b3b2a user: ge tags: ge-tarfix | |
2011-07-23
| ||
23:01 | Fix logic error: look up mlink entries of the commit, not the parent. Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental | |
22:13 | Fix a harmless compiler warning. check-in: ba15af450d user: drh tags: trunk | |
22:05 | Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. check-in: ce4a44d931 user: drh tags: trunk | |
21:32 | Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile | |
16:01 | Merge the autosetup update into trunk. check-in: 3c512b3748 user: drh tags: trunk | |
00:24 | During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. check-in: 2cfb415b23 user: joerg tags: experimental | |
2011-07-22
| ||
23:46 | If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. check-in: c946b573c7 user: drh tags: trunk | |
23:15 | Experimental query parameters brbg and ubg for the timeline. check-in: b6b419c32d user: drh tags: trunk | |