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 |
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 |
Slava Pestov
|
6b25e99470
|
Add summary for heaps more vocabs
|
2009-02-16 21:05:13 -06:00 |
Slava Pestov
|
6b99b04531
|
Add vocab: for vocab-relative paths
|
2009-02-15 19:53:21 -06:00 |
Daniel Ehrenberg
|
e90ad88876
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-13 15:10:41 -06:00 |
Joe Groff
|
2bb9448ebc
|
add set-basic-auth to http, and make http-request stuff the response body in the error message on failure
|
2009-02-12 22:39:26 -06:00 |
Daniel Ehrenberg
|
1682a5512a
|
Minor docs fix and cleanup in http.server.static
|
2009-02-12 22:26:44 -06:00 |
Slava Pestov
|
07caee3405
|
Update some existing code to use initialize
|
2009-02-10 16:16:12 -06:00 |
Daniel Ehrenberg
|
86c3481f12
|
Moving XML vocabularies around
|
2009-02-05 21:17:03 -06:00 |
Slava Pestov
|
cb174f0db1
|
Regression: HTTP server would fail to serve files with binary encoding after Dan's io.encodings.iana changes from earlier today
|
2009-02-04 04:17:24 -06:00 |
Daniel Ehrenberg
|
594f21e5bd
|
Fixing HTTP and IANA tests
|
2009-02-03 19:44:28 -06:00 |
Slava Pestov
|
e089ce6df0
|
Fix http test
|
2009-02-01 02:02:09 -06:00 |
Slava Pestov
|
7a8dc80426
|
Fix some issues in http.server
|
2009-01-31 20:54:49 -06:00 |
Daniel Ehrenberg
|
d4f865d5f0
|
Fixing some things I broke
|
2009-01-30 19:28:16 -06:00 |
Doug Coleman
|
3c408342ef
|
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
|
2009-01-29 22:19:07 -06:00 |
Daniel Ehrenberg
|
cadbcdc9a4
|
Fixing everything now(?)
|
2009-01-29 15:15:50 -06:00 |
Daniel Ehrenberg
|
6372395b8a
|
Fixing everything I broke?
|
2009-01-29 13:33:04 -06:00 |
Daniel Ehrenberg
|
d5160ce791
|
Fixing USING: lines
|
2009-01-28 15:46:34 -06:00 |
Daniel Ehrenberg
|
fcb56cf6db
|
Factored out io.crlf
|
2009-01-27 18:42:17 -06:00 |
Slava Pestov
|
56260087ae
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-26 23:20:45 -06:00 |
Slava Pestov
|
92f9338978
|
Smart quotes
|
2009-01-26 23:20:27 -06:00 |
Doug Coleman
|
43830f5fcc
|
make mime parsing return a single hashtable instead of several different ones
|
2009-01-26 15:23:49 -06:00 |
Slava Pestov
|
29b561a7ee
|
Fix load error
|
2009-01-23 21:10:23 -06:00 |
Slava Pestov
|
7b344408ff
|
Working on better POST and PUT requests
|
2009-01-23 20:02:14 -06:00 |
Slava Pestov
|
f34c14a0f5
|
Remove some usages of tuck
|
2009-01-23 18:20:47 -06:00 |
Slava Pestov
|
6e9f0dbfdd
|
Update http.client docs for PUT request and stream post-data
|
2009-01-22 23:01:29 -06:00 |
Slava Pestov
|
dad22d0ee5
|
Fix http help lint
|
2009-01-22 20:08:23 -06:00 |
Slava Pestov
|
f160771123
|
Fix POST with streams to use chunked encoding, add http-put word
|
2009-01-22 19:08:38 -06:00 |
Doug Coleman
|
376f332eef
|
allow streams in the post-data tuple
|
2009-01-21 22:21:40 -06:00 |
Doug Coleman
|
3150722c7f
|
better http.server that handles multipart data in the same way as regular form data. fix http client for changes
|
2009-01-21 19:55:25 -06:00 |
Doug Coleman
|
050dbf8a60
|
http server can upload files. WOW!
|
2009-01-20 16:35:52 -06:00 |
Slava Pestov
|
e6aa33ac12
|
Add new intersects? word and use it in a few places instead of intersect empty?
|
2009-01-12 01:51:38 -06:00 |
Slava Pestov
|
39391fe852
|
CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary
|
2009-01-07 13:46:52 -06:00 |
Slava Pestov
|
44b6a490a1
|
Add protocol slot to make it work with funny load order
|
2008-12-19 00:52:41 -06:00 |
Slava Pestov
|
c5160d76e9
|
Merge qualified, alias, symbols, constants into core
|
2008-12-17 18:10:01 -06:00 |
Slava Pestov
|
63fda570bf
|
Fixing assorted compile errors and help lint warnings
|
2008-12-16 01:12:36 -06:00 |