Commits
- Commit:
c1d27b0e114e6a65f7979971940df212f00bb2ae
- From:
- Omar Polo <op@omarpolo.com>
- Date:
untangle a bit buffers and parsers
Now buffers have a nicer interface, taking explicitly the buffer
where they push stuff, and the code that deals with buffers doesn't
need to peek into the parsers. The parsers now are 'pure' structs
without state attached to them, the state was moved to the buffer.
- Commit:
cbe2da3279946cae9bb365a672e6600268de9cce
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move struct cmd and cmds declaration in cmd.h
- Commit:
5a39f5931f4b5be1d57d75c7f25cff8adae5f235
- From:
- Omar Polo <op@omarpolo.com>
- Date:
load and optionally remember client certificates
This adds use-certificate, a user function to start using a certificate
or switch to a different one. It asks whether to persist the
certificate, if not it will only be used for the current session.
use-certificate is implicitly called when the server replies with
a 6x status code.
- Commit:
65c4966563d067115fc09f5e5c8c43a917b1cf03
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rework the history management
It was a huge pile of spaghetti with useless utility functions and
lots of code reaching into the "data structure" (if you can call it
so) to do stuff.
Instead, provide a "module" with a clean interface and noone reaching
in the insides.
- Commit:
43f29a9e9dd602a83a5f6a7f2c6a80ee990f7917
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add compl_lu completion function for load-url and load-current-url
- Commit:
786e6deb98e5c4050020215a479330250ed9736e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
always include compat.h first
- Commit:
b3be07eaecf5d226ff4bb675d86fedda432b2e5b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add descr. to completions ; filter by descr. too
- Commit:
f29fe8ca012dc654c1f2bfc831cbf71699c6a06d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't stop at empty headings and use url if no text for link
- Commit:
edd9a650d8d4794139f5e32b9d2ea6abc1e78a84
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add toc, bound to t
- Commit:
c7453a38f43cf40a80834cb129c6b64bd7b2bc2c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
typo
- Commit:
753c6ac75647edbcc6acc7c98cab4bce07b1636d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
swiper & link-select using the minibuffer!
- Commit:
a671711020e5e6ebd5585a118a03801c79136a4d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add some documentation comment
- Commit:
65601367fceed001d065f7e8bbd8c87439d8fd60
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add M-t (tab-select); extend the completion API
- Commit:
af48e20e67a61df38f474092b42e10583a974551
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't skip results
- Commit:
b1e1e41a7e4757b4b9e028031431db0e0a304f25
- From:
- Omar Polo <op@omarpolo.com>
- Date:
finally start this completion-read