Commit Graph

430 Commits

Author SHA1 Message Date
Philip C Monk
adca2c2353 fix 7MB/revision memory leak 2015-03-25 18:35:47 -04:00
Anton Dyudin
add40d4dee Fixed ford ot anchor at current main revision, not time
Conflicts:
	n/t.c
	urb/zod/main/arvo/ford.hoon
	v/raft.c
2015-03-24 19:27:49 -04:00
Philip C Monk
7daed9bcb3 waypoint 2015-03-24 17:46:32 -04:00
Anton Dyudin
cbe3c02e24 Cached %bake
Conflicts:
	urb/zod/main/arvo/ford.hoon
	urb/zod/main/mar/react-snip/door.hook
	urb/zod/main/mar/react/door.hook
	v/raft.c
2015-03-24 16:30:30 -04:00
Philip C Monk
a4764f8279 autosync works 2015-03-23 16:40:33 -04:00
Philip C Monk
38d9504478 performance improvements 2015-03-18 17:25:01 -04:00
Philip C Monk
13ed6bf6e7 first over-the-network typed merge 2015-03-06 16:07:34 -05:00
Philip C Monk
0eecbb466a Merge remote-tracking branch 'origin/master' into typedclay
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/eyre.hoon
	urb/zod/arvo/hoon.hoon
	urb/zod/arvo/zuse.hoon
	urb/zod/main/app/poke/core.hook
	urb/zod/main/app/reboot/core.hook
	urb/zod/main/app/shell/core.hook
	urb/zod/main/app/tree/core.hook
2015-03-05 18:27:07 -05:00
Philip C Monk
3437100bbb progress toward sub-booting 2015-03-04 19:36:29 -05:00
Steven Dee
6173d1577c Fixes for OpenBSD build 2015-03-02 13:36:46 -05:00
Philip C Monk
cbcb62459a move along, nothing to see here 2015-02-27 01:35:41 -05:00
Henry Ault
fd49091755 licensing and such 2015-02-10 15:13:17 -08:00
C. Guy Yarvin
b568763116 Stage down to 163. 2015-01-26 16:25:27 -08:00
C. Guy Yarvin
fb2afb4417 Merge branch 'radio'
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/hoon.hoon
	urb/zod/main/app/talk/core.hook
2015-01-15 12:02:28 -08:00
C. Guy Yarvin
8a4ab744eb Memory and other optimizations. 2015-01-15 11:10:29 -08:00
C. Guy Yarvin
7a61f3aaa8 About to do some performance testing. 2015-01-07 13:26:05 -08:00
C. Guy Yarvin
e3ae2b038c Don't assert on crude delivery fail. 2014-12-30 16:58:34 -05:00
bugbane1
f80099278a Add a checkpoint save before exiting 2014-12-15 19:30:23 -05:00
Steven Dee
99b5f962f2 Fix warnings
This compiles warning-free for me on Linux now. Only one of those
warnings was scary (although it was legit-uninitialized-use scary,
which is pretty scary!), but there's this broken window theory...
2014-12-11 18:54:26 -05:00
Wladimir J. van der Laan
01c33b1c50 Fix off-by ones in UTF-8 parsing in terminal
- 11100000 (224) was misinterpreted as 2-byte sequence, whereas it defines a 3-byte
- 11110000 (240) was misinterpreted as 3-byte sequence, whereas it defines a 4-byte

Makes it possible to type characters from the Supplementary Multilingual Plane such as 𐎒 and 𝄐.
2014-12-11 10:05:01 +01:00
Philip C Monk
84ff34955c fix sync memory leak on linux 2014-12-08 17:46:46 -05:00
C. Guy Yarvin
ce8afd76ee Various profiling and other fixes. 2014-11-30 16:06:08 -08:00
C. Guy Yarvin
b34b8633de Merge branch 'master' of https://github.com/urbit/urbit 2014-11-30 02:16:24 -08:00
C. Guy Yarvin
81455138c3 Fix some profiling stuff. 2014-11-30 02:06:41 -08:00
Steven Dee
edc0625258 Use standard format specifiers for 64bit ints
This fixes a bunch of stupid warnings.

It may also be worth considering the 16- and 32-bit versions for _w and
_s, but I didn't do them because it would've taken more than a 5-minute
search-and-replace to sort out which was which.

It may also be a good idea to come up with an urbit-standard name for
these rather than the ones given by inttypes.h. In that case, it's
easier to get there via search-and-replace if the standard ones are
already there.
2014-11-29 15:41:28 -05:00
C. Guy Yarvin
b3a64933bc Ready to test profiling. 2014-11-28 18:19:11 -08:00
C. Guy Yarvin
80d6f74886 Various fixes and documentations. 2014-11-25 15:31:35 -08:00
Philip C Monk
f8faea5e24 Revert "test fork"
This reverts commit aafd5a1fe609a98115dcd2e61ed417b9b0418803.
2014-11-22 17:48:42 -05:00
Philip C Monk
6814513ff9 new ships get directories 2014-11-20 17:16:57 -05:00
Galen Wolfe-Pauly
c1951975b8 test fork 2014-11-20 11:36:27 -08:00
C. Guy Yarvin
eaaa7baa83 handle init in ef_init. 2014-11-19 18:36:36 -08:00
C. Guy Yarvin
60db57a48e Fix some stuff; comment out uni jets. 2014-11-19 16:46:16 -08:00
C. Guy Yarvin
dfbd88b7b9 Various fixes and improvements. 2014-11-15 17:10:15 -08:00
C. Guy Yarvin
d1e64e60da Merge branch 'test' of https://github.com/urbit/urbit into test 2014-11-07 14:55:15 -08:00
C. Guy Yarvin
4815cbcfa6 Before gmp malloc changeover. 2014-11-07 14:54:59 -08:00
Philip C Monk
3bdcfedb2a Merge remote-tracking branch 'origin/test' into dish 2014-11-06 17:09:18 -05:00
C. Guy Yarvin
9ad1e215bb Turn off profiling interrupts. 2014-11-06 14:08:37 -08:00
Philip C Monk
e5896b388d Merge remote-tracking branch 'origin/test' into dish 2014-11-06 17:05:07 -05:00
Philip C Monk
b1ca1c5322 Merge remote-tracking branch 'origin/test' into dish
Conflicts:
	i/v/vere.h
2014-11-06 17:04:57 -05:00
C. Guy Yarvin
a4a1cd8705 More error. 2014-11-06 14:04:02 -08:00
C. Guy Yarvin
b7c712753c Print status code on HTTP error. 2014-11-06 14:02:33 -08:00
C. Guy Yarvin
8c8fa11104 Rename. 2014-11-06 11:13:57 -08:00
C. Guy Yarvin
a2ba265d99 Renaming, renaming. 2014-11-05 19:10:22 -08:00
C. Guy Yarvin
4855a9d1d8 Another great renaming. 2014-11-05 16:20:01 -08:00
C. Guy Yarvin
138711c7cd Another great renaming. 2014-11-05 16:02:36 -08:00
C. Guy Yarvin
87d8169c57 Fix sed follies. 2014-11-05 15:36:30 -08:00
C. Guy Yarvin
dbe046620a Move loobeans from u3 to c3. 2014-11-04 17:18:47 -08:00
C. Guy Yarvin
2ca5ae560d Another experimental renaming. 2014-11-04 16:53:07 -08:00
C. Guy Yarvin
f1ee2f6e90 Merge branch 'test' of https://github.com/urbit/urbit into test
ssary,
2014-11-04 16:41:26 -08:00
C. Guy Yarvin
40a8c6fc74 Various cleanups and renamings, part 1. 2014-11-04 16:29:08 -08:00