Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2011-06-18 16:50:53" occurring around 2011-06-18 16:50:53.

2011-07-13
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-10
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
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)
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-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)
17:00
Merge latest changes from trunk ... (check-in: 7bbeb88205 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: 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
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: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: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
08:54
Merge latest SQLite from trunk ... (check-in: be264779de user: ben tags: ben-testing)
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)