Commits
- Commit:
8d3a30b1f3e387d1f941a23a4aa5bb28ad2f1ae1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.9
- Commit:
93ca14d5539f67e913a2d3eb6299cb38e68ca38e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add release target
- Commit:
e84bdc43f3548342306ad787e96c34859a4c5721
- From:
- Omar Polo <op@omarpolo.com>
- Date:
few more tweaks to the site for 0.9
- Commit:
f8ce626711b4ed41637c5dfaee5b77ff5463c47e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add the keys (previous and one future)
- Commit:
e2521d9a255b2635fe9f6008b1cc57c09cda83a8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
more tweaks to the site for 0.9
- Commit:
757865b2dc1e19bc19acf8fd37daeccef302633d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ev: add explicit check
min can't possibly be un-initialized, since poll(2) returns zero only
when the timeout expires. However, this should please some checkers
(looking at you, fortify/string.h!) and doesn't cost anything.
- Commit:
7d7bc744695ff195293e6d0ce990e5be28285730
- From:
- Omar Polo <op@omarpolo.com>
- Date:
improve telescope.1
- Commit:
c62bfb23f33dd8f1631c5ab367bf75d96d3f3e6d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
about:license: compact the entries for the Regents
- Commit:
96770ff69a849c9a9342f792f3243fe45e5ee3c5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
improve about:crash
- Commit:
fc616ab53971cedbf9cdd508798d7d511a96244d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mention client certificates in about:help and other minor tweaks
- Commit:
4a11f504704129b673a547e5933f83fb84da519f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
telescope.1: remove the text-wrapping CAVEAT
not that we're particularly smart now, but libgrapheme gives us a
nice result in the scripts I tried.
- Commit:
7dc7340bbbef3a2f4085f37d0303c64d4a88de42
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ev: style tweak for cancel_timer()
in case i == base->ntimers bubbledown() won't do anything, but it's
still better to pass an index that we know is valid.
- Commit:
ce0234337a4093b79ae71ea572440f6a2c8af157
- From:
- Omar Polo <op@omarpolo.com>
- Date:
decouple bufio from ev
more a matter of cleanliness than a strong reason, but this allows
to reuse bufio without ev (if wanted to.)
- Commit:
51ea137bb49c36da2a1bbe887f47cb8614fbe436
- From:
- Omar Polo <op@omarpolo.com>
- Date:
net: initialize fds earlier
- Commit:
62d3cd290e6d0b4aa1fe7f2c70a7654e6d7179a6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
net: use a single timer for asr and handshake timeout
- Commit:
bbed092f5c70b3e2b7cfb70f3a30ede124f75285
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ev: protect from timers that delete themselves
delete the timer before running the callback: code in net.c may end
up deleting the current timer from the timer' callback.
- Commit:
a693e9384f80e6e9a847bbbe4443fbdfa253e4dd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ev: switch to poll(2)
ppoll(2) may not be available and we don't really need sub-millisecond
precision.
- Commit:
e4bf5d183c7a3463495e8a5ff5cd890b41733b68
- From:
- Omar Polo <op@omarpolo.com>
- Date:
draft the changelog for 0.9
- Commit:
793a964799ae72d253910de5babb1aa5011d7550
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add some forgotten ChangeLog entries
- Commit:
9179d12efb4b4acd264ed236f3f589e5c649f645
- From:
- Omar Polo <op@omarpolo.com>
- Date:
iritest: include stdint.h; iri.h uses uint16_t
- Commit:
bdb2d1b1d8babe4e56f166cd0ec6d962bec38776
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add libobj to the tests
- Commit:
75357c61c588084b46561c0cfd5ee1a6d6d55f9b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove the dependency on utils.c from a few binaries
telescope-identity(1) and the tests don't need it anymore.
- Commit:
61ddb6ceb3931bee4b5cba74a54b9a47978ced7d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
clean up unused includes
- Commit:
a3054746d2d2a6efa84f5a425c977ca47857273d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move unicode_isgraph in minibuffer.c (codepoint_isgraph)
- Commit:
7182646cf1c65c009e04b742d2b28213ec38439e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove unused unicode_isspace