Commit Graph

517 Commits

Author SHA1 Message Date
Jared Hance
120e08afa9 Fix performance issues with stream cipher.
The new hoon code and the old hoon code do effectively the same thing,
but building a list and using can allows usage of can's jet. It seems
like the naive code was O(n^2) while the new code is probably linear
(assuming that can simply builds an array with a dog in C-space)
2014-05-27 10:28:53 -04:00
C. Guy Yarvin
26c6c5868b %gall's vane shell compiles. 2014-05-27 02:47:19 -07:00
C. Guy Yarvin
8f598f10f4 hoon.hoon restored from last bad commit. 2014-05-26 21:40:22 -07:00
C. Guy Yarvin
a51f595c4c duct system now type-consistent but not verified. 2014-05-26 15:59:16 -07:00
C. Guy Yarvin
b5377d196b %meta ready to test. 2014-05-26 13:43:40 -07:00
C. Guy Yarvin
2f414a5413 New calling convention, rough version. 2014-05-26 12:38:37 -07:00
C. Guy Yarvin
078c3b1d0a About to switch over to typed cards. 2014-05-26 11:59:21 -07:00
C. Guy Yarvin
a30ebd2cd6 About to attack bizarre ++spec bug. 2014-05-25 20:51:39 -07:00
C. Guy Yarvin
0182cc896a Ready to move to typed cards. 2014-05-25 13:35:07 -07:00
C. Guy Yarvin
35c9188f5f More arvo cleanups. 2014-05-24 15:02:28 -07:00
C. Guy Yarvin
8e6a722382 More kernel card handling. 2014-05-23 14:58:12 -07:00
C. Guy Yarvin
80052a1726 Tweaks. 2014-05-23 14:06:07 -07:00
C. Guy Yarvin
ee96b2e62e New move format. 2014-05-23 13:46:43 -07:00
Jared Hance
5397906d37 Crub working.
But its really slow.
2014-05-23 14:08:06 -04:00
Jared Hance
2dbb9ff0fd Fix pill. 2014-05-23 12:04:05 -04:00
C. Guy Yarvin
d38df6ab85 Hack for consoles. 2014-05-22 15:21:42 -07:00
C. Guy Yarvin
248894e271 More writ elimination. 2014-05-22 14:48:47 -07:00
C. Guy Yarvin
afce7bc639 Modified some arvo interfaces. 2014-05-22 10:39:51 -07:00
Jared Hance
421e92a645 Crub implementation that seems to be working. 2014-05-22 11:22:13 -04:00
C. Guy Yarvin
fe69371100 Stop passing the writ in. 2014-05-21 13:33:15 -07:00
Jared Hance
daba34d0b0 cat -> lsh+add 2014-05-21 14:17:45 -04:00
~hatteb-mitlyd
baa0d08ec9 style 2014-05-21 13:24:18 -07:00
Jared Hance
bbceedb23e Fix broken implementation of tide 2014-05-21 13:15:31 -04:00
~hatteb-mitlyd
fabb8009c0 send more bits into brew in trub 2014-05-21 12:22:38 -07:00
C. Guy Yarvin
5845c0b2bd Fix a bad checkin. 2014-05-21 09:57:54 -07:00
C. Guy Yarvin
7501e0043f Merge branch 'newbreach' of github.com:urbit/urbit into newbreach 2014-05-21 09:33:15 -07:00
C. Guy Yarvin
c83a14dd0b newbreach before vane interface changes. 2014-05-21 09:32:24 -07:00
Jared Hance
fda79eeb7c Use two pairs of public/private ecc keys. 2014-05-21 12:08:05 -04:00
Jared Hance
3bfde1a2c8 Fix error in ex pub in crub 2014-05-21 10:07:26 -04:00
Jared Hance
033b866fbe Fix HIV bit alignment 2014-05-21 10:02:48 -04:00
Jared Hance
9923c1d844 Implement HIV in encryption/decryption.
Nonce/ctr state is no longer necessary. Simply use a small hash of the
message as the intial value of the old nonce and use counter starting
from zero, which guarantees that a nonce+ctr pair will never be used
twice unless its the same message, in which case no extra information is
revealed besides that some same message was sent twice.
2014-05-21 09:41:59 -04:00
John Dulin
49cde8eea4 Moved api helper arms into zuse. Added factorial ("fac") and Uppercase ("cuss") arms to hoon.hoon. 2014-05-20 22:43:21 -07:00
~hatteb-mitlyd
a0e276c99d new 'nu' for crub 2014-05-20 15:51:07 -07:00
Jared Hance
cad93ff51a Fix sign/sure 2014-05-20 16:44:12 -04:00
Jared Hance
e920e64ce9 symmetric sign/sure 2014-05-20 16:18:31 -04:00
~hatteb-mitlyd
53d8c16f0b fix names 2014-05-20 15:54:33 -07:00
~hatteb-mitlyd
ba40a9528c Merge remote-tracking branch 'urbit/newbreach' into crub
acquire creators
2014-05-20 15:51:47 -07:00
Jared Hance
6a0a9570a6 Remove aes from zuse 2014-05-20 15:49:15 -04:00
Jared Hance
c3b19508ef Implement stream cipher and some other misc details for crub 2014-05-20 15:42:57 -04:00
C. Guy Yarvin
4ec7fd9252 newbreach back in sync. 2014-05-20 10:42:55 -07:00
C. Guy Yarvin
67bc1d59da Merge branch 'newbreach' of github.com:urbit/urbit into newbreach
Conflicts:
	urb/zod/arvo/hoon.hoon
2014-05-20 10:36:10 -07:00
C. Guy Yarvin
563b28514a Various fixes and improvements. 2014-05-20 10:33:59 -07:00
~hatteb-mitlyd
8c3e974c46 stubbed-out crub 2014-05-19 10:48:10 -07:00
~hatteb-mitlyd
2a665d6c84 Merge remote-tracking branch 'urbit/master' into newbreach
Conflicts:
	urb/urbit.pill

pill created from fakezod
2014-05-16 15:04:40 -07:00
C. Guy Yarvin
9b1507d0f9 Remove writ from ++waft. 2014-05-16 13:57:49 -07:00
C. Guy Yarvin
67ab019da8 %want doesn't use writ. 2014-05-16 11:49:15 -07:00
C. Guy Yarvin
c753f5d90f %ford now passes the cache around. 2014-05-15 13:17:54 -07:00
~hatteb-mitlyd
91d996d32a allow empty-valued query parameters
Fixes #136
2014-05-14 16:07:51 -07:00
C. Guy Yarvin
a0d290abc7 Merge branch 'fordgall' into newbreach
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/ford.hoon
	urb/zod/main/bin/begin.hoon
2014-05-13 17:25:59 -07:00
C. Guy Yarvin
7f0b2cf5e4 Various fixes and improvements. 2014-05-13 17:04:23 -07:00
~hatteb-mitlyd
ec98f25ea6 add exit code to %logo card 2014-05-12 15:42:43 -07:00
C. Guy Yarvin
c2dc1305c1 Ready to test %eyre using %ford. 2014-05-10 00:10:46 -07:00
C. Guy Yarvin
e3a33cfe87 It's better to commit. 2014-05-08 17:34:57 -07:00
Steve Dee
4d9822ea63 Remove crya 2014-05-08 17:13:25 -07:00
Steve Dee
21d00550ed Merge remote-tracking branch 'urbit/master' into newbreach
Conflicts:
	.gitignore
	Makefile
	urb/urbit.pill

Took both bpt and ed25519, and generated a new pill starting from master's.
2014-05-08 14:53:12 -07:00
C. Guy Yarvin
6113bfedf8 Commit is better than stash. 2014-05-07 10:42:31 -07:00
johncburnham
6ebf16f2ff changing v:ne broke things, moved funct. to ++urle 2014-05-02 19:22:46 -07:00
johncburnham
a4a2eb9865 fixed ++urle 2014-05-02 15:22:18 -07:00
C. Guy Yarvin
fa46bfba1b More fordgall. 2014-05-01 16:33:15 -07:00
~hatteb-mitlyd
b132b73315 Merge remote-tracking branch 'urbit/master' into newbreach
Conflicts:
	urb/urbit.pill

Create a new pill.
2014-04-30 14:02:14 -07:00
C. Guy Yarvin
37f12524ad New scry. 2014-04-30 10:33:50 -07:00
C. Guy Yarvin
d52d36e49b About to change ++scry interface. 2014-04-30 10:04:07 -07:00
Steve Dee
ff4b3d877c Merge branch 'master' into newbreach
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/zuse.hoon
2014-04-29 17:43:30 -07:00
C. Guy Yarvin
b979188071 Typed cards. 2014-04-28 15:24:32 -07:00
Steve Dee
77b65f5ab4 Merge branch 'master' into newbreach
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/ames.hoon
2014-04-25 18:39:29 -07:00
C. Guy Yarvin
da0dcfc636 Merge branch 'master' of github.com:urbit/urbit
is merge is necessary,
2014-04-25 10:37:54 -07:00
C. Guy Yarvin
7329ea5343 Merge branch 'master' of github.com:urbit/urbit 2014-04-23 10:03:05 -07:00
C. Guy Yarvin
2c3c4c8b1d Fix ames timer to actually work. 2014-04-23 10:02:36 -07:00
Steve Dee
d50809b420 Merge branch 'master' into newbreach
Conflicts:
	urb/zod/arvo/ames.hoon
	v/sist.c
2014-04-21 19:06:16 -07:00
Steve Dee
c53ba0af7d Whitespace: the invisible killer
Includes our first ever pass over the jets. Yikes.
2014-04-21 18:22:11 -07:00
johncburnham
768c552714 well that's embarassing 2014-04-21 11:11:13 -07:00
C. Guy Yarvin
ff5f37ad1c Merge branch 'master' of github.com:urbit/urbit 2014-04-21 10:02:34 -07:00
C. Guy Yarvin
5e5303496f Login and stuff. 2014-04-21 10:02:09 -07:00
johncburnham
ff160e0443 added utc library 2014-04-18 20:27:19 -07:00
~hatteb-mitlyd
73bbeb9544 Merge remote-tracking branch 'urbit/master' into newbreach
take their urbit.pill

Conflicts:
	Makefile
	urb/urbit.pill
	v/sist.c
2014-04-18 10:24:59 -07:00
Steve Dee
df6edc8619 WIP jetted AES
be:aesc jet appears to be working.
2014-04-17 18:56:47 -07:00
C. Guy Yarvin
b55b408937 Web shell stuff. 2014-04-16 12:47:41 -07:00
Steve Dee
c8655dbeca Merge branch 'master' into newbreach
Took master's pill.

Conflicts:
	Makefile
	urb/urbit.pill
2014-04-16 10:53:50 -07:00
C. Guy Yarvin
7db0bbf04b Add @ui. 2014-04-15 17:49:11 -07:00
C. Guy Yarvin
66a68f4ce5 Merge branch 'master' of github.com:urbit/urbit 2014-04-15 10:33:01 -07:00
C. Guy Yarvin
3d9983f39e More advanced and faster. 2014-04-15 10:32:48 -07:00
Steve Dee
3904660cdf Remove redundant(?) woof
A structurally identical decl exists in hoon.hoon, so I'm assuming this
is redundant.
2014-04-14 19:20:21 -07:00
C. Guy Yarvin
20c6d005b3 Clean up requests from dead connections. 2014-04-14 11:01:18 -07:00
~hatteb-mitlyd
dac62b87e2 sort-of fix jets for Ed25519
puck:ed is correct for at least the single test-point i tried.

sign:ed is still wrong.
2014-04-11 17:17:39 -07:00
~hatteb-mitlyd
33bb87af0f Merge remote-tracking branch 'urbit/master' into newbreach
Update to the latest vere
2014-04-10 12:04:51 -07:00
Steve Dee
09ddf90b62 Use acru/crua in ames 2014-04-09 17:39:40 -07:00
C. Guy Yarvin
24f0d3cfb1 Good pill, no debug. 2014-04-09 17:06:33 -07:00
C. Guy Yarvin
ffd462591f Merge branch 'master' of github.com:urbit/urbit
Conflicts:
	urb/zod/arvo/zuse.hoon
2014-04-09 16:52:25 -07:00
C. Guy Yarvin
9178eba744 Script fixes. 2014-04-09 16:51:19 -07:00
Steve Dee
02f8900165 One change that didn't make it in 2014-04-09 13:03:02 -07:00
Steve Dee
8e0604c4d2 Sign the input message, not the whole sealed noun 2014-04-09 12:59:09 -07:00
Steve Dee
0d901a8608 Trailing whitespace
Repeat after me:

    find urb/zod/ -type f -name *.hoon | xargs sed -i '' -e 's/[[:space:]]*$//'
2014-04-08 17:34:29 -07:00
C. Guy Yarvin
2676054930 Merge branch 'master' of github.com:urbit/urbit
Conflicts:
	urb/zod/arvo/eyre.hoon
	urb/zod/arvo/hoon.hoon
2014-04-08 15:28:36 -07:00
C. Guy Yarvin
deaa14d27a Various fixes and improvements. 2014-04-08 15:26:01 -07:00
Steve Dee
b54dea7533 New cryptosuite interface
`seal`/`tear` now imply `sign`/`sure` and take the public key of
the other party. As this muddies the `pu`/`se` distinction, we lump
all asym ops under `as`.
2014-04-08 10:59:49 -07:00
Steve Dee
977a7fc702 Trailing whitespace
You guys. The default git precommit hook checks for this. You can enable
it by copying and pasting this command into a shell in your Urbit
checkout:

    cp .git/hooks/precommit{.sample,}
2014-04-07 10:19:02 -07:00
C. Guy Yarvin
0879da2286 Final template tweaks. 2014-04-05 14:25:16 -07:00
C. Guy Yarvin
08c3078647 "Fix" script and style non-escaping. 2014-04-05 12:04:05 -07:00
C. Guy Yarvin
774beceac3 Template language. 2014-04-02 18:06:45 -07:00
C. Guy Yarvin
a6dbaf7584 Some html and syntax tweaks. 2014-03-25 17:48:22 -07:00
C. Guy Yarvin
81cc2694dd Test web proxying. 2014-03-22 14:42:25 -07:00
C. Guy Yarvin
9f47123717 A bunch of web fixes. Preparing to proxy. 2014-03-21 14:46:14 -07:00
C. Guy Yarvin
faf34392d8 Fix %eyre bugs, performance problems, etc. 2014-03-20 23:24:22 -07:00
C. Guy Yarvin
3cf9dc3ba2 Check in a bunch of web stuff. 2014-03-19 18:05:42 -07:00
Steve Dee
a6b43c81ad Trailing whitespace, hoon level, part 2 2014-03-14 10:50:12 -07:00
C. Guy Yarvin
d7a59f0cbf Basic generative loading... 2014-03-12 18:04:58 -07:00
C. Guy Yarvin
0529456f74 Initial checkin to neweyre. 2014-03-12 12:50:39 -07:00
C. Guy Yarvin
a49bd3f260 Tighten up zuse. 2014-03-05 13:43:43 -08:00
C. Guy Yarvin
69f6b2bb91 mv and rm. 2014-03-05 13:42:47 -08:00
C. Guy Yarvin
139449b86c :cp path1 path2 2014-03-05 12:21:52 -08:00
C. Guy Yarvin
08a932474f Fix another ++dish bug. 2014-03-05 11:00:27 -08:00
C. Guy Yarvin
172581939f Various fixes and improvements. 2014-03-04 11:17:34 -08:00
C. Guy Yarvin
395ec1d285 Don't automatically span-escape URLs. 2014-03-03 14:47:59 -08:00
C. Guy Yarvin
231a702852 Make :curl work again. 2014-03-03 13:55:40 -08:00
C. Guy Yarvin
a0654094b1 Revert to previous hoon and zuse. 2014-03-03 12:39:48 -08:00
C. Guy Yarvin
78645ae116 Some HTTP client fixes. 2014-03-03 11:51:35 -08:00
C. Guy Yarvin
26f4cbaf81 Working HTTP client. 2014-03-02 14:31:03 -08:00
C. Guy Yarvin
3d1c90f357 Various HTTP client fixes. 2014-02-26 17:58:40 -08:00
C. Guy Yarvin
acdd6e6993 Merge branch 'master' of github.com:urbit/urbit 2014-02-14 11:29:19 -08:00
C. Guy Yarvin
012396a4b1 Various fixes and improvements. 2014-02-14 11:29:03 -08:00
Allen Short
b0d0eee3fb better json 2014-02-12 16:53:06 -08:00
C. Guy Yarvin
7395ceb49e Various fixes and improvements. 2014-02-10 09:50:20 -08:00
johncburnham
e0eee90df2 change ~led to Laozi 2014-01-31 11:16:05 -08:00
johncburnham
7a51539f72 Merge pull request #114 from ngvrnd/patch-1
Proposed change to name of carrier ~led, Laozi
2014-01-31 11:13:24 -08:00
Steve Dee
f0cb1dd67a GF(bex n) in zuse 2014-01-29 15:43:23 -08:00
n gvrnd
1e95dde489 Proposed change to name of carrier ~led, Laozi 2014-01-25 17:57:54 -05:00
Steven Dee
a2f9aa9b2b Prevent some underflows in %fo 2014-01-22 23:39:31 -05:00
Allen Short
4800ad00c2 JSON parser 2014-01-21 16:34:25 -08:00
Steve Dee
259717d60f Revert probably unintentional replace 2014-01-20 18:33:06 -08:00
C. Guy Yarvin
39e5411c04 Various fixes and improvements. 2014-01-20 13:50:54 -08:00
johncburnham
026f9851d5 more ames.hoon updates 2014-01-15 10:21:57 -08:00
Steve Dee
c709ad17f8 ~tyr, owned by ~hobmed-hinrym, ruled by Rurik 2014-01-14 14:53:09 -08:00
C. Guy Yarvin
faf9f9bc0f Merge branch 'funbreach'
Conflicts:
	urb/urbit.pill
2014-01-06 12:46:49 -08:00
C. Guy Yarvin
37c32ed8b7 New load/come interface, part a. 2014-01-05 17:52:37 -08:00
C. Guy Yarvin
c3e0a0394c Some arvo cleanups. 2014-01-05 15:38:34 -08:00
C. Guy Yarvin
af9f1753f6 Should be freezable here. 2014-01-04 20:42:15 -08:00
C. Guy Yarvin
1b50d77eeb Various fixes and improvements. 2014-01-03 23:28:16 -08:00
C. Guy Yarvin
539c3dd0aa %zuse should not be compiled with debug. 2013-12-28 13:18:40 -05:00
C. Guy Yarvin
389cb3d6b8 Eliminate sloppy fork resolution. 2013-12-23 15:49:15 -05:00
C. Guy Yarvin
afdc627168 Funky, thy work is done. 2013-12-20 18:35:33 -08:00
C. Guy Yarvin
f69e8d91f2 ktzp is no more. 2013-12-20 16:59:03 -08:00
C. Guy Yarvin
eba0a1b1c0 Double verified; about to change togas. 2013-12-20 14:26:23 -08:00
C. Guy Yarvin
4f9b7173f9 On the way to funk. 2013-12-20 09:34:13 -08:00
C. Guy Yarvin
66d2266a81 Before testing bchx. 2013-12-18 01:48:24 -08:00
C. Guy Yarvin
9f3efa799f Various hoon improvements. 2013-12-16 20:48:40 -08:00
C. Guy Yarvin
9c59feaffd More cleanup. 2013-12-15 17:15:04 -08:00
C. Guy Yarvin
cd22d4e185 Double verified step. 2013-12-14 23:07:57 -08:00
C. Guy Yarvin
a31ccc3f2b Double verified step. 2013-12-14 21:52:07 -08:00
C. Guy Yarvin
ec24937615 Breach stage point 1. 2013-12-13 12:52:06 -08:00
C. Guy Yarvin
9d9d32122e Some intermediate progress. 2013-12-12 17:44:15 -08:00
Steven Dee
4025898428 Ye olde whitespace cleanup
Run using
  find . -type f | xargs sed -i '\s\+$'

And not even glanced at. It's fine. Don't worry about it.
2013-12-08 21:23:03 +00:00
Dan Haffey
26ebe27673 Support ^R (reverse incremental search) in dill.
^G to cancel. Canceling should probably remember your previous
history position, but doesn't.

This adds a field to ++bead, so in the absence of proper migration
support, I've simply disabled dill's nest check in ++load. It works
in this case, presumably because dill's only bead is null during
:reboot.
2013-11-12 11:22:15 -08:00
C. Guy Yarvin
3ea1d1541b Continuity breach and flag day. 2013-11-07 17:36:28 -08:00
C. Guy Yarvin
128c794593 Various fixes and improvements. 2013-11-07 16:34:44 -08:00
C. Guy Yarvin
2dc43c5759 More ++numb improvement... 2013-11-04 15:55:02 -08:00
C. Guy Yarvin
a636535044 Proper %numb. 2013-11-04 15:44:45 -08:00
C. Guy Yarvin
ff906e5b59 New chat ready for testing. 2013-11-02 18:29:28 -07:00
C. Guy Yarvin
0f6c4037d7 Various fixes and improvements. 2013-10-26 20:55:53 -07:00
C. Guy Yarvin
cdd397e6f1 Continuity breach and flag day. 2013-10-21 11:10:38 -07:00
C. Guy Yarvin
f0bdfb16d4 Some chatty stuff. 2013-10-15 19:24:02 -07:00
C. Guy Yarvin
75ef6ac34e Introduced a typo. 2013-10-12 12:38:08 -07:00
C. Guy Yarvin
2d3aad1d47 This is the correct pill. 2013-10-12 12:06:52 -07:00
C. Guy Yarvin
4f1b29fa64 Rename ++gene to ++hoon. 2013-10-11 15:04:49 -07:00
C. Guy Yarvin
8a3677a523 Better ames reporting. 2013-10-09 19:45:57 -07:00
C. Guy Yarvin
a35574cf2f procfs for clay. 2013-10-07 18:58:06 -07:00
C. Guy Yarvin
4de22868bb Development "branch" goes back to production. 2013-10-06 00:44:07 -07:00
Christian Carter
4caa90c68f Cleaning up old code 2013-09-28 13:21:18 -07:00