/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Adrian Wilkins
  • Date: 2008-07-11 14:30:35 UTC
  • mto: (3537.1.1 247585-IIS-boundary-2)
  • Revision ID: adrian.wilkins@gmail.com-20080711143035-4cqrbgtj3dg7drg8
Fix ability to use IIS as a dumb HTTP server.

Fix quoted boundary lines bugs exposed by tests in previous revision.
IIS uses a fixed value for boundary lines, quoted inside angle brackets.

RFC 2046 prohibits use of angles in boundary lines, but IIS uses them
Python implements RFC 822 unquoting badly and considers angles to be quotes
Parameters in HTTP response headers get RFC 822 unquoted

Hence all multi-part responses from IIS run foul of boundary line integrity
checking.

see
https://bugs.launchpad.net/bzr/+bug/247585
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3350.6.12 17 years ago Martin Pool merge trunk; remove RemoteToOtherFetcher 36.3 KB Diff Download File
helpers.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 3.3 KB Diff Download File
test__generate_text_key_index.py 2988.1.3 18 years ago Robert Collins Add a new repositoy method _generate_text_key_inde 1 KB Diff Download File
test_break_lock.py 2592.3.214 18 years ago Robert Collins Merge bzr.dev. 2.3 KB Diff Download File
test_check.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 3.9 KB Diff Download File
test_check_reconcile.py 3350.8.3 17 years ago Robert Collins VF.get_sha1s needed changing to be stackable. 9.1 KB Diff Download File
test_commit_builder.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 22.7 KB Diff Download File
test_fetch.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 6.4 KB Diff Download File
test_fileid_involved.py 2946.3.3 18 years ago John Arbash Meinel Prefer tree.get_root_id() as more explicit than tr 12.4 KB Diff Download File
test_find_text_key_references.py 2988.1.2 18 years ago Robert Collins New Repository API find_text_key_references for us 1 KB Diff Download File
test_get_parent_map.py 3373.5.5 17 years ago John Arbash Meinel fix the line endigs for test_get_parent_map.py 2.7 KB Diff Download File
test_has_revisions.py 3172.3.1 18 years ago Robert Collins Repository has a new method ``has_revisions`` whic 1.6 KB Diff Download File
test_has_same_location.py 3407.2.14 17 years ago Martin Pool Remove more cases of getting transport via control 5.3 KB Diff Download File
test_is_write_locked.py 2904.1.1 18 years ago Robert Collins * New method ``bzrlib.repository.Repository.is_wri 1.3 KB Diff Download File
test_iter_reverse_revision_history.py 3287.5.2 17 years ago Robert Collins Deprecate VersionedFile.get_parents, breaking pull 5.7 KB Diff Download File
test_pack.py 2604.2.1 18 years ago Robert Collins (robertc) Introduce a pack command. 1016 bytes Diff Download File
test_reconcile.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 17.9 KB Diff Download File
test_repository.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 45 KB Diff Download File
test_revision.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 4.3 KB Diff Download File
test_statistics.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 2.5 KB Diff Download File
test_write_group.py 2592.3.244 18 years ago Martin Pool unlock while in a write group now aborts the write 3.7 KB Diff Download File