Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
John Benediktsson
|
5208f8bf4f
|
furnace.utilities: fix docs for resolve-word-path.
|
2014-11-03 22:26:22 -08:00 |
Björn Lindqvist
|
e206a5e453
|
furnace.utilities: refactor to not use make
|
2014-11-03 20:49:18 -08:00 |
Björn Lindqvist
|
b29aa88f3c
|
furnace.utilities: use a method based on where instead of vocab-path to find dir of vocab
|
2014-11-03 20:49:18 -08:00 |
Björn Lindqvist
|
1824680ad1
|
furnace.db: db-persistence needs a dispose word that delegates to its pool slot
tests in http.tests refactored using "with-words" so that they always
dispose any db-persistence instances they create.
|
2014-09-28 20:39:25 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
John Benediktsson
|
78d0aad87d
|
http.server.responses: adding <html-content>, use it.
|
2014-04-22 13:47:25 -07:00 |
John Benediktsson
|
712be93989
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
Jon Harper
|
a3fcaf4a11
|
Fix furnace basic auth; add test
|
2013-11-09 22:22:12 +01:00 |
Jon Harper
|
586bd22743
|
Fix doc link for furnace user-admin webapp
|
2013-11-03 15:19:20 +01:00 |
John Benediktsson
|
39fd41b69a
|
http.client: use new http-post* word.
|
2013-10-12 10:29:34 -07:00 |
John Benediktsson
|
832a06e848
|
furnace.auth.providers.db: make test db name use cpu name.
|
2013-05-14 11:32:20 -07:00 |
John Benediktsson
|
1754ab73bd
|
basis: fewer tokens when possible using if*.
|
2013-03-23 22:25:02 -07:00 |
Doug Coleman
|
8c19602ae9
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
John Benediktsson
|
4e72d80256
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
John Benediktsson
|
559b5bfa5b
|
using the new H{ } make.
|
2012-07-19 09:50:09 -07:00 |
Joe Groff
|
9d5e676b26
|
Revert "pubsubhubbub support by samueltardieu". Fixes #455.
This reverts commit e3483c9c03 .
|
2011-12-14 13:13:18 -08:00 |
Joe Groff
|
aa1ad21d72
|
fix help-lint failures
|
2011-12-14 11:33:17 -08:00 |
Joe Groff
|
4552caf489
|
furnace.auth.providers.couchdb: fix manifest
|
2011-11-30 17:58:52 -08:00 |
Joe Groff
|
7897b14223
|
furnace.auth.providers.couchdb: fix load error
|
2011-11-28 18:55:11 -08:00 |
John Benediktsson
|
1eaea88912
|
pubsubhubbub support by samueltardieu. Fixes #148.
|
2011-11-28 09:57:03 -08:00 |
Alex Drummond
|
93fa3c1670
|
CouchDB auth provider (furnace.auth.providers.couchdb)
|
2011-11-28 09:45:42 -08:00 |
Doug Coleman
|
c731dc6edb
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
Doug Coleman
|
94db86a6db
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
Doug Coleman
|
763d9a3f7d
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
John Benediktsson
|
81714b8dc3
|
More lint cleanups.
|
2011-10-16 19:33:16 -07:00 |
John Benediktsson
|
378786599d
|
Cleanup lint warnings.
|
2011-10-14 11:47:24 -07:00 |
John Benediktsson
|
422f427a87
|
Fix M:: stack effects.
|
2011-10-13 16:44:30 -07:00 |
John Benediktsson
|
1987deb359
|
Fix M: stack effects.
|
2011-10-13 16:41:17 -07:00 |
Slava Pestov
|
dc2bae68e2
|
furnace.recaptcha: recaptcha was acquired by Google, update URL
|
2011-08-22 22:48:15 -07:00 |
Slava Pestov
|
b10897334c
|
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
|
4dd1ba4ab2
|
furnace.recaptcha: fix stack effect declaration
|
2010-10-06 23:01:09 -07:00 |
Slava Pestov
|
89ae9d9638
|
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
|
32f447d796
|
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 |
Doug Coleman
|
ae60761d42
|
Fix furnace.actions help lint
|
2010-10-01 01:41:25 -05:00 |
Chris Double
|
5617546b7e
|
Fix chloe-content docs
|
2010-09-29 10:41:15 +13:00 |
Slava Pestov
|
18d4d01e48
|
furnace.utilities: clean up
|
2010-09-27 21:45:31 -07:00 |
Doug Coleman
|
0bbfa64b24
|
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 |
Slava Pestov
|
ad939e01f1
|
furnace.chloe-tags: fix t:a, t:atom, t:form tags after recent Chloe change
|
2010-08-22 21:55:34 -07:00 |
Doug Coleman
|
4b9760dd67
|
More system-micros elimination
|
2010-06-22 02:00:19 -05:00 |
Doug Coleman
|
a6f0abb9a2
|
Rename alarms -> timers
|
2010-06-10 16:39:13 -05:00 |
Doug Coleman
|
8935105537
|
Remove alarms from using list, minor refactoring
|
2010-05-21 20:48:33 -05:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
956ffa8946
|
furnace.recaptcha: add new tag
|
2010-04-13 01:52:57 -07:00 |
Slava Pestov
|
99a3b3c9f6
|
furnace: documentation improvements
|
2010-04-12 18:17:21 -07:00 |
Daniel Ehrenberg
|
512fe14e4e
|
Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:
basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
basis/furnace/auth/auth.factor
basis/stack-checker/backend/backend.factor
|
2010-03-16 13:28:00 -04:00 |
Slava Pestov
|
efe5e22483
|
furnace.syndication: fix load error
|
2010-03-13 21:13:34 +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 |
Joe Groff
|
8687a7e283
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-12 14:36:13 -08:00 |