Commit Graph

639 Commits

Author SHA1 Message Date
Jay McCarthy
a82ef2ab80 gotcha
svn: r13300
2009-01-28 15:33:18 +00:00
Jay McCarthy
254f924ebb immediate marking
svn: r13299
2009-01-28 15:30:36 +00:00
Jay McCarthy
5970ccb8fc Fixing contracts
svn: r13286
2009-01-26 17:14:46 +00:00
Jay McCarthy
9e305c79e3 over-limit
svn: r13167
2009-01-16 16:24:23 +00:00
Eli Barzilay
856a91865b avoid using force/delay (see comment)
svn: r13162
2009-01-16 08:42:17 +00:00
Eli Barzilay
d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +00:00
Jay McCarthy
ba5b8de58a Limit dispatcher
svn: r13072
2009-01-12 17:44:02 +00:00
Jay McCarthy
ebc1bf4752 Limiting
svn: r13070
2009-01-12 17:01:46 +00:00
Jay McCarthy
f5aa64f90b send/formlet issue
svn: r13020
2009-01-06 15:37:23 +00:00
Jay McCarthy
110098bc3b Adding caching note in faq
svn: r13019
2009-01-06 15:36:57 +00:00
Jay McCarthy
d00db36f66 Contracts on dynamic-requires
svn: r12940
2008-12-26 15:54:23 +00:00
Jay McCarthy
02153a2235 New limiting tip
svn: r12939
2008-12-26 15:22:47 +00:00
Jay McCarthy
02147ef4f3 Fixing regression
svn: r12764
2008-12-10 17:22:43 +00:00
Jay McCarthy
247d9fb5fe Doc request
svn: r12762
2008-12-10 16:37:18 +00:00
Jay McCarthy
da2fd6489d Propagate dispatcher signal
svn: r12683
2008-12-02 22:29:19 +00:00
Jay McCarthy
18b3cf5bbc Bug in insta
svn: r12661
2008-12-01 15:57:19 +00:00
Jay McCarthy
c711f5b7e0 note
svn: r12592
2008-11-25 20:31:29 +00:00
Jay McCarthy
ba54379202 Refine example
svn: r12588
2008-11-25 16:03:31 +00:00
Jay McCarthy
f485ad3e8a Implementation note
svn: r12571
2008-11-21 18:13:34 +00:00
Jay McCarthy
d2a9872174 Using path-string? rather than path? in many places
svn: r12570
2008-11-21 17:59:08 +00:00
Jay McCarthy
65d3d41096 Using begin/collect
svn: r12569
2008-11-21 16:15:39 +00:00
Jay McCarthy
115f34a1e7 Using ....
svn: r12568
2008-11-21 16:08:24 +00:00
Eli Barzilay
370ec9b8e9 show the client's ip in the apache-style log
svn: r12558
2008-11-21 08:27:14 +00:00
Jay McCarthy
daff0abe15 Extended example
svn: r12550
2008-11-20 23:57:32 +00:00
Jay McCarthy
746184ef5a Changing docs to have better explanation
svn: r12544
2008-11-20 20:41:59 +00:00
Jay McCarthy
52a561fd3e Adding docs and additional option for r12535
svn: r12542
2008-11-20 16:10:31 +00:00
Jay McCarthy
333ec0dfc1 Docs for r12529
svn: r12541
2008-11-20 16:04:50 +00:00
Jay McCarthy
0d902ddeaf Docs for r12526
svn: r12540
2008-11-20 15:57:42 +00:00
Eli Barzilay
631a8be60c * Added #:log-file to `serve/servlet' (always using the
'apache-default format for now)
* Using a convenient `dispatcher-sequence' as a `sequencer:make'
  wrapper

svn: r12535
2008-11-20 12:11:37 +00:00
Eli Barzilay
a41971ba6d Added #:ssl? for making an https server. It is hard-wired to using
"server-cert.pem" and "private-key.pem" in `server-root-path', but
that seems to be the same as the --ssl command-line option.  The ssl
server is created using the same code that "private/launch.ss" uses,
so it might be a good idea to abstract it into a separate file.

Also, `mime-types-path' defaults to "mime.types" in the
`server-root-path', but if the file is missing, then it uses
"mime.types" in the `default-configuration-table-path', which is a
sensible choice for just getting a server running.

svn: r12529
2008-11-20 05:53:04 +00:00
Eli Barzilay
f6aa15c531 Use the given `mime-types-path' for all files
svn: r12528
2008-11-20 04:59:26 +00:00
Eli Barzilay
8b5b87c807 * revise requires to scheme/*
* use `for' and better use of regexp patterns in `match'
* use a literal byte-regexp in `make-path->mime-type' and use it
  throught `match'
* delay reading of the mime types table (since there are uses like
  serve/servlet that will never use it anyway)

svn: r12527
2008-11-20 04:55:14 +00:00
Eli Barzilay
9405d57292 allow #f for #:listen-ip
svn: r12526
2008-11-20 03:13:01 +00:00
Eli Barzilay
42d8f1ae1f fix: just one shutdown message
svn: r12525
2008-11-20 03:08:08 +00:00
Eli Barzilay
788b94e28b Mostly reformatting
svn: r12524
2008-11-20 02:55:28 +00:00
Eli Barzilay
7c0db197ec * Made --ssl set a port number only if it wasn't already before
* Made -p reject non-integers and bad port numbers

svn: r12523
2008-11-20 02:27:02 +00:00
Jay McCarthy
8f0544f37d Bug after moving instance lookup inside servlet namespace
svn: r12514
2008-11-19 22:41:49 +00:00
Jay McCarthy
a687555c38 moving tests
svn: r12512
2008-11-19 22:22:02 +00:00
Jay McCarthy
83e9431ec5 Templates before tests
svn: r12509
2008-11-19 19:04:22 +00:00
Jay McCarthy
a01728e63a Templates
svn: r12500
2008-11-18 22:03:44 +00:00
Jay McCarthy
cb68faa140 Contract
svn: r12499
2008-11-18 22:02:16 +00:00
Jay McCarthy
cfb1805e44 Updating re: Eli
svn: r12498
2008-11-18 21:47:06 +00:00
Jay McCarthy
d085b21a90 Clarifying manager docs and adding interface to serve/servlets
svn: r12494
2008-11-18 17:53:18 +00:00
Jay McCarthy
ce734b819c Increasing crossrefs. Eli, you can include this in the release
svn: r12492
2008-11-18 17:08:04 +00:00
Jay McCarthy
bba0d3b3d4 Increasing code xrefs
svn: r12481
2008-11-18 00:02:28 +00:00
Jay McCarthy
1bb01c05cd Fixing scribble errors
svn: r12479
2008-11-17 18:03:22 +00:00
Jay McCarthy
fd5163ea46 Dont need that information anymore
svn: r12476
2008-11-17 17:10:55 +00:00
Jay McCarthy
54429dc56b Response/basic bug
svn: r12474
2008-11-17 17:07:51 +00:00
Jay McCarthy
f64d8a5280 Exposing MIME headers to user
svn: r12431
2008-11-13 21:25:13 +00:00
Jay McCarthy
a93b36c953 Clarify SSL
svn: r12427
2008-11-13 16:07:02 +00:00