]> gitweb.factorcode.org Git - factor.git/history - basis/http/server
mason: show git SHA1 and timestamp of last completed build
[factor.git] / basis / http / server /
2024-03-25 Doug Colemancore: remove ?string>number in favor of ?if
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-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-04-14 Doug Colemanhttp: allow using ws:// or wss:// and use it in discord
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
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-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
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.
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-15 John Benediktssonmore test IN: cleanup.
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-01-05 Jon Harperadd DOCTYPE html in most places.
2017-01-04 Björn Lindqvistcalendar.format: moving parsing words to a new vocab...
2016-07-30 Alexander Iljindocs: replace $description with $class-description...
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-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 Jon Harperhttp.client, allow to use http proxies
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-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-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-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-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-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-04-22 John Benediktssonhttp.server.responses: adding <html-content>, use it.
2014-04-22 Profpatschhttp.server.responses: Add <text-content>, improve...
2013-04-25 John BenediktssonFix some copyrights, sorry "Your name".
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktssoncleanup some use of with-scope.
2012-07-19 John Benediktssonmore cleanup for H{ } make.
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-29 Slava Pestovhttp.server: closing socket without sending any text...
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-14 John Benediktssonnamespaces: adding a "with-global" word to replace...
2011-10-13 Doug ColemanFix using list for http.server tests
2011-10-13 John Benediktssonhttp.server: ignore preceding whitespace before request...
2011-10-12 John Benediktssonhttp: change client/server to support LF and CRLF delim...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-07 Slava PestovVarious cleanups for Doug's recent socket addressing...
2010-10-05 Doug ColemanSince ip4/ip6 services can run on different ports,...
2010-09-29 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-29 Slava Pestovhttp.server.static: look for index.fhtml when fhtml...
2010-09-28 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-28 Doug ColemanSquashed commit of the following:
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-19 Doug ColemanSquashed commit of the following:
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-10 Slava PestovMerge branch 'docs-linearization-typo' of http://github...
2010-09-10 Slava PestovMerge branch 'docs-optimization' of http://github.com...
2010-09-08 Doug ColemanFix file uploads by using unlimit-stream for now. ...
2010-08-21 Slava Pestovhttp: turns out we do need to handle port number in...
next