]> gitweb.factorcode.org Git - factor.git/history - basis/http
Add Wombat theme, put it and Base16 theme in OS X menu
[factor.git] / basis / http /
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...
2016-03-31 Jon Harperhttp.client, request-url don't try to fix unfixable...
2016-03-31 Jon Harperhttp.client: throw if the proxy not empty and not valid
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssonhttp.client: make no-proxy? to do less work with no...
2016-03-30 Jon Harperhttp.client, allow to use http proxies
2016-03-30 Jon Harperhttp.client, automatically add basic auth from urls...
2016-03-30 Jon Harperhttp.client, don't write the anchor in the request...
2016-03-30 Jon Harperhttp.client, fix GETs after POSTs redirects
2016-03-14 John Benediktssonhttp: fix tests for string-lines.
2016-03-03 Benjamin PollackAdd an SNI-based http.client test
2015-11-04 John Benediktssonhttp.server.requests: fix LH{ } in tests.
2015-10-02 John Benediktssonhttp.server.static: better fix for cgi-docs issue.
2015-10-02 John Benediktssonhttp.server.cgi: different fix maybe.
2015-10-02 John BenediktssonRevert "http.server.cgi: fix for the dependency cycle...
2015-10-02 Björn Lindqvisthttp.server.cgi: fix for the dependency cycle http...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-16 Doug Colemanpeg: 'convention' -> convention-parser for Factor word...
2015-08-15 John Benediktssonfurnace.actions: return Method Not Allowed if not GET...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-12 Björn Lindqvistio.crlf: the lf>crlf and crlf>lf words looks generally...
2015-05-12 Björn Lindqvisthttp.server.requests: an upper limit is needed for...
2015-05-12 Björn Lindqvisthttp.server: extend handle-client-error so that it...
2015-05-12 Björn Lindqvisthttp.server.requests: if the content-length header...
2015-05-12 Björn Lindqvisthttp.server.requests: system for read-request for repor...
2015-05-12 Björn Lindqvisthttp.server.requests.tests: more tests for POST request...
2015-05-12 Björn Lindqvisthttp.server.requests: refactor the http.server vocabs...
2015-04-18 John Benediktssonhttp.client: add quot stack effect.
2015-03-12 John Benediktssonhttp.parsers: parse a "simple request".
2014-11-23 Doug Colemanhttp.server: Make sure http.forms is loaded for http...
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-23 Björn Lindqvisthttp.server: handle certain parse-errors from the peg...
2014-09-29 Björn Lindqvistfurnace.db: db-persistence needs a dispose word that...
2014-06-09 John Benediktssonhttp.client: adding version of download-to that checks...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
next