cgyarvin
762638ac4e
Merge pull request #987 from frodwith/boxslot
...
bug in _box_slot
2018-05-27 13:09:23 -07:00
Curtis Yarvin
f01bce3582
More renaming.
2018-05-27 13:00:55 -07:00
Curtis Yarvin
b089420cea
Some renaming and stuff.
2018-05-27 12:16:13 -07:00
Paul Driver
5c0232a42b
bug in _box_slot
2018-05-26 20:49:11 -07:00
Paul Driver
1486aec835
better bash conveyance
2018-05-26 12:03:09 -07:00
Paul Driver
7fe3eee82a
program splitting for located cores
2018-05-25 18:17:19 -07:00
Paul Driver
56ff1520bf
bug in _box_slot
2018-05-25 17:54:03 -07:00
Paul Driver
8c4fd067de
general battery hash caching
2018-05-25 17:53:36 -07:00
Curtis Yarvin
7a9a9047c3
Old help totally cleaned out.
2018-05-24 15:40:28 -07:00
Paul Driver
46747b9ce3
shux jet
2018-05-23 15:39:22 -07:00
Paul Driver
83f698ab44
mux jet
2018-05-23 15:13:00 -07:00
Keaton Dunsford
ba288c518c
Merge pull request #985 from urbit/fix-ames-sync-galaxy
...
updates ames to resolve galaxy addresses asynchronously
2018-05-22 23:22:51 -07:00
Keaton Dunsford
06e1360532
Merge pull request #980 from techieAgnostic/issue_907
...
Removed unused variable. Closes #907
2018-05-22 23:22:08 -07:00
Joe Bryan
cfe3779fc0
updates ames to resolve galaxy addresses asynchronously
2018-05-22 15:05:03 -07:00
Curtis Yarvin
fde39c38e8
Now ignoring ash/elm in foot.
2018-05-20 16:07:28 -07:00
Curtis Yarvin
5e55e48f3b
Adjusted %brcn to support core name.
2018-05-20 12:34:38 -07:00
Paul Driver
a0819e41f8
remove superflous profiling quals
2018-05-16 15:18:17 -07:00
Curtis Yarvin
5cd2f2692c
Eliminated chapter help.
2018-05-16 14:51:03 -07:00
Paul Driver
21637cdca9
fix bug in u3j_gate_prep and move hot_p to home road
2018-05-16 13:45:40 -07:00
Paul Driver
f2f6a04cc5
bash batteries for gate prep/lose
2018-05-16 11:49:08 -07:00
Paul Driver
8417f4b7c5
ownership audit
2018-05-16 09:41:49 -07:00
Paul Driver
b9bf443b17
fix leaks in _cj_install, mark hot_p
2018-05-15 21:59:00 -07:00
Keaton Dunsford
1069377075
Merge pull request #982 from urbit/fix-static-library
...
Use static subprojects.
2018-05-15 13:50:33 -07:00
Elliot Glaysher
3a4318ccdb
Use static subprojects.
2018-05-15 13:45:56 -07:00
Curtis Yarvin
612c9a8d6a
Completed first round of changes to +coil.
2018-05-14 21:22:39 -07:00
Shaun Kerr
152e206d18
Removed unused variable. Closes #907
2018-05-15 14:51:52 +12:00
Paul Driver
7e945b8449
all jets?
2018-05-14 16:53:32 -07:00
Paul Driver
678baf41bb
layer five
2018-05-14 15:13:37 -07:00
Paul Driver
55b990cd38
layer three
2018-05-14 13:59:17 -07:00
Paul Driver
4ee14f4c59
print axe on hot jet, more hashes
2018-05-14 10:46:34 -07:00
Paul Driver
7664b9175b
one finished, most of two
2018-05-14 10:03:20 -07:00
Paul Driver
13400a6f47
jacked
2018-05-14 09:27:16 -07:00
Paul Driver
2a96e8c60e
hashes through arvo-assembly
2018-05-14 08:47:52 -07:00
Paul Driver
1273595afc
couple more hashes, some organization
2018-05-12 14:58:09 -07:00
Paul Driver
33195a22ec
more hashes, u3j_hood expands to express ut hooks
2018-05-12 14:30:59 -07:00
Paul Driver
2ace4f723a
better auditing
2018-05-12 12:16:36 -07:00
Paul Driver
a431d2efbb
more hashes
2018-05-12 12:16:12 -07:00
Paul Driver
540dca9401
no remarry
2018-05-12 12:15:17 -07:00
Curtis Yarvin
1c0a471b65
Removed help from cores.
2018-05-10 17:34:56 -07:00
Paul Driver
956ecdbeaa
more hashes, clarify _cj_spot with hot fallback
2018-05-10 14:06:07 -07:00
Paul Driver
9070375c4c
more hashes
2018-05-09 11:07:48 -07:00
Curtis Yarvin
847c627003
Merge remote-tracking branch 'origin/master' into research-unhelp
2018-05-09 11:01:44 -07:00
Paul Driver
109ad54c53
booting and verifying - pasting in hashes now
2018-05-08 18:30:19 -07:00
Paul Driver
10c775961f
stash - building and booting
2018-05-08 13:34:35 -07:00
Joe Bryan
b4df1bca18
Merge pull request #976 from joemfb/http-idempotent-resp
...
makes http response %thou effectively idempotent
2018-05-07 18:55:50 -07:00
Curtis Yarvin
9533295b8e
Finished converting +pony.
2018-05-07 17:15:33 -07:00
Elliot Glaysher
26996c2b16
Merge pull request #977 from urbit/meson-build-type
...
Use built in "buildrelease" flag instead of custom "debug=true" flag.
2018-05-07 16:20:44 -07:00
Elliot Glaysher
584855e390
Also fix the README.
2018-05-07 16:15:29 -07:00
Elliot Glaysher
44b210b238
Removes non-functional meson debug option.
...
It looks like the debug mode was copied literally from the old
Makefiles, which interacts poorly with meson and leads to builds
with "-O0 -g -O3".
The correct way to do this is to use "-Dbuildtype=release" or
"-Dbuildtype=debug" during configuration. Set the default builds
made by scripts/build to release.
2018-05-07 16:10:10 -07:00
Curtis Yarvin
163c0a3ebb
Second stage of eliminating +what from +pony.
2018-05-07 15:59:14 -07:00