Commit Graph

137 Commits (14b78f348e3b59062f65b56c14507533900d4375)

Author SHA1 Message Date
Slava Pestov 42bc93f66e Start page flow code 2008-04-26 05:49:41 -05:00
Slava Pestov ca77a729d8 Clean up session persistence 2008-04-26 01:44:45 -05:00
Slava Pestov a8e8b05339 Improved HTTP server dispatcher 2008-04-25 03:23:47 -05:00
Slava Pestov 3a69c97298 https:// is absolute 2008-04-23 01:42:30 -05:00
Slava Pestov 2f2d31a623 Fix HTTP unit tests 2008-04-23 00:53:42 -05:00
Slava Pestov 6e89f7b085 Working on planet factor rewrite 2008-04-22 21:08:27 -05:00
Slava Pestov bfa34122f3 Fix chunked encoding 2008-04-22 20:23:49 -05:00
Slava Pestov cdb31b4813 Fix host: header in http.client and add redirection limit 2008-04-22 15:37:49 -05:00
Slava Pestov 206609242e Add support for chunked encoding, and set connection: close on http requests 2008-04-22 14:37:26 -05:00
Slava Pestov e2a185f1f4 Web framework work in progress 2008-04-20 04:19:06 -05:00
Slava Pestov aae907d5e1 Fix problem with xml prologue showing up several times 2008-04-15 23:36:27 -05:00
Slava Pestov 7bcadd99a4 XML templating engine 2008-04-15 06:10:08 -05:00
Slava Pestov 7601005ac6 Fix load, test, help failurse 2008-04-14 07:53:54 -05:00
Slava Pestov 70bec926d0 New convention for parametrized constructors: new-* instead of construct-* 2008-04-14 05:07:31 -05:00
Slava Pestov d42ae9508f Merge with erg's changes 2008-04-14 04:42:43 -05:00
Slava Pestov 3ebb1fbdae Remove bogus file 2008-04-14 04:35:07 -05:00
Slava Pestov 4cdf0771ca Some minor improvements to http.server 2008-04-14 04:34:26 -05:00
Doug Coleman 9140e3e452 fix load errors 2008-04-14 03:03:49 -05:00
Doug Coleman f80085ff0a seq-diff -> diff
seq-intersect -> intersect
2008-04-13 23:09:42 -05:00
Doug Coleman 2edd0fefc9 new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
2008-04-13 22:58:07 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Slava Pestov b974d7fff6 Merge branch 'master' of git://factorcode.org/git/factor 2008-04-11 14:38:42 -05:00
Slava Pestov 1435d1c189 Working on converting io backends to use inheritance 2008-04-11 14:09:09 -05:00
Doug Coleman 5fa3bd8c74 cond/case 2008-04-11 12:55:57 -05:00
Doug Coleman b4adebb691 update usages of singleton 2008-04-01 16:53:32 -05:00
Slava Pestov c22af5c7a6 Rename 2apply to bi@ 2008-03-29 20:36:58 -05:00
Slava Pestov adb1dd14d0 Rename tuples vocab to classes.tuple for consistency 2008-03-29 03:34:48 -05:00
Slava Pestov 1f3e6fd0b7 combinators.cleave is now core 2008-03-28 23:00:20 -05:00
erg 3dde03bb4d Merge branch 'master' of git://factorcode.org/git/factor 2008-03-27 07:36:18 -05:00
Slava Pestov 65bfc09265 Fix HTTP server 2008-03-27 05:18:07 -05:00
erg 15c68a23f8 remove ?resource-path and resource-exists? 2008-03-26 23:47:51 -05:00
Daniel Ehrenberg d967d04e4c Changing 8-bit encoding names; documentation 2008-03-23 00:43:43 -04:00
Daniel Ehrenberg 4cfd62c373 Merge branch 'master' of git://factorcode.org/git/factor 2008-03-21 16:59:40 -04:00
Daniel Ehrenberg 88baf7c3b7 latin1 -> iso-8859-1 2008-03-21 14:07:17 -04:00
Slava Pestov 02727576c2 New slots are now in the core 2008-03-20 15:30:59 -05:00
Doug Coleman 3e7940216e swap append to swap append
refactoring path+ to append-path
swap path+ to prepend-path
calendar gmt-offset to duration
2008-03-19 19:15:32 -05:00
Doug Coleman cd4f2028cd random-256 -> 256 random-bits 2008-03-19 16:19:37 -05:00
Slava Pestov d4be6ea98c Working on HTTP server 2008-03-17 04:31:13 -05:00
Slava Pestov 8d617d8604 Fix unit test 2008-03-15 07:57:52 -05:00
Slava Pestov 234dfc5705 Persistent sessions 2008-03-15 06:22:47 -05:00
Slava Pestov d6d71aeb13 Fixing httpd bugs 2008-03-14 17:40:47 -05:00
Slava Pestov 6c73d6a245 Improving session management and action link generation 2008-03-13 22:14:32 -05:00
Slava Pestov 753fa3824e Fix file responder 2008-03-13 18:56:33 -05:00
Eduardo Cavazos 67562173a4 Replace more old 'stat' based code 2008-03-13 14:10:56 -06:00
Slava Pestov 02d7c9fb24 Simplifications 2008-03-13 05:21:56 -05:00
Slava Pestov 85cfca5468 Fix minor HTTPd omissions 2008-03-13 03:48:39 -05:00
Slava Pestov 28970d9469 Fix bugs 2008-03-11 16:03:22 -05:00
Slava Pestov 2b150db9b9 HTTP server work in progress 2008-03-11 03:39:09 -05:00
Slava Pestov 4b4f3b8ea9 Faster serialization 2008-03-08 03:50:03 -06:00
Slava Pestov 7ad74eb320 Various fixes 2008-03-08 02:51:26 -06:00