Commit Graph

5493 Commits (5b4809e49d36d9ab8129912c874ed0c69525ff2e)

Author SHA1 Message Date
Slava Pestov 5b4809e49d Remove dead code 2008-06-14 04:21:52 -05:00
Slava Pestov bd7bee867b Fix test failure 2008-06-14 04:18:29 -05:00
Slava Pestov b8380711e4 Clean up editors.vim/gvim a bit 2008-06-14 04:11:30 -05:00
Slava Pestov 5692d28ce5 Fix compile error 2008-06-14 04:06:43 -05:00
Slava Pestov 501588ab76 add x-forwarded-for logging 2008-06-14 04:01:25 -05:00
Slava Pestov 149e4345c6 Add sanity checks 2008-06-14 04:01:16 -05:00
Slava Pestov 198b1a0d56 Clean up quadratic 2008-06-14 04:01:07 -05:00
Slava Pestov a2fa1369b0 Furnace fixes 2008-06-14 04:00:57 -05:00
Slava Pestov 9516d78154 Fix bootstrap 2008-06-14 04:00:40 -05:00
Slava Pestov 4e4731ec67 Fix rollback 2008-06-14 02:45:34 -05:00
Slava Pestov faa96f887b Log rotation 2008-06-14 02:45:26 -05:00
Slava Pestov 23f9578505 Remove micro-pessimization 2008-06-14 02:45:04 -05:00
Slava Pestov 2d35ea233f Fix missing rest parameters 2008-06-14 00:44:23 -05:00
Slava Pestov f0a37253f2 Disable comments, make links nofollow in blog posts 2008-06-14 00:31:24 -05:00
Slava Pestov 2c3121cf47 Add support for some attributes to farkup tag 2008-06-14 00:31:10 -05:00
Slava Pestov 51bfaf249b Unit test fix 2008-06-14 00:31:00 -05:00
Slava Pestov 9b3964c5d6 Add disable images option 2008-06-14 00:30:51 -05:00
Slava Pestov a1ff275a4d Fix test 2008-06-13 23:00:48 -05:00
Slava Pestov 935d7d4321 Add referrer check responder, harden sessions against cross-site scripting 2008-06-13 22:05:41 -05:00
Slava Pestov a687b58226 Harden farkup against cross-site scripting 2008-06-13 22:05:02 -05:00
Slava Pestov e7b786ecfa New furnace.alloy vocab makes things easier; add expiration for asides and flash scopes 2008-06-13 20:54:52 -05:00
Slava Pestov a949c10387 Minor DB cleanup, add an ensure-tables word 2008-06-13 20:54:31 -05:00
Slava Pestov 73aa216d0b Merge branch 'master' of git://factorcode.org/git/factor 2008-06-13 15:36:19 -05:00
Slava Pestov 01c3a185b8 Fixing tests 2008-06-13 15:35:40 -05:00
Eduardo Cavazos 8c6c4a8f4e Merge branch 'master' of factorcode.org:/git/factor 2008-06-13 03:41:18 -05:00
Eduardo Cavazos 3fa97aa171 combinators.lib: remove old words 2008-06-13 03:40:51 -05:00
Slava Pestov ec79700acc Merge branch 'master' of git://factorcode.org/git/factor 2008-06-13 02:18:52 -05:00
Slava Pestov fbd799f0a2 Fix test failures 2008-06-13 02:14:35 -05:00
Slava Pestov 375020b7fe Add push-at to core 2008-06-13 02:09:16 -05:00
Slava Pestov 045b657474 Move replicate into core; move selection sort into its own vocab; remove usages of and? and or? which are redundant now 2008-06-13 01:51:46 -05:00
Slava Pestov 90dbac97f8 Merge branch 'master' of git://repo.or.cz/factor/jcg 2008-06-13 01:23:59 -05:00
Doug Coleman 300971447e Merge branch 'master' of git://factorcode.org/git/factor 2008-06-13 01:17:22 -05:00
Doug Coleman f508f57fa0 add create-index 2008-06-13 01:17:10 -05:00
Joe Groff 7bd7222b07 Refactor windows.com.wrapper to make better use of fry and cleave to show what is going on. Create named words for wrapper alien-callbacks so it is easy to see what code gets generated. Change com-query-interface to malloc the buffer for the returned interface pointer to avoid GC heisenbugs when calling into a com-wrapped factor object 2008-06-12 22:51:20 -07:00
Slava Pestov 261e5f80fe Merge branch 'master' of git://factorcode.org/git/factor 2008-06-13 00:48:02 -05:00
Slava Pestov 49523c508b More flexible furnace authentication; fix planet 2008-06-13 00:47:47 -05:00
Eduardo Cavazos 5249016972 Merge branch 'master' of factorcode.org:/git/factor 2008-06-12 22:52:20 -05:00
Eduardo Cavazos 73eff2b190 dns.server: Refine fill-authority and fill-additional 2008-06-12 22:51:53 -05:00
Joe Groff fa71934d2c Merge branch 'master' of git://factorcode.org/git/factor 2008-06-12 20:11:03 -07:00
Slava Pestov 75ac2528ae Remove obsolete comment 2008-06-12 19:00:41 -05:00
Slava Pestov 078b2025b9 Merge branch 'master' of git://factorcode.org/git/factor 2008-06-12 18:59:25 -05:00
Slava Pestov 61a9a8c0ec Fix <sliced-clumps> 2008-06-12 18:59:06 -05:00
Slava Pestov 3358381510 Better support for rest parameters on URLs 2008-06-12 18:54:50 -05:00
Slava Pestov 9aadcace24 Fix pool behavior with image save/restart 2008-06-12 18:54:38 -05:00
Slava Pestov a89c9758df Check port number 2008-06-12 18:53:53 -05:00
Doug Coleman 216bf23e6c test url objects 2008-06-12 18:23:46 -05:00
Doug Coleman a226bf5de8 fix url objects, use new accessors more in db.tuples-tests 2008-06-12 18:20:15 -05:00
Doug Coleman 5f9aca5725 refactor <query>
add url objects
2008-06-12 18:04:01 -05:00
Slava Pestov a368b5ad48 Clarification 2008-06-12 17:08:19 -05:00
Doug Coleman 1a308f8e8a Merge branch 'master' of git://factorcode.org/git/factor 2008-06-12 16:44:21 -05:00