Itamar Turner-Trauring
|
ba604b8231
|
News file.
|
2022-03-09 12:44:24 -05:00 |
|
Itamar Turner-Trauring
|
e598fbbc85
|
Get rid of redundant code.
|
2022-03-09 12:42:24 -05:00 |
|
Itamar Turner-Trauring
|
5d51aac0d3
|
Clarify.
|
2022-03-09 12:41:40 -05:00 |
|
Itamar Turner-Trauring
|
edb9eda53b
|
Clarify.
|
2022-03-09 12:41:10 -05:00 |
|
Itamar Turner-Trauring
|
ac271cfb3d
|
Merge remote-tracking branch 'origin/master' into 3877-immutable-storage-apis-continued
|
2022-03-09 11:23:02 -05:00 |
|
Itamar Turner-Trauring
|
86769c19bf
|
Finish abort logic and tests.
|
2022-03-09 11:19:23 -05:00 |
|
Itamar Turner-Trauring
|
ef4f912a68
|
Less error-prone testing assertion, and fix a testing bug.
|
2022-03-09 11:11:39 -05:00 |
|
Itamar Turner-Trauring
|
4fc7ef7528
|
Basic HTTP test for aborts.
|
2022-03-09 10:57:05 -05:00 |
|
Itamar Turner-Trauring
|
f47741afb1
|
Correct behavior on timed out immutable uploads.
|
2022-03-09 10:45:21 -05:00 |
|
Itamar Turner-Trauring
|
92b952a5fe
|
Authenticate writes!
|
2022-03-09 10:45:08 -05:00 |
|
Itamar Turner-Trauring
|
c642218173
|
Sketch of aborting uploads.
|
2022-03-08 10:41:56 -05:00 |
|
Itamar Turner-Trauring
|
5203873995
|
Refactor to unify data structure logic.
|
2022-03-08 10:13:37 -05:00 |
|
Itamar Turner-Trauring
|
5be7cbc171
|
Merge pull request #1182 from tahoe-lafs/3876-per-bucket-upload-secret
Allow per-bucket upload secret
Fixes ticket:3876
|
2022-03-08 10:10:48 -05:00 |
|
Itamar Turner-Trauring
|
1d007cc573
|
News file.
|
2022-03-07 13:21:36 -05:00 |
|
Itamar Turner-Trauring
|
7721c134f2
|
Change the semantics of HTTP bucket creation so that it's possible to have a
different upload secret per upload.
|
2022-03-07 09:28:21 -05:00 |
|
Itamar Turner-Trauring
|
8586028af8
|
News file.
|
2022-03-07 09:13:21 -05:00 |
|
Itamar Turner-Trauring
|
40e5ab1661
|
Merge pull request #1178 from tahoe-lafs/3860-http-more-immutables
More immutable support for HTTP storage API
Fixes ticket:3860
|
2022-03-07 09:12:56 -05:00 |
|
Itamar Turner-Trauring
|
87ab56426a
|
Validate another edge case of bad storage index.
|
2022-03-07 08:46:05 -05:00 |
|
Itamar Turner-Trauring
|
4efa65d3db
|
Typo.
|
2022-03-07 08:29:26 -05:00 |
|
Itamar Turner-Trauring
|
60bcd5fe9f
|
Address review comments.
|
2022-03-07 08:25:12 -05:00 |
|
Itamar Turner-Trauring
|
9f4f6668c0
|
Tweaks.
|
2022-03-07 08:21:58 -05:00 |
|
Itamar Turner-Trauring
|
7146cff227
|
Sketch of TLS listening and furl construction for the HTTP storage server.
|
2022-03-02 10:40:39 -05:00 |
|
Itamar Turner-Trauring
|
afe6b68ede
|
News file.
|
2022-03-02 10:38:05 -05:00 |
|
Itamar Turner-Trauring
|
32cbc7b9df
|
Function for getting SPKI hash.
|
2022-03-02 10:35:41 -05:00 |
|
Itamar Turner-Trauring
|
8ddf21358a
|
Merge pull request #1180 from tahoe-lafs/3697-pypy3
pypy3 and Python 3.10 support
Fixes ticket:3697
|
2022-02-28 12:12:48 -05:00 |
|
Itamar Turner-Trauring
|
5ac3cb644f
|
These are not numbers.
|
2022-02-23 11:11:04 -05:00 |
|
Itamar Turner-Trauring
|
abe4c6a1f0
|
Only support PyPy3 on Linux.
|
2022-02-23 11:09:49 -05:00 |
|
Itamar Turner-Trauring
|
9d9ec698e0
|
Add support for Python 3.10.
|
2022-02-23 11:07:56 -05:00 |
|
Itamar Turner-Trauring
|
f81cd6e595
|
Use an option also available on PyPy3.
|
2022-02-23 10:57:36 -05:00 |
|
Itamar Turner-Trauring
|
e5c49c890b
|
News file.
|
2022-02-23 10:50:41 -05:00 |
|
Itamar Turner-Trauring
|
c6ee41ab5c
|
Add PyPy3.
|
2022-02-23 10:49:39 -05:00 |
|
meejah
|
82eb0d686e
|
Update newsfragments/3828.feature
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
|
2022-02-22 11:18:45 -07:00 |
|
Itamar Turner-Trauring
|
6dab065e44
|
Merge remote-tracking branch 'origin/master' into 3860-http-more-immutables
|
2022-02-22 13:07:42 -05:00 |
|
Itamar Turner-Trauring
|
2444c55b36
|
Merge pull request #1179 from tahoe-lafs/3873-welcome-to-the-world-of-tomorrow
Drop Python 2 support
|
2022-02-22 13:06:54 -05:00 |
|
Itamar Turner-Trauring
|
5647b4aee0
|
Try to fix macOS another way.
|
2022-02-22 11:40:16 -05:00 |
|
Itamar Turner-Trauring
|
52f0e18d6b
|
Fix for overly-long temporary paths for unix sockets on macOS.
|
2022-02-22 11:26:00 -05:00 |
|
Itamar Turner-Trauring
|
a7e4add602
|
Simplify.
|
2022-02-22 11:25:13 -05:00 |
|
meejah
|
025a3bb455
|
news
|
2022-02-16 22:00:02 -07:00 |
|
meejah
|
2928a480ff
|
RSA key-size is not configurable, it's 2048bits
|
2022-02-16 21:46:24 -07:00 |
|
meejah
|
5cd95920b6
|
Merge branch 'master' into 3828.key-length.1
|
2022-02-16 21:18:50 -07:00 |
|
Itamar Turner-Trauring
|
84094b5ca0
|
Try version that Windows uses.
|
2022-02-16 09:31:12 -05:00 |
|
Itamar Turner-Trauring
|
3a859e3cac
|
Try a version that matches Ubuntu's.
|
2022-02-15 14:52:01 -05:00 |
|
Itamar Turner-Trauring
|
510102dab1
|
Maybe we can use modern tor now.
|
2022-02-15 14:37:18 -05:00 |
|
Itamar Turner-Trauring
|
21e288a4d0
|
Technically don't support 3.10 yet.
|
2022-02-15 14:35:18 -05:00 |
|
Itamar Turner-Trauring
|
b7b71b2de7
|
Clarify.
|
2022-02-15 14:33:37 -05:00 |
|
Itamar Turner-Trauring
|
6190399aef
|
Just codechecks.
|
2022-02-15 14:33:00 -05:00 |
|
Itamar Turner-Trauring
|
3255f93a5c
|
Try newer version of Chutney.
|
2022-02-15 10:47:22 -05:00 |
|
Itamar Turner-Trauring
|
bd90728946
|
Re-add missing environment.
|
2022-02-15 10:26:54 -05:00 |
|
Itamar Turner-Trauring
|
be2590f9b8
|
Python 2 is now unsupported.
|
2022-02-15 10:20:52 -05:00 |
|
Itamar Turner-Trauring
|
7ea106a018
|
Switch back to building Docker images on a schedule.
|
2022-02-15 10:19:56 -05:00 |
|