Doug Coleman
|
51f9d97753
|
Support openbsd's resolv.conf syntax
|
2010-10-08 19:13:03 -07:00 |
Slava Pestov
|
40e5ed8b87
|
ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER?
|
2010-10-08 18:55:37 -07:00 |
Slava Pestov
|
38ceef3ab8
|
morse: cleanup
|
2010-10-08 18:55:23 -07:00 |
Slava Pestov
|
fbbaef70c4
|
Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction
|
2010-10-08 18:55:13 -07:00 |
Doug Coleman
|
7367ff19c4
|
Add a method on url-addr for local ports
Remove test for code that got reverted
|
2010-10-08 08:42:19 -07:00 |
Doug Coleman
|
1179eefefa
|
Minor typo in euler 006
|
2010-10-08 06:34:20 -07:00 |
Doug Coleman
|
5a6f93bc84
|
Minor cleanups in dns
|
2010-10-08 06:34:20 -07:00 |
Doug Coleman
|
a4b25443f4
|
Move ch-upper? from unicode.case to ascii
|
2010-10-08 06:34:20 -07:00 |
Doug Coleman
|
d462355035
|
Implement and document stream-peek
|
2010-10-08 06:34:19 -07:00 |
Doug Coleman
|
6dcb259b73
|
Move the host word from dns to tools.dns
|
2010-10-08 06:34:18 -07:00 |
Doug Coleman
|
1e6ea11ba2
|
Clean up a few lines of resolv.conf parser
|
2010-10-08 06:34:18 -07:00 |
Doug Coleman
|
f7af445625
|
Add stream-peek1 and remove it from images.gif and dns. Add sequence-peek but not stream-peek (yet?)
|
2010-10-08 06:34:17 -07:00 |
Slava Pestov
|
4dd1ba4ab2
|
furnace.recaptcha: fix stack effect declaration
|
2010-10-06 23:01:09 -07:00 |
Slava Pestov
|
89ae9d9638
|
Various cleanups for Doug's recent socket addressing change
- urls: now have a host/port slots again, add a new set-url-addr word
- http.server: fix host header parsing for IPv6 addresses
|
2010-10-06 23:00:38 -07:00 |
Slava Pestov
|
4376173e83
|
webapps.mason: fix broken link
|
2010-10-06 21:54:00 -07:00 |
Doug Coleman
|
5bc2128d6d
|
Write a real resolv.conf parser
|
2010-10-05 21:44:22 -05:00 |
Doug Coleman
|
ad740f3413
|
Remove blank lines from resolve.conf just in case
|
2010-10-05 15:33:42 -05:00 |
Doug Coleman
|
78cb1140f4
|
Add ch-upper? and ch-lower? words
|
2010-10-05 09:56:30 -05:00 |
Doug Coleman
|
24abb667fe
|
Special-case "localhost" in dns queries
|
2010-10-05 09:56:29 -05:00 |
Doug Coleman
|
32f447d796
|
Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port. Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation. Update lots of code related to the URL change.
|
2010-10-05 09:56:29 -05:00 |
Doug Coleman
|
676f6b6e06
|
Implement resolve-host for dns vocab
|
2010-10-05 09:56:29 -05:00 |
Slava Pestov
|
52b11a88a6
|
webapps.mason.docs-update: recover properly if previous update attempt fails
|
2010-10-04 21:29:29 -07:00 |
Slava Pestov
|
b5ed5b8821
|
websites.factorcode: add license
|
2010-10-04 21:09:23 -07:00 |
Slava Pestov
|
62645adff5
|
websites.factorcode: add screenshots
|
2010-10-04 21:07:30 -07:00 |
Slava Pestov
|
dab42457d0
|
webapps.mason: update for factorcode.org changes
|
2010-10-04 20:39:37 -07:00 |
Philipp Brüschweiler
|
f52246b3ff
|
curses: simplifications, prepare for menu support
|
2010-10-03 13:18:31 +02:00 |
Philipp Brüschweiler
|
532010a673
|
curses.listener: very basic curses-based listener
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
15eeb0391e
|
curses: simplification, implement coordinate queries
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
1819da7f41
|
curses: simplification, use wide character library to print utf8 strings
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
c5b46d0be4
|
curses: fix colors, add unit test
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
e674081a06
|
curses: cleanup, remove unfinished screen support
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
b26c88aef3
|
curses: more mouse event work
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
54d846e38a
|
curses: start mouse input implementation
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
6c31c49cad
|
curses: add box word, rearrange some code
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
f768bbe59e
|
curses: change echo to be f as default
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
bb89b92a98
|
curses: start support for mouse events
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
e1a9d597b0
|
curses: seperated echo and raw/cbreak options from window-setup
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
52af310055
|
curses: added key codes
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
697d846912
|
curses: add attributes
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
0e9572bf85
|
curses: fix test
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
47ee6ddfef
|
curses: renamed to shorter words
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
717f036e52
|
curses: beginning of screen support
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
f2e5b168a7
|
curses: partial rewrite
|
2010-10-03 13:16:30 +02:00 |
Slava Pestov
|
f7bc78c9f7
|
vm: fix Config.windows
|
2010-10-02 23:50:48 -05:00 |
Slava Pestov
|
c97dd81bc3
|
GNUmakefile: fix on Windows
|
2010-10-02 23:45:09 -05:00 |
Slava Pestov
|
dcf87ddf97
|
websites.concatenative: run builder check here
|
2010-10-02 20:54:56 -07:00 |
Slava Pestov
|
cfbbe37e38
|
webapps.planet: workaround
|
2010-10-02 20:00:54 -07:00 |
Slava Pestov
|
0811f7b244
|
bunny, gpu.demos.bunny: bunny has moved
|
2010-10-02 19:54:57 -07:00 |
Slava Pestov
|
6550a96e03
|
webapps.planet: include its own icon
|
2010-10-02 19:54:12 -07:00 |
Slava Pestov
|
0945aac30d
|
websites.concatenative: more tweaks
|
2010-10-02 19:42:10 -07:00 |