Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around b2e7370e32d8acc7.

2011-08-14
07:21
Merge trunk into ben-testing, adjusting for versionable settings. ... (check-in: 246ac307 user: ben tags: ben-testing)
07:13
Change the relative-paths default to 'on', after feedback from the community. ... (check-in: 42a830e7 user: ben tags: ben-testing)
2011-08-12
12:13
Fix harmless compiler warnings in tar.c. ... (check-in: 073725ae user: drh tags: trunk)
11:54
When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. ... (check-in: 9515143d user: drh tags: trunk)
09:29
Add link to SSL page from setting up server documentation ... (check-in: 64ae6579 user: ben tags: ben-testing)
09:26
Update documentation index. ... (check-in: e764e8f3 user: ben tags: ben-testing)
09:21
Add documentation for settings, SSL usage, and change log. ... (check-in: 0769acd2 user: ben tags: ben-testing)
2011-08-10
18:53
Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. ... (check-in: cdd298f5 user: ben tags: ben-testing)
15:54
Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. ... (check-in: b968f023 user: ben tags: trunk)
2011-08-07
22:52
Fix a (harmless) javascript error that occurs when the graph is empty. ... (check-in: 303dd442 user: drh tags: trunk)
10:56
Updates to the makefile documentation. ... (check-in: ef0b48de user: drh tags: trunk)
2011-08-05
19:14
Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. ... (check-in: cad1b4a4 user: mistachkin tags: trunk)
12:43
Taking a note about a new test I should write about merges with renames.. ... (check-in: b78d9999 user: viriketo tags: merge_renames)
2011-08-04
22:17
Merge the --case-sensitive feature into trunk. ... (check-in: 874d0ca3 user: drh tags: trunk)
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". ... (Closed-Leaf check-in: 4fee0ce2 user: drh tags: filename-case)
15:54
Merge trunk into ben-testing ... (check-in: 3eb07708 user: ben tags: ben-testing)
14:32
Merge the ben-minorchanges branch into trunk. ... (check-in: 83c032de user: drh tags: trunk)
2011-08-02
18:42
Use the automatic background color algorithm for individual file timelines in addition to the global timeline. ... (check-in: abe7b833 user: drh tags: trunk)
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. ... (Closed-Leaf check-in: f6b8397e user: ben tags: ben-minorchanges)
10:10
Allow more than one file to be specified to the diff command. ... (check-in: 3cdcb515 user: ben tags: ben-minorchanges)
2011-07-28
19:57
Merge Joerg's export command improvements into trunk. ... (check-in: dd74352d user: drh tags: trunk)
2011-07-25
12:24
Make sure deleted files are recorded in the MLINK table. ... (check-in: ccc2c8f6 user: drh tags: trunk)
11:21
Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. ... (check-in: a26940c2 user: drh tags: trunk)
2011-07-24
19:47
Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. ... (Closed-Leaf check-in: 02ce8b4a user: drh tags: ge-tarfix)
00:36
Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. ... (check-in: 2ef37b3b user: ge tags: ge-tarfix)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a679370 user: joerg tags: experimental)
22:13
Fix a harmless compiler warning. ... (check-in: ba15af45 user: drh tags: trunk)
22:05
Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. ... (check-in: ce4a44d9 user: drh tags: trunk)
21:32
Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. ... (Closed-Leaf check-in: 6652dd1c user: mistachkin tags: mistachkin-Makefile)
16:01
Merge the autosetup update into trunk. ... (check-in: 3c512b37 user: drh tags: trunk)
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b user: joerg tags: experimental)
2011-07-22
23:46
If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. ... (check-in: c946b573 user: drh tags: trunk)
23:15
Experimental query parameters brbg and ubg for the timeline. ... (check-in: b6b419c3 user: drh tags: trunk)
22:07
Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. ... (Closed-Leaf check-in: c32b23d6 user: steveb tags: autosetup)
19:38
Since the mlink table contains entries with pid=0 for non-empty manifests without parents, drop the original non-incremental commit logic by folding the few special cases into the mlink/plink based output. ... (check-in: fca30736 user: joerg tags: trunk)
03:12
Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. ... (check-in: 75f02948 user: drh tags: trunk)
03:10
Very minor edits to the BUILD.txt document. ... (Closed-Leaf check-in: 38d58597 user: drh tags: autosetup)
01:43
Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic ... (check-in: eff52c1c user: steveb tags: autosetup)
2011-07-21
19:20
Add support for incremental exports ... (check-in: c2ccd825 user: joerg tags: trunk)
17:37
Use stable marks derived from the rid in preparation for optional incremental exports. ... (check-in: 22d414e5 user: joerg tags: trunk)
17:35
Skip missing merge parents. Git doesn't like missing marks and there isn't anything to be done about them. ... (check-in: b71b32d1 user: joerg tags: trunk)
15:50
Avoid parsing manifests if a parent exists. Now the only case left using deleteall is when no parent exists. ... (check-in: bc8d368b user: joerg tags: trunk)
13:53
Write incremental file lists for fast-export. ... (check-in: 433a3c9a user: joerg tags: trunk)
2011-07-20
20:05
Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] ... (check-in: 3ade7789 user: drh tags: trunk)
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. ... (Closed-Leaf check-in: 14d1e449 user: ben tags: ben-safe-make)
08:37
Merge working directory relative file listings for changes and extras commands into ben-testing. ... (check-in: 8320393b user: ben tags: ben-testing)
08:34
Add help text to status command about --non-relative option. ... (Closed-Leaf check-in: 5de11ac6 user: ben tags: ben-changes-report)
08:29
Merge trunk with ben-testing ... (check-in: 74d65bab user: ben tags: ben-testing)
2011-07-19
23:44
Update the built-in SQLite to the latest 3.7.8 alpha, for the purpose of testing SQLite. ... (check-in: 4adc11ed user: drh tags: trunk)
23:29
Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] ... (check-in: b317471d user: drh tags: trunk)
23:18
Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] ... (check-in: 4ac6328f user: drh tags: trunk)
23:10
Enhance the branch command and the branch www page so that they can show all branches. The branch command can now also show closed branches. Ticket [2adfb697fda1b2]. ... (check-in: ebeaf3ae user: drh tags: trunk)
22:57
Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] ... (check-in: d86201dc user: drh tags: trunk)
22:41
Increment the version number. Update the change log. ... (check-in: a3717e13 user: drh tags: trunk)
22:39
Change the name of the "service" command to "winsrv" to avoid confusion with the "server" command. ... (check-in: c46c7089 user: drh tags: trunk)
2011-07-18
20:04
Merge the windows-service command into trunk. ... (check-in: 06e9ca23 user: drh tags: trunk)
20:00
Update the MSVC makefile so that it works with the new "service" command. ... (Closed-Leaf check-in: 4bf9048e user: drh tags: tsbg-win-service)
2011-07-15
18:06
Enable Fossil to run as a Windows service and add a "fossil service" command. ... (check-in: 91c2f65a user: tsbg tags: tsbg-win-service)
04:50
Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. ... (check-in: e14f0fe2 user: dan tags: trunk)
2011-07-14
15:28
Add a commentary section to the check-in checklist. Also add the "verify makefiles" item. /doc/trunk/www/checkin.wiki ... (check-in: 39624620 user: drh tags: trunk)
14:34
Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . ... (check-in: a4efad7e user: dan tags: trunk)
13:29
Update the pre-commit checklist: /doc/trunk/www/checkin.wiki ... (check-in: 831306e1 user: drh tags: trunk)
13:02
Added the Checklist for Successful Open-Source Projects document. /doc/trunk/www/foss-cklist.wiki ... (check-in: 34177b00 user: drh tags: trunk)
11:24
Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. ... (check-in: fd13b1a1 user: drh tags: trunk)
11:09
Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). ... (check-in: 5fe55cb1 user: dan tags: trunk)
10:24
Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. ... (check-in: 734af429 user: dan tags: trunk)
00:28
Fix a bug in the auto.def file. ... (check-in: 35f80429 user: drh tags: trunk)
2011-07-13
23:03
Version 1.18 ... (check-in: df9da91b user: drh tags: trunk, release, version-1.18)
21:29
Merge the new autosetup mechanism into the trunk. ... (check-in: f476744d user: drh tags: trunk)
21:24
Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] ... (check-in: 11f2f71f user: drh tags: trunk)
21:15
Fix an assert() that fires if the "stash" command is used after having done an "rm". Ticket [3ce0ea97522581] ... (check-in: 336e194c user: drh tags: trunk)
2011-07-12
20:27
Be sure to flush g.httpOut at the end of cgi_reply(). ... (check-in: 2cd0c765 user: drh tags: trunk)
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a user: dan tags: autosetup)
2011-07-11
10:00
By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. ... (check-in: b9a38cf3 user: ben tags: ben-changes-report)
2011-07-10
15:01
By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. ... (check-in: a05bbff4 user: ben tags: ben-changes-report)
13:01
When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. ... (check-in: e0d2e1f9 user: ben tags: ben-changes-report)
12:05
Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. ... (check-in: 35ecc92b user: ben tags: trunk)
2011-07-09
21:06
Disable the piping of output through $env(PAGER). ... (check-in: cd2cb3b3 user: drh tags: autosetup)
20:19
Initial check-in of Steve Bennett's autosetup configurator. ... (check-in: ded86a4e user: drh tags: autosetup)
16:12
Added ability to access repositories via CGI that are located in a path containing whitespaces. ... (check-in: fc15fe04 user: rimkojr tags: trunk)
2011-06-30
17:40
typo fix per ticket [fc0838fc72f079d2033ae] ... (check-in: e50813e1 user: bch tags: trunk)
2011-06-29
17:10
Simplify some the "name" parameter to the "artifact" URIs. ... (check-in: 5acc3e4c user: drh tags: trunk)
11:23
Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. ... (check-in: 082c02a8 user: drh tags: trunk)
11:20
Fix the fossil_strcmp() routine so that it compares strings in the correct order even if some of the characters have their high-order bits set. Ticket [5982aa506467d]. ... (check-in: f23e90da user: drh tags: trunk)
2011-06-28
00:17
Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] ... (check-in: 5392b5c2 user: drh tags: trunk)
2011-06-24
11:31
Update the built-in SQLite to the 3.7.7 final with patches to fix compiler warnings associated with Fossil's use of SQLITE_THREADSAFE=0. ... (check-in: 745db635 user: drh tags: trunk)
2011-06-23
17:48
Update the build-in SQLite to the lastest 3.7.7 release candidate. ... (check-in: 4722e1ab user: drh tags: trunk)
11:24
added version diff from info page ... (Closed-Leaf check-in: 6a84934b user: ron tags: rons diff mods)
08:56
added "diff from other version" to fdiff page ... (check-in: b785f086 user: ron tags: rons diff mods)
2011-06-21
11:38
fix [ffa87168ce1] ... (check-in: b72eb4d4 user: ron tags: trunk)
00:51
Update the built-in SQLite to the latest 3.7.7 release candidate. ... (check-in: 74cbfc69 user: drh tags: trunk)
2011-06-19
16:52
Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. ... (Closed-Leaf check-in: c5f994d4 user: ben tags: autoconf)
16:48
Fix syntax in Makefile.in so it works with Solaris make. ... (check-in: 4787336f user: ben tags: autoconf)
2011-06-18
19:29
Updates to the "Quick Start" documentation. ... (check-in: a8f271e8 user: drh tags: trunk)
18:30
Update the release-test document. Add a Change Log. ... (check-in: a992b276 user: drh tags: trunk)
18:06
Add a "Contributing" link to the homepage. Update the build documentation. ... (check-in: 2d50893d user: drh tags: trunk)
17:02
Fixes to the windows makefiles to support sequential version numbers. ... (check-in: 30b0986d user: drh tags: trunk)
17:00
Merge latest changes from trunk ... (check-in: 7bbeb882 user: ben tags: ben-testing)
16:50
Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. ... (check-in: e0303181 user: drh tags: trunk)
15:51
Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. ... (check-in: 89e6eb96 user: drh tags: trunk)
2011-06-17
20:13
Adding a new test (this failed by current trunk) based on ticket [74413366fe]. ... (check-in: b2e7370e user: viric tags: merge_renames)
19:09
Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. ... (check-in: 8526b151 user: viriketo tags: merge_renames)
15:13
Fixes to "export --git". Changes spaces in tag names to "_" since Git cannot deal with spaces in tag names. Make sure the name of the committer is well-formed according to git's definition of well-formedness. ... (check-in: b707622f user: drh tags: trunk)
13:37
Fix the temporary filename generator so that it does not get stuck in a loop. Ticket [006e1df642d6246a03]. ... (check-in: d3a1663a user: drh tags: trunk)
2011-06-16
23:14
A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. ... (Closed-Leaf check-in: d167b79e user: drh tags: cmake)
23:12
Fix an issue with makeheaders that causes problems for windows when full pathnames are use with a colon in the device name. ... (check-in: 11285096 user: drh tags: trunk)
19:51
Updates to the VC++ makefile. ... (check-in: 82d741db user: drh tags: trunk)
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. ... (check-in: 57ca2496 user: drh tags: autoconf)
15:22
Update the built-in SQLite to the latest 3.7.7 beta. ... (check-in: dbe1e68e user: drh tags: trunk)
2011-06-14
23:59
When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. ... (check-in: 1c4d1272 user: drh tags: trunk)
22:31
Disable several warnings about sorting w/o an index. ... (check-in: b893eb0d user: drh tags: trunk)
22:16
A very simple commit fix. ... (check-in: 3a610a39 user: drh tags: trunk)
17:24
Change the minimum required autoconf from 2.67 to 2.62. ... (check-in: 0241d75a user: drh tags: autoconf)
17:21
Add Makefile.in forgotten in [8559c781c2]. ... (check-in: dcda2dbc user: joerg tags: autoconf)
17:10
Remove NetBSD RCS ID ... (check-in: 80799742 user: joerg tags: autoconf)
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (check-in: 8559c781 user: joerg tags: autoconf)
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. ... (check-in: 6ed7ceb1 user: dan tags: trunk)
2011-06-09
19:20
Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] ... (check-in: 05389804 user: drh tags: trunk)
2011-06-07
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. ... (check-in: 621be704 user: drh tags: trunk)
02:09
Merge the venks-emacs changes into trunk. ... (check-in: fbf417b6 user: drh tags: trunk)
00:48
Pull the latest trunk changes into the venks-emacs branch. ... (check-in: 690ba8cb user: drh tags: venks-emacs)
2011-06-06
17:59
Fix indentation and tabs to style guide ... (check-in: 081a29c0 user: venkat tags: venks-emacs)
17:17
When setting execute permission only set it for those users that also have read permission. ... (check-in: fd6f1c5e user: drh tags: trunk)
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. ... (check-in: 37c231b1 user: drh tags: trunk)
16:50
Remove an unnecessary level of function nesting. ... (check-in: 12989181 user: drh tags: trunk)
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. ... (check-in: 5ea9cf40 user: drh tags: trunk)
2011-06-05
08:54
Merge latest SQLite from trunk ... (check-in: be264779 user: ben tags: ben-testing)
08:49
Minor code cleanup: reformat code to 80 char line length ... (check-in: 6aa5b85f user: ben tags: ben-testing)
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. ... (check-in: 636cc595 user: ben tags: ben-testing)
00:09
Fix minor typo in comment ... (check-in: ac7be7fd user: venkat tags: venks-emacs)
00:04
Add ability to append to ticket fields from the fossil ticket command ... (check-in: 35d6029a user: venkat tags: venks-emacs)
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. ... (check-in: 9f9047d6 user: drh tags: trunk)
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. ... (check-in: a164b63a user: drh tags: ben-testing)
20:49
Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. ... (check-in: 067cda26 user: drh tags: trunk)
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch ... (check-in: 30ebed19 user: ben tags: ben-testing)
19:31
Merge SSL client certificate support from ben-security branch ... (check-in: 397f434a user: ben tags: ben-testing)
19:28
Create new branch named "ben-testing" ... (check-in: 25c77401 user: ben tags: ben-testing)
14:56
Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. ... (check-in: 74ecc4d6 user: drh tags: trunk)
2011-06-01
22:39
Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] ... (check-in: d5b9674e user: drh tags: trunk)
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. ... (check-in: 2a013f02 user: drh tags: trunk)
2011-05-31
12:52
Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. ... (check-in: e5e6ca46 user: drh tags: trunk)
2011-05-30
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. ... (check-in: 3abab7e1 user: ben tags: trunk)
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. ... (Closed-Leaf check-in: 5abe6347 user: ben tags: configure-make)
07:04
Create new branch named "configure-make" ... (check-in: 62284df9 user: ben tags: configure-make)
06:55
Online help for several more commands adapted ... (Closed-Leaf check-in: d23f9887 user: Arjen Markus tags: arjen-doc-updates)
2011-05-29
12:53
Remove accidentally included line of code. ... (Closed-Leaf check-in: 0bed863b user: ben tags: ben-security)
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. ... (check-in: e06ea26e user: ben tags: ben-security)
2011-05-28
18:51
Release ... (check-in: 0448438c user: drh tags: trunk, release)
17:56
Merge the latest changes from the ben-security branch into trunk. ... (check-in: 6d35cde7 user: drh tags: trunk, test-%-&-tag)
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] ... (check-in: e94c1e90 user: drh tags: trunk)
16:23
Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. ... (check-in: 95f04bbf user: ben tags: ben-security)
15:40
Tidy up and fix implementation of empty-dirs setting. ... (Closed-Leaf check-in: 529237a3 user: ben tags: versionable-settings)
15:39
Add documentation for empty-dirs setting ... (check-in: eb93d6ae user: ben tags: versionable-settings)
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. ... (check-in: b5d45262 user: ben tags: versionable-settings)
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. ... (check-in: 761a98a1 user: ben tags: versionable-settings)
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. ... (check-in: 21ceccdd user: drh tags: trunk)
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. ... (check-in: e05fea38 user: drh tags: trunk)
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. ... (check-in: ea2698e9 user: drh tags: trunk)
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. ... (check-in: 32ad9a15 user: drh tags: trunk)
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 ... (check-in: 6469b814 user: Arjen Markus tags: arjen-doc-updates)
2011-05-26
11:57
Add the --systemtrace option for debugging calls to fossil_system. ... (check-in: 5a4dc223 user: drh tags: trunk)
11:29
Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] ... (check-in: 02a6aa2d user: drh tags: trunk)
2011-05-25
13:54
Update the Mac icon for the download page. ... (check-in: a2e1c483 user: drh tags: trunk)
2011-05-24
12:02
Merge the latest trunk changes into the versionable-settings branch. ... (check-in: 9c915adb user: drh tags: versionable-settings)
12:00
Merge the latest trunk changes into the arjen-doc-updates branch. ... (check-in: 5d4ef37a user: drh tags: arjen-doc-updates)
07:27
Extended the online help for the commit, close, configure, clone and checkout commands ... (check-in: 7df22654 user: Arjen Markus tags: arjen-doc-updates)
2011-05-23
15:11
Merge the ben-security branch into the trunk. ... (check-in: 474850cf user: drh tags: trunk, release)
15:06
Merge the solaris10 branch into the trunk. ... (check-in: 3e0efc38 user: drh tags: trunk)
2011-05-22
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. ... (check-in: e4b57a32 user: ben tags: ben-security)
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. ... (check-in: fc93bfb0 user: ben tags: ben-security)
14:23
Create new branch named "ben-security" ... (check-in: 2b4a6a66 user: ben tags: ben-security)
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. ... (check-in: 3fa5cfae user: ben tags: versionable-settings)
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. ... (check-in: 43b0d795 user: ben tags: versionable-settings)
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. ... (check-in: 7d048033 user: ben tags: versionable-settings)
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. ... (check-in: 09e52f0d user: ben tags: versionable-settings)
09:11
Create new branch named "versionable-settings" ... (check-in: 3db75c48 user: ben tags: versionable-settings)
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. ... (Closed-Leaf check-in: 3e61ada7 user: ben tags: solaris10)
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. ... (check-in: 9ef38b6b user: ben tags: solaris10)
07:33
Create new branch named "solaris10" ... (check-in: eb4b5e3b user: ben tags: solaris10)
2011-05-21
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. ... (check-in: 1343cfad user: drh tags: trunk)
16:52
Add (verisionable) empty-dirs setting ... (Closed-Leaf check-in: b21f47e9 user: ben tags: bens-expr)
16:45
Print an "Internal Error" if the update command is unable to find a version to update to. ... (check-in: 88e9f24a user: drh tags: trunk)
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. ... (check-in: 56b75c76 user: ben tags: bens-expr)
15:39
Experimental support for Solaris 10 ... (check-in: fd39ef82 user: ben tags: bens-expr)
15:38
Create new branch named "bens-expr" ... (check-in: d73b1b50 user: ben tags: bens-expr)
2011-05-20
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. ... (check-in: 4b342540 user: drh tags: trunk)
14:17
Convert the return value of getcwd() from MBCS into UTF8 before using it. ... (check-in: ef040767 user: drh tags: trunk)
12:29
Do not short-circuit the update command if the --verbose option is used. ... (check-in: 3b5db9a1 user: drh tags: trunk)
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. ... (check-in: c60e143f user: drh tags: trunk)
11:32
Merge the windows-i18n branch into the trunk. ... (check-in: d8ec765f user: drh tags: trunk)
11:24
Merge all the latest trunk changes into the windows-i18n branch. ... (Closed-Leaf check-in: a742d12e user: drh tags: windows-i18n)
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. ... (check-in: f626fcaa user: drh tags: windows-i18n)
2011-05-19
11:48
Change the small logo to 72x72 pixels. ... (check-in: 5267731a user: drh tags: trunk)
00:03
Make update -verbose print even when there's no update required ... (check-in: acfbfe0d user: venkat tags: venks-emacs)
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. ... (check-in: dcfa88bd user: drh tags: trunk)
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. ... (check-in: 91d64842 user: drh tags: trunk)
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. ... (check-in: b75bb1dc user: drh tags: trunk)
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. ... (check-in: ec093ff2 user: drh tags: trunk)
2011-05-13
20:30
Fix memory leaks in "fossil rebuild". ... (check-in: 625226d5 user: drh tags: windows-i18n)
17:13
Ignore short writes when writing to the console. ... (check-in: e7babf52 user: drh tags: windows-i18n)