Timeline


and

2013-03-20:

23:25 Ticket #1812 (parse_abbreviated_size doesn't accept T for terabytes (and other ...) closed by David-Sarah Hopwood <david-sarah@…>
fixed: In b084396bddd1e12a: […]
23:24 Changeset in trunk [b084396] by David-Sarah Hopwood <david-sarah@…>
client.py: throw error when reserved_space= is unparseable. Closes …
22:40 Changeset in trunk [0a89b73] by David-Sarah Hopwood <david-sarah@…>
Make introducer.furl unguessable. Closes #1802. Previously, …
22:18 Changeset in trunk [97a7cac7] by David-Sarah Hopwood <david-sarah@…>
NEWS.rst: precautions when upgrading. refs #1932 Signed-off-by: …
21:21 Ticket #1935 (bad behavior when localhost is down) created by warner
User "amospalla" on IRC had problems setting up an introducer and a …
19:27 Changeset in trunk [e981828b] by Brian Warner <warner@…>
test_cli.py: fix mutable PUT stderr expectations
19:05 Ticket #1783 (tahoe cp --verbose progress messages show double the actual number of files) closed by warner
fixed: Looks good, landed in ef0a6c30.
19:03 Ticket #1372 (clarify help for 'tahoe put --mutable') closed by David-Sarah Hopwood <david-sarah@…>
fixed: In 656e8195600f425a: […]
01:27 Changeset in trunk [656e819] by David-Sarah Hopwood <david-sarah@…>
Improve 'tahoe put --help' to clarify behaviour for mutable files, and …
00:57 Changeset in trunk [ef0a6c3] by David-Sarah Hopwood <david-sarah@…>
Avoid double-counting source files in 'tahoe cp --verbose'. fixes …
00:36 Changeset in trunk [dea1323] by David-Sarah Hopwood <david-sarah@…>
Improvements to NEWS.rst for 1.10. Signed-off-by: David-Sarah Hopwood …
00:16 Ticket #1713 (redesigned welcome page) closed by warner
fixed: That last fix looks fine. It seems slightly weird to have a rendering …

2013-03-19:

23:23 Changeset in trunk [a790868] by Brian Warner <warner@…>
tweak NEWS a bit
23:23 Ticket #1934 (abolish timezones) created by davidsarah
Timezones are inconvenient for project development and programming. …
23:21 Changeset in trunk [8b144fa1] by Brian Warner <warner@…>
Add draft NEWS entry for 1.10.0c1. Signed-off-by: David-Sarah Hopwood …
23:18 Ticket #1908 (drop the darcsver egg) closed by Brian Warner <warner@…>
fixed: In 19b2ef9764bdb201: […]
23:07 Changeset in trunk [19b2ef9] by Brian Warner <warner@…>
Remove darcs from setup.py, remove darcsver egg. Closes #1908. Also …
19:18 Changeset in trunk [9e449db]allmydata-tahoe-1.10a1 by Brian Warner <warner@…>
Makefile: re-enable tarball uploads for "master" branch
07:46 Ticket #1767 (update Announcement "timestamp": sequence number?) closed by warner
fixed: I landed 3e26c78e a few hours ago to close this. I've …
07:44 Ticket #1933 (announcement seqnums: respond to state-rollback) created by warner
In the #1767 sequence-number-based introducer announcements fix, we …
05:37 Changeset in trunk [1f38c920] by David-Sarah Hopwood <david-sarah@…>
New Welcome page: ensure 'not connected' status for Introducer and …
05:37 Changeset in trunk [50c65629] by David-Sarah Hopwood <david-sarah@…>
Improve SFTP error handling and remove use of IFinishableConsumer. …
02:34 Changeset in trunk [48a2989e] by David-Sarah Hopwood <david-sarah@…>
sftpd.py: switch from using bare asserts to assertutil. …
00:40 Changeset in trunk [3e26c78] by Brian Warner <warner@…>
introducer.client: use integer seqnums, not time-based. Closes #1767. …
00:34 Changeset in trunk [ff64a0fe] by Brian Warner <warner@…>
fileutil.write: accept mode=, and use it in Node.write_config I want …

2013-03-18:

18:18 Ticket #1932 (release 1.10.0) created by davidsarah
Things to do: * fix blockers (#1525, #1732, #1767) * update dependency …
08:19 Convergence Secret edited by ClashTheBunny
Add paragraph about the "Learn-The-Remaining-Information" attack (diff)
08:12 Convergence Secret edited by ClashTheBunny
Convert to RST from Marlow (diff)
03:59 TahoeLAFSWeeklyNews edited by marlowe
(diff)
03:56 WikiStart edited by marlowe
(diff)

2013-03-17:

18:27 Changeset in trunk [7130a24] by David-Sarah Hopwood <david-sarah@…>
setup.py: add helpful comment on line that is a SyntaxError? in Python …
18:26 Changeset in trunk [75f6c8c] by David-Sarah Hopwood <david-sarah@…>
test_web.py: relax tests for upload and mkdir forms to tolerate …
17:04 Ticket #1915 (helper.rst doc is out of date) closed by davidsarah
fixed: Fixed in …
16:53 Changeset in trunk [5ab27f5] by David-Sarah Hopwood <david-sarah@…>
Move embedded setuptools egg to reflect new version (0.6c16dev4). …
16:53 Changeset in trunk [0e20ab6] by David-Sarah Hopwood <david-sarah@…>
Tolerate import errors when loading extra commands for "setup.py …
16:53 Changeset in trunk [5082ca4] by David-Sarah Hopwood <david-sarah@…>
Update helper.rst to explain new-style config. fixes #1915 Author: …
16:53 Changeset in trunk [709be93] by David-Sarah Hopwood <david-sarah@…>
Redesigned Welcome page using Twitter Bootstrap CSS. Author: Tony …

2013-03-16:

04:46 Changeset in trunk [427193d] by Brian Warner <warner@…>
bump 'mock' dependency to >=0.8.0, to get the .call object The 0.6.0 …

2013-03-15:

05:19 Ticket #1658 (drop support for Python < 2.6) closed by davidsarah
fixed: Fixed in …
05:13 Changeset in trunk [7008ffa] by David-Sarah Hopwood <david-sarah@…>
Require at least Python 2.6. fixes #1658 Signed-off-by: David-Sarah …
04:53 Ticket #1775 (u"py3 not supported" idiom will break in Python 3.3) closed by davidsarah
fixed: Fixed in …
04:41 Changeset in trunk [3bdd744] by David-Sarah Hopwood <david-sarah@…>
Make doubly sure that we fail quickly on future Python 3.x versions. …
04:28 Changeset in trunk [edfb40e] by David-Sarah Hopwood <david-sarah@…>
Ensure that bin/tahoe and setup.py fail quickly on Python 3.3+. fixes …
03:49 Ticket #1746 (write test for anti-Ubuntu-crash-reporter exception-catching code) closed by davidsarah
fixed: Fixed in …
03:42 Changeset in trunk [52a583ce] by David-Sarah Hopwood <david-sarah@…>
Add test for anti-Ubuntu-crash-reporter exception-catching code. fixes …
00:36 Ticket #1931 (WUI: niggles in the new Welcome page) created by davidsarah
Here are the presentation niggles I've noticed in the new Welcome page …

2013-03-14:

17:54 Ticket #1930 (should ?t=rename be deprecated in favour of ?t=move ?) created by davidsarah
In #1732 we added a ?t=move operation to the web-API, which is …
17:39 Ticket #1929 (express documentation for web-API operations in terms of "rooted paths") created by davidsarah
A rooted path is a path relative to a dircap …
15:54 Convergence Secret edited by ClashTheBunny
Add info about changing your convergence secret. (diff)
15:51 FAQ edited by ClashTheBunny
make "convergence secret" point to Convergence Secret doc (diff)
15:48 Convergence Secret created by ClashTheBunny
Add article about convergence secret
14:36 WeeklyMeeting edited by zooko
hangout url (diff)
14:28 WeeklyMeeting edited by zooko
fix time (diff)
13:12 FAQ edited by luckyredhot
(diff)
02:41 WeeklyMeeting edited by zooko
update for tomorrow (diff)
Note: See TracTimeline for information about the timeline view.