Commit Graph

14638 Commits

Author SHA1 Message Date
Philip Monk
8cd261451a
Merge remote-tracking branch 'origin/master' into philip/individual-breaches 2019-05-15 11:37:06 -07:00
Philip Monk
8a56dd8da9
style 2019-05-15 11:07:14 -07:00
Joe Bryan
398ca09620
Merge pull request #1277 from urbit/lte-loopback
lte: restore lens control plane
2019-05-14 15:04:47 -07:00
Joe Bryan
23507c12fb
Merge pull request #1170 from urbit/lte-loopback
lte: restore lens control plane
2019-05-14 15:04:44 -07:00
Joe Bryan
8bfff9f342 bumps http server/proxy timeouts for CI 2019-05-14 14:36:20 -07:00
Joe Bryan
3fdc64b2da updates arvo and pills (to fix tests) 2019-05-14 13:49:21 -07:00
Joe Bryan
e5275d9861 updates +unix-task, aqua/ph compiles 2019-05-14 13:39:09 -07:00
Joe Bryan
77281ad43d points arvo submodule to lte-loopback, updates pills 2019-05-14 11:43:54 -07:00
Joe Bryan
aec0772736 Merge branch 'cc-release' into lte-loopback
* cc-release:
  another round of +cue comments
  adds +cue comments per review
  cleans up cue, correcting comments and refcounting
  rewrites cue to avoid recursion (using the road stack)
  dedents cue jet
  adds jam/cue tests
  adds success printf to mug_tests
  renames hash_tests to mug_tests
2019-05-14 11:32:39 -07:00
Joe Bryan
64ff55fe5b removes %rver and lens request/response printfs 2019-05-14 11:31:51 -07:00
Joe Bryan
88d3cb81fb tweaks explicit stack conventions in +cue jet 2019-05-14 11:01:00 -07:00
Joe Bryan
a1504557af refactors explicit stack usage in u3r_mug 2019-05-14 11:00:12 -07:00
Philip Monk
4a569c4a79
fix tests 2019-05-13 23:18:52 -07:00
Philip Monk
1aefafbba4
make slow 2019-05-13 22:36:05 -07:00
Philip Monk
780c0ebbc6
light refactoring and heavy commenting 2019-05-13 22:27:11 -07:00
Joe Bryan
e1f39e87e3
Merge pull request #1275 from urbit/ccr-cue-stack
cc-release: rewrites +cue jet to use an explicit stack
2019-05-13 17:11:09 -07:00
Joe Bryan
67cde032de another round of +cue comments 2019-05-13 16:40:36 -07:00
Joe Bryan
9e9b5b45c1 adds +cue comments per review 2019-05-13 15:56:07 -07:00
Philip Monk
815f6c942d
breach-sync works 2019-05-13 14:45:53 -07:00
Joe Bryan
7c4b1bf105 cleans up cue, correcting comments and refcounting 2019-05-13 14:32:45 -07:00
Philip Monk
1eaac49e4d
wip child-sync works 2019-05-13 13:53:46 -07:00
Joe Bryan
365239e1de rewrites cue to avoid recursion (using the road stack) 2019-05-12 02:34:43 -07:00
Joe Bryan
f1950799b8 dedents cue jet 2019-05-12 02:34:37 -07:00
Joe Bryan
73f8129a25 adds jam/cue tests 2019-05-12 02:34:30 -07:00
Joe Bryan
9af3034862 adds success printf to mug_tests 2019-05-12 02:34:22 -07:00
Joe Bryan
0661538ae0 renames hash_tests to mug_tests 2019-05-12 02:34:14 -07:00
Philip Monk
c6670249a5
wip debugging child-sync 2019-05-10 19:23:13 -07:00
Philip Monk
1903d68b14
boot works 2019-05-10 14:51:37 -07:00
Philip Monk
38cfb7fbec
compiles 2019-05-09 18:06:18 -07:00
Jared Tobin
4b09d4db98
Merge pull request #1166 from urbit/hard
remove +hard, replace with new ;;
2019-05-10 08:16:58 +08:00
pilfer-pandex
8b34af4ca2 fix inappropriate translation in hall-legacy 2019-05-09 13:52:15 -07:00
pilfer-pandex
4b2a3d877e remove +hard, replace with new ;; 2019-05-09 12:46:19 -07:00
Joe Bryan
01f0dfcdb0 adds "make pills" target 2019-05-09 00:32:51 -07:00
Joe Bryan
a0a48cfd50 restores daemon-mode boot callback 2019-05-09 00:32:07 -07:00
Joe Bryan
470058a323 autostart :lens 2019-05-09 00:29:55 -07:00
Joe Bryan
936da7513d adds extremely basic lens implementation 2019-05-08 23:59:51 -07:00
Isaac Visintainer
fa7f251030 adds rver side of localhost backdoor
lens app stub
2019-05-08 22:12:23 -07:00
Isaac Visintainer
381a537c9f added http-server loopback backdoor 2019-05-08 22:11:11 -07:00
Joe Bryan
1463954eb6 disables http2 2019-05-08 22:11:08 -07:00
Joe Bryan
4caee32f56 points arvo submodule to lighter-than-eyre, updates pills 2019-05-08 22:10:06 -07:00
Joe Bryan
905b5b6d1a Merge branch 'cc-release' into lighter-than-eyre
* cc-release: (445 commits)
  unmap the db on SIGABRT (for smaller core dump)
  fixes typo in daemon error printf
  adds (disabled) code to print and save comet "keyfile"
  fixes reference counts in _pier_work_boot()
  fixes u3m_soft early-return bail type
  refactors u3v_boot/_lite, fixes reference miscount
  use static keyword for local vortex.c functions
  removes unused .sys member of persistent u3A struct
  Get cross-compilation ready for release. (#1263)
  removes obsolete u3v functions, refactor u3v_boot(_lite)
  Use a typed size_t instead.
  removes obsolete u3m_boot, renames new boot functions
  Set the maximum event log size to forty gigabytes.
  removes duplicate manage.c init, fixes call sites
  Update link to docs for swap space help
  Add `git` to default.nix dependencies
  General patch cleanup
  Attempt at fixing compile on CI.
  Fix multi-event commit.
  Theoretically multi-event writes.
  ...
2019-05-08 22:09:51 -07:00
Jared Tobin
72745fcd7f
Merge pull request #1164 from urbit/hard
;; takes spec and hoon; no more 'idempotence' test
2019-05-09 12:09:24 +08:00
pilfer-pandex
6d117664ba merge 2019-05-08 19:05:21 -07:00
Jared Tobin
d9f8e78976
Merge pull request #1163 from urbit/tsbr-plum
make =| print as =|, not ;;
2019-05-09 09:10:56 +08:00
pilfer-pandex
c30bea0366 ;; takes spec and hoon; no more 'idempotence' test 2019-05-08 16:32:51 -07:00
Joe Bryan
b3a9fad26c Merge branch 'next' into lighter-than-eyre
* next: (133 commits)
  tweaks %crud error printing in %dill
  adds top-level arvo error notification event %warn
  Explicitly note %install-from-clay as temporary
  four minute ping to eth
  mainnet azimuth
  slow
  travis
  travis
  renames
  travis
  add docs for ph monad
  remove non-monadic ph tests and organize
  port ph tests to monadic style
  wrappable eth node mock
  Implement installing certs from clay using %acme
  Implement %pem mark
  Revert "add =%"
  add ;<
  add ;<
  wip
  ...
2019-05-08 15:49:21 -07:00
pilfer-pandex
46433e4ecc make =| print as =|, not ;; 2019-05-08 15:45:38 -07:00
Jared Tobin
8018745d9b
Merge pull request #1096 from jfranklin9000/udon-hep-buc
added ++arm:core, +-arm:core, +$arm:core, +*arm:core to udon parser
2019-05-09 06:13:39 +08:00
Joe Bryan
940161f902
Merge pull request #1162 from urbit/lte-acme-ack
lighter-than-eyre: fix small bugs in configuration and integration
2019-05-08 13:39:27 -07:00
Jared Tobin
83b9534256
Merge branch 'master' into udon-hep-buc 2019-05-08 20:59:01 +08:00