Slava Pestov
|
e30d18aefc
|
http: update docs
|
2010-03-15 19:25:20 +13:00 |
Slava Pestov
|
937b05f1de
|
http: clean up and fix some content encoding logic
|
2010-03-13 22:10:36 +13:00 |
Slava Pestov
|
02a4082e1f
|
http.server: decouple charset header from encoding used to send the data, and serve text files as UTF-8 by default
|
2010-03-13 19:07:35 +13:00 |
Doug Coleman
|
55e772c528
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
Doug Coleman
|
18c0935b64
|
Docs for http-data
|
2010-02-27 07:58:37 -06:00 |
Doug Coleman
|
9bf7f56283
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -06:00 |
otoburb
|
dbbcf74cda
|
Updated post-data slot names in http-docs.factor
|
2009-12-15 18:12:48 -05:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Doug Coleman
|
b71d86a1dc
|
update more 8bit encoding usages
|
2009-11-12 18:36:47 -06:00 |
Slava Pestov
|
f5a0a8b6e1
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Doug Coleman
|
eceed177d6
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Slava Pestov
|
b1a85133dc
|
http.server.rewrite: fix typo in docs
|
2009-08-05 03:35:31 -05:00 |
Doug Coleman
|
5d19f868fb
|
fix using list
|
2009-08-03 17:32:56 -05:00 |
Slava Pestov
|
181d9ca07d
|
http.server.rewrite: facility for making URLs prettier, and dynamic dispatching on the first part of a host name. Doug go nuts
|
2009-08-03 14:58:56 -05:00 |
Slava Pestov
|
3857006b71
|
Move furnace.actions:{param,params} and furnace.utilities:request-params to http.server
|
2009-08-03 14:58:18 -05:00 |
Slava Pestov
|
c4f4c6749f
|
Fixing some test failures after url.encoding change
|
2009-07-09 19:02:15 -05:00 |
Alfredo Beaumont
|
45ee0a4269
|
Added support for custom redirect number in http requests
|
2009-06-18 20:47:08 +02:00 |
Doug Coleman
|
50e6fac013
|
change threaded-server and managed-server to take an encoding
|
2009-05-30 19:15:53 -05:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Slava Pestov
|
66a9416473
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
fb6df472a2
|
Cleaning up USING: lists for new strict semantics
|
2009-05-14 16:54:16 -05:00 |
Slava Pestov
|
b2c3183b21
|
Split up tools.vocabs. Note that load-everything is now named load-all
|
2009-05-04 06:44:17 -05:00 |
Slava Pestov
|
a362ea7d6d
|
Tweak http.client docs
|
2009-04-30 22:10:18 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Alex Chapman
|
9e4adede5f
|
Add <delete-request> and http-delete
|
2009-04-15 10:52:00 +10:00 |
Alex Chapman
|
f2596259dd
|
Merge branch 'master' into experimental
Conflicts:
basis/http/client/client.factor
|
2009-04-14 10:42:41 +10:00 |
Alex Chapman
|
ace909795d
|
couchdb in progress
|
2009-04-14 10:00:09 +10:00 |
Slava Pestov
|
cedbad0772
|
Fix tests to not clutter Factor directory
|
2009-04-13 15:21:16 -05:00 |
Slava Pestov
|
694652590f
|
download word throneeds to ws an error if the request did not return a success code (reported by Chris Double)
|
2009-04-09 08:18:26 -05:00 |
Slava Pestov
|
63cf5b04e1
|
http.client: fix 307 redirect behavior (reported by Chris Double)
|
2009-04-07 04:19:21 -05:00 |
Slava Pestov
|
2c1f7b9293
|
Static responder now works when the root is a file rather than a directory
|
2009-04-07 03:37:29 -05:00 |
Slava Pestov
|
723bfab030
|
Fixing unit tests for syntax change
|
2009-03-23 00:34:02 -05:00 |
Slava Pestov
|
fd0fd8fb71
|
Remove useless slot
|
2009-03-20 01:53:49 -05:00 |
Slava Pestov
|
4b26ff6a95
|
Add variables to set request-limit and upload-limit
|
2009-03-20 01:47:09 -05:00 |
Daniel Ehrenberg
|
d5af5027d0
|
Making http use ASCII rather than Unicode; fixing encodings bug
|
2009-03-18 18:49:59 -05:00 |
Slava Pestov
|
be4fb1e7d9
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
Slava Pestov
|
0d38d2f7e8
|
Fix more stack effects
|
2009-03-15 18:28:46 -05:00 |
Slava Pestov
|
8e55533bfa
|
Tweak some furnace code to infer and load with almost no warnings
|
2009-03-15 18:19:29 -05:00 |
Alex Chapman
|
47faa0eefe
|
Merge branch 'master' into experimental
|
2009-03-13 10:26:23 +11:00 |
Slava Pestov
|
81d23c3ac0
|
Fix parse-content-type for quoted tokens
|
2009-03-08 17:33:17 -05:00 |
Slava Pestov
|
6330272760
|
Fix CGI
|
2009-03-07 22:09:57 -06:00 |
Slava Pestov
|
c28370d356
|
Allow headers containing " to fix problem reported by doublec
|
2009-03-07 21:24:32 -06:00 |
Slava Pestov
|
4f81b6750f
|
Make cookie header parser more lenient
|
2009-03-07 20:32:07 -06:00 |
Slava Pestov
|
cd53c2bd37
|
produce and produce-as: don't need third quotation either
|
2009-02-28 15:31:34 -06:00 |
Alex Chapman
|
969fff0f5b
|
Merge branch 'master' into experimental
|
2009-02-25 11:16:11 +11:00 |
Alex Chapman
|
7b1ed9889f
|
Merge branch 'master' into experimental
Conflicts:
basis/http/client/client.factor
|
2009-02-16 12:48:58 +11:00 |
Daniel Ehrenberg
|
e90ad88876
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-13 15:10:41 -06:00 |