History of src/db.c of 356fc21d40ef3ea7
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/db.c at check-in 356fc21d40ef3ea7

2013-07-21
16:29
rebase file: [c096c7fd2d] check-in: [54aef59916] user: jan.nijtmans branch: cleanX, size: 79865
2013-07-20
08:40
Alternative approach to allow multiple SSH users to share the same SSH account while maintaining separate Fossil identities. file: [fff8d4408e] check-in: [e3510cef23] user: amb branch: ssh-shared-account, size: 80271
2013-07-16
05:47
Remove old SSH transport code and spawn remote fossil http as remote SSH command instead. Also make it possible to configure SSH command prior to cloning. Change remote fossil command to be configurable (really this should probably be simply a matter of fixing PATH on remote end). file: [e77657e655] check-in: [c38ff36ddf] user: amb branch: ssh-transport-changes, size: 80131
2013-07-09
11:06
"http-allow-regexp" setting and "http -async" (continuing experiments) file: [821e39584d] check-in: [75a9c981ab] user: jan.nijtmans branch: tkt-change-hook, size: 80263
2013-07-08
20:07
limit hook http requests to localhost, unless setting "http-outside" is set. file: [7910014a53] check-in: [2b233e0af2] user: jan.nijtmans branch: tkt-change-hook, size: 80195
2013-06-27
18:34
Added missing ?-global? hint in one instance of the settings command help. file: [607cf8933d] check-in: [8dc6873d44] user: stephan branch: trunk, size: 79978
2013-06-21
09:27
rebase file: [f90ab9a78a] check-in: [dfb47a2a2e] user: jan.nijtmans branch: cleanX, size: 79855
2013-06-20
15:17
Limit the range of rowids to 0..2147483647. file: [105603ecbb] check-in: [5aa2aee95f] user: drh branch: trunk, size: 79968
13:56
Change return type of db_last_insert_rowid() to size_t. file: [f2939f80bc] check-in: [e1cb483a9b] user: jan.nijtmans branch: size_t-rcvid, size: 79868
2013-06-03
07:53
Rebase. Remove --clean option and "clean-glob" setting. Implement new "allow-clean-x" setting. file: [15643f88e7] check-in: [b3201c9111] user: jan.nijtmans branch: cleanX, size: 79743
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. file: [5c355f71d3] check-in: [003062b7d8] user: jan.nijtmans branch: pending-review, size: 79862
2013-05-15
07:02
Doc update: ignore-glob setting should be used to prevent *.log files from being added. file: [5918dc6458] check-in: [1162df8e41] user: jan.nijtmans branch: trunk, size: 79856
2013-05-13
10:10
Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. file: [62966093d1] check-in: [d60a75fd08] user: jan.nijtmans branch: clean-with-ignore, size: 79597
2013-05-07
23:33
Update help text for the ignore-glob setting. file: [39a6d77402] check-in: [dcb5df51d9] user: mistachkin branch: trunk, size: 79867
20:52
Add --clean option and clean-glob for use by the clean command. Restore previous meaning of the ignore-glob setting. file: [0ab38edbd6] check-in: [b7afa9728b] user: mistachkin branch: trunk, size: 79817
08:17
If versionable settings are present, disallow editing of the corresponding fields in the /setup_settings page. file: [cf34d1a7ca] check-in: [3cba68a83e] user: jan.nijtmans branch: trunk, size: 79433
07:52
Move check for g.localOpen inside db_get_do_versionable(), because all callers will need this. Add "disabled" parameter to onoff_attribute(), entry_attribute() and textarea_attribute(). file: [d3b482f34b] check-in: [10d8abcd0c] user: jan.nijtmans branch: trunk, size: 79440
2013-05-02
15:04
rebase file: [5d97942304] check-in: [9e4a7190af] user: jan.nijtmans branch: clean-with-ignore, size: 79406
2013-05-01
19:59
Attempt to set the repository application_id to 1598444364 (which is the same as '_FSL') before any changes to the repository. file: [b6f3c8ac12] check-in: [822d6f0dab] user: drh branch: trunk, size: 79202
2013-04-30
18:37
Cleaned up previous reportfmt commit to separate the schema from the data. file: [956e093997] check-in: [f2b6459ef1] user: stephan branch: trunk, size: 79130
18:14
(config reset) now re-adds the default ticket report format. Problem reported via mailing list. file: [835288d8d3] check-in: [679ba615f4] user: stephan branch: trunk, size: 79123
2013-04-27
01:12
Added $LOGNAME to the list of environment variables checkes for the user name, per report from Will Parsons. file: [2787062be8] check-in: [5741754ed2] user: stephan branch: trunk, size: 79092
2013-04-24
07:56
The default for the "case-sensitive" setting should be "off" on Cygwin/Mac/Windows, as documented. file: [65d1d3b7bd] check-in: [95934c2692] user: jan.nijtmans branch: trunk, size: 79026
2013-04-02
09:31
merge trunk file: [e9369aa05f] check-in: [bdd9790484] user: jan.nijtmans branch: clean-with-ignore, size: 79131
2013-04-01
18:18
Remove a couple superfluous checks for markdown as an optional feature (i.e. now that it's always enabled). file: [ad785bdf21] check-in: [5acc36b125] user: mistachkin branch: trunk, size: 78855
15:54
merge trunk file: [62e9ae6322] check-in: [109c1ef571] user: jan.nijtmans branch: clean-with-ignore, size: 79436
2013-03-29
15:43
Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". file: [44064e7fd9] check-in: [02f312e698] user: drh branch: markdown, size: 79160
15:05
Win32: Fossil now understands Cygwin paths containing one or more of the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment. See [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. file: [1bddfa2880] check-in: [fc413110eb] user: jan.nijtmans branch: trunk, size: 79267
2013-03-27
09:45
Allow looks_like_utf8/16 to specify when the loop should stop, in stead of leaving it unspecified. Minor comment/doc fixes. file: [6ab99146ac] check-in: [79f7eb2fc5] user: jan.nijtmans branch: trunk, size: 79259
2013-03-22
09:36
Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! file: [17739154b8] check-in: [c68afe0f5b] user: jan.nijtmans branch: win32-please-evaluate, size: 79263
2013-03-15
14:07
Fix ticket [38cecac15f]: test-move-repository requires access to original repository file: [490dbd0440] check-in: [e5905473a8] user: jan.nijtmans branch: trunk, size: 79246
2013-03-14
14:48
Merging from trunk to get the annotate fixes. Trivial conflict solved. file: [8b52440127] check-in: [f14798e0e3] user: viriketo branch: annotate_links, size: 79353
14:19
merge trunk file: [e9694168e5] check-in: [4aa55e5533] user: jan.nijtmans branch: clean-with-ignore, size: 79559
14:09
style file: [83b8555363] check-in: [3ba9a4d5ca] user: jan.nijtmans branch: trunk, size: 79283
2013-03-12
15:48
Add --keep option to "fossil clean", and versionable "keep-glob" setting file: [4f388f41d3] check-in: [6c72cab73c] user: jan.nijtmans branch: clean-with-ignore, size: 79561
2013-03-06
14:40
merge trunk file: [39be689a35] check-in: [7aa9f66f92] user: jan.nijtmans branch: fix-test-move-repository, size: 79248
14:22
merge trunk (committed to wrong branch) file: [d4d78f47ca] check-in: [aeb1cfe112] user: jan.nijtmans branch: mistake, size: 79168
11:30
Locate the local checkout database even if it is read-only. file: [efe743b313] check-in: [f7b355b311] user: drh branch: trunk, size: 79285
10:16
In db_open_local() check writability of local-db itself in stead of the directory it is in. This should enable fossil checkouts on NFS-mounts, which sometimes lie about writability of directories. file: [6bb39def60] check-in: [beb91c9163] user: jan.nijtmans branch: trunk, size: 79331
2013-03-05
12:25
style: use g.zConfigDbName in stead of g.configDbName, as all other strings. file: [c84e39ceea] check-in: [a5dc5332d4] user: jan.nijtmans branch: trunk, size: 79397
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: [4a7ab9c5c8] check-in: [473e08a6d1] user: jan.nijtmans branch: trunk, size: 79391
2013-03-04
20:06
Check on writability of the home directory appears too restricted. Writability of the $HOME/.fossil file should be sufficient for fossil to operate. file: [df82106ca6] check-in: [1e90d43d76] user: jan.nijtmans branch: home-check-too-restricted, size: 79528
19:18
revert [9122ad308a]. It appears that file_access() cannot bries on win32 file: [0418b69582] check-in: [1eb9496c48] user: jan.nijtmans branch: trunk, size: 79548
10:25
Proposed fix for ticket: test-move-repository requires access to original repository file: [eef02e1c97] check-in: [1b61defd58] user: jan.nijtmans branch: fix-test-move-repository, size: 79483
2013-03-01
13:45
Enable access check on HOME directory for win32/cygwin file: [9636187e79] check-in: [9122ad308a] user: jan.nijtmans branch: trunk, size: 79520
13:19
Teach fossil_utf8_to_filename() how to handle win32 paths on Cygwin. Use this function where-ever possible. file: [23a8ce5f77] check-in: [caf2eb25fa] user: jan.nijtmans branch: trunk, size: 79572
2013-02-27
09:46
On Cygwin determine home directory the same as on win32, so cygwin can share "_fossil" with win32. file: [6afd8ac00f] check-in: [26ad1bce49] user: jan.nijtmans branch: trunk, size: 79674
08:49
A few more places where Cygwin should do the same as win32. file: [cc36ece7c6] check-in: [8cc71be05f] user: jan.nijtmans branch: trunk, size: 79261
2013-02-25
17:42
Get the "fossil scrub --private" command working again. file: [548546ee02] check-in: [60acc2de34] user: drh branch: trunk, size: 79215
2013-02-21
22:21
Provide a compile-time option to open the check-out database file (.fslckout or _FOSSIL_) in WAL mode. Also shorten source code lines to 80 characters in db.c. file: [60885bef3a] check-in: [8c35f07d06] user: drh branch: trunk, size: 79184
2013-02-20
18:46
Merged in [timeline-rss-ticket] changes. file: [35a237cbfd] check-in: [dbaf520910] user: stephan branch: trunk, size: 79023
2013-02-19
12:29
Avoid uniqueness errors when inserting default users. file: [5e4707b336] check-in: [646c4a67f9] user: drh branch: trunk, size: 78438
2013-02-18
21:45
/info/TICKET_UUID now only shows the ticket title if the ticket db has a title field. file: [442f1d7239] check-in: [1c46835e4c] user: stephan branch: timeline-rss-ticket, size: 78983
2013-02-11
19:30
Merging from trunk. I still have merge conflicts since my previous merge. file: [fdedd8560d] check-in: [bdeb633a6c] user: viriketo branch: annotate_links, size: 78468
2013-01-29
09:15
Rename "unicode-glob" setting to "encoding-glob". Mention the existance of the *-glob settings in the "fossil commit" warnings. Alphabetize the settings list. file: [f766f76aa5] check-in: [7d237c49f3] user: jan.nijtmans branch: trunk, size: 78398
2013-01-24
10:48
Rename "unicode-glob" to "encoding-glob", and improve feedback regarding the existance of the *-glob settings. file: [a0a5feabef] check-in: [f480173856] user: jan.nijtmans branch: encoding-glob, size: 78398
2013-01-23
10:38
put settings in right alphabetical order file: [2696a9edbe] check-in: [4ddd099b57] user: jan.nijtmans branch: trunk, size: 78349
2013-01-21
11:38
Rename "unicode-glob" to "encoding-glob". file: [6c62ab79be] check-in: [e8ecd18db1] user: jan.nijtmans branch: improve_commit_warning, size: 78400
2013-01-18
00:47
Consolidate all sqlite3_open() calls into the db_open() routine and initialize every database connection the same way. Avoid using sqlite3_exec() in order to obtain a more accurate count of perpared statements when --sqltrace is used. file: [9e625e468b] check-in: [f97e1cf666] user: drh branch: trunk, size: 78349
2013-01-17
22:23
Fix the sqlite3_open() used by "fossil init" so that it will honor the FOSSIL_VFS environment variable. file: [1b058e27e6] check-in: [7536c6aea5] user: drh branch: trunk, size: 78284
2013-01-13
02:01
Allow the FOSSIL_USER environment variable to be used as a fallback when creating a new repository. file: [1a6339ddb2] check-in: [a0dd51e9af] user: mistachkin branch: trunk, size: 78405
2013-01-08
15:19
Fix an obsolete comment. No code changes. file: [730beada1e] check-in: [17fbffa2dd] user: drh branch: trunk, size: 78341
2013-01-07
18:58
Improved error message handling. Fix the "fossil server" command so that it works when run as root on a repository in the root directory. file: [d98ff80c3d] check-in: [baa1ebb7d9] user: drh branch: trunk, size: 78336
17:33
Merge updates from trunk. file: [984c4fe86f] check-in: [a6647539f6] user: mistachkin branch: tclRdOnly, size: 79065
17:21
Merge updates from trunk. file: [afca9e56ab] check-in: [4f365f7b77] user: mistachkin branch: th1Hooks, size: 78591
2013-01-03
10:31
Updating from trunk. I've left some merge conflicts to solve (annotate, diff) file: [a8eb66fe95] check-in: [b5b8448ece] user: viriketo branch: annotate_links, size: 78342
2013-01-01
20:56
Add the regular expression matching library and the "test-grep" command for testing it. file: [76df00abba] check-in: [e2552de8c6] user: drh branch: trunk, size: 78272
2012-12-22
14:36
Use NULL rather than 0 for values in the MLINK table that are empty. file: [30169236c2] check-in: [19844445d0] user: drh branch: exp-foreign-keys, size: 78364
2012-12-18
03:59
Add help text for the 'access-log' setting. file: [16ae24b7db] check-in: [67985cd668] user: mistachkin branch: trunk, size: 78253
2012-12-08
06:58
Merge updates from trunk. file: [43d548cbf8] check-in: [ea529b633d] user: mistachkin branch: th1Hooks, size: 78427
06:46
Merge updates from trunk. file: [94b0e3c4f5] check-in: [fc7e8d01d4] user: mistachkin branch: tclRdOnly, size: 78901
2012-12-07
20:58
Merge updates from trunk. file: [143029e3d3] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 78108
2012-11-27
16:26
Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. file: [bde42396b1] check-in: [4f8c8975bc] user: drh branch: trunk, size: 77696
13:15
Make the --admin-user for the "init" command also be the login user. Ticket [1038e224fa3956] file: [48333673c5] check-in: [4eb637fd25] user: drh branch: trunk, size: 77603
11:10
Suggested fix for [1038e224fa] file: [de7d225f06] check-in: [9f3622b22a] user: jan.nijtmans branch: ticket-1038e224fa, size: 77611
2012-11-26
18:55
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). file: [17333a6b06] check-in: [cb856ccdb1] user: mistachkin branch: trunk, size: 77557
2012-11-25
21:42
Patch provided by Stefan Bellon, >Attached you'll find a patch that adds the "unicode-glob" to the >settings and respects its setting in the check-in. Additionally I >disabled all the check-in warnings (crnl, binary and unicode) in case >--force/-f is set on commit. file: [f0db22c165] check-in: [0c2f705c80] user: jan.nijtmans branch: bellon-unicode, size: 77467
2012-11-23
23:00
Make timeline-plaintext the default for new repositories. file: [2c0cbe71ed] check-in: [ae63f48571] user: drh branch: ticket-enhancements, size: 77262
10:35
Disallow invalid unicode characters file: [f7daa7c03a] check-in: [9242c09ff9] user: jan.nijtmans branch: invalid-unicode, size: 77168
2012-11-22
10:26
Merge changes from the dbOpenConfig branch. file: [71d7e45d37] check-in: [4d73175e29] user: mistachkin branch: th1Hooks, size: 77488
10:16
Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. file: [d971ac4e9b] check-in: [52a6868700] user: mistachkin branch: dbOpenConfig, size: 77169
2012-11-20
08:23
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. file: [5869bf8c97] check-in: [e0152697fb] user: mistachkin branch: dbReOpenConfigAttach, size: 76386
06:04
Add 'th1-setup' setting for the optional TH1 script to evaluate after creating and initializing the TH1 interpreter. Revise TH1 integration in preparation for generalized hooks. file: [7ff0e0ad2d] check-in: [b058c8a944] user: mistachkin branch: trunk, size: 76207
2012-11-04
12:59
Fix typos. file: [e913e7d3a1] check-in: [45065c5c28] user: dmitry branch: spelling, size: 75911
2012-11-02
17:49
Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. file: [d19dc238fd] check-in: [c24b689019] user: mistachkin branch: trunk, size: 75916
2012-10-23
18:20
Simplifications to the checkout-db schema auto-update mechanism. file: [b743628236] check-in: [21f8161e8e] user: drh branch: trunk, size: 75903
2012-10-16
23:14
Merge updates from trunk. file: [fb42b73f73] check-in: [ce3b312a15] user: mistachkin branch: tclRdOnly, size: 76716
12:19
Updating from trunk. file: [50fd611c41] check-in: [3cdf9480dd] user: viriketo branch: annotate_links, size: 75993
01:11
unused variable includeDotFiles <p>struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) <p>a few "const" additions (lower memory footprint, allows C-compiler to optimize better) file: [3935c4cf06] check-in: [6032dd51f2] user: jan.nijtmans branch: trunk, size: 75923
2012-10-11
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. file: [7a13e1cd97] check-in: [773c6c5f2c] user: drh branch: branch-1.19, size: 64564
2012-10-10
20:03
Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. file: [61c1e7795a] check-in: [9ba8a393fc] user: drh branch: trunk, size: 75911
16:06
The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. file: [6c379328a1] check-in: [0c37874941] user: drh branch: trunk, size: 75420
2012-10-09
13:48
Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. file: [54a873dd6d] check-in: [f4b082d464] user: viriketo branch: annotate_links, size: 75497
2012-10-07
14:22
Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. file: [740b9c247f] check-in: [851e0755e5] user: mistachkin branch: tclRdOnly, size: 76220
10:29
Add 'markdown' setting to enable runtime control over whether or not it is used. file: [29693bbedf] check-in: [1c5085d963] user: mistachkin branch: markdown, size: 75839
10:12
Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. file: [4026df1279] check-in: [fa4e828653] user: mistachkin branch: trunk, size: 75427
2012-09-30
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. file: [bf0c69be02] check-in: [c50eb50718] user: mistachkin branch: diffBinExternal, size: 75046
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: [f126f15d42] check-in: [dacc694615] user: jan.nijtmans branch: trunk, size: 74740
2012-09-18
20:59
Copy the control settings into the new repository as well. Also, correct the query used to copy the system user column values. file: [c96288393d] check-in: [4bab4459b6] user: mistachkin branch: newTemplate, size: 74763
20:14
Use the list of configuration properties when transfering content from the template repo to the new repo. Also transfer the ticket formats. file: [2c30b78927] check-in: [78cf4138d9] user: drh branch: newTemplate, size: 74235
03:21
Add experimental support for copying the initial settings of a repository from another repository. file: [88679d6684] check-in: [e771171c68] user: mistachkin branch: newTemplate, size: 74640
2012-09-04
12:36
merge trunk file: [a2fc22fe74] check-in: [2050646c9f] user: jan.nijtmans branch: eclipse-project, size: 71275
2012-09-02
19:39
<pre>Minor additional fixes related to [c8c0b78c84]: - Use _wsystem() in stead of system() on Windows - Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved - Use fossil_nameofexe() where fossil_system() is involved - Move the determination of the full windows path to fossil_nameofexec, so g.argv[0] can always be the unmodified argv[0] - g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf directly. Exception: when printing malloc errors.</pre> file: [c2fdbae144] check-in: [be06861f3c] user: jan.nijtmans branch: ticket-c8c0b78c84, size: 71268
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [7876a14818] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 71229
2012-08-21
11:05
Fix error messages associated with the "scrub" command. file: [0c04b50c2f] check-in: [e25f55dd4d] user: drh branch: trunk, size: 71230
2012-08-08
13:46
Updating from trunk. I solved three merge conflicts about hyperlinks. file: [ba99f6df63] check-in: [08db320464] user: viriketo branch: annotate_links, size: 71180
2012-07-19
18:03
Merged in [0c0f268ff3], minor th1-internal doc addition. file: [c251c5b649] check-in: [56db35330d] user: stephan branch: th1-query-api, size: 71231
15:41
Fix the db_is_writable() routine to return FALSE if the database is not even open. file: [6e7166d73e] check-in: [0c0f268ff3] user: drh branch: trunk, size: 71110
2012-07-14
11:14
Added g.interp cleanup to db_close() to allow th1 to clean up any statement handles it creates. file: [f0d657b18b] check-in: [008a16c0e5] user: stephan branch: th1-query-api, size: 71220
2012-06-29
23:45
Fix a bug in the manifest generator that was introduced by check-in [01e4de6b8ae936b]. file: [9b15f53f66] check-in: [5f3a0681a0] user: drh branch: trunk, size: 71099
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [80c78efef9] check-in: [0328d68181] user: drh branch: sqlite4, size: 70861
15:47
Merge in the trunk changes. file: [cf6d41165c] check-in: [0315f3f03b] user: drh branch: sqlite4, size: 70809
12:48
Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. file: [faf75c8c76] check-in: [01e4de6b8a] user: drh branch: trunk, size: 70991
2012-06-27
13:59
Use ~/.fossil4 as the configuration database to avoid conflicts with the original fossil. Adjust SQL because INTEGER PRIMARY KEY does not auto-fill as with SQLite3. file: [f32bd1bb3d] check-in: [3f624d490b] user: drh branch: sqlite4, size: 70138
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. file: [fbb8772504] check-in: [6823912746] user: drh branch: sqlite4, size: 70136
2012-06-08
03:12
On unix, use the ".fslckout" name instead of "_FOSSIL_" for the local checkout database. Both names have been and continue to recognized. But now ".fslckout" is created by "fossil open" instead of "_FOSSIL_". the "_FOSSIL_" name is still used on windows. file: [a71fac98f8] check-in: [432306beca] user: drh branch: trunk, size: 70320
2012-05-26
20:59
Minor error text rewording (for clarity). Suggestion from the mailing list. file: [87deabaf25] check-in: [e130c2e781] user: stephan branch: trunk, size: 70216
2012-05-07
20:59
Avoid database locking errors caused by db_optional_sql() writes. file: [4c47e4e832] check-in: [b22cc4eb73] user: drh branch: trunk, size: 70195
2012-04-29
16:54
Remove appropriate "ckout:" records from the config table when closing a checkout. Do not attempt to modify the repository with "ckout:" records if the repository is read-only. file: [982285f5b8] check-in: [02051489a0] user: drh branch: trunk, size: 70002
2012-04-28
18:55
Change the name of the auto-enable-hyperlinks setting to auto-hyperlink and make it available via the "fossil setting" command. <b>Note:</b> when upgrading through this change, if you formerly had auto-hyperlink turned off, you will have to turn it off again since the name has changed. It defaults to on. file: [30801b5a32] check-in: [cb5db7598f] user: drh branch: trunk, size: 69773
2012-04-27
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. file: [485e084cd3] check-in: [e604d483ee] user: drh branch: trunk, size: 69397
2012-04-04
16:20
Updating from trunk to get the latest trunk fixes. file: [d5a3d809f7] check-in: [b7f3a32d4e] user: viriketo branch: annotate_links, size: 68534
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: [081a005dc1] check-in: [e94c7cc4de] user: mistachkin branch: winFiles, size: 68464
04:48
In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are present. file: [cbee402bf5] check-in: [6be0898b2c] user: mistachkin branch: winFiles, size: 68452
2012-02-17
21:36
Merging what I had at [61523cbe67] over trunk related to href targets. file: [a333283281] check-in: [d5129ae101] user: viriketo branch: annotate_links, size: 68415
2012-02-16
01:03
Always convert the result of getenv() into UTF8. file: [b19a2182d3] check-in: [57152086b8] user: drh branch: trunk, size: 68345
2012-02-13
22:50
Collect the various file-scope variables used by the "db.c" module into a single structure. This is code cleanup. There are no functional changes. file: [9f5f2f9b99] check-in: [a537c99531] user: drh branch: trunk, size: 68327
2012-02-10
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. file: [5b95392fcb] check-in: [587dd57fe1] user: martin.weber branch: msw-docco, size: 68005
2012-02-04
14:44
Change the alternative name of the _FOSSIL_ checkout database to ".fslckout" since the prior alternative name is offensive in some locales. The prior name is still supported for backwards compatibility, but is now deprecated and undocumented and will eventually disappear completely. file: [e2a3892378] check-in: [f9a200f01b] user: drh branch: trunk, size: 67821
2012-01-28
21:51
Store the repository filename in the _FOSSIL_ database exactly as it is typed on the "open" command-line. That means that the repository filename will be stored relative to the root of the check-out if a relative pathname is given on open. file: [818f20c522] check-in: [a7248d8fb9] user: drh branch: trunk, size: 67656
2011-12-01
16:16
Make allow-symlinks a versionable setting. file: [9fcdaea15b] check-in: [ec5c690e0e] user: ben branch: versionable-settings, size: 67144
2011-11-04
20:57
Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. file: [4db1419d06] check-in: [796dcfe072] user: drh branch: trunk, size: 67144
20:37
Added configure option --enable-json to enable json features. They are disabled by default. file: [6cc70a3652] check-in: [525816e6d7] user: json-demo branch: json, size: 66682
19:46
Merge the tcl-integration branch into trunk. To make use of big-tcl, recompile using the --with-tcl option to ./configure and either set the global "tcl" setting or set the TH1_ENABLE_TCL environment variable. Big-tcl is turned off by default. file: [a93b595b4f] check-in: [d8ed5a0d05] user: drh branch: trunk, size: 66219
17:24
merged in trunk [272e304d3f]. file: [d4ec328007] check-in: [34359c3ad1] user: stephan branch: json, size: 66480
15:40
No longer display the server-code in info outputs as the server-code is no longer used for anything. Begin recording the location of local checkouts in the ~/.fossil database. file: [fb2d7393e7] check-in: [272e304d3f] user: drh branch: trunk, size: 65757
2011-11-03
17:31
Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. file: [eb92390777] check-in: [841772c858] user: drh branch: trunk, size: 65368
2011-10-26
14:57
Perform lazy setup of the Tcl integration subsystem when it is actually enabled. file: [65663285d2] check-in: [e49581506a] user: mistachkin branch: tcl-integration, size: 65828
2011-10-19
01:29
Merge updates from trunk. file: [1b57ccbb32] check-in: [62d928cb41] user: mistachkin branch: tcl-integration, size: 65796
2011-10-18
20:55
Adding a boolean setting to choose the use of 'targets' in the anchors href. Default enabled. Related to the thread starting at [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06588.html] file: [2f817e72a9] check-in: [d29df2f0a2] user: viriketo branch: targets_setting, size: 65436
2011-10-16
10:04
merged/resolved trunk [ee723ed98ddb0a]. file: [e782a14dff] check-in: [a40ac8fdc4] user: stephan branch: json, size: 66089
2011-10-14
16:11
Merging the annotate_noleak changes, about removing an important memory leak in the annotate operation. It also fixes some blob behaviour in blob.c and content.c. <b>Update:</b> Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] file: [b2d12f4425] check-in: [409f370a6d] user: viriketo branch: declined, size: 65367
00:06
Add /*sort*/ marks to some SQL queries to disable warnings about sorting without an index. file: [101997e86a] check-in: [fff43ebb5b] user: drh branch: trunk, size: 65366
2011-10-07
10:59
Pulled in another round of memory optimizations in cson/sqlite3. Added a few minor error reporting cleanups in JSON mode. file: [2b4ab1412d] check-in: [09e5fcd795] user: stephan branch: json, size: 66071
2011-10-05
03:32
const-correctness tweak in db_text(). file: [c2652e950e] check-in: [30431ff903] user: stephan branch: json, size: 65862
2011-10-02
19:56
Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. file: [099b1647e2] check-in: [4db6d7c5ce] user: stephan branch: json, size: 65856
2011-09-29
21:55
Corrected a JSON-mode result code when db rebuild is required. file: [859a6cd020] check-in: [44644d43dc] user: stephan branch: json, size: 65579
2011-09-27
03:55
Merge latest trunk changes. file: [f4d8093b85] check-in: [2d2b45bb17] user: mistachkin branch: tcl-integration, size: 65778
2011-09-20
16:45
more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. file: [3b769527d2] check-in: [9adc95c476] user: stephan branch: json, size: 65526
2011-09-15
12:03
initial mass-change merge of main repo with my fork. file: [14e13ef19c] check-in: [5b44a419cd] user: stephan branch: json, size: 65525
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n file: [c8c954d5ad] check-in: [17f21f2482] user: martin.weber branch: msw-docco, size: 65532
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. file: [cef15f7b38] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 65348
00:39
A bullet point I forgot two checkins ago: * Document ALL supported options for the given commands. Checkin #2/n. file: [1c2e3c6333] check-in: [25d023f3a4] user: martin.weber branch: msw-docco, size: 65345
00:32
Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. file: [dcca9db6e0] check-in: [3fbf8caa87] user: martin.weber branch: msw-docco, size: 65220
2011-09-04
20:41
What I did to get the 'annotate' command not leak. Notice that I disabled again the check for blob_is_reset, as in trunk. file: [783b348d10] check-in: [7ad4dfbe8b] user: viriketo branch: annotate_noleak, size: 65123
2011-09-01
22:06
Merge all the latest trunk changes into the tcl-integration branch. file: [95ccbb1026] check-in: [26c515f6ff] user: drh branch: tcl-integration, size: 65552
21:56
Merge the symlinks branch into trunk. file: [cb2300de2f] check-in: [e4f1c1fe95] user: drh branch: trunk, size: 65122
2011-08-27
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. file: [2ddb311899] check-in: [4778edd3f2] user: drh branch: symlinks, size: 65155
18:08
Merge fixes from trunk. file: [164fef55b6] check-in: [9773d5966f] user: mistachkin branch: tcl-integration, size: 64510
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. file: [8ff47f4c10] check-in: [a2cc6bc6dc] user: drh branch: trunk, size: 64080
17:35
Document Tcl integration setting, build fixes. file: [9a29d440fe] check-in: [326688e58b] user: mistachkin branch: tcl-integration, size: 64514
16:48
Add per-repo setting to enable/disable Tcl support. file: [6c2f42679c] check-in: [9613828c7e] user: mistachkin branch: tcl-integration, size: 64154
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. file: [c5b9268b4c] check-in: [8c0f4bc718] user: dmitry branch: symlinks, size: 65159
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. file: [4bbb50a88a] check-in: [44e673f5e9] user: dmitry branch: symlinks, size: 65158
2011-08-23
16:50
Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. file: [d9477cc369] check-in: [2de9e87600] user: drh branch: symlinks, size: 64270
15:27
Merge in the latest changes from trunk. file: [c2ab968aa5] check-in: [6c880a4f5e] user: drh branch: symlinks, size: 65651
08:37
Cache values of versionable settings read from files. file: [af8b14f871] check-in: [0f0a94730c] user: ben branch: ben-minorchanges, size: 64084
2011-08-22
22:20
Merge trunk. file: [bc1ad60ff5] check-in: [c57830bec2] user: dmitry branch: symlinks, size: 64897
2011-08-14
17:54
Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. file: [2303a98525] check-in: [3113f7b18f] user: ben branch: ben-testing, size: 63330
07:21
Merge trunk into ben-testing, adjusting for versionable settings. file: [a2dbd12e18] check-in: [246ac307bb] user: ben branch: ben-testing, size: 63270
07:13
Change the relative-paths default to 'on', after feedback from the community. file: [c0c378ca04] check-in: [42a830e76d] user: ben branch: ben-testing, size: 62789
2011-08-12
11:54
When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. file: [7108d4748b] check-in: [9515143de5] user: drh branch: trunk, size: 58038
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. file: [83ddc0ba10] check-in: [cdd298f526] user: ben branch: ben-testing, size: 62790
2011-08-04
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". file: [932ee5f3c8] check-in: [4fee0ce2d6] user: drh branch: filename-case, size: 57926
15:54
Merge trunk into ben-testing file: [cda241b3ab] check-in: [3eb07708b1] user: ben branch: ben-testing, size: 62566
2011-07-23
22:05
Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. file: [82f1e400ba] check-in: [ce4a44d931] user: drh branch: trunk, size: 57560
2011-07-20
08:29
Merge trunk with ben-testing file: [8bb195a995] check-in: [74d65bab28] user: ben branch: ben-testing, size: 62496
2011-07-19
23:29
Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] file: [04be4540a1] check-in: [b317471d8c] user: drh branch: trunk, size: 57493
22:57
Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] file: [d5c8419ca0] check-in: [d86201dce9] user: drh branch: trunk, size: 57449
2011-07-14
11:24
Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. file: [babe8afbe6] check-in: [fd13b1a16f] user: drh branch: trunk, size: 57381
2011-06-05
08:46
Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server certificate could not be verified. file: [982ff6f816] check-in: [636cc595e1] user: ben branch: ben-testing, size: 62369
2011-06-02
23:45
Minor code clean-ups: (1) shorten lines to less than 80 characters (2) remove C99-isms, especially intermixed code and declarations. Also merge in the moved file display fix from the trunk. file: [8997b2a3cc] check-in: [a164b63a67] user: drh branch: ben-testing, size: 61620
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch file: [1a6be6bad5] check-in: [30ebed1903] user: ben branch: ben-testing, size: 61257
19:31
Merge SSL client certificate support from ben-security branch file: [25b66bf2fc] check-in: [397f434a4d] user: ben branch: ben-testing, size: 57848
14:56
Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. file: [3b146d0082] check-in: [74ecc4d646] user: drh branch: trunk, size: 57366
2011-05-30
06:55
Online help for several more commands adapted file: [ef17fb19e2] check-in: [d23f98877d] user: Arjen Markus branch: arjen-doc-updates, size: 58418
2011-05-29
12:49
Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. file: [5f59c24c97] check-in: [e06ea26e97] user: ben branch: ben-security, size: 57777
2011-05-28
15:39
Add documentation for empty-dirs setting file: [c0f433158e] check-in: [eb93d6ae0e] user: ben branch: versionable-settings, size: 60701
14:55
Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. file: [4077cda155] check-in: [b5d4526211] user: ben branch: versionable-settings, size: 60442
09:15
Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. file: [5b92c4711c] check-in: [761a98a1ee] user: ben branch: versionable-settings, size: 59494
2011-05-27
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. file: [84e1490d9c] check-in: [32ad9a1584] user: drh branch: trunk, size: 57373
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands file: [8a7ef2cbe4] check-in: [6469b814ab] user: Arjen Markus branch: arjen-doc-updates, size: 58349
2011-05-26
11:57
Add the --systemtrace option for debugging calls to fossil_system. file: [b003464471] check-in: [5a4dc2239b] user: drh branch: trunk, size: 57345
2011-05-21
16:52
Add (verisionable) empty-dirs setting file: [56dc6b37d2] check-in: [b21f47e967] user: ben branch: bens-expr, size: 58518
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. file: [c1bc8a8d38] check-in: [56b75c768a] user: ben branch: bens-expr, size: 58451
2011-05-20
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. file: [9c11cb94b3] check-in: [4b3425401f] user: drh branch: trunk, size: 57295
2011-05-09
15:50
Pull the latest trunk changes over into the windows-i18n branch. file: [d7924d7ce6] check-in: [bbba160840] user: drh branch: windows-i18n, size: 57461
12:55
Use a combination of $HOMEDRIVE$HOMEPATH instead of just $HOMEPATH when searching for the home directory on windows. Ticket [44002a7760cf5406] file: [6e5f74633a] check-in: [3715b5d245] user: drh branch: trunk, size: 57388
2011-05-04
11:16
Merge the latest changes from trunk. file: [2fed467051] check-in: [503a0ef555] user: drh branch: windows-i18n, size: 57304
11:13
Add a wrapper around all calls to access() that translates UTF8 to MBCS. file: [4a1d38260e] check-in: [850d3df44e] user: drh branch: windows-i18n, size: 56952
2011-05-03
20:25
Convert the results of getenv() from MBCS into UTF8. file: [8b567a3af1] check-in: [b7df0b9ce6] user: drh branch: windows-i18n, size: 56922
2011-05-02
14:29
Automatically delete the _FOSSIL_ file after a failed open. Ticket [d299fb9842d6bc] file: [508de7eeab] check-in: [0aee050f32] user: drh branch: trunk, size: 57231
13:31
Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. file: [bfa49528f1] check-in: [eea6449098] user: drh branch: windows-i18n, size: 56884
2011-04-27
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. file: [db3db021bd] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 56879
01:35
Further minor tweaks to configuration sync. file: [d5ab752311] check-in: [b5aa3bfe88] user: drh branch: config-sync, size: 57137
2011-04-26
18:36
Update the "configure" command so that the "import", "export", and "merge" subcommands use the new config format. file: [b7123de7d2] check-in: [4291183882] user: drh branch: config-sync, size: 57101
2011-03-24
03:22
Make the error message on schema version mismatch less confusing. file: [e6980419a7] check-in: [4a2019ddd0] user: joerg branch: trunk, size: 56687
2011-03-22
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. file: [25f924eb88] check-in: [be0e804130] user: drh branch: trunk, size: 56645
2011-03-08
19:30
Add an example of how to include "meld" as the "gmerge-command". file: [5dcc72fb68] check-in: [85b235982e] user: drh branch: trunk, size: 56433
18:28
The "open" command now automatically opens to the "trunk", or to some other branch designated by the new "main-branch" setting. file: [9b290c488e] check-in: [e3e43bbec5] user: drh branch: trunk, size: 56358
17:00
Provide better error messages to the client when the server database schema is out-of-date. file: [ba5a9b1d68] check-in: [0ca3644367] user: drh branch: trunk, size: 56151
2011-02-25
17:40
Add the new crnl-glob setting which defines files for which it is OK to have CRNL line endings. Windows projects on which this is preferred can set the crnl-glob pattern to '*'. file: [4e4fa23b78] check-in: [046658848c] user: drh branch: trunk, size: 56022
2011-02-24
23:26
Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. file: [b6d25be1fb] check-in: [b81112371c] user: drh branch: trunk, size: 55744
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). file: [b7d315ac68] check-in: [1b4516168d] user: drh branch: trunk, size: 55490
2011-02-22
12:18
Fix issues in the graphical merge conflict resolution reported on the mailing list. file: [3c4f71f2b1] check-in: [60f0986332] user: drh branch: trunk, size: 55499
2011-02-21
16:33
Add the ability to use a graphical merging tool to resolve merge conflicts. Even without a configured graphical tool, leave files behind (VCS droppings) that contain the baseline, original, and merged files. file: [1c185a479a] check-in: [9b7a6f80b2] user: drh branch: trunk, size: 55485
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. file: [501c6ad157] check-in: [a1814d5015] user: drh branch: file-safety, size: 55159
2011-02-08
14:28
Add the --nested option to the "open" command to allow checkouts from one repository to be created inside the checkout of another respository. file: [63fbe1ecae] check-in: [f15943f339] user: drh branch: trunk, size: 55154
2011-02-07
20:53
Provide an interface to the max-upload setting. file: [e721665274] check-in: [c0c3b0810d] user: drh branch: trunk, size: 55061
17:51
Merge latest trunk. file: [76aba83fd5] check-in: [d7d335a692] user: dmitry branch: symlinks, size: 56434
2011-01-28
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. file: [d95d2e82a6] check-in: [69f43fc077] user: drh branch: experimental, size: 54870
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). file: [80ba58fb0a] check-in: [ed2ef7e9a3] user: dmitry branch: symlinks, size: 56384
2011-01-19
16:28
Do not drop the accesslog table on a rebuild. If the accesslog table does not exist, do not generate and error on the User-Log report. file: [2c76e52558] check-in: [f1efc90595] user: drh branch: trunk, size: 54820
02:35
Optionally record successful and failed login attempts in the ACCESSLOG table. This defaults to off. file: [bc94dad6a3] check-in: [6fdf529803] user: drh branch: trunk, size: 54564
2011-01-18
19:09
Give user "nobody" clone permission by default. This change requested on the mailing list. file: [add35f2c20] check-in: [479a2fe0f7] user: drh branch: trunk, size: 54497
2011-01-07
17:08
Do not complain about unfinalized SQL statements when exiting on a fatal error. Fix comments and indentation on the vfile_verify_not_phantom() function. file: [6ff9df9162] check-in: [c2f5dbe655] user: drh branch: trunk, size: 54497
2011-01-04
18:05
Merge the self-registration changes into the trunk. file: [c720e4f336] check-in: [9039a6abed] user: drh branch: trunk, size: 54132
17:13
Implemented all suggested changes to the self-register related code. file: [5a9074080c] check-in: [13deb4321b] user: lrem branch: self-register, size: 54061
2010-12-26
13:22
Change the "setting" command so that it works for global settings even if it is run outside of a check-out and with no repository specified using -R. file: [0b5c5db149] check-in: [3d59229789] user: drh branch: trunk, size: 53477
00:40
Fix the mkindex program so that it ignores lines beginning with COMMAND: when assembling help text. file: [56eb7581ab] check-in: [de4c07ca52] user: drh branch: trunk, size: 53430
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. file: [2f5043fb46] check-in: [31c52c7b3e] user: drh branch: trunk, size: 53427
2010-12-20
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. file: [4ee2f5002e] check-in: [9688ec1d00] user: drh branch: experimental, size: 53406
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. file: [9ebe262a9f] check-in: [cb745cc789] user: drh branch: trunk, size: 52966
2010-12-19
02:09
Clear compiler warnings on OpenBSD. No functional code changes. file: [bb8d155763] check-in: [bbbb35a3c6] user: drh branch: trunk, size: 51864
2010-12-18
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. file: [68ebfbd384] check-in: [8a6aa0a13f] user: drh branch: experimental, size: 51801
2010-12-17
12:03
Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. file: [4ecf8d2904] check-in: [99f52f3806] user: drh branch: trunk, size: 51501
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. file: [8516ed0b94] check-in: [8bb8be26ca] user: drh branch: experimental, size: 51536
2010-12-03
21:06
Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. file: [e9730ce1c9] check-in: [1b53667d28] user: drh branch: trunk, size: 51424
2010-11-26
18:37
Report an error if the repository schema version does not match what the fossil executable expects. file: [760d7d4c28] check-in: [c0c3d92340] user: drh branch: trunk, size: 51400
2010-11-12
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. file: [1feeb922e0] check-in: [a04a650870] user: drh branch: trunk, size: 50445
2010-11-11
21:36
Fix a minor memory leak. file: [e95d20a5be] check-in: [3541444d9d] user: drh branch: trunk, size: 50436
2010-11-09
13:52
Make "init" an alias for "new". file: [c662d2ecf7] check-in: [21880ca1b6] user: drh branch: trunk, size: 50419
2010-11-08
23:01
remove hook command to be compatible with other hook designs file: [22fc1ed4b3] check-in: [a06121740a] user: wolfgang branch: StvPrivateHook2, size: 50314
2010-11-06
16:57
merge from trunk file: [65db9c0aa7] check-in: [3ea66260b5] user: wolfgang branch: StvPrivateHook2, size: 52413
2010-11-04
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. file: [140240118e] check-in: [cb2ff51c4b] user: drh branch: trunk, size: 50360
2010-10-27
20:27
corrections on merge conflict handling for settings help file: [bdc8c6bb0b] check-in: [309168a936] user: wolfgang branch: StvPrivateHook2 , size: 52413
2010-10-26
19:01
merge from trunk file: [444cf079d2] check-in: [4260bc6a22] user: wolfgang branch: StvPrivateHook2 , size: 52203
2010-10-23
20:24
Create or delete the manifest and manifest.uuid files when turning the manifest setting on and off. file: [89278ce2e8] check-in: [8175b57923] user: drh branch: experimental, size: 50360
17:02
add privilege check to hook execution file: [f42480e0ab] check-in: [abd05f296e] user: wolfgang branch: StvPrivateHook2 , size: 51460
2010-10-19
17:54
Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. file: [ce96c7eb97] check-in: [2f3b9bd3c5] user: drh branch: experimental, size: 50080
2010-10-18
15:46
added output redirect and client force for hook file: [bad4eb861b] check-in: [ccef28b54b] user: wolfgang branch: StvPrivateHook2 , size: 51129
2010-10-17
16:37
merge from old hook branch file: [11f3b7f2f7] check-in: [9cf288de27] user: wolfgang branch: StvPrivateHook2 , size: 50419
2010-10-09
15:34
link the command line help to the gui pages, where appropriate file: [58a82ff899] check-in: [a5cd79272f] user: wolfgang branch: wolfgangHelpCmd, size: 49431
2010-10-08
15:05
fine tuning the layout of the command line help strings file: [87bc478cc6] check-in: [c6d1879069] user: wolfgang branch: wolfgangHelpCmd, size: 49253
12:18
removed quotes from command cross references and add them in help command file: [6cb0ed5198] check-in: [b3bf08cc84] user: wolfgang branch: wolfgangHelpCmd, size: 49382
12:02
added cross reference links to command line help in the gui file: [71f30fe980] check-in: [b76a547f1a] user: wolfgang branch: wolfgangHelpCmd, size: 49386
2010-09-29
15:20
Sync opertions warn about clock skew between client and server. file: [d47e87c08f] check-in: [71c40d3bdb] user: drh branch: trunk, size: 49372
2010-09-27
18:12
added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] file: [eaa04c096c] check-in: [9978d2aba6] user: wolfgang branch: wolfgangFormat2CSS_2, size: 49196
2010-09-18
15:51
Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. file: [eba50dbae4] check-in: [b48f78964e] user: drh branch: trunk, size: 48061
2010-09-15
18:46
added dynamic behavior page, no special layout. Reusing the commandline help and simply listing all options file: [98ba24a88b] check-in: [757a5e5b4e] user: wolfgang branch: wolfgangFormat2CSS_2, size: 47901
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. file: [c3c26b8146] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 46472
2010-09-12
14:17
_WIN32 also disables write directory check for _fossil user db(like _MINGW32_) file: [0dc92cea84] check-in: [5bf2ede641] user: wolfgang branch: wolfgangFormat2CSS, size: 46499
2010-08-31
01:53
Merge the changes from the windowscompilers branch into the trunk. file: [c22f5282ae] check-in: [3564af0f7a] user: drh branch: trunk, size: 46477
2010-08-28
06:59
This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include &lt;windows.h&gt;<br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dmc to the repository. There are few changeable variables in there for adjusting path, CFLAGS LIBS etc. </p> <p>These are needed because DMC and MSVC doesn't provided them. dirent.h is copied verbatim from the net. unistd.h I found on the net too, but added some defines. <p>The problem with windows it doesn't have AWK standard installed. version.c creates VERSION.h. It is a very simple C-program and doesn't do a lot of checking. </p> file: [8bdbff6100] check-in: [f66f414fd3] user: renez branch: windowscompilers, size: 46340
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. file: [d3d0e3dfd0] check-in: [0cdb6403cb] user: drh branch: trunk, size: 46422
2010-08-23
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. file: [9d78eb55f4] check-in: [94d8e9cd4b] user: drh branch: trunk, size: 46285
2010-08-19
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] file: [8e4433774a] check-in: [e0248776d3] user: drh branch: trunk, size: 46114
2010-08-18
16:51
Take care to close the separate dbConfig database connection when shutting down. file: [7f66fd57ef] check-in: [c6187a83a5] user: drh branch: trunk, size: 46141
15:27
Always run a checkpoint on all database files before exiting. file: [150c654f96] check-in: [8b85b21a0a] user: drh branch: trunk, size: 46066
2010-08-16
12:11
Add the "comment:" field to the output of "fossil info". file: [26769ed8c0] check-in: [da52ff9363] user: drh branch: trunk, size: 46031
2010-07-23
09:37
Fixed various typos and omissions in help sections file: [c5ac4be0c1] check-in: [44b02c3de9] user: BMorgat branch: trunk, size: 46060
2010-07-08
17:53
Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). file: [4e19a4aea4] check-in: [932825bc6a] user: drh branch: trunk, size: 46062
2010-07-06
21:22
Add software version information and database stats to the /stat page. file: [b5fa30c86b] check-in: [5acf617104] user: drh branch: trunk, size: 45922
2010-07-03
15:26
Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. file: [5f5446cf4f] check-in: [515814f8e7] user: drh branch: trunk, size: 45859
2010-06-23
13:30
Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] file: [1de7ef4637] check-in: [d778ffea81] user: drh branch: trunk, size: 45699
2010-05-22
13:24
Add the auto-captcha setting back to the command-line setting command. Default auto-captcha to on. file: [32ba4722f8] check-in: [5fbd593aa7] user: drh branch: trunk, size: 45690
11:46
Add the test-move-repository command. file: [030d3357cb] check-in: [4a19864419] user: drh branch: trunk, size: 45530
2010-05-21
21:05
adding code, wiki, tickets, checkins search functionality file: [8e775f025b] check-in: [73d274360c] user: Zach branch: exp-search, size: 46612
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [360ee81fbd] check-in: [c06edd231f] user: drh branch: clear-title, size: 44821
11:18
Pull the latest trunk changes into clear-title. file: [2dbb3540a8] check-in: [96722b6d01] user: drh branch: clear-title, size: 45096
2010-04-22
15:48
Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. file: [481ea1fc5f] check-in: [c56af61e5e] user: drh branch: trunk, size: 45439
12:44
Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] file: [dde93e4317] check-in: [822133a763] user: drh branch: trunk, size: 45437
2010-04-07
20:02
Update SQLite to a version that includes automatic index support. When compiled with FOSSIL_DEBUG, issue warnings if any automatic index is ever used. file: [8db5889b94] check-in: [b84917dbf8] user: drh branch: trunk, size: 45201
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) file: [869b1a9cd5] check-in: [64541535d9] user: drh branch: clear-title, size: 44697
19:28
Add additional markups to show inefficient queries when running in TH3_DEBUG mode. file: [5eddbd47d8] check-in: [251fd001a8] user: drh branch: trunk, size: 45040
2010-03-31
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. file: [83fd96c654] check-in: [9f1d490dd6] user: drh branch: trunk, size: 44881
14:35
When compiled with FOSSIL_DEBUG, print warnings if any SQLite queries fail to use indices. file: [073d79b96f] check-in: [e95e87c1ed] user: drh branch: trunk, size: 44854
2010-03-21
22:14
Merge in trunk and local fixes. file: [ba0823bceb] check-in: [3b06c951cf] user: linuxfood branch: ssl_platform_fixes, size: 44330
17:03
Fix for ticket [45f89e504b4] file: [fe92537657] check-in: [3640618d71] user: drh branch: trunk, size: 44254
2010-03-18
14:40
Merge in all of the latest clear-title changes from the trunk. file: [9d4ec7b989] check-in: [7c2577bd63] user: drh branch: clear-title, size: 43882
14:20
Fix some compiler warnings on windows. file: [c1f9b7c06f] check-in: [73c24ae363] user: drh branch: trunk, size: 44225
2010-03-15
18:09
Add the --binary option to the "merge" command and a new "binary-glob" setting. These identify files that should be treated as binary files and which should not be subjected to a 3-way merge. file: [661dae9605] check-in: [d327f12522] user: drh branch: trunk, size: 44144
17:41
Add a --ignore option to the "extra" command, and an "ignore-glob" setting which causes files with given patterns to be ignored. Tickets [705181a992c] and [5125de2e624]. See also ticket [4e8410bfd69]. file: [62f60a50b6] check-in: [3555c0fc6f] user: drh branch: trunk, size: 43921
2010-03-10
17:18
Make sure the return value of db_text() is always something obtained from malloc() or else NULL. Strdup() the default value if the default value is used. file: [20b0e9153b] check-in: [0cbc5d295c] user: drh branch: trunk, size: 43696
2010-03-07
17:43
Clean up formatting and comments asociated with the "new" command. No changes to functionality. file: [9c1d236083] check-in: [69dcef960f] user: drh branch: trunk, size: 43630
2010-03-06
14:44
Windows clients now preserve the execute permission bits when doing a commit. file: [4bc71927f2] check-in: [356fc21d40] user: drh branch: trunk, size: 43447
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. file: [2a95e9bf41] check-in: [16e703be11] user: drh branch: clear-title, size: 42678
2010-02-23
15:33
Make the "clearsign" PGP signing default to off. file: [f10525b543] check-in: [28987096ac] user: drh branch: trunk, size: 43021
2010-02-08
18:16
Merge recent changes into the dual-license branch. file: [7f23ae8da5] check-in: [14c19fbc1c] user: drh branch: clear-title, size: 42678
2010-02-06
17:25
Windows only: remove duplicate code from sqlite3.c in db.c file: [c6c1888bf8] check-in: [2f58d48cab] user: ron branch: trunk, size: 43021
2010-02-01
06:45
fix typo file: [363a6953bc] check-in: [a61fe7b878] user: ron branch: trunk, size: 45033
2010-01-26
14:38
Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. file: [7f7b60c831] check-in: [b8d812efb9] user: jeremy_c branch: trunk, size: 45034
2010-01-21
22:06
Updated to include all the latest changes (for which we hold clear title) from the trunk. file: [a0e84ae5cb] check-in: [390b414605] user: drh branch: clear-title, size: 44231
2010-01-20
20:35
Make the mtime-changes setting the default. Avoid redundant calls to stat(). file: [83e485e6b6] check-in: [d7a583e697] user: drh branch: trunk, size: 44574
15:55
Pull in the latest fixes from the trunk. file: [ce9b2a4001] check-in: [a3161f5f1f] user: drh branch: clear-title, size: 44216
2010-01-19
18:28
Add the "pullonly" option to the "autosync" setting. file: [4b144daf3b] check-in: [ea27129c88] user: drh branch: trunk, size: 44559
18:11
Start a new branch that strives to contain only code for which we hold clear title. file: [b604955560] check-in: [ab0a0d7640] user: drh branch: clear-title, size: 44114
2010-01-14
15:34
If a "merge" or "update" or "revert" fails, then automatically rollback any partial changes to the filesystem. Ticket [a9722a15d2]. file: [79d8015b74] check-in: [7c3cb28d0f] user: drh branch: trunk, size: 44457
2010-01-09
22:03
Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. file: [b89e3126e8] check-in: [cfe33dcf92] user: drh branch: experimental, size: 44368
12:35
Added the cgi() SQL function implemented by Brain Theado. file: [62063dfed4] check-in: [19f552795b] user: jeremy_c branch: trunk, size: 44445
2009-12-31
22:30
Added SQL function user() implemented by Brian file: [5cd551230a] check-in: [a2c2e3b115] user: jeremy_c branch: trunk, size: 43619
2009-12-18
22:01
Change the name of the "anon-login-enable-captcha-filler" setting to "auto-captcha". Move the GUI setting of this setting over to the "Setup/Behavior" page. file: [2ee5db4d82] check-in: [fe019f946b] user: drh branch: trunk, size: 43238
2009-12-07
22:42
Added new config option with the rather unwieldy name 'anon-login-enable-captcha-filler' file: [a46411d47c] check-in: [00b778bd58] user: stephan branch: trunk, size: 43285
2009-11-25
22:14
Update to the latest version of SQLite with improved sqlite3_trace() support. This makes the output of --sqltrace much more helpful. file: [295793e5a5] check-in: [732d7c406e] user: drh branch: trunk, size: 42987
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: [39a38ca81b] check-in: [d5695157d0] user: drh branch: trunk, size: 42916
2009-11-06
03:10
After any kind of database error, include in the error message a warning to the user that it might be wise to run "fossil all rebuild". file: [1d7cecfa32] check-in: [397fa9bf78] user: drh branch: trunk, size: 42882
2009-09-19
17:58
Make sure foreign key constraints are disabled when a new database connection is created. file: [16bc22dd3c] check-in: [fe57da72ab] user: drh branch: trunk, size: 42633
2009-09-15
18:44
Make it harder to misconfigure the user accounts in a way that might give people greater access than intended. file: [cb27c96070] check-in: [bbb8ae7ebf] user: drh branch: trunk, size: 42571
2009-09-04
19:28
Add the dont-push setting to help facilitate private branches. file: [6b2ea97719] check-in: [d1b948b0c7] user: drh branch: trunk, size: 42564
2009-08-16
21:34
Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. file: [63926039f3] check-in: [07f6780c98] user: drh branch: trunk, size: 42396
2009-08-15
21:38
Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] file: [e7592f21b5] check-in: [a25092b14c] user: drh branch: trunk, size: 47484
16:50
Fix faulty SQL in the "db_unset()" routine. Ticket [31bd22c31fcc] file: [301ed91596] check-in: [74f7f6e6ad] user: drh branch: trunk, size: 47423
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: [b0740e5748] check-in: [00ac7945a9] user: drh branch: trunk, size: 47423
2009-08-09
17:29
The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. file: [503381e0ca] check-in: [6b0196aeb8] user: drh branch: trunk, size: 45452
2009-08-08
22:40
Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. file: [fa41711549] check-in: [8b630bb57a] user: drh branch: trunk, size: 45302
2009-08-01
14:34
Improvement to the error message issued when the HOME environment variable is missing. Ticket [e3c34af10dd28] file: [cef5f87864] check-in: [e00a5de0f1] user: drh branch: trunk, size: 45071
2009-07-24
03:57
correct typo in error msg file: [def90d2d54] check-in: [ce5eb40702] user: bch branch: trunk, size: 44887
2009-07-06
23:53
Update to the latest SQLite. On the "Ticket" page, if "nobody" is not allowed to create new tickets but "anonymous" is, then offer a hyperlink to log in as anonymous. Change the default settings to be more secure. file: [f365dd4ce9] check-in: [623a9129c8] user: drh branch: trunk, size: 44888
2009-06-14
15:09
Fix typo in "finding home dir" error error message. file: [974757dd25] check-in: [16eae22891] user: bch branch: trunk, size: 44795
2009-05-28
02:44
Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. file: [a1f15c6b0b] check-in: [915bfd99fe] user: drh branch: trunk, size: 44794
2009-01-29
03:36
Print the current status (including the current branch) after moving to the end branch in the "open" command. file: [6f78bab6b5] check-in: [29900f98f6] user: drh branch: trunk, size: 44254
2009-01-23
00:16
Change "baseline" to "check-in" in the on-line documentation. file: [48df0d0f90] check-in: [904ee40b93] user: drh branch: trunk, size: 44222
2009-01-22
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. file: [c34a03c3db] check-in: [42c2a18e73] user: drh branch: trunk, size: 44289
2009-01-21
18:12
Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. file: [47c06ea3d7] check-in: [54e7410c2a] user: drh branch: trunk, size: 44286
02:47
Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. file: [7c76208342] check-in: [7c7edde116] user: drh branch: trunk, size: 44227
02:22
When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". file: [5247c90b26] check-in: [0139767b9a] user: drh branch: trunk, size: 44178
2008-12-07
18:48
The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket [39f3294e213111a51e93d02fef6faa0062979619] file: [d80fba43ab] check-in: [2be82dcc2a] user: drh branch: trunk, size: 44129
2008-12-06
18:02
Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. file: [3391579825] check-in: [2dffce041d] user: drh branch: trunk, size: 44026
2008-12-03
14:22
Add a 5 second busy timeout on the database connection. file: [87e3dcf414] check-in: [892c460b8e] user: drh branch: trunk, size: 43343
2008-11-26
21:59
Tidy up the raw tags web page, and provide a way to get there, for admins only file: [9592bb6541] check-in: [8d529a7ae9] user: eric branch: trunk, size: 43271
2008-11-20
01:07
When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] file: [63d9c57b09] check-in: [0c6ea0d93f] user: drh branch: trunk, size: 43266
2008-11-15
14:18
Miscellaneous cosmetic changes file: [cb3d7d6650] check-in: [9de6abab2a] user: eric branch: trunk, size: 43075
2008-11-09
19:22
Add the "mv" and "rename" commands (aliases for the same thing). file: [d8256506fc] check-in: [e146d800ac] user: drh branch: trunk, size: 43067
16:23
Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket [7168128e09]. file: [47e57e78e7] check-in: [02f09cdd6c] user: drh branch: trunk, size: 42759
2008-11-04
12:13
Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. file: [3dffe034aa] check-in: [c6a9e4ed41] user: drh branch: trunk, size: 42613
2008-11-03
22:50
Fix for ticket [30f7206b2b]: Added routines to convert filenames from microsoft character sets into UTF-8. file: [bb2296ea5e] check-in: [dad7731f0e] user: petr branch: trunk, size: 42090
09:55
Update for making mycfg.exe. <b>WARNING:</b> This is an <u>incompatible change</u>. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. file: [7fa037b994] check-in: [b54de50ac5] user: urmil branch: trunk, size: 40376
2008-10-31
13:33
Take care that the root directory name does not have extra "/" characters. Ticket [9c378ed139]. file: [ed66011978] check-in: [1d280a85aa] user: drh branch: trunk, size: 40382
2008-10-26
21:30
Remove the unused inherit-anon configuration attribute. Fix the automatic redirect that follows a login operation. Fix "config push user" on the server side. file: [594da7eeb0] check-in: [0600b278c0] user: drh branch: trunk, size: 40294
2008-10-25
17:51
Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. file: [d9d1c45fb2] check-in: [6b0b57a924] user: drh branch: trunk, size: 40444
2008-10-24
14:05
Make the "settings" command work with the -R option. Fix for ticket [5162d999af]. file: [5a3c0d4818] check-in: [2c3b20efff] user: drh branch: trunk, size: 41024
11:14
Allow the "_FOSSIL_" file at the root of each check-out to be renamed ".fos". At some point we might make .fos the default, but for now _FOSSIL_ is the default. The file can be freely changed between these two names. file: [398830aef3] check-in: [8bdea95c58] user: drh branch: trunk, size: 41026
2008-10-17
12:31
Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. file: [ba60d648a5] check-in: [2bd0690fe8] user: drh branch: trunk, size: 40822
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: [d2615a7db8] check-in: [9346f2290c] user: drh branch: trunk, size: 40741
2008-10-04
20:40
The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. file: [b821ea8fc7] check-in: [bf75ea9852] user: drh branch: trunk, size: 40191
2008-08-03
16:47
Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. file: [1ccbb50ea2] check-in: [1f1d96529c] user: drh branch: trunk, size: 40063
2008-07-26
17:08
Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". file: [2755f169fc] check-in: [eb24a021d6] user: eric branch: trunk, size: 39972
2008-07-24
14:48
Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. file: [dc73ec459b] check-in: [3c851ca760] user: drh branch: trunk, size: 39822
02:04
Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories. file: [984f70bf72] check-in: [f46fe42d6d] user: drh branch: trunk, size: 39818
2008-07-15
02:01
Use the %/ substitution instead of %s when constructing windows pathnames. file: [d924508e76] check-in: [9d23230322] user: drh branch: trunk, size: 37539
2008-06-06
20:11
Change the "omitsign" setting into "clearsign" and invert its sense. file: [c9e7ddf532] check-in: [3f706b92a5] user: drh branch: trunk, size: 37539
2008-05-24
13:30
When reporting database errors in CGI mode, make sure the CGI header comes out first. file: [c256ad6ad7] check-in: [3dce979214] user: drh branch: trunk, size: 37492
2008-05-22
15:31
Better error message when a CGI configuration specifies a non-existant or unreadable repository. file: [25b959eccd] check-in: [69650f2963] user: drh branch: trunk, size: 37487
2008-05-18
17:18
Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. file: [b2f4759aa8] check-in: [791a513c28] user: drh branch: trunk, size: 37204
2008-05-17
18:19
Add the "ui" command to automatically launch a web browser after starting the HTTP server. The web browser choice can be configured using the "setting" command. file: [d2925f32ae] check-in: [dfb68976be] user: drh branch: trunk, size: 37116
2008-05-15
16:58
Add the "/doc" method on the server. file: [3bee800775] check-in: [7351b6346d] user: drh branch: trunk, size: 36841
2008-05-10
18:19
Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". file: [0644da6326] check-in: [ec82a32b80] user: drh branch: trunk, size: 36815
18:01
Help message cleanup. Automatically delete cloned database files if the clone fails. file: [fdcc320716] check-in: [6b85fd173e] user: drh branch: trunk, size: 36792
17:22
Add the "unset" command for clearing settings. file: [c776b3bd01] check-in: [418207989a] user: drh branch: trunk, size: 36620
2008-05-05
23:15
The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. file: [5e79625a72] check-in: [d57de28756] user: drh branch: trunk, size: 35997
17:30
Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". file: [cbb81a64fd] check-in: [387cbeda3f] user: drh branch: trunk, size: 35778
17:24
Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. file: [2d2f919945] check-in: [4e683ef07b] user: drh branch: trunk, size: 35544
2008-05-01
22:49
Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. file: [79e9e0ceda] check-in: [676fdd088a] user: drh branch: trunk, size: 35272
2008-02-08
21:42
Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. file: [ce0cf6d921] check-in: [5cc845cfeb] user: drh branch: trunk, size: 34964
2008-02-07
15:08
Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. file: [d35f14ef60] check-in: [007d1ce44f] user: drh branch: trunk, size: 35256
2008-02-06
19:37
refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. file: [f3a5d97ec8] check-in: [0dc3e7a0d5] user: stephan branch: trunk, size: 33424
2008-02-05
00:01
Added /admin/sql page. Added a 'const' to db_generic_query_view() file: [c8735d5d4e] check-in: [6f05b4292a] user: stephan branch: trunk, size: 33039
2008-02-04
23:14
Added style info to db_generic_query_view(), so it can be styled via css file: [f587a03928] check-in: [0095e24ba9] user: stephan branch: trunk, size: 33033
13:14
Better error message when attempting to create a new repository in a directory that does not exist. file: [680de574d8] check-in: [97ff24dec7] user: drh branch: trunk, size: 32955
2008-02-03
21:50
added db_generic_query_view() to simplify /tabview and /my implementations file: [2c3e394259] check-in: [74ba41a510] user: stephan branch: trunk, size: 32961
2008-01-31
21:31
Fix a bug in the db_get_int() routine that was causing the default value to be ignored - resulting in very slow clones for systems without a configuration database. file: [a160182dad] check-in: [bf1a30c9c0] user: drh branch: trunk, size: 30398
2007-12-04
01:26
Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. file: [dc61149835] check-in: [371dd6574c] user: drh branch: trunk, size: 30391
2007-12-03
19:08
Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. file: [dab15ea695] check-in: [16fbb59b96] user: drh branch: trunk, size: 30398
2007-11-24
19:33
Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. file: [48224de87a] check-in: [fb358ca492] user: drh branch: trunk, size: 30409
02:45
The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. file: [96be69e00f] check-in: [f9f7cf5684] user: drh branch: trunk, size: 30217
2007-11-18
20:48
Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. file: [3bb9c7887b] check-in: [d5e7891b07] user: drh branch: trunk, size: 29772
2007-10-10
03:39
Added diff-command and gdiff-command to the valid settings file: [9ee28c7627] check-in: [29bc8da1d9] user: jnc branch: trunk, size: 27966
2007-10-07
14:38
Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. file: [61d4843c1d] check-in: [a21806dcf3] user: jnc branch: trunk, size: 27641
2007-10-06
16:40
Do not attempt to access the global_config table if the ~/.fossil database has not been opened. file: [a10c6acdae] check-in: [3cdb768fca] user: drh branch: trunk, size: 27576
2007-10-03
12:20
Test commands for importing and exporting ticket configurations. file: [0feeb7fd06] check-in: [1e9c0e287e] user: drh branch: trunk, size: 27493
2007-09-28
20:08
Combine the "config" and "setting" commands into a single "settings" command. file: [9a4a994425] check-in: [134e2aeccc] user: drh branch: trunk, size: 27517
2007-09-26
04:17
Added safemerge option to commit, update and settings file: [c13c02bc16] check-in: [41561125cd] user: jnc branch: trunk, size: 27645
02:00
Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. file: [cfa5a42c54] check-in: [097479f99a] user: drh branch: trunk, size: 27243
2007-09-25
20:23
Updates to the autosync logic. Add the "setting" command. file: [df88f7f101] check-in: [fff234b77c] user: drh branch: trunk, size: 26565
2007-09-24
06:53
Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined. file: [65cc9f7698] check-in: [c82fb61775] user: jnc branch: trunk, size: 25514
01:38
Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. file: [c864ef2a7b] check-in: [55dc2abc60] user: jnc branch: trunk, size: 25360
2007-09-23
23:05
One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file. file: [6fa9884a72] check-in: [746a0b8588] user: jnc branch: trunk, size: 25358
22:27
Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0 file: [6ce289dbfa] check-in: [4dc622f36c] user: jnc branch: trunk, size: 25317
18:49
Fixes to the timeline webpage and the "open" and "update" commands. file: [0660888f68] check-in: [ff4cc5fae2] user: drh branch: trunk, size: 25291
2007-09-22
06:47
Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. file: [b9655281e8] check-in: [c7278fd013] user: jnc branch: trunk, size: 25040
2007-09-21
21:53
Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next file: [327a476fd7] check-in: [83c876b447] user: jnc branch: trunk, size: 24595
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. file: [16bbdf5494] check-in: [2bc0e2c565] user: drh branch: trunk, size: 24566
2007-09-01
21:11
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. file: [7ab2af8add] check-in: [b2e55c0d4d] user: drh branch: trunk, size: 24411
2007-08-29
02:42
Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". file: [ca474c1e96] check-in: [e00384d26d] user: aku branch: trunk, size: 24417
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. file: [f2c507419f] check-in: [6607844a01] user: drh branch: trunk, size: 23947
02:45
Add the "help" command and the "clean" command. More work is needed on the text for various help messages. file: [13dcb9659a] check-in: [c9fdb846fb] user: drh branch: trunk, size: 23410
2007-08-10
00:08
Complete rework of the xfer mechanism. Compiles but not yet working. file: [fafbfe094b] check-in: [573a464cb7] user: drh branch: trunk, size: 23037
2007-08-04
00:08
Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. file: [98de757440] check-in: [f5e8b1d736] user: drh branch: trunk, size: 23677
2007-08-03
23:04
Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. file: [d44b76e97d] check-in: [a48936e834] user: drh branch: trunk, size: 22907
15:31
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. file: [acf733f759] check-in: [22552fb803] user: dan branch: trunk, size: 23426
2007-07-31
01:34
The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. file: [904ab46ad3] check-in: [8dbee6731d] user: drh branch: trunk, size: 22669
2007-07-30
16:31
Merge in clone and sync changes. Fix a bug in undelta. file: [44658ef357] check-in: [e3c529c2f0] user: dan branch: trunk, size: 22663
13:34
When errors occur during CGI, make sure the error is returned in a correct CGI reply. file: [73fc8fe15d] check-in: [396cc2a4eb] user: drh branch: trunk, size: 21938
13:01
Bug fix in the local database finder. file: [84850dc1ab] check-in: [5eac33a6bd] user: drh branch: trunk, size: 21718
2007-07-28
08:15
Fix to the db_open_local() function in the case where the root directory is writable by the current user. file: [3ac17e30e1] check-in: [d0d4c5f575] user: dan branch: trunk, size: 22443
07:09
When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. file: [fcfc75c8b2] check-in: [3dcaed8d86] user: dan branch: trunk, size: 22359
2007-07-21
19:32
Improvements to web-based user management. file: [e56e457646] check-in: [916b6e4b3b] user: drh branch: trunk, size: 21716
14:10
Added: Initial check-in of m1 sources. file: [2bb8e10f4d] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 21534