Commit Graph

87 Commits (40e3a2a06321fbb77f90fa82bc91e470521b76e5)

Author SHA1 Message Date
slava f12f324923 Fix httpd 2006-08-04 04:29:29 +00:00
slava e142cac05c Fix http-client 2006-08-04 04:24:08 +00:00
slava b0a4b6409a Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
chris.double e201a48a97 remove cont-responder examples that no longer work/need to be rewritten 2006-07-25 22:32:43 +00:00
chris.double 593c1808ec Put post-refresh-get back in cont-responder and tidy stack usage 2006-07-25 00:06:18 +00:00
chris.double 08099ba896 Fix stack errors in cont-responder 2006-07-24 23:45:37 +00:00
chris.double 3419df860e Fix duplex stream closed issue in cont-responder 2006-07-24 01:09:37 +00:00
chris.double 1edc5b645e get cont-responder examples test1 and test2 working 2006-07-17 09:13:29 +00:00
chris.double d7c042238c Save responder variables in cont-responder requests 2006-07-17 09:09:40 +00:00
chris.double 69b86eec44 refactor cont-responder and get it working again
Some functionality is missing from previous versions. There is no 'post-refresh-get' functionality or callback quotations. These may be re-added in a later patch.
2006-07-17 08:27:43 +00:00
slava f3245d2ab4 Minor changes 2006-07-15 18:06:26 +00:00
slava 9f2201fe09 Minor file-responder fix 2006-07-06 20:13:35 +00:00
slava 6e112b6ef8 file-responder now supports .fhtml files, which are piped through contrib/embedded.factor 2006-07-06 00:34:50 +00:00
slava c5872a4356 Missing file 2006-06-26 07:30:13 +00:00
slava 7176754832 AJAX outliners work better now 2006-06-26 07:07:57 +00:00
slava 117aef414f Markup fixes for better HTML generation 2006-06-20 22:31:48 +00:00
slava 1e2dcfae12 More module system hackery 2006-06-19 01:31:20 +00:00
slava a6a8408c15 More module system tweaks 2006-06-19 01:02:35 +00:00
slava 0205234638 New module system 2006-06-19 00:58:11 +00:00
slava a5cc32ed15 Tabs gadget improved 2006-06-17 07:51:06 +00:00
slava 10af34de4d Documentation updates 2006-06-17 03:12:40 +00:00
slava 309617d547 Fix contrib/units/ to load, and some other fixes 2006-06-15 05:56:41 +00:00
slava 65680737ca HTTPD updates and minor help fixes 2006-06-15 05:21:16 +00:00
chapman.alex 0ab84cd161 updated embedded.factor to use contents and added embedded-convert 2006-03-29 11:38:34 +00:00
slava bba26be715 Updating HTTPD for 0.83 changes 2006-05-25 04:06:50 +00:00
slava dd473d9578 Cleaning up XML parser, updating for latest language changes 2006-05-25 03:55:54 +00:00
slava 51a38d8ca5 cont-responder cleanup 2006-04-28 04:03:41 +00:00
slava b64cb2cb75 Fix scoping problem in cont-responder 2006-04-28 01:36:29 +00:00
slava 7f79de6d1f I/O fixes 2006-04-27 07:20:02 +00:00
chapman.alex 6514e5f7cb added embedded factor within <% %> 2006-03-28 01:20:03 +00:00
chris.double 2a989bad82 cont-responder: various stdio fixes 2006-03-13 11:38:05 +00:00
slava 95d899f61e MIME type tweak 2006-03-13 05:42:28 +00:00
chris.double 1c86d1dc4a move contrib/cont-responder to httpd/examples
Also tidied up some of the examples (removed need for parser 
combinators) and removed examples that don't work or don't make good 
examples.
2006-02-23 02:26:29 +00:00
chris.double 94b2782693 fix problem when refreshing expired or invalid continuation id's in httpd 2006-02-13 04:14:15 +00:00
chris.double 20ddf87fca remove 'flush' in cont-responder
The call to flush was causing 'cant write to closed output stream' 
errors.
2006-02-06 23:58:41 +00:00
slava a0b10e42fa Fix file-responder directory listing problem 2006-02-06 19:31:54 +00:00
chris.double b39984aaa6 Change cont-responder to stream instead of building a string 2006-02-06 00:04:55 +00:00
slava 0b4440ae9b DARCS RSS feed responder, and some minimal utilities for spawning processes 2006-02-04 06:58:33 +00:00
slava 58d17c9f9b Output an XML preamble 2006-02-04 01:17:18 +00:00
slava e45dc57d7c XML writing fix 2006-02-04 01:11:42 +00:00
slava 6976d10798 New text-tag word to simplify XML generation 2006-02-04 01:01:08 +00:00
slava 802681fa1e Better HTTPD logging, and fix a file-responder bug 2006-02-04 01:00:23 +00:00
slava d84a4cc497 fix XML parser for a alist>hash change in 0.80 2006-02-03 18:19:47 +00:00
chris.double 597f6c4876 Change inspector responder to use a relative link for generated urls
Previously it hardcoded to the 'inspector' responder. This causes issues 
when the link is generated from within another responder ('help' for 
example). By making it a relative URL it guarantees it'll be run from 
within the correct responder.

cont-responder should eventually be changed so that this is not an 
issue.
2006-02-02 22:26:23 +00:00
slava a40b1e12de File responder directory listing fixes 2006-02-01 03:43:29 +00:00
Slava Pestov dcd69d4dc5 html stream fixes, removing obsolete live updater code 2006-01-31 20:09:48 +00:00
Slava Pestov 364856fe7f html stream fixes, removing obsolete live updater code 2006-01-31 20:03:09 +00:00
Trent Buck ce2f3322e8 Declare default style block is CSS (fixes Konqueror and Safari). 2006-01-31 11:04:52 +00:00
Trent Buck 4fd83b3373 Declare default style block is CSS (fixes Konqueror and Safari). 2006-01-31 10:23:08 +00:00
Slava Pestov dc9657d8f5 simplify html tag code 2006-01-31 07:32:28 +00:00