Commit Graph

831 Commits

Author SHA1 Message Date
Adam D. Ruppe b449d18bbb fix symlink 2012-01-30 22:10:24 -05:00
Adam D. Ruppe 78e0f11c34 changes i guess 2012-01-20 11:22:00 -05:00
Adam D. Ruppe cdedf06f27 this stuff is mostly boost licensed 2011-12-15 15:53:50 -05:00
Adam D. Ruppe 5401385139 dmd 2.057 2011-12-15 15:50:10 -05:00
Adam D. Ruppe 08e6ee0111 initial css color macros. html.d now depends on coloror.d 2011-12-13 13:45:07 -05:00
Adam D. Ruppe f55d4effb7 html sanitization function 2011-12-11 23:34:57 -05:00
Adam D. Ruppe 571eb73a20 html5 dataset 2011-12-11 23:34:31 -05:00
Adam D. Ruppe f4c4530516 bug in new tostring backend 2011-12-10 22:42:11 -05:00
Adam D. Ruppe c8a01e2d1a warning about versions. the pragma(msg) sucks less than myserious segfaults 2011-12-10 21:49:10 -05:00
Adam D. Ruppe db7882c669 automatic forms were broken by typo! 2011-12-10 21:30:43 -05:00
Adam D. Ruppe f89f3d3e41 <p><p> bug fixed in tag soup parser. I think that was the last major bug. 2011-12-10 20:58:53 -05:00
Adam D. Ruppe 73821aad29 performance improvements; shaved off about 10% on my work app (which is db bound) and over 50% on dom benchmarks standing alone 2011-12-10 16:12:56 -05:00
Trass3r cfb136120d x64 fixes 2011-12-10 13:53:19 +01:00
Adam D. Ruppe 239a5b5651 if i knew id say... 2011-12-09 00:20:03 -05:00
Adam D. Ruppe bf514e3967 it should have been making strict documents, not loose ones 2011-12-09 00:19:44 -05:00
Adam D. Ruppe 56bcf210ec lol something 2011-12-09 00:19:29 -05:00
Adam D. Ruppe 4ab9b2cea8 i forgot there are no friend classes in php.... 2011-12-09 00:19:04 -05:00
Adam D. Ruppe c0089b654f using C files to get byByte 2011-12-05 12:51:10 -05:00
Adam D. Ruppe e5573750bd i already forgot 2011-12-04 23:25:27 -05:00
Adam D. Ruppe cbc8ab9502 a better default generic container 2011-12-04 23:25:02 -05:00
Adam D. Ruppe 82ae3d344e pretty old and fairly poor networking modules. ok for playing, not really for serious work. 2011-12-04 15:37:11 -05:00
Adam D. Ruppe 87959d6e99 rewrote file upload to support streaming data and backing files 2011-12-04 14:07:53 -05:00
Adam D. Ruppe 5c3eb518ae various updates 2011-12-03 22:38:12 -05:00
Adam D. Ruppe ed1a612f0e added web.d.php 2011-12-03 22:35:41 -05:00
Adam D. Ruppe 4890825620 authentication 2011-12-03 22:30:55 -05:00
Adam D. Ruppe afa953838c all request headers should now be available 2011-12-03 20:09:02 -05:00
Adam D. Ruppe d6e0002779 some quick documentation on the members 2011-12-03 11:57:03 -05:00
Adam D. Ruppe 1aa4e8ff79 parseGarbage ignored the detected encoding! 2011-12-02 22:37:23 -05:00
Adam D. Ruppe f11a3de560 charset should be set on content type 2011-12-02 22:32:07 -05:00
Adam D. Ruppe a128370a24 forgot csrf token on automatic form 2011-12-02 21:49:45 -05:00
Adam D. Ruppe 2f17188201 a helper file to integrate PHP components into a web.d site core 2011-12-01 23:09:32 -05:00
Adam D. Ruppe edd53e7da7 catchAll was broken 2011-12-01 22:06:25 -05:00
Adam D. Ruppe 0c4665b90a possible param name fix in large ApiProviders.. see comment on line 1493 2011-12-01 21:55:28 -05:00
Adam D. Ruppe a9a94d4829 dmd 2.056 const fixes 2011-12-01 21:29:49 -05:00
Adam D. Ruppe f5dd5fde46 default primitive values in methods now work 2011-12-01 21:27:07 -05:00
Adam D. Ruppe 393723664d add support for methods with primitive type default parameters 2011-12-01 19:46:44 -05:00
Adam D. Ruppe ab80b79c8f helper class for returning static files 2011-12-01 13:33:55 -05:00
Adam D. Ruppe 3f092d36d3 new data interface for catchAll and Document 2011-12-01 13:11:11 -05:00
Adam D. Ruppe 9b0efcd743 int -> size_t for 64 bit 2011-12-01 12:04:06 -05:00
Adam D. Ruppe 2838aca3bb more 64 bit fixes 2011-12-01 12:02:49 -05:00
Adam D. Ruppe 2fb100516b Merge remote branch 'trass3r/master' 2011-12-01 11:55:59 -05:00
Adam D. Ruppe 8645fba1d5 added color.d 2011-12-01 11:54:03 -05:00
Adam D. Ruppe ee0c4dbad4 the color module has a base type and some hsl functions so far. it's used by newer png, image algorithms, simpledisplay, and soon, html.d 2011-12-01 11:52:11 -05:00
Adam D. Ruppe 9451c4909f wrong newline handling in string -> Html 2011-12-01 11:33:12 -05:00
Trass3r 15aa26cbdf fix covariance of clone methods 2011-11-29 21:14:37 +01:00
Trass3r 61f0d29523 fixes for just introduced typeof(null) 2011-11-29 21:14:37 +01:00
Trass3r 74fdfbbb55 const and x64 fixes 2011-11-29 21:14:37 +01:00
Adam D. Ruppe 6d25e0fe86 catchAll change (untested) 2011-11-29 14:48:35 -05:00
Adam D. Ruppe d40fd41194 whatever the cast is needed anyway lol 2011-11-29 11:49:59 -05:00
Adam D. Ruppe 7bb185151c immutable fix 2011-11-29 10:02:36 -05:00