]> gitweb.factorcode.org Git - factor.git/history - basis/http/client/client.factor
inverse: Fix docs
[factor.git] / basis / http / client / client.factor
2024-03-24 Doug Colemanhttp.download: move download words to their own vocabulary
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-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-03-28 Doug Colemanhttp.client: move <PRIVATE section
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-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: fix using/docs
2023-02-26 Doug Colemanbasis: adjust in-out spacing
2023-02-26 Doug Colemanfactor: use in-out word
2023-01-20 John Benediktssonhttp.client: revert https
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-01-09 Rudi Grinbergadd PATCH http method
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-03-21 Doug Colemanhttp: Use Uppercase For Header Names
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,...
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-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
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-04-18 John Benediktssonhttp.client: add quot stack effect.
2014-06-09 John Benediktssonhttp.client: adding version of download-to that checks...
2014-03-13 John Benediktssonhttp.client: add starred versions that do not check...
2014-03-13 John Benediktssonhttp.client: fix duplicate using.
2014-03-13 John Benediktssonhttp.client: remove unused word.
2014-03-13 John Benediktssonhttp.client: remove http-get* and its friends, change...
2013-10-12 John Benediktssonhttp.client: adding http-request*.
2013-10-12 John Benediktssonhttp.client: adding variants of http-methods that check...
2013-09-23 John Benediktssonhttp.client: add quotation stack effects.
2013-07-15 John Benediktssonhttp.client: support urls without protocols (in additio...
2013-07-15 John Benediktssonhttp.client: default to http:// if not specified.
2011-10-13 John Benediktssonhttp.client: too aggressive with ?CRLF.
2011-10-12 John Benediktssonhttp: change client/server to support LF and CRLF delim...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
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-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-06-04 John BenediktssonMerge remote branch 'upstream/master'
2011-06-04 Slava PestovMerge branch 'master' of git://github.com/ex-rzr/factor
2011-05-24 otoburbMerge branch 'master' of http://factorcode.org/git...
2011-05-12 otoburbhttp.client: Added OPTIONS, TRACE and HEAD HTTP methods
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-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-21 Slava Pestovhttp: turns out we do need to handle port number in...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-09 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-07-07 Joe GroffMerge branch 'master' into native-image-loader
2010-07-06 Slava Pestovhttp: host header should not include the port number
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-18 Daniel EhrenbergChanging require-when usages to the new syntax for...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-18 Daniel EhrenbergUpdating code to use require-when rather than vocab...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-13 Slava Pestovhttp: clean up and fix some content encoding logic
2010-03-13 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-13 Slava Pestovhttp.server: decouple charset header from encoding...
2010-03-03 Joe GroffMerge branch 'lexer-parsing-word-errors'
2010-03-03 Slava PestovMerge branch 'lexer-parsing-word-errors' of git://facto...
2010-03-02 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-02 Doug ColemanRemove the http-data word
2010-02-27 Doug ColemanAdd a new word http-data that is just http-get nip
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Slava PestovFix conflict
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next