Fossil

Timeline
Login

Timeline

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

19 check-ins using file src/main.c version 97f8036e59

2009-09-12
21:03
Update the base-64 encoder/decoder to conform to RFC 1421. Add test commands to verify both the endoder and the decoder. ... (check-in: c198613ae1 user: drh tags: trunk)
20:42
More documentation clarifications. ... (check-in: 7879c250fb user: drh tags: trunk)
17:45
More documentation updates. ... (check-in: 3c1234c0f2 user: drh tags: trunk)
17:21
Documentation updates. Add a nice header to the "Download" page. ... (check-in: db70c415ab user: drh tags: trunk)
03:45
fixed documentation for the 'fossil branch list' command ... (check-in: da4363308c user: rwilson tags: trunk)
2009-09-11
23:04
Make sure that "nobody" and "anonymous" privileges by users who attempt to sync with higher privileges. ... (check-in: 6021279637 user: drh tags: trunk)
21:05
Fix the "ui"/"server" command for win32 so that it works even if run from cygwin in a directory that contains a space in its name. ... (check-in: 7343126617 user: drh tags: trunk)
18:27
Always print the "project-name" using the command-line "info" command. Avoid an extra "/" character when constructing files for check-in. ... (check-in: bbd758ecc3 user: drh tags: trunk)
15:06
Update to the latest SQLite. Fix a bug in the "diff" and "gdiff" commands. Fix a bug that prevented "fossil config pull" from working. ... (check-in: 129edda98e user: drh tags: trunk)
2009-09-10
23:00
Add extra quoted to system() calls on windows. Ticket [8d073be8808b]. Also update to the latest SQLite. ... (check-in: aeaee1f385 user: drh tags: trunk)
14:07
Support usernames containing spaces for the xfer protocol. Ticket [71c9b46198c04]. ... (check-in: ee47021f51 user: drh tags: trunk)
2009-09-09
16:14
Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface. ... (check-in: fac950a173 user: drh tags: trunk)
2009-09-04
20:19
Update "help" comments for clone, push, pull, sync, and remote-url commands. ... (check-in: 6a40733531 user: drh tags: trunk)
19:28
Add the dont-push setting to help facilitate private branches. ... (check-in: d1b948b0c7 user: drh tags: trunk)
18:39
Updates to the "sync protocol" document. ... (check-in: 4b565c4644 user: drh tags: trunk)
16:20
typos in documentation ... (check-in: 1216eb434a user: bharder tags: trunk)
12:20
Fix typos in documentation. ... (check-in: 5150b9de83 user: drh tags: trunk)
2009-09-02
03:14
Make headings look prettier when using text-based www clients like "elinks". ... (check-in: 449094a8ff user: bch tags: trunk)
2009-08-31
00:48
When the "http" command is run as root, automatically set up a chroot jail and drop root privileges prior to reading any input. ... (check-in: 7ba10f1a6a user: drh tags: trunk)