Fossil

Timeline
Login

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

71 check-ins using file src/db.c version 3b146d0082

2018-08-02
08:10
Create new branch named "cmake-ide" check-in: 2150860bed user: ashepilko tags: cmake-ide
2011-08-30
08:00
More comments about tests I'd like to write. check-in: 281e5121e7 user: viriketo tags: merge_renames
2011-08-05
12:43
Taking a note about a new test I should write about merges with renames.. check-in: b78d999988 user: viriketo tags: merge_renames
2011-07-20
08:34
Add help text to status command about --non-relative option. Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report
2011-07-14
11:09
Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). check-in: 5fe55cb103 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: 734af429e3 user: dan tags: trunk
00:28
Fix a bug in the auto.def file. check-in: 35f80429f2 user: drh tags: trunk
2011-07-13
23:03
Version 1.18 check-in: df9da91ba8 user: drh tags: trunk, release, version-1.18
21:29
Merge the new autosetup mechanism into the trunk. check-in: f476744d60 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: 11f2f71f4c 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: 336e194c4d user: drh tags: trunk
2011-07-12
20:27
Be sure to flush g.httpOut at the end of cgi_reply(). check-in: 2cd0c7657f user: drh tags: trunk
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. Closed-Leaf check-in: 8c482e2a99 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: b9a38cf367 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: a05bbff46a 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: e0d2e1f9b8 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: 35ecc92b69 user: ben tags: trunk
2011-07-09
21:06
Disable the piping of output through $env(PAGER). check-in: cd2cb3b347 user: drh tags: autosetup
20:19
Initial check-in of Steve Bennett's autosetup configurator. check-in: ded86a4e53 user: drh tags: autosetup
16:12
Added ability to access repositories via CGI that are located in a path containing whitespaces. check-in: fc15fe0418 user: rimkojr tags: trunk
2011-06-30
17:40
typo fix per ticket [fc0838fc72f079d2033ae] check-in: e50813e19b user: bch tags: trunk
2011-06-29
17:10
Simplify some the "name" parameter to the "artifact" URIs. check-in: 5acc3e4cc4 user: drh tags: trunk
11:23
Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. check-in: 082c02a80c 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: f23e90da8a user: drh tags: trunk
2011-06-28
00:17
Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] check-in: 5392b5c28b 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: 745db63526 user: drh tags: trunk
2011-06-23
17:48
Update the build-in SQLite to the lastest 3.7.7 release candidate. check-in: 4722e1ab77 user: drh tags: trunk
11:24
added version diff from info page Closed-Leaf check-in: 6a84934b44 user: ron tags: rons diff mods
08:56
added "diff from other version" to fdiff page check-in: b785f08608 user: ron tags: rons diff mods
2011-06-21
11:38
fix [ffa87168ce1] check-in: b72eb4d4b2 user: ron tags: trunk
00:51
Update the built-in SQLite to the latest 3.7.7 release candidate. check-in: 74cbfc69ad 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: c5f994d4c5 user: ben tags: autoconf
16:48
Fix syntax in Makefile.in so it works with Solaris make. check-in: 4787336f2f user: ben tags: autoconf
2011-06-18
19:29
Updates to the "Quick Start" documentation. check-in: a8f271e81e user: drh tags: trunk
18:30
Update the release-test document. Add a Change Log. check-in: a992b276e1 user: drh tags: trunk
18:06
Add a "Contributing" link to the homepage. Update the build documentation. check-in: 2d50893dd8 user: drh tags: trunk
17:02
Fixes to the windows makefiles to support sequential version numbers. check-in: 30b0986d93 user: drh tags: trunk
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: e0303181a5 user: drh tags: trunk
15:51
Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. check-in: 89e6eb9674 user: drh tags: trunk
2011-06-17
20:13
Adding a new test (this failed by current trunk) based on ticket [74413366fe]. check-in: b2e7370e32 user: viric tags: merge_renames
19:09
Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. check-in: 8526b151fc 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: b707622f29 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: d3a1663a09 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: d167b79e66 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: 1128509646 user: drh tags: trunk
19:51
Updates to the VC++ makefile. check-in: 82d741db3e user: drh tags: trunk
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. check-in: 57ca24966f user: drh tags: autoconf
15:22
Update the built-in SQLite to the latest 3.7.7 beta. check-in: dbe1e68e43 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: 1c4d1272a6 user: drh tags: trunk
22:31
Disable several warnings about sorting w/o an index. check-in: b893eb0dad user: drh tags: trunk
22:16
A very simple commit fix. check-in: 3a610a3980 user: drh tags: trunk
17:24
Change the minimum required autoconf from 2.67 to 2.62. check-in: 0241d75a90 user: drh tags: autoconf
17:21
Add Makefile.in forgotten in [8559c781c2]. check-in: dcda2dbcb0 user: joerg tags: autoconf
17:10
Remove NetBSD RCS ID check-in: 8079974223 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: 8559c781c2 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: 6ed7ceb1de 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: 0538980488 user: drh tags: trunk
2011-06-07
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. check-in: 621be70494 user: drh tags: trunk
02:09
Merge the venks-emacs changes into trunk. check-in: fbf417b681 user: drh tags: trunk
00:48
Pull the latest trunk changes into the venks-emacs branch. check-in: 690ba8cbdb user: drh tags: venks-emacs
2011-06-06
17:59
Fix indentation and tabs to style guide check-in: 081a29c0b7 user: venkat tags: venks-emacs
17:17
When setting execute permission only set it for those users that also have read permission. check-in: fd6f1c5e61 user: drh tags: trunk
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. check-in: 37c231b11d user: drh tags: trunk
16:50
Remove an unnecessary level of function nesting. check-in: 12989181a6 user: drh tags: trunk
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. check-in: 5ea9cf4002 user: drh tags: trunk
2011-06-05
00:09
Fix minor typo in comment check-in: ac7be7fd6c user: venkat tags: venks-emacs
00:04
Add ability to append to ticket fields from the fossil ticket command check-in: 35d6029a13 user: venkat tags: venks-emacs
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. check-in: 9f9047d686 user: drh tags: trunk
2011-06-02
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: 067cda2645 user: drh tags: trunk
19:28
Create new branch named "ben-testing" check-in: 25c77401f0 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: 74ecc4d646 user: drh tags: trunk