Commit Graph

77 Commits

Author SHA1 Message Date
C. Guy Yarvin
9bfc5674c3 Enable -q. 2015-05-19 17:04:08 -07:00
C. Guy Yarvin
90dbe458f3 Merge branch 'master' into livetest
Conflicts:
	urb/urbit.pill
	urb/zod/base/arvo/dill.hoon
	urb/zod/base/arvo/gall.hoon
2015-05-18 12:43:11 -07:00
C. Guy Yarvin
8caac67e05 Eliminated last direct pointers from piers. 2015-05-18 10:07:42 -07:00
C. Guy Yarvin
2b861da97c drum in hood works, modulo slow update bug. 2015-05-16 17:31:28 -07:00
Philip C Monk
9b9fe1bfb4 plug memoization leak 2015-05-13 18:23:20 -04:00
Philip C Monk
5c8fec270a reworked ++mass 2015-05-12 17:18:34 -04:00
Philip C Monk
bcd3b98e1f massing works without U3_MEMORY_DEBUG 2015-05-11 19:47:53 -04:00
Philip C Monk
1edf15843f added U3_CELLOC_TOGGLE 2015-05-08 21:22:11 -04:00
Philip C Monk
3155535c80 space profiling works with U3_MEMORY_DEBUG 2015-05-08 20:42:09 -04:00
Philip C Monk
b84aa72678 checkpoint 2015-05-07 19:16:54 -04:00
Philip C Monk
0a483a1b63 fixed a slew of memory leaks 2015-05-05 19:42:00 -04:00
Philip C Monk
31e80487a1 Merge branch 'master' into typedclay
Conflicts:
	n/t.c
	urb/urbit.pill
	urb/zod/main/app/reload/core.hook
	urb/zod/main/app/shell/core.hook
	urb/zod/main/app/solid/core.hook
	urb/zod/main/arvo/dill.hoon
	urb/zod/main/arvo/eyre.hoon
	urb/zod/main/arvo/ford.hoon
	urb/zod/main/arvo/gall.hoon
	urb/zod/main/arvo/hoon.hoon
	urb/zod/main/mar/json/door.hook
	urb/zod/main/mar/md/door.hook
	urb/zod/main/mar/txt/door.hook
	v/raft.c
	v/unix.c
2015-04-22 20:18:19 -04:00
C. Guy Yarvin
9c66b9cddc Merge branch 'master' into dillbo
Conflicts:
	urb/zod/docs/pub/doc/guide/a-ford.md
2015-04-07 15:18:07 -07:00
Steven Dee
b5343f227b Overflow detection in u3a_calloc
This implementation assumes that u3a_calloc is always called with
safe sizes and just asserts that.
2015-03-27 12:14:23 -04:00
Anton Dyudin
2669bcf0f5 Merge branch 'master' into eyre-new
Conflicts:
	urb/urbit.pill
	urb/zod/docs/pub/doc/arvo/util.md
2015-03-24 17:01:13 -07: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
38d9504478 performance improvements 2015-03-18 17:25:01 -04:00
Steven Dee
6173d1577c Fixes for OpenBSD build 2015-03-02 13:36:46 -05:00
Anton Dyudin
aa1cfca2dd dbg wip 2015-02-19 21:27:23 -08:00
Anton Dyudin
62dbdc1b49 Merge branch 'master' into eyre-new
Conflicts:
	n/t.c
2015-02-19 19:59:03 -08:00
Anton Dyudin
37cbb041c9 Fixed ford ot anchor at current main revision, not time 2015-02-19 19:55:18 -08:00
C. Guy Yarvin
69f265fcd1 GHETTO timestamp tracing. 2015-02-19 15:22:51 -08:00
C. Guy Yarvin
3235a8e1eb Merge branch 'master' of https://github.com/urbit/urbit 2015-02-19 15:19:25 -08:00
Henry Ault
fd49091755 licensing and such 2015-02-10 15:13:17 -08:00
C. Guy Yarvin
5d707603c4 Fix out of memory on stack overflow. 2015-02-02 11:03:14 -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
b2dc513d6a Add cache to ++song, etc. 2015-01-12 17:49:31 -08:00
Alec Brickner
473a68966a Fixed unsigned integers in mug 2014-12-19 11:41:57 -08:00
C. Guy Yarvin
50870185ec Fix reset. 2014-12-18 14:34:02 -08:00
Steven Dee
41ae6df7d7 unsigned integer literal in mug 2014-12-15 09:30:28 -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
Philip C Monk
c7b057dbbf fix ye olde dotket bug
fixes #194
2014-12-09 17:59:31 -05:00
Philip C Monk
3baefceab3 move markdown jet to u3a_calloc 2014-12-08 16:00:56 -05:00
Garret Kelly
e5e142c6ea Show the how of a bail in more cases. 2014-12-06 21:12:12 +00:00
Philip C Monk
c4473250a0 general cmark cleanup 2014-12-05 20:34:58 -05:00
C. Guy Yarvin
b927a7bf78 Add test user-level jet. 2014-12-03 15:21:55 -08:00
C. Guy Yarvin
d9d18f766e Hack around ~(tap to) bug. 2014-12-03 11:58:42 -08:00
C. Guy Yarvin
e09388ae70 Revert previous change. 2014-12-03 11:17:32 -08:00
C. Guy Yarvin
10da2be5d4 Enable profiling on Linux. 2014-12-03 11:15:22 -08:00
C. Guy Yarvin
22cd6974d9 Profile tweaks. 2014-12-03 09:36:42 -08:00
C. Guy Yarvin
f50b3b3c3c More profiling updates. 2014-12-02 16:26:30 -08:00
C. Guy Yarvin
11c02c11d9 Update some profiling stuff. 2014-12-02 13:53:35 -08:00
C. Guy Yarvin
ee5ef2e7ed Fix profile bug. 2014-12-01 14:05:09 -08:00
C. Guy Yarvin
3453a8ba5c Remove debug code. 2014-11-30 23:32:19 -08:00
C. Guy Yarvin
f56aa55a32 Remove overly fancy profile sync code. 2014-11-30 16:59:22 -08:00
C. Guy Yarvin
53eae798e2 100 profile samples per second, in theory anyway. 2014-11-30 16:08:28 -08:00
C. Guy Yarvin
ce8afd76ee Various profiling and other fixes. 2014-11-30 16:06:08 -08:00
C. Guy Yarvin
ee49973664 Remove annoying printf. 2014-11-30 02:30:45 -08:00
C. Guy Yarvin
b34b8633de Merge branch 'master' of https://github.com/urbit/urbit 2014-11-30 02:16:24 -08:00