Keita Haga
|
2c324b14df
|
In several documentation, remove whitespace before or after the colon or period
|
2011-02-10 01:51:13 +09:00 |
Keita Haga
|
cbb9560dfb
|
http.client: fix typo in docs
|
2011-01-05 01:00:13 +09:00 |
Slava Pestov
|
4fabd05918
|
io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows
|
2010-10-24 15:54:19 -07:00 |
Slava Pestov
|
8e772338ee
|
Various cleanups for Doug's recent socket addressing change
- urls: now have a host/port slots again, add a new set-url-addr word
- http.server: fix host header parsing for IPv6 addresses
|
2010-10-06 23:00:38 -07:00 |
Doug Coleman
|
b7c225116b
|
Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port. Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation. Update lots of code related to the URL change.
|
2010-10-05 09:56:29 -05:00 |
Slava Pestov
|
60a58408b4
|
http.server.static: look for index.fhtml when fhtml is enabled
|
2010-09-28 21:34:15 -07:00 |
Doug Coleman
|
27f9f3a8f3
|
Squashed commit of the following:
commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:10:15 2010 -0500
Fix typo
commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:08:30 2010 -0500
Rename io.servers.connection to io.servers
|
2010-09-27 19:12:33 -05:00 |
Doug Coleman
|
bfa4ddd11a
|
Fix http tests and io.server.connection docs
|
2010-09-19 15:47:25 -05:00 |
Doug Coleman
|
c01ef3dd18
|
Squashed commit of the following:
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 11 14:32:30 2010 -0500
Squash threaded-server branch
|
2010-09-19 13:38:02 -05:00 |
Doug Coleman
|
0ac5146fcc
|
Fix file uploads by using unlimit-stream for now. Will compare solution to with-combinators tomorrow.
|
2010-09-08 02:50:25 -05:00 |
Slava Pestov
|
858930c1f4
|
http: turns out we do need to handle port number in host header, and client needs to send it but only for non-default ports, since sending it for the default port breaks Twitter's HTTP server (reported by John Benediktsson)
|
2010-08-20 18:28:50 -07:00 |
Joe Groff
|
e10d14ed12
|
http.server: reintroduce some code cleanups now that it's back in a working state
|
2010-07-09 14:52:42 -07:00 |
Joe Groff
|
dd6e037b9e
|
http.server: revert d00ea changes so that server works again
|
2010-07-09 14:47:34 -07:00 |
Joe Groff
|
47a47f8e76
|
io.streams.limited: remove unlimit*
|
2010-07-09 13:52:15 -07:00 |
Doug Coleman
|
d00ea1892a
|
Split off io.streams.throwing from io.streams.limited and update usages of limited streams
|
2010-07-09 13:32:09 -05:00 |
Slava Pestov
|
c564506d4a
|
http: host header should not include the port number
|
2010-07-05 22:55:20 -04:00 |
Slava Pestov
|
d190eeb3f8
|
http.server: more doc fixes
|
2010-06-28 17:42:48 -04:00 |
Slava Pestov
|
b988253396
|
http.server: tweak docs
|
2010-06-28 17:31:45 -04:00 |
Daniel Ehrenberg
|
d9878f81d7
|
Changing require-when usages to the new syntax for require-when
|
2010-04-18 14:29:24 -05:00 |
Daniel Ehrenberg
|
f2f80dadc7
|
Updating code to use require-when rather than vocab [ require ] when
|
2010-03-18 01:13:37 -04:00 |
Slava Pestov
|
8df0965e31
|
http: update docs
|
2010-03-15 19:25:20 +13:00 |
Slava Pestov
|
02ac61c2c4
|
http: clean up and fix some content encoding logic
|
2010-03-13 22:10:36 +13:00 |
Slava Pestov
|
0157eb15bf
|
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
|
8c7b1d7c9b
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
Doug Coleman
|
c9050cf280
|
Docs for http-data
|
2010-02-27 07:58:37 -06:00 |
Doug Coleman
|
9db75718a3
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -06:00 |
otoburb
|
ed7e909924
|
Updated post-data slot names in http-docs.factor
|
2009-12-15 18:12:48 -05:00 |
Slava Pestov
|
08b6ebc7fa
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Doug Coleman
|
b1e83cdb33
|
update more 8bit encoding usages
|
2009-11-12 18:36:47 -06:00 |
Slava Pestov
|
45bc6e3c3e
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Keith Lazuka
|
8f79ea91ba
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Doug Coleman
|
47fab85a00
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
Doug Coleman
|
d1ce837569
|
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
|
d72407f3c3
|
http.server.rewrite: fix typo in docs
|
2009-08-05 03:35:31 -05:00 |
Doug Coleman
|
a370d7f199
|
fix using list
|
2009-08-03 17:32:56 -05:00 |
Slava Pestov
|
4a83d71509
|
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
|
fa4a10b328
|
Move furnace.actions:{param,params} and furnace.utilities:request-params to http.server
|
2009-08-03 14:58:18 -05:00 |
Slava Pestov
|
353f068da1
|
Fixing some test failures after url.encoding change
|
2009-07-09 19:02:15 -05:00 |
Alfredo Beaumont
|
e12190b1da
|
Added support for custom redirect number in http requests
|
2009-06-18 20:47:08 +02:00 |
Doug Coleman
|
8b2e7b72db
|
change threaded-server and managed-server to take an encoding
|
2009-05-30 19:15:53 -05:00 |
Doug Coleman
|
8da9d0f203
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Slava Pestov
|
ba04d5af1e
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Slava Pestov
|
daec154817
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
d7db5edadc
|
Cleaning up USING: lists for new strict semantics
|
2009-05-14 16:54:16 -05:00 |
Slava Pestov
|
a776dffeb6
|
Split up tools.vocabs. Note that load-everything is now named load-all
|
2009-05-04 06:44:17 -05:00 |
Slava Pestov
|
7acaf27544
|
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 |