Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for the new (proposed IETF) Metalink standard #10

Closed
poeml opened this issue Jun 5, 2015 · 0 comments
Closed

add support for the new (proposed IETF) Metalink standard #10

poeml opened this issue Jun 5, 2015 · 0 comments

Comments

@poeml
Copy link
Owner

poeml commented Jun 5, 2015

                                                                                               [          ]

Issue migrated (2015-06-05) from old issue tracker http://mirrorbrain.org/issues/issue14

Title    add support for the new (proposed IETF) Metalink standard
 Priority   wish               Status         resolved
Superseder                    Nosy List       ant, poeml
Assigned To poeml             Keywords

msg35 (view) Author: poeml Date: 2009-10-09.00:23:43

Support for Metalinks as defined in the Internet-Draft http://tools.ietf.org/html/draft-bryan-
metalink
should be implemented (as reference implementation and for testing reasons).

http://groups.google.com/group/metalink-discussion/web/internetdraft has additional information.

msg36 (view) Author: poeml Date: 2009-10-09.00:27:27

Note to self regarding implementation of the change in timestamp format:

We'll use RFC3339 timestamps instead of RFC822 timestamps in
the future. Cf.

r->request_time, which is attached to the request object, might be useful
instead of apr_time_now(), because it's already filled out and can save the
syscall to time().

msg131 (view) Author: poeml Date: 2010-02-16.23:32:45

Largely implemented; one big thing left to do: the hash cache needs to be
reimplemented. That's something I planned to do anyway, but now I realize that it
is blocking this implementation. The hash cache currently contains preformatted
hashes ready for injection into v3 Metalinks.

But other than that, there is not much left to do. (Commit to trunk pending)

msg137 (view) Author: poeml Date: 2010-03-08.20:47:06

Working on the required hash cache redesign -- now tracked separately in issue 40.

msg158 (view) Author: poeml Date: 2010-03-12.02:49:04

Done!

msg205 (view) Author: poeml Date: 2010-09-01.16:14:24

Closing. 2.13.0 is shortly before becoming released, after months of testing.

History
         Date         User  Action                      Args
2010-09-01 16:14:24 poeml set    status: testing -> resolved
                                   messages: + msg205
2010-03-12 02:49:04 poeml set    status: in-progress -> testing
                                   messages: + msg158
2010-03-08 20:47:06 poeml set    messages: + msg137
2010-02-16 23:32:45 poeml set    assignedto: poeml
                                   messages: + msg131
2010-02-16 22:36:39 poeml set    status: chatting -> in-progress
2009-11-04 16:32:08 ant   set    nosy: + ant
                                   title: add support for (new) Metalink standard
2009-10-09 00:43:25 poeml set    -> add support for the new (proposed IETF)
                                   Metalink standard
2009-10-09 00:27:27 poeml set    messages: + msg36
2009-10-09 00:23:43 poeml create

(end of migrated issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant