Commit Graph

2541 Commits

Author SHA1 Message Date
Fredrik Ekholdt
6fb07df84c Fixes #735: misleading indent on gcc 6 2016-06-02 09:05:43 +02:00
torchhound
8f97325650 Fixed 64-bit comet typo in README.md 2016-05-31 17:30:07 -04:00
Raymond Pasco
566dcf211f Merge branch 'galenwp-read'
Readme edits from Galen
2016-05-27 15:29:19 -04:00
Galen Wolfe-Pauly
a3b7075917 Reorder readme sections and add some links 2016-05-27 15:29:12 -04:00
Raymond Pasco
4a9d61607f Jet shar:ed curve25519 shared secret arm 2016-05-24 12:00:35 -04:00
Paul Driver
294afb9cc6 remove code duplication (_mug_words_buf) 2016-05-05 14:42:17 -07:00
Raymond Pasco
e8ab61be7f Merge remote-tracking branch 'philipcmonk/rm-connection-printf'
remove "connection to x.x.x.x" printf
2016-04-19 22:43:35 -04:00
Philip C Monk
ea3cbd5474 remove "connection to x.x.x.x" printf 2016-04-18 18:38:27 -04:00
Raymond Pasco
be4678ff0a Merge remote-tracking branches 'philipcmonk/new-lens' and 'galenwp/arch'
http.c changes for urbctl API
add Arch linux to readme
2016-04-14 15:09:15 -04:00
Galen Wolfe-Pauly
188287d5f7 add arch 2016-04-12 12:24:30 -07:00
Raymond Pasco
41fae23059 Merge remote-tracking branches 'max19/http-pipelining' and 'cgyarvin/bug409'
Associate http parser with connection instead of request; fix queueing bug
Fix queueing bug (redundant with above)
2016-04-12 12:54:33 -04:00
Max G
9d221ddebd Fixed pipelining on incoming http requests
Associated http-parser with connection instead of request; fixed queuing bug
2016-04-07 21:27:53 +03:00
Philip Monk
1dc7c3cc6e Merge pull request #1 from ohAitch/new-lens
add %chis for local-request backwards compatibility
2016-03-31 12:30:53 -07:00
Anton Dyudin
3d05538f75 add %chis for local-request backwards compatibility 2016-03-31 10:36:58 -07:00
C. Guy Yarvin
29766fd858 Fix bad connection queue logic. 2016-03-18 17:30:21 -07:00
Raymond Pasco
2621710764 Merge remote-tracking branch 'galenwp/read'
Update readme to indicate what to do on a breach
2016-03-09 14:35:52 -05:00
Philip C Monk
37223edb4b loopback fix 2016-03-09 14:19:11 -05:00
Raymond Pasco
afcb71742d Merge branch 'bugfix-lune-allcases'
Fix *all* cases of the ++lune jet
2016-03-03 19:20:17 -05:00
Raymond Pasco
4389263922 Fix ++lune corner cases for real
without breaking others this time. Cases tested:

(lune '')                  -> ~
(lune '\0a')               -> ~['']
(lune 'a')                 -> noeol
(lune '\0aabcd')           -> noeol
(lune '\0aabcd\0a')        -> ~['' 'abcd']
(lune '\0aabcd\0aefgh')    -> noeol
(lune '\0aabcd\0aefgh\0a') -> ~['' 'abcd' 'efgh']
(lune '\0aabcd\0a\0a')     -> ~['' 'abcd' '']
(lune 'abcd')              -> noeol
(lune 'abcd\0a')           -> ~['abcd']
(lune 'abcd\0aefgh')       -> noeol
(lune 'abcd\0aefgh\0a')    -> ~['abcd' 'efgh']
(lune 'abcd\0a\0a')        -> ~['abcd' '']
2016-03-03 17:34:37 -05:00
Raymond Pasco
5a0d8af6c8 Merge branch 'bugfix-lune-first-byte'
Fix bugs related to first byte of argument of ++lune
2016-03-03 17:12:01 -05:00
Raymond Pasco
db30dbfb00 Fix broken first-byte cases in ++lune
Was broken when first byte was a newline, and when first byte was the
only byte.
2016-03-03 17:11:19 -05:00
Galen Wolfe-Pauly
1370a4f73f continuity breach 2016-03-03 13:27:05 -08:00
Raymond Pasco
e7f3836bcb Merge remote-tracking branch 'galenwp/read'
Fix readme issues, closes #706
2016-03-03 15:52:02 -05:00
Galen Wolfe-Pauly
b9c7b090c0 un-break readme 2016-03-03 11:52:42 -08:00
Raymond Pasco
b16a7ee93d Merge branch 'lune-jet'
Add a jet for ++lune. The jetted algorithm walks the cord backwards, and
should be slightly more performant than jetted ++lore for this reason.
2016-03-03 00:07:11 -05:00
Raymond Pasco
e9a429fbdd Activate ++lune jet 2016-03-03 00:06:24 -05:00
Raymond Pasco
66b99d0a6e Add ++lune jet 2016-03-03 00:05:21 -05:00
Raymond Pasco
86f0ccae9e Merge branch 'relive' of https://github.com/cgyarvin/urbit-1
Handle %live profiler hint when nocking
2016-02-24 10:22:10 -05:00
C. Guy Yarvin
5451cafe7e Take fat lives. 2016-02-23 11:45:28 -08:00
C. Guy Yarvin
b6160f00bb Forgot u3t_on. 2016-02-23 11:18:14 -08:00
C. Guy Yarvin
25c6621d05 Notice %live hint. 2016-02-23 10:57:34 -08:00
Raymond Pasco
9c3deeede5 Merge branch 'warm-spinner' of https://github.com/dhaffey/urbit
Shorter spinner delay after previous spinful event
2016-02-21 10:23:07 -05:00
Dan Haffey
26144fedde Shorter spinner delay after previous spinful event. 2016-02-20 14:35:06 -08:00
Raymond Pasco
eea4758290 Merge branch 'nounlock'
Fake fix for a fake bug, let the dead bury the dead
2016-02-19 14:03:49 -05:00
C. Guy Yarvin
6a72b535a9 Don't unlock mutex when exiting; it crashes for some reason. 2016-02-19 14:03:32 -05:00
Raymond Pasco
49ab9b7a9a Merge remote-tracking branch 'cgyarvin/unlost'
Stack traces for .^s
2016-02-18 17:11:01 -05:00
C. Guy Yarvin
ce4ef7aab0 Put [~ ~] 11 failures on the trace stack. 2016-02-18 13:39:45 -08:00
Raymond Pasco
95c85cbc81 Merge remote-tracking branch 'curtis/unfoul'
Compiler jet fixes
2016-02-17 14:53:33 -05:00
C. Guy Yarvin
d175c24a57 Fix a bug in deep axis handling. 2016-02-17 11:12:44 -08:00
Raymond Pasco
dca16bc7bb Merge remote-tracking branch 'ohaitch/fix-dtzy-n'
Change a compiler jet to match a bugfix
see arvo@84ae855ccecc492b20875fc030981e34ab722d2e
2016-02-16 15:50:45 -05:00
Raymond Pasco
81ba11cd7d Merge branch 'pills'
Work correctly in refactored repository
NB: partially unfinished
2016-02-15 06:10:43 -05:00
Raymond Pasco
eb350a7e17 Merge branch 'switch-on-crub'
Accept more characters for carrier generator, in preparation for crub
2016-02-15 06:08:19 -05:00
Raymond Pasco
e31723f077 Fix up README and CONTRIBUTING for new world order 2016-02-15 06:07:17 -05:00
Raymond Pasco
bb5e995202 Look for pill in build dir, arvo in arvo/
also .gitignore them
BUG: length of arvo sources directory is hardcoded!
2016-02-15 06:06:56 -05:00
Anton Dyudin
2bbefd1f58 handle ._~~__ many/~[`n/0] compilation properly
Type was atom/%n, whould be cube/[0 atom/%n]
Cherry-pick of 005903
2016-02-11 16:32:58 -08:00
Philip C Monk
27c10801c6 checkpoint 2016-02-11 14:44:28 -05:00
Anton Dyudin
ea01bfd471 Merge branch 'hoon-151' into tree-comments
Merge hoon 151
2016-02-10 19:43:53 -08:00
Raymond Pasco
1380547485 Merge remote-tracking branch 'ohaitch/ford-wipe'
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/ford.hoon
	urb/zod/arvo/gall.hoon
	urb/zod/arvo/zuse.hoon
	urb/zod/gen/hood/overload.hoon
	urb/zod/lib/kiln.hoon

NB: Was briefly hotfixed to master, if you care about trivia
2016-02-10 18:12:24 -05:00
Raymond Pasco
101673f511 Merge tag 'hoon-151' into pills
Hoon 151 merge
2016-02-10 15:16:45 -05:00
Raymond Pasco
343bb338a3 Merge in Hoon 151
Complicated merge of Hoon 151. This commit is a major sequence point.
2016-02-10 14:03:28 -05:00