Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/json_status.c at check-in 967ef5f7c5c7369d
|
2025-12-27
| ||
| 12:21 | Spelling fixes in docs/comments. ... (file: [3416de0cea] check-in: [33d3bf3edb] user: km branch: trunk, size: 6278) | |
|
2025-11-24
| ||
| 16:53 | Add some change statuses missing from /json/status, as reported in [forum:1e835e6a79|forum post 1e835e6a79]. Update the vfile.chnged docs to reflect values added since they were last updated. ... (file: [1ce505088a] check-in: [6112d90106] user: stephan branch: trunk, size: 6283) | |
|
2025-06-15
| ||
| 17:12 | Fix `fossil clean` on symlinks by refactoring file_isfile_or_link() to take eFType as well, so that SymFILE doesn't get dropped but passed along instead. ... (file: [6a5d1e8fe8] check-in: [9e06f72b71] user: js branch: fix-clean-symlinks, size: 5999) | |
|
2023-07-01
| ||
| 16:06 | give 'json status' the same rename treatment as recent status work As reported by larrybr on the forum: [forum:9e9778f2e6], 'fossil json status' reports renamed _and_ edited files as only renamed. This change reports such cases as both edited and renamed, and displays the filename prior to being renamed as well as the renamed path. We now also update the vfile table before generating the status report to ensure the current checkout state is reported. ... (file: [6b0b99247c] check-in: [771e592b4c] user: mark branch: trunk, size: 5989) | |
|
2021-03-25
| ||
| 01:32 | Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). ... (file: [91593f5f65] check-in: [91a4652f22] user: larrybr branch: panic-reduction, size: 5413) | |
|
2019-01-19
| ||
| 21:31 | Change the schema of the vmerge table so that it remembers the hash of merged artifacts, not the RID. Schema updates are automatic, but once the update occurs, you are committed to using the newer version of Fossil moving forward. ... (file: [9aa7c3f2c0] check-in: [8977dfb032] user: drh branch: rid-renumbering, size: 5413) | |
|
2018-07-15
| ||
| 19:56 | Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. ... (file: [04ab48bbf4] check-in: [3f5ab71744] user: drh branch: trunk, size: 5455) | |
|
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: [a59f343f3f] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 5455) | |
|
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: [0a9f959d19] check-in: [9df71fe36c] user: jan.nijtmans branch: trunk, size: 5458) | |
|
2013-08-26
| ||
| 11:56 | Update json status page for "merge --integrate" ... (file: [c38b2e5181] check-in: [1dc3881129] user: jan.nijtmans branch: trunk, size: 5460) | |
|
2013-07-14
| ||
| 14:56 | Rebase. Use -4 as INTEGRATE tag, not -3 ... (file: [c5fdb35c64] check-in: [967ef5f7c5] user: jan.nijtmans branch: merge-integrate, size: 5328) | |
|
2013-07-11
| ||
| 08:47 | Implement "fossil merge --integrate" as suggested by Harald Oehlmann. The only part missing is the actual closing of the branch. ... (file: [75f3d7432f] check-in: [b984ecaf1d] user: jan.nijtmans branch: merge-integrate, size: 5328) | |
|
2013-03-06
| ||
| 14:22 | merge trunk (committed to wrong branch) ... (file: [e950548383] check-in: [aeb1cfe112] user: jan.nijtmans branch: mistake, size: 5280) | |
|
2013-03-05
| ||
| 12:17 | Add check for win32/cygwin whether the config-db is writable in stead of checking that the $HOME directory is writable. Eliminate g.zHome and g.configOpen, in stead use a single g.configDbName. Then people no longer have to guess whether the config db name is ".fossil" or "_fossil". g.zHome was only used for locating the config db, nothing else. ... (file: [d2507fb405] check-in: [473e08a6d1] user: jan.nijtmans branch: trunk, size: 5279) | |
|
2013-03-04
| ||
| 10:25 | Proposed fix for ticket: test-move-repository requires access to original repository ... (file: [9e59581397] check-in: [1b61defd58] user: jan.nijtmans branch: fix-test-move-repository, size: 5350) | |
|
2013-02-23
| ||
| 10:58 | Added /json/status command. ... (file: [0d0f7c0749] check-in: [d1e4d100ad] user: stephan branch: trunk, size: 5349) | |