Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/allrepo.c at check-in d13fc6a6b79e71bd
2024-11-23
| ||
21:27 | Improvements to the logic in the "fossil all" command that removes redundant entries for repositories in the global_config table. If two or more entries share the same inode, only use the first one. On Windows (which lacks inodes) determine uniqueness by the full, canonical pathname. ... (file: [5e0819deca] check-in: [106de276ee] user: drh branch: trunk, size: 19228) | |
2024-07-30
| ||
12:35 | For the 'all' command, accept any of (set, setting, settings) for the settings command, per /chat discussion. ... (file: [c6a65f0884] check-in: [939e8c4076] user: stephan branch: trunk, size: 18472) | |
2024-02-02
| ||
22:18 | Remove trailing whitespace from non-external C files. ... (file: [2c1866f703] check-in: [7db0a2d910] user: danield branch: fix-overlength-lines, size: 18384) | |
2023-12-31
| ||
12:53 | Publish the --analyze option for "rebuild" in the "fossil all" command. ... (file: [7485c466d2] check-in: [724f781594] user: drh branch: trunk, size: 18395) | |
2023-12-28
| ||
15:52 | Doc help typo fix reported in [forum:c45cc13c3c|forum post c45cc13c3c]. ... (file: [e5ac388600] check-in: [b53ee9190f] user: stephan branch: trunk, size: 18372) | |
2023-12-27
| ||
11:53 | Undocument the --deanalyze option to "fossil rebuild". It was added by [85233c40c9bb05a8], but more recently (specifically in check-in [7815d015f3b5a663]) it has become desirable for the repository database to be analyzed. ... (file: [eeedd4aef0] check-in: [fa9d3fb22b] user: drh branch: trunk, size: 18371) | |
2023-12-14
| ||
16:29 | Improve "whatis" output when in "filename" mode and parse supported whatis options when using "fossil all whatis". ... (file: [3a81ddac9c] check-in: [e1e9da26f6] user: mgagnon branch: trunk, size: 18335) | |
2023-11-25
| ||
15:56 | Remove description of unsupported option that was removed with [298ccff06c487d035a7] from "fossil all rebuild" command. No change in functionality. ... (file: [e83c8df009] check-in: [33fa915508] user: andybradford branch: trunk, size: 18193) | |
2023-10-29
| ||
19:19 | Fix typos in and otherwise improved the docs for the "fossil all set" command. ... (file: [73783641e5] check-in: [67094bc299] user: drh branch: trunk, size: 18211) | |
2023-06-06
| ||
00:46 | Improved documentation of "fossil all whatis" ... (file: [b97eac685a] check-in: [401711d484] user: drh branch: trunk, size: 18206) | |
2023-06-05
| ||
19:01 | Add the "fossil all whatis" command. ... (file: [98b1311cfa] check-in: [5484968158] user: drh branch: trunk, size: 18128) | |
2023-02-25
| ||
20:44 | Documentation for "fossil all remote". ... (file: [654a720586] check-in: [6ad6c559e2] user: drh branch: trunk, size: 17930) | |
2023-02-09
| ||
20:09 | Add the "repack" command as an alias for "rebuild --compress-only". ... (file: [01dd6ac837] check-in: [dd6a88da09] user: drh branch: trunk, size: 17869) | |
2023-01-05
| ||
19:49 | Add support for "fossil remote" and "fossil sync --all" to the "fossil all" command. ... (file: [b2a82caab2] check-in: [693b950b1e] user: drh branch: trunk, size: 17731) | |
2022-12-21
| ||
09:31 | Improved consistency for --help option descriptions. ... (file: [349f4e4914] check-in: [2e56ef4e8d] user: km branch: trunk, size: 16973) | |
09:00 | Improved consistency for --help option descriptions: begin with uppercase letter; do not use a period at the end of short-ish sentences. ... (file: [ede11c395b] check-in: [de684083c6] user: km branch: spelling-fixes, size: 16980) | |
2022-12-20
| ||
09:46 | Change spelling for check-in and similar ... (file: [6f81cea20c] check-in: [d9c4321e7a] user: danield branch: check-in-spelling, size: 16983) | |
2022-11-13
| ||
16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [f96259a07e] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 16909) | |
2022-07-06
| ||
05:53 | Typo fix in the 'all' command's help. ... (file: [c44b1457d7] check-in: [3a24a52ee6] user: stephan branch: trunk, size: 16975) | |
2022-06-23
| ||
13:08 | In the 'all' command, use strcmp instead of strncmp to compare the subcommand name to avoid the problem described in [forum:8ec0c228c1ce8da5|forum post 8ec0c228c1ce8da5], where (e.g.) the subcommand 's' evaluates to 'server' and 'p' to 'push' despite both of those being ambiguous subcommand name prefixes. ... (file: [8283ca82d0] check-in: [e098d810dc] user: stephan branch: trunk, size: 16977) | |
2021-12-21
| ||
20:23 | Add the --share-links option to "fossil all sync" and "fossil all pull". ... (file: [6603ccbd4d] check-in: [23a0cd66c8] user: drh branch: trunk, size: 16964) | |
2021-12-20
| ||
13:02 | Document the --synclog option on "fossil sync" and similar. Add --synclog to "fossil all sync" and similar. ... (file: [1ee23f6583] check-in: [aa9e43bf28] user: drh branch: synclog, size: 17004) | |
2021-09-17
| ||
19:06 | Bring the help text for the "fossil all git" command into alignment with the implementation after changes on [/timeline?c=202108141825|2021-08-14]. ... (file: [54bc8b2d0d] check-in: [1033e0ff88] user: drh branch: trunk, size: 16832) | |
2021-08-14
| ||
18:25 | Further improvements to "fossil all git status" output. Do not show repositories for which the git export repository does not exist or is inactive. ... (file: [719f9c30f4] check-in: [999d838de2] user: drh branch: trunk, size: 16764) | |
18:00 | Improved output (less clutter) from the "fossil all git status" command. Results are only shown from repositories that actually have a Git mirror. ... (file: [9fec6759f3] check-in: [9179663d8c] user: drh branch: trunk, size: 16761) | |
2021-07-01
| ||
18:54 | Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code. ... (file: [eae9524885] check-in: [e39854ae51] user: drh branch: trunk, size: 16733) | |
2021-02-01
| ||
12:29 | Fix typo: added missing word to 'fossil help all' output. ... (file: [6a35128d32] check-in: [bfa99a9399] user: jamsek branch: trunk, size: 16442) | |
2020-11-30
| ||
21:46 | Add the "fossil all git export" and "fossil all git status" commands. ... (file: [9404ed2458] check-in: [9d53f2f6a2] user: drh branch: trunk, size: 16439) | |
2020-10-14
| ||
17:47 | For the "fossil all" command, make --dont-stop the default. There is a new option --stop-on-error that sets the legacy behavior. Pause for 1/3rd of a second after any subprocess failure so that if the failures is due to SIGINT, a second SIGINT can have time to arrive before continuing. ... (file: [2537269a1a] check-in: [bcd5adddbb] user: drh branch: trunk, size: 15897) | |
2020-08-21
| ||
01:09 | Add a missing db_unprotect() to the "fossil all" command. ... (file: [3fd96fc97f] check-in: [b9ae03f6ee] user: drh branch: sec2020, size: 15559) | |
2020-08-18
| ||
02:26 | Fix missing enable of global_config in the "fossil all" command. ... (file: [857e9ca869] check-in: [16ec693dae] user: drh branch: sec2020, size: 15495) | |
01:54 | Disable writes the CONFIG and USER tables by default. Permission to write to those tables is turned on as needed. Note - might have missed a few places so expect bugs. ... (file: [57942091af] check-in: [ca9156aa0a] user: drh branch: sec2020, size: 15435) | |
2020-08-11
| ||
20:00 | Add the --db-verify option to the "fossil dbstat" command. This option simply runs "fossil test-integrity" after doing the other dbstat processing. It is a way to access the test-integrity functionality without using the (unsupported) "test-integrity" command. ... (file: [52b44fe6a4] check-in: [95e91b13d2] user: drh branch: trunk, size: 15371) | |
2020-07-12
| ||
19:11 | Add the "fossil backup" command to safely make a backup copy of a repository. ... (file: [4c91cbd973] check-in: [aadbe015df] user: drh branch: trunk, size: 15325) | |
2020-06-25
| ||
00:16 | Adjust help text to work better with the new formatter. ... (file: [2a13fb69e9] check-in: [a8a606996b] user: drh branch: formatted-online-help, size: 14805) | |
2020-06-09
| ||
00:27 | Add the new "%$" conversion specifier in mprintf(), for escaping filenames for use in shell commands. Use this feature for added system() security whereever appropriate. ... (file: [5f3c8ad4eb] check-in: [2209f55323] user: drh branch: trunk, size: 14805) | |
2020-05-13
| ||
11:59 | Add the --db-only and --quick options to the test-integrity command. ... (file: [32cdad222c] check-in: [6711b22251] user: drh branch: trunk, size: 15697) | |
2020-05-04
| ||
12:28 | Update the on-line documentation for the "fossil all sync" command. ... (file: [625f82c54f] check-in: [12eae3f58a] user: drh branch: trunk, size: 15607) | |
2020-04-05
| ||
23:45 | Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (file: [818c4737d2] check-in: [06afb7022f] user: ashepilko branch: api-cleanup, size: 15587) | |
2019-03-19
| ||
14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (file: [8271ef3e55] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 15575) | |
2017-11-30
| ||
17:58 | Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [71ee4f72ac] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 15587) | |
2017-02-09
| ||
20:04 | Make sure "fossil all" headers are flushed before running each subprocess. ... (file: [7296e9bfbb] check-in: [8e428c14c2] user: drh branch: trunk, size: 15569) | |
2016-12-01
| ||
04:32 | Add the "fossil all ui" and "fossil all server" commands. ... (file: [fd9d9394d6] check-in: [98e9fd7352] user: drh branch: all-ui, size: 15547) | |
2016-11-26
| ||
01:26 | Fix the "fossil all add" command so that it works even if repos that are already known are added. ... (file: [548021c518] check-in: [b9da89a44e] user: drh branch: trunk, size: 15244) | |
2016-10-31
| ||
13:36 | Fix harmless "Local declaration of 'rc' hides declaration of the same name in outer scope", reported by Kevin (arnoldemu) on fossil-users list. ... (file: [5d5f86041a] check-in: [0c3ae89dcb] user: jan.nijtmans branch: trunk, size: 15150) | |
2016-10-01
| ||
03:36 | Fix casing of a temporary table name to be consistent. ... (file: [d430efa00c] check-in: [efeb10c5b3] user: mistachkin branch: trunk, size: 15148) | |
2016-08-19
| ||
16:25 | Handle the "-u" option on "fossil all sync". ... (file: [a1dcd11e76] check-in: [5031cb0896] user: drh branch: omit-db_name, size: 15148) | |
2016-06-21
| ||
20:03 | Fix typos in comments. ... (file: [07ae72593c] check-in: [243fc6c246] user: drh branch: trunk, size: 15083) | |
2016-05-02
| ||
16:19 | Do not run "all" commands against encrypted repos if encryption is not supported. ... (file: [3e2be421c0] check-in: [a13ef5e6a6] user: drh branch: trunk, size: 15082) | |
2016-04-01
| ||
13:37 | Fix typos in comments. No changes to code. ... (file: [8dca2a51d7] check-in: [b6b50b1244] user: mistachkin branch: trunk, size: 14999) | |
2016-03-02
| ||
02:10 | Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. ... (file: [12318d357d] check-in: [b06cd631f1] user: mistachkin branch: trunk, size: 15000) | |
2016-02-20
| ||
20:53 | Preserve the trailing slash for checkouts so fossil can remove a checkout that no longer exists but is still a directory. ... (file: [25455c1e26] check-in: [f7a5e10ce9] user: andybradford branch: trunk, size: 14997) | |
2015-11-10
| ||
16:38 | Add the "fossil all config pull" command. ... (file: [653a4fe5cb] check-in: [d3b14a8e62] user: drh branch: trunk, size: 14982) | |
2015-07-04
| ||
06:05 | Merge updates from trunk. ... (file: [ea9a13512f] check-in: [1a4bcadde0] user: mistachkin branch: enhancedUndo, size: 14606) | |
06:03 | Update 'all clean' command with the --disable-undo and --no-prompt options. ... (file: [3cf6b0cced] check-in: [3e22d93b68] user: mistachkin branch: enhancedUndo, size: 14296) | |
06:01 | Update and tweak help text. ... (file: [c74befbae1] check-in: [2c741dec46] user: mistachkin branch: trunk, size: 14513) | |
05:47 | added missing "all cache" docs. ... (file: [499663c8f2] check-in: [2f0533fe4a] user: stephan branch: trunk, size: 14506) | |
05:35 | Added "cache" to the "all" command to simplify cache management on systems with many historical repos. ... (file: [8259e2625c] check-in: [744aaa84e4] user: stephan branch: trunk, size: 14318) | |
2015-05-11
| ||
01:31 | Add the --compress-only option to the "fossil rebuild" command. ... (file: [cf9356bb2e] check-in: [10e3d65707] user: drh branch: trunk, size: 14203) | |
2015-04-16
| ||
08:53 | Remove unnecessary variable determination in src/descendants.c, and some unnecessary end-of-line spacing. ... (file: [95b953a918] check-in: [10f5fc6986] user: jan.nijtmans branch: trunk, size: 14154) | |
2015-04-03
| ||
04:08 | Cleanup blobs used by the 'all' sub-command. ... (file: [03cfeabed8] check-in: [52d746ed1e] user: mistachkin branch: trunk, size: 14155) | |
03:56 | Evidently, the changes on this branch are no longer required. The underlying database locking issue has already been resolved. ... (file: [6695d0df43] check-in: [999de0b746] user: mistachkin branch: tkt-b6eea9446d, size: 14274) | |
03:55 | Update error messages and help text for the 'all' sub-command. ... (file: [068a6ab706] check-in: [ac56af176b] user: mistachkin branch: trunk, size: 13998) | |
03:04 | Manually fix some merge issues and adapt the algorithm to the latest trunk code. ... (file: [7b0b9059d4] check-in: [e6b160afe3] user: mistachkin branch: tkt-b6eea9446d, size: 14147) | |
02:36 | Merge updates from trunk. ... (file: [cd7f4a1953] check-in: [06ffd8009f] user: mistachkin branch: tkt-b6eea9446d, size: 14180) | |
2015-02-15
| ||
20:48 | Add the "fossil all add" command for efficiently adding new repositories to the repo list after they have been moved or renamed. ... (file: [d44cc23862] check-in: [c2f6fef80a] user: drh branch: trunk, size: 13871) | |
2015-02-08
| ||
21:47 | Add the --ifneeded option to the "fossil rebuild" command. Changed the --no-index option to --noindex for consistency. Updated the help screen for "fossil rebuild" so that options are in sorted order. ... (file: [37b198fd0e] check-in: [7a91ee99fc] user: drh branch: trunk, size: 12503) | |
2015-02-03
| ||
16:54 | Get "fossil rebuild" to work on an indexed database, and automatically recompute the index. ... (file: [7177991a7e] check-in: [18c0ab6bf1] user: drh branch: trunk, size: 12459) | |
16:40 | Take out the "test-fts" command and replace it with "fts-config" which has a more user-friendly format. Add "fts-config" to the "all" command too. ... (file: [7b8aaf1ced] check-in: [7b6adfbf92] user: drh branch: trunk, size: 12374) | |
2014-12-09
| ||
22:19 | Simplify the usage message for the 'all' command. ... (file: [cbbd052812] check-in: [c5d01ccce8] user: mistachkin branch: trunk, size: 12268) | |
2014-10-20
| ||
15:01 | Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [74c8e1fa61] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 12314) | |
2014-10-15
| ||
07:16 | Somewhat simpler SELECT expression which works with older SQLite versions as well (and gives exactly the same output). Typo. ... (file: [676dd23464] check-in: [c5588966c0] user: jan.nijtmans branch: trunk, size: 12253) | |
2014-10-14
| ||
17:57 | Add the --db-check option to the "fossil dbstat" command. ... (file: [36bbcf86fa] check-in: [d4e3f4c33d] user: drh branch: trunk, size: 12254) | |
17:49 | Improvements to the information provided by "fossil dbstat". Better formatting for the "fossil all dbstat" command. ... (file: [9a142f83cc] check-in: [7cec2de598] user: drh branch: trunk, size: 12209) | |
17:01 | Add the "dbstat" command to "fossil all". ... (file: [c31bee797b] check-in: [c6d9b0a06c] user: drh branch: trunk, size: 12155) | |
2014-07-16
| ||
23:01 | Add the "fossil all info" command. ... (file: [b09e64990a] check-in: [3f9ff2a9fa] user: drh branch: trunk, size: 11976) | |
2014-04-28
| ||
10:26 | Use file_access(..., F_OK) in stead of file_access(..., 0) everywhere, in case some platforms exist where F_OK != 0. Remove a few end-of-line spaces. ... (file: [7ee7dd0a42] check-in: [9df71fe36c] user: jan.nijtmans branch: trunk, size: 11412) | |
2014-04-03
| ||
19:13 | Enhance the 'fossil extras' and 'fossil all extras' commands using the new --header option to get them to print the associated repository first. ... (file: [d5e0c2dc93] check-in: [69974aaa19] user: mistachkin branch: trunk, size: 11413) | |
2014-03-28
| ||
02:28 | Fix inconsistent naming between the 'fossil extras' and 'fossil all extra' commands. Add the --showfile option to the 'fossil all' command. ... (file: [da5a84b86e] check-in: [7afbb70310] user: mistachkin branch: trunk, size: 11334) | |
2014-03-09
| ||
23:04 | Add the "max-loadavg" setting to the "setting" command. Add "setting" and "unset" to the "all" command so that max-loadavg can be quickly changed on all repos of a large server installation. ... (file: [4360cc9047] check-in: [1847552c92] user: drh branch: trunk, size: 11074) | |
2014-03-08
| ||
16:14 | Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (file: [ffe4570057] check-in: [840b762206] user: drh branch: trunk, size: 10471) | |
2013-11-12
| ||
15:57 | Update the built-in SQLite to include the latest bug fixes, especially the fix to count(*) on WITHOUT ROWID tables. Fix the "fossil all" command so that it works on a WITHOUT ROWID global_config table. ... (file: [03cb443201] check-in: [c0700615ff] user: drh branch: trunk, size: 10461) | |
2013-11-11
| ||
19:18 | Make use of WITHOUT ROWID in new repositories. ... (file: [1647df583b] check-in: [ad98226090] user: drh branch: without-rowid, size: 10761) | |
2013-10-18
| ||
09:40 | Fix typo in help text. ... (file: [7887fd7c23] check-in: [6cc54a7962] user: mistachkin branch: trunk, size: 10789) | |
09:34 | Improvements to the 'fossil all' help text. ... (file: [d630cad38b] check-in: [8019d49bdb] user: mistachkin branch: tkt-change-hook, size: 10787) | |
07:30 | Update error message text. ... (file: [afb7a52f79] check-in: [037ccb47c5] user: mistachkin branch: trunk, size: 9960) | |
2013-10-17
| ||
22:16 | Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. ... (file: [646b889322] check-in: [d30e5a4835] user: mistachkin branch: trunk, size: 9948) | |
2013-10-11
| ||
07:49 | Merge updates from trunk. ... (file: [10498e640d] check-in: [33d26b91c4] user: mistachkin branch: allExtra, size: 9847) | |
2013-10-09
| ||
02:44 | Mention the --dontstop option in the "fossil all" on-line help. ... (file: [a9b811c1be] check-in: [f89ba310bb] user: drh branch: trunk, size: 8342) | |
2013-10-07
| ||
23:52 | Add the 'fossil all clean' command. Add -whatif option to the 'fossil clean' command, primarily for use with 'fossil all clean'. ... (file: [c2d8114e03] check-in: [4e7753c8a1] user: mistachkin branch: allExtra, size: 9759) | |
23:36 | Update help to include 'fossil all extra'. ... (file: [099d97d9d1] check-in: [aca6db8f2b] user: mistachkin branch: allExtra, size: 8781) | |
22:37 | Add the 'fossil all extra' command. ... (file: [b7c40d65f2] check-in: [f4bcc63fab] user: mistachkin branch: allExtra, size: 8706) | |
21:36 | Fix array indexing issue in db_all_column_text_and_int64() and refactor all_cmd() in an attempt to avoid bug [b6eea9446d]. ... (file: [d5a7025176] check-in: [cb8f7eb88a] user: mistachkin branch: tkt-b6eea9446d, size: 8498) | |
2013-08-24
| ||
16:11 | Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. ... (file: [cf257abcfc] check-in: [2e83d0dea3] user: drh branch: trunk, size: 8254) | |
2013-05-15
| ||
09:33 | Allow "fossil all ... -U|--user <username>" ... (file: [8841f618c1] check-in: [b388e7347d] user: jan.nijtmans branch: trunk, size: 8212) | |
08:54 | Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" ... (file: [a4fb6ff144] check-in: [6d09745a6f] user: jan.nijtmans branch: trunk, size: 8138) | |
2013-04-26
| ||
07:11 | New option -c|--ckout to "fossil all ignore" ... (file: [7f9a744e2a] check-in: [14779a31ec] user: jan.nijtmans branch: trunk, size: 8075) | |
2013-04-21
| ||
21:59 | Add -n|--dry-run options to commands which already have --test or --nochange. ... (file: [20abf42351] check-in: [0b866397a8] user: jan.nijtmans branch: trunk, size: 7855) | |
2013-04-19
| ||
07:55 | Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (file: [60350f7b0e] check-in: [e72af5058e] user: jan.nijtmans branch: count-nochange, size: 7963) | |
2013-01-23
| ||
13:09 | Only run ANALYZE if the --analyze flag is provided to "fossil rebuild" or "fossil all rebuild". ... (file: [de8fed4fe4] check-in: [3104348ec5] user: drh branch: trunk, size: 7923) | |
2012-11-29
| ||
20:23 | All the --verbose option on "all sync", "all push", and "all pull". ... (file: [9a4f7592a8] check-in: [4ee99cc8a6] user: drh branch: trunk, size: 7882) | |
2012-10-31
| ||
14:15 | Add the "fossil test-missing" command. Make test-missing and test-orphans available to "fossil all". ... (file: [c2585bd15a] check-in: [eb94999143] user: drh branch: trunk, size: 7759) | |
00:11 | Avoid the use of stdarg.h in the "all" command, since it was causing problems for reasons I do not understand. ... (file: [57180b5f20] check-in: [ec4c935223] user: drh branch: trunk, size: 7550) | |
2012-10-26
| ||
21:34 | Add the --deanalyze option to "fossil rebuild" for removing ANALYZE results. We really don't want ANALYZE run on a repository because all the queries are tuned to work without it. Add the ability to pass rebuild arguments to "fossil all rebuild". ... (file: [42f2f4d8bc] check-in: [85233c40c9] user: drh branch: trunk, size: 7538) | |
2012-09-24
| ||
09:03 | modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path ... (file: [6de7c8aeab] check-in: [dacc694615] user: jan.nijtmans branch: trunk, size: 6613) | |
2012-09-05
| ||
12:55 | const-qualification ... (file: [e2edf499a7] check-in: [645f34834d] user: jan.nijtmans branch: eclipse-project, size: 6626) | |
2012-08-31
| ||
20:46 | Revert change [208d67675c]. The policy is to keep the Fossil source code ASCII even if Fossil itself is able to handle non-ASCII source files. Furthermore, the [208d67675c] change broken things. Also backout change [34fcb9634e] since it complicates the C code with unnecessary backslash characters in order to changes single-quotes to double-quotes in the generated HTML and Javascript, which is pointless. ... (file: [9e86d84053] check-in: [c19f34cb69] user: drh branch: trunk, size: 6620) | |
2012-08-30
| ||
14:30 | typos ... (file: [6e5868de9c] check-in: [7c0f4ecadf] user: jan.nijtmans branch: trunk, size: 6619) | |
2012-08-29
| ||
13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [70835c7761] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 6620) | |
2012-06-29
| ||
15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [9ad649008e] check-in: [0328d68181] user: drh branch: sqlite4, size: 6622) | |
2012-06-11
| ||
17:33 | merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [948e467a6c] check-in: [7a57ab6465] user: mgagnon branch: mgagnon_fix, size: 6663) | |
2012-04-28
| ||
22:42 | Add the "fossil all changes" command to show all check-outs with uncommitted changes. Also add the "fossil all list --ckout" option to show all current checkouts rather than all repositories. ... (file: [b6606e9f92] check-in: [42f4d14771] user: drh branch: trunk, size: 6621) | |
2012-03-29
| ||
14:54 | Add vim modline everywhere ... (file: [a9929e0ee7] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 5511) | |
2012-03-19
| ||
05:24 | Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. ... (file: [fc9f82147a] check-in: [e94c7cc4de] user: mistachkin branch: winFiles, size: 5469) | |
2011-10-10
| ||
19:33 | Fix a C++ comment in sha1.c. Fix a help text typo. ... (file: [b149430f5d] check-in: [a6f3dd1ce7] user: drh branch: trunk, size: 5466) | |
2011-05-24
| ||
12:00 | Merge the latest trunk changes into the arjen-doc-updates branch. ... (file: [6e55b77551] check-in: [5d4ef37a9d] user: drh branch: arjen-doc-updates, size: 5748) | |
2011-05-04
| ||
11:13 | Add a wrapper around all calls to access() that translates UTF8 to MBCS. ... (file: [39d854b290] check-in: [850d3df44e] user: drh branch: windows-i18n, size: 5458) | |
2011-04-27
| ||
18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [cd1b57487e] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 5448) | |
2011-04-26
| ||
06:37 | Online help for several commands edited - as found in allrepo.c, bisect.c, branch.c and checkin.c. Note: "commit" still to be edited ... (file: [b97833b733] check-in: [e66fe70c7f] user: Arjen Markus branch: arjen-doc-updates, size: 5726) | |
2011-02-24
| ||
23:41 | Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. ... (file: [9bbb3978c8] check-in: [f5a9e8e61e] user: drh branch: trunk, size: 5436) | |
2010-12-23
| ||
18:18 | Add the test-integrity command for verifying repository integrity. Also add an "all" version of this command. ... (file: [3283814c47] check-in: [d56734549a] user: drh branch: trunk, size: 5301) | |
2010-11-12
| ||
21:51 | Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (file: [80a4ff9364] check-in: [a04a650870] user: drh branch: trunk, size: 5219) | |
2010-11-07
| ||
10:13 | merge from trunk ... (file: [dd247dc29e] check-in: [8050311dd5] user: wolfgang branch: StvPrivateHook2, size: 5247) | |
2010-11-06
| ||
21:04 | Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. ... (file: [320a60b127] check-in: [d9880a8003] user: drh branch: trunk, size: 5210) | |
2010-11-02
| ||
18:23 | merge from trunk ... (file: [2ba92cda0c] check-in: [cb75de51b5] user: wolfgang branch: StvPrivateHook2, size: 5249) | |
00:07 | Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (file: [2892333460] check-in: [24636f7057] user: drh branch: trunk, size: 5212) | |
2010-10-15
| ||
16:11 | merge from trunk ... (file: [76b04dcfca] check-in: [c127179362] user: wolfgang branch: wolfgangHelpCmd, size: 4745) | |
2010-10-14
| ||
19:14 | Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. ... (file: [79c9a347ab] check-in: [2fac809165] user: drh branch: trunk, size: 4709) | |
2010-10-08
| ||
15:05 | fine tuning the layout of the command line help strings ... (file: [9165c1859c] check-in: [c6d1879069] user: wolfgang branch: wolfgangHelpCmd, size: 4738) | |
12:02 | added cross reference links to command line help in the gui ... (file: [9c87144b9b] check-in: [b76a547f1a] user: wolfgang branch: wolfgangHelpCmd, size: 4739) | |
2010-09-19
| ||
00:56 | Corrections to the built-in help text for the "all" command. ... (file: [a967e36eff] check-in: [0183e1917f] user: drh branch: trunk, size: 4702) | |
2010-07-23
| ||
09:37 | Fixed various typos and omissions in help sections ... (file: [816ed36f0d] check-in: [44b02c3de9] user: BMorgat branch: trunk, size: 4702) | |
2010-05-16
| ||
19:08 | Change from GPL to the Simplified BSD License. ... (file: [f66c8bf56f] check-in: [c06edd231f] user: drh branch: clear-title, size: 4586) | |
2010-01-19
| ||
18:11 | Start a new branch that strives to contain only code for which we hold clear title. ... (file: [95baf64012] check-in: [ab0a0d7640] user: drh branch: clear-title, size: 4862) | |
2009-11-11
| ||
16:21 | Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. ... (file: [eac34f25f8] check-in: [d5695157d0] user: drh branch: trunk, size: 4964) | |
2009-09-16
| ||
21:29 | Change more system() calls into portable_system() in an effort to fix path quoting problems on windows. ... (file: [22228def76] check-in: [0eb08b860c] user: drh branch: trunk, size: 4557) | |
2009-08-14
| ||
14:03 | Fix the header comment (and hence the "help" message) for the "fossil all" command. ... (file: [8f62ffa7a2] check-in: [0b49e4afba] user: drh branch: trunk, size: 4548) | |
2009-08-13
| ||
14:27 | Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. ... (file: [d3d32a9331] check-in: [00ac7945a9] user: drh branch: trunk, size: 4511) | |
2009-08-09
| ||
22:13 | correct error message for "fossil all " (as per addition of "ls" subcommand alias) ... (file: [24723f7eda] check-in: [f438092f88] user: bch branch: trunk, size: 4510) | |
21:39 | make "ls" an alias for "list" in "fossil all [x]" command. i.e.: fossil all ls == fossil all list. ... (file: [c9f89e211d] check-in: [e85b538fa8] user: bch branch: trunk, size: 4507) | |
2009-01-29
| ||
02:57 | Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands. ... (file: [cc52a38ad8] check-in: [4f0f992245] user: bharder branch: trunk, size: 4409) | |
2008-11-09
| ||
16:15 | Fix the "help" text for the "all" command. ... (file: [74c46da757] check-in: [bcb9c072c5] user: drh branch: trunk, size: 4401) | |
2008-10-17
| ||
12:31 | Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. ... (file: [1ebb23105f] check-in: [2bd0690fe8] user: drh branch: trunk, size: 4393) | |
00:21 | Fix a minor problem in the previous check-in. ... (file: [d823b159bc] check-in: [02eabf94e5] user: drh branch: trunk, size: 4053) | |
00:20 | Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. ... (file: [044b203277] check-in: [9346f2290c] user: drh branch: trunk, size: 4059) | |