]> gitweb.factorcode.org Git - factor.git/history - basis/http
scryfall: better moxfield words
[factor.git] / basis / http /
11 days ago Doug Colemanhttp.download: download to cwd like the docs say not...
11 days ago Doug Colemanhttp.download: fix up stack effects and write some...
11 days ago Doug Colemanhttp.download: fix downloading into a directory if...
2024-03-26 John Benediktssonhttp.download: use ``path`` not ``file`` in stack effect
2024-03-25 Doug Colemancore: remove ?string>number in favor of ?if
2024-03-25 Doug Colemanhttp.download: fix for new changes
2024-03-25 Doug Colemanhttp.download: ?download-to -> download-to-once
2024-03-25 Doug Colemanhttp.download: fix bug in deleting zero-sized files...
2024-03-24 Doug Colemanhttp.download: move download words to their own vocabulary
2024-01-16 Michael Raitzahtml, http: Documentation fixes
2024-01-16 Michael Raitzahttp.server.redirection: Refactor <custom-redirect>
2024-01-16 Michael Raitzahttp.server: Implement DELETE, PATCH; handle unknown...
2023-10-30 Doug Colemanhttp.client.post-data: >post-data isn't private now...
2023-10-30 Doug Colemanhttp.client.post-data: make >post-data public
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-07-09 Doug Colemanhttp.client: add a ?download-update-to and file-too...
2023-06-03 John BenediktssonRevert "http.parsers: switch back to full PEG:"
2023-06-03 John Benediktssonhttp.parsers: switch back to full PEG:
2023-06-02 John Benediktssonpeg: make a version that doesn't assert input was fully...
2023-05-13 Doug Colemandiscord: don't reconnect in a loop, wait on a mailbox...
2023-05-13 Doug Colemanhttp.websockets: remove comment
2023-04-14 Doug Colemanhttp.websockets: don't send if the socket is disposed
2023-04-14 Doug Colemanhttp: remove some dead code but i wanted to keep it...
2023-04-14 Doug Colemanhttp: allow using ws:// or wss:// and use it in discord
2023-04-14 Doug Colemanhttp: add delete-header
2023-03-28 Doug Colemanhttp.client: fix docs
2023-03-28 Doug Colemanhttp.client: move <PRIVATE section
2023-03-28 Doug Colemandiscord: add basic discord bot support
2023-03-28 Doug Colemanhttp.client: support upgrading to websockets
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-15 Doug Colemanhttp: add set-headers utility word
2023-03-05 Doug Colemanhttp.client: fix docs for http-patch accepting a body
2023-03-04 Doug Colemanhttp.client: PATCH should usually take a body
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: fix using/docs
2023-02-26 Doug Colemanbasis: adjust in-out spacing
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John Benediktssonhttp.client: revert https
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-09 John Benediktssonhttp.server.static: fix column sorting
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-08-06 John Benediktssonhttp: don't add "modern" headers by default
2022-08-06 John Benediktssonhttp: adding img-src 'self' data:;
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanfactor: use new words
2022-07-28 John Benediktssonhttp.server.cgi: normalize cgi path
2022-01-20 Doug Colemanfactor: more using trim
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-09 Rudi Grinbergadd PATCH http method
2021-12-29 Doug Colemanhttp: Add headers to hypothetically make things more...
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-03-21 Doug Colemanhttp: Use Uppercase For Header Names
2021-03-12 John Benediktssonhttp: simpler stack effects, adding a test case.
2021-03-12 Giftpflanzehttp: Make parse-set-cookie matching case insensitive
2021-03-05 Doug Colemanhttp.client.debugger: Print the whole message.
2020-12-27 Doug Colemanhttp.parsers: Allow a lot more characters in the cookie...
2020-11-09 John BenediktssonRevert "http: only test using ipv4."
2020-11-09 John Benediktssonhttp: only test using ipv4.
2020-11-07 John Benediktssonhttp.client: fix test cases broken by schema:path url...
2020-11-02 John Benediktssonurls: move a test for parse-host from http.client,...
2020-10-13 John Benediktssonhttp.server: addng OPTIONS/PUT support to request-params.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2018-06-23 Doug Colemanhttp.server: Actually use the port remapping instead...
2018-02-28 John Benediktssonio.encodings: use new latin1 instead of 8-bit encoding...
2018-02-26 John Benediktssonio.encodings.8-bit: more encodings, and reduce hierarchy.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-13 John Benediktssonfix some typos in docs.
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-05 Jon Harperadd DOCTYPE html in most places.
2017-01-04 Björn Lindqvistcalendar.format: moving parsing words to a new vocab...
2017-01-04 John Benediktssonuse with-variable in some places with-scope was used.
2016-11-30 Björn Lindqvistdlists,http,ui.gadgets.*: nicer formatting of tuples
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-07-30 Alexander Iljindocs: replace $description with $class-description...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2016-07-10 John Benediktssonhttp.server.responses: less dynamic but equal.
2016-07-10 John Benediktssonhttp.server.responses: load trivial responses from...
2016-07-03 Jon Harperhttp.server.static: add sorts on columns 1671/head
2016-07-03 Jon Harperhttp.server.static, html table listings
2016-06-01 Doug Colemanhttp.server.static: sort files for static html director...
2016-05-23 Doug Colemanhttp.client: disable sni test that hits the velox.ch...
2016-03-31 Jon Harperhttp.client, proxy defaults to http protocol like for...
next