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
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
Joe Bryan
ad4f76a431
adds state enum to u3_hreq, ignores attempts to send duplicate http responses
2018-05-04 15:49:44 -04:00
Paul Driver
30af289c34
document u3n_prog and u3n_memo
2018-04-30 13:32:39 -07:00
Paul Driver
002a1d8996
Merge branch 'master' into c-sites
2018-04-30 11:48:53 -07:00
Paul Driver
b7e0dc4651
merge conflict
2018-04-30 11:42:24 -07:00
Paul Driver
8bc64b09ac
comments, rename some functions
2018-04-30 11:39:33 -07:00
Paul Driver
7551a3c486
comments
2018-04-30 11:26:29 -07:00
Paul Driver
d1d2f02ef0
comments, _cj_fink_free takes post
2018-04-30 11:21:04 -07:00
Paul Driver
672d99fcca
comments, no return from _cj_site_lock
2018-04-30 11:10:01 -07:00
Paul Driver
b43f069441
u3n_find returns post
2018-04-30 11:02:48 -07:00
Paul Driver
68f98124e5
more comments, u3n_burn takes a post
2018-04-30 10:56:19 -07:00
Paul Driver
dc470f76d4
deleting unused public functions, cleaning up internal apis
2018-04-30 10:33:04 -07:00
Paul Driver
825b7eb604
posts in sites
2018-04-30 10:16:47 -07:00
Paul Driver
d306975af8
gate_prep transfers, rites to posts
2018-04-30 09:57:09 -07:00
Paul Driver
35f137453e
safer memory for reel
2018-04-29 21:29:25 -07:00
Paul Driver
61c3398ad9
fix memory error in new roll jet
2018-04-27 15:19:47 -07:00
Paul Driver
67c1035d57
fix profiling
2018-04-27 12:22:39 -07:00
Paul Driver
f42fef9e71
skid
2018-04-27 10:30:36 -07:00
Paul Driver
d139b76ece
lien
2018-04-27 10:21:09 -07:00
Paul Driver
25ae735a7e
reel
2018-04-27 10:09:53 -07:00
Paul Driver
2b2dbf7a6d
skim
2018-04-27 09:50:20 -07:00
Paul Driver
93965fcd8a
levy
2018-04-27 09:42:15 -07:00
Paul Driver
48eb2fee9b
roll
2018-04-27 09:33:33 -07:00
Paul Driver
d997f035ae
murn
2018-04-26 18:55:17 -07:00
Paul Driver
cfc0c6e8d7
gate prep in skip
2018-04-26 18:05:02 -07:00
Paul Driver
62b8b655ee
locally cached gates for things like turn
2018-04-26 17:42:38 -07:00
Paul Driver
be8c56376d
hook caching in, kink weirdness fixed
2018-04-26 16:36:29 -07:00
Paul Driver
a15c248e3d
move _n_fink_free and everything that calls it
2018-04-26 12:06:57 -07:00
Paul Driver
462c6d7bd5
move rite and site mark
2018-04-26 11:23:03 -07:00
Paul Driver
bf2d240ed0
move cast
2018-04-26 11:15:46 -07:00
Paul Driver
4da79539ec
move internal _n data structures to headers
2018-04-26 11:08:34 -07:00
Joe Bryan
38f9c546c4
Merge pull request #972 from joemfb/ames-f-n
...
allows imperial addresses in the absence of -N (fix -F)
2018-04-25 14:45:00 -07:00
Joe Bryan
3c88802e6d
Merge pull request #973 from joemfb/http-resp-free
...
http: ensures that response buffers aren't freed until the request is disposed
2018-04-25 14:44:43 -07:00
Joe Bryan
2b3554a845
refactors _http_req_respond to use the h2o memory pool and defer cleanup
...
possibly fixing a use after free
2018-04-25 16:14:59 -04:00
Joe Bryan
dcc5eb521d
fixes memory leak in ames fuzz-mode canceled requests
2018-04-24 15:28:35 -04:00
Joe Bryan
4466119b2e
allows imperial addresses in the absence of -N
2018-04-24 15:27:04 -04:00
Paul Driver
0e45d64cef
minor things like initializing variables and stuff
2018-04-18 12:22:50 -07:00
Paul Driver
a5e79c2820
ream callsites at boot
2018-04-18 12:19:56 -07:00
Paul Driver
033b2c1721
using cached locations to speed up kicks
2018-04-17 14:57:59 -07:00
Paul Driver
50f3c9ef63
holding onto locations and finks at call sites without leaks
2018-04-17 13:47:52 -07:00
Paul Driver
7333250eeb
no inter-road call site communication, bat/pog caching working!
2018-04-16 17:27:32 -07:00
Paul Driver
bb76625c4e
keeping batteries for no reason
2018-04-16 16:54:20 -07:00
cgyarvin
37b56f2fc8
Merge pull request #967 from joemfb/terminate-cttp-header
...
fixes improper null-termination in cttp header buffers
2018-04-16 23:07:35 +02:00
Joe Bryan
2a10000a67
fixes improper null-termination in cttp header buffers
2018-04-16 15:14:49 -04:00
Paul Driver
3c7317a1a4
registration site caching
2018-04-14 14:57:12 -07:00
Paul Driver
4c482af711
fixed memoization, memory problems in reap
2018-04-13 13:32:31 -07:00