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 |
dharmatech
|
28182f06f9
|
Fix download-to
|
2008-03-07 23:47:11 -06:00 |
Slava Pestov
|
68f276b444
|
HTTP server and client fixes
|
2008-03-07 17:21:20 -06:00 |
Slava Pestov
|
695dbe1a59
|
Move web apps to unmaintained/ for now; get more stuff in extra to load
|
2008-03-07 16:59:44 -06:00 |
Slava Pestov
|
17abc90d48
|
Updated http client
|
2008-03-07 15:52:41 -06:00 |
Slava Pestov
|
60a4cc48a5
|
Mirror keys are now slot names not reader words
|
2008-03-07 02:29:00 -06:00 |
Slava Pestov
|
549a7538c7
|
Clean up some of Dan's code after merge
|
2008-03-06 15:58:05 -06:00 |
Slava Pestov
|
6574009e03
|
Fix merge conflicts
|
2008-03-06 13:54:15 -06:00 |
Slava Pestov
|
626334303c
|
Fix build dir pollution in unit tests
|
2008-03-06 03:03:07 -06:00 |
Slava Pestov
|
3c5a959ff4
|
Remove obsolete file
|
2008-03-06 03:02:01 -06:00 |
Slava Pestov
|
955387f5b7
|
HTTP authorization framework, first cut
|
2008-03-06 03:00:10 -06:00 |
Slava Pestov
|
2feda7c5d7
|
http.server form validation
|
2008-03-05 21:38:15 -06:00 |
Daniel Ehrenberg
|
946d3e7414
|
changes in io.encodings.string
|
2008-03-05 19:12:40 -06:00 |
Daniel Ehrenberg
|
e06885550e
|
Replacing encode/decode-utf8 with utf8 encode/decode-string
|
2008-03-05 17:41:25 -06:00 |
Daniel Ehrenberg
|
5805db7ac4
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
extra/http/client/client.factor
extra/http/server/server.factor
extra/http/server/templating/templating.factor
extra/webapps/cgi/cgi.factor
extra/webapps/file/file.factor
extra/webapps/source/source.factor
|
2008-03-05 17:04:43 -06:00 |
Daniel Ehrenberg
|
c5eec0ba10
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
core/io/files/files-tests.factor
core/io/files/files.factor
core/io/io-tests.factor
core/io/streams/c/c-tests.factor
core/io/streams/lines/lines-tests.factor
core/source-files/source-files.factor
extra/benchmark/sockets/sockets.factor
extra/http/server/templating/templating-tests.factor
extra/http/server/templating/templating.factor
extra/io/launcher/launcher.factor
extra/io/mmap/mmap-tests.factor
extra/io/unix/launcher/launcher.factor
extra/io/unix/unix-tests.factor
|
2008-03-04 17:51:40 -06:00 |
Slava Pestov
|
2c23357f25
|
Unit test fixes
|
2008-03-03 16:44:24 -06:00 |
Slava Pestov
|
a239304b0d
|
Improving http.server's db support and actions
|
2008-03-03 05:40:29 -05:00 |
Slava Pestov
|
c26b1a895f
|
More httpd work
|
2008-03-03 02:19:36 -06:00 |
Slava Pestov
|
d2517908ee
|
Fix confict
|
2008-03-02 13:07:19 -06:00 |
Slava Pestov
|
e98cd1fd59
|
New convention for unit tests
|
2008-03-01 17:00:45 -05:00 |
Slava Pestov
|
24b4fb0df9
|
Use if-box in http.server
|
2008-02-29 10:37:39 -06:00 |
Daniel Ehrenberg
|
efb3367c45
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
core/io/files/files-docs.factor
core/io/files/files-tests.factor
core/io/files/files.factor
core/listener/listener.factor
extra/benchmark/sum-file/sum-file.factor
extra/bootstrap/image/upload/upload.factor
extra/http/server/templating/templating.factor
extra/logging/server/server.factor
extra/smtp/smtp.factor
extra/tools/deploy/macosx/macosx.factor
extra/tools/disassembler/disassembler.factor
extra/webapps/file/file.factor
|
2008-02-29 01:20:44 -06:00 |
Slava Pestov
|
cc3f226cd3
|
New HTTPD work in progress
|
2008-02-29 00:57:38 -06:00 |
Slava Pestov
|
5e3aa52a75
|
Fix conflict
|
2008-02-28 03:28:26 -06:00 |
Slava Pestov
|
66c9eb089a
|
Fix assert-depth usage
|
2008-02-26 21:03:14 -06:00 |
Daniel Ehrenberg
|
f7a2bc066c
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
extra/io/unix/unix-tests.factor
extra/ogg/player/player.factor
|
2008-02-26 00:31:34 -06:00 |
Doug Coleman
|
63b84d4f2b
|
fix furnace
|
2008-02-25 16:02:21 -06:00 |
Slava Pestov
|
a2aa718cd4
|
Remove obsolete vocab
|
2008-02-25 15:40:40 -06:00 |