Commit Graph

2301 Commits

Author SHA1 Message Date
Tobias Merkle
7dd8076940 typos 2016-06-29 15:23:10 -07:00
Tobias Merkle
a1f068d852 sub doznec 2016-06-29 15:21:40 -07:00
Raymond Pasco
2a41962c2f Merge remote-tracking branches 'jfranklin9000/delete-LIBRE2', 'jfranklin9000/uv_close_on_UV_EOF', 'revprez/revprez-pr-removed_zod-20160612' and 'philipcmonk/reap-jet-fix'
Remove obsolete regex libraries
Stop leaking libuv fds (or whatever they are)
Remove obsolete urb/zod references
Fix memory leak in ++reap jet
2016-06-27 09:10:37 -04:00
Philip C Monk
b7190c7a2d fix misbehaving reap jet
fixes https://www.reddit.com/r/urbit/comments/4pd7vk/im_very_confused_about_standardlibrary_lists/
2016-06-22 22:31:18 -04:00
Prez Cannady
7b0d9a7d4d Addressed style issues raised by juped: https://github.com/urbit/urbit/pull/747#issuecomment-225538953 2016-06-13 19:29:20 -04:00
Prez Cannady
422a29d303 Commented out zod in osxpackage and debbuild as per this bit of advice from @urbit_: https://twitter.com/urbit_/status/739273155512958976 2016-06-12 19:22:42 -04:00
John Franklin
3f30a01a42 Delete outside/cre2 and outside/re2 2016-06-08 21:05:27 -05:00
John Franklin
fc06bec143 Call uv_close() on UV_EOF in _cttp_ccon_kick_read_cryp_cb() and _cttp_ccon_kick_read_clyr_cb(). This addresses https://github.com/urbit/urbit/issues/254. 2016-06-07 18:28:34 -05:00
Anton Dyudin
8c11355987 Update README.md for https pill 2016-06-02 16:02:04 -07:00
Raymond Pasco
df9c782bb1 Merge remote-tracking branches 'frodwith/nomugbuf', 'torchhound/torchhound', 'freekh/master' and 'davis68/master'
remove code duplication (_mug_words_buf)
Fix 64-bit comet typo in README.md
Fix #735: misleading indent compile error on gcc 6
Change readme to refer to HTTP instead of HTTPS.
2016-06-02 13:24:29 -04:00
Neal Davis
46cb7e30b0 Changing docs to refer to HTTP instead of HTTPS. 2016-06-02 11:45:53 -05:00
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
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