Commit Graph

48 Commits

Author SHA1 Message Date
Jay McCarthy
34d2c7b263 Removing usable of lib paths and collection paths in Web server re: Planet 2 extensions 2012-11-24 09:22:14 -07:00
Jay McCarthy
56b2e0754f servlet errors should be code 500 2012-08-14 21:34:02 -06:00
Jay McCarthy
611e8d0d17 Changing from racket to racket/base in xml, html, and web-server 2012-05-10 10:36:29 -06:00
Jay McCarthy
a28cf7df10 Updating docs 2010-12-07 14:14:50 -07:00
Jay McCarthy
05c9fcd412 First pass at Xexpr removal 2010-12-07 14:14:49 -07:00
Eli Barzilay
7dc4d2e5a6 Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
Matthew Flatt
84503de886 changed some 'pretty-print's to 'pretty-write's
Closes PR 11001
2010-06-27 10:13:11 -06:00
Jay McCarthy
7d1c7d874b Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Jay McCarthy
bfe82b2f3d Changing from exn? to exn:fail?
svn: r15902
2009-09-07 19:56:45 +00:00
Jay McCarthy
12dcbfdc88 Fixing xexpr pretty printing
svn: r13875
2009-02-27 21:11:01 +00:00
Jay McCarthy
6d5eaaf581 build
svn: r13393
2009-02-03 20:20:49 +00:00
Jay McCarthy
2e3a1e91bd bytes
svn: r13392
2009-02-03 20:14:54 +00:00
Jay McCarthy
04625886d2 bytes
svn: r13391
2009-02-03 20:11:18 +00:00
Jay McCarthy
7ea19b6850 spec
svn: r13356
2009-02-02 18:08:27 +00:00
Jay McCarthy
19c09e45bd runtime module path
svn: r13355
2009-02-02 17:55:28 +00:00
Jay McCarthy
2deecba2db runtime path
svn: r13354
2009-02-02 17:54:12 +00:00
Jay McCarthy
fad5306278 refactoring
svn: r13353
2009-02-02 17:52:34 +00:00
Jay McCarthy
0c60212360 runtime path
svn: r13352
2009-02-02 17:49:29 +00:00
Jay McCarthy
9b2eebc8f5 Fixing tests
svn: r13350
2009-02-02 16:38:24 +00:00
Jay McCarthy
7e8883fcc6 runtime-path
svn: r13334
2009-01-31 15:27:11 +00:00
Jay McCarthy
8d0a19bd80 using runtime-path
svn: r13328
2009-01-30 20:49:50 +00:00
Jay McCarthy
d3f6fed328 Error messages
svn: r13321
2009-01-29 20:21:21 +00:00
Jay McCarthy
56c111ecce response/c
svn: r13317
2009-01-29 16:34:57 +00:00
Jay McCarthy
d0a5616cb0 Abstracting HTTP code to sub-module
svn: r12415
2008-11-12 18:44:29 +00:00
Jay McCarthy
3c51e88785 Removing unneccessary mutation
svn: r12381
2008-11-10 23:04:46 +00:00
Jay McCarthy
f046f218b8 Better contracts
svn: r12318
2008-11-05 22:39:39 +00:00
Jay McCarthy
4e764d8f0e Adding better contracts and renaming in accordance w/ Robbys suggestion
svn: r11428
2008-08-25 19:57:34 +00:00
Jay McCarthy
9e20ad7c46 In response to the tutorial thread, I've merge in plai/web and instaservlet into the main repository. web-server/servlet-env can now provide most of the instaservlet functionality. web-server/insta provides the functionality of plai/web, inconcert with web-server/servlet-env. managers/lru is more useful with a default threshold-based manager. The default error handling is that of plai/web.
svn: r11246
2008-08-14 19:45:35 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Jay McCarthy
8738d88f28 up
svn: r8727
2008-02-19 17:56:19 +00:00
Jay McCarthy
533266f2dd new keyword contracts
svn: r8622
2008-02-11 21:35:02 +00:00
Jay McCarthy
d9a2d52490 converting to scheme/base
svn: r7826
2007-11-23 23:58:36 +00:00
Jay McCarthy
2a91979a4b pr8929
svn: r7609
2007-11-01 12:39:06 +00:00
Jay McCarthy
8e5e738e60 Removing note about feature that can be implemented externally
svn: r6646
2007-06-13 21:16:28 +00:00
Jay McCarthy
e657ff19a6 Unifying use of header structure
svn: r6638
2007-06-13 19:35:16 +00:00
Jay McCarthy
9341654f05 Sensifying location of defs
svn: r6632
2007-06-13 16:53:09 +00:00
Jay McCarthy
6f0ed133b3 Defining port number contract
svn: r6631
2007-06-13 16:34:42 +00:00
Jay McCarthy
1f0c06c0e8 Cleaning up some code
svn: r6620
2007-06-13 01:46:25 +00:00
Jay McCarthy
0c813cb47c Working on docs
svn: r6462
2007-06-02 20:31:07 +00:00
Jay McCarthy
3b71e57e3b Rearranging API
svn: r6459
2007-06-02 02:30:22 +00:00
Jay McCarthy
16f76ddefe Privatization
svn: r6436
2007-06-01 15:07:34 +00:00
Jay McCarthy
a921007b32 Abstracting url->path process, streamlining such, decoupling parts of api, i.e., no more GETs necessary for servlet refresh, etc
svn: r6430
2007-06-01 01:47:31 +00:00
Jay McCarthy
1b02edd3d9 Removing some utilities
svn: r6423
2007-05-30 22:54:34 +00:00
Jay McCarthy
c9e36c3091 Renaming configuration-table modules
svn: r6419
2007-05-30 22:15:36 +00:00
Jay McCarthy
871380939c Refactoring namespace library
svn: r6414
2007-05-30 17:38:53 +00:00
Jay McCarthy
c1b3b4ab65 Moving responders into documentable place
svn: r6411
2007-05-30 16:23:36 +00:00