Fossil

Timeline
Login

Timeline

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

25 check-ins using file src/zip.c version a6b41569

2011-09-15
11:54
Create new branch named "json" ... (check-in: 7f108075 user: stephan tags: json)
2011-09-14
13:45
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: a0cf985a user: drh tags: trunk)
11:14
Merge documentation updates from the msw-docco branch into trunk. ... (check-in: 2210be19 user: drh tags: trunk)
11:06
Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. ... (check-in: 9caa3506 user: drh tags: trunk)
00:39
A bullet point I forgot two checkins ago:
  • Document ALL supported options for the given commands. Checkin #2/n.
... (check-in: 25d023f3 user: martin.weber tags: msw-docco)
00:33
Of course THAT was the trunk version I wanted to merge with... ... (check-in: b42d1a9d user: martin.weber tags: msw-docco)
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.
... (check-in: 3fbf8caa user: martin.weber tags: msw-docco)
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. ... (check-in: d01ca14d user: drh tags: trunk)
18:36
Merge documentation updates into trunk. ... (check-in: 6cf00533 user: drh tags: trunk)
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) ... (check-in: a336ff53 user: martin.weber tags: msw-docco)
00:40
Add support for the -R option on several command-line subcommands. ... (check-in: 4fe22141 user: drh tags: trunk)
2011-09-12
18:19
Merge the minor fixes on the dmitry-fixes branch into trunk. ... (check-in: ce354d0a user: drh tags: trunk)
18:13
Reset the reply content at the beginning of the /xfer method in case any sqlite3_log() warning messages had previously been inserted. ... (check-in: 2d162083 user: drh tags: trunk)
13:06
Fix typo in comment ... (check-in: b582ff98 user: joerg tags: trunk)
2011-09-11
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. ... (Closed-Leaf check-in: 2cd21f8d user: dmitry tags: dmitry-fixes)
12:27
Disallow creating users with empty login. Ticket [66ce1088]. ... (check-in: e1ea6c26 user: dmitry tags: dmitry-fixes)
12:26
Fix typos in documentation. Tickets [09310d1a] and [806c4358]. ... (check-in: 9150a8a2 user: dmitry tags: dmitry-fixes)
12:22
Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. ... (check-in: 71b862af user: dchest tags: dmitry-fixes)
12:19
Show overridden user in commit comment. Ticket [4af785ba]. ... (check-in: 7c82dbf5 user: dmitry tags: dmitry-fixes)
2011-09-10
21:21
Add a new quote to the documentation. ... (check-in: 136519f4 user: drh tags: trunk)
2011-09-08
14:30
Add comment describing file_wd_isfile() function. ... (check-in: f23334cb user: dmitry tags: trunk)
13:07
Remove unused variable from ticket_cmd(). ... (check-in: a0b3769b user: dmitry tags: trunk)
13:02
Merge fixes and refactoring from symlinks branch. ... (check-in: c05f6afa user: dmitry tags: trunk)
12:59
Fix Windows build. ... (Closed-Leaf check-in: 4e586a2d user: dmitry tags: symlinks)
11:59
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support.

Fix renaming of symlinks when merging (via new function symlink_copy()).

Rename create_symlink() to symlink_create(). ... (check-in: 8a0c5469 user: dmitry tags: symlinks)