Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FastHTML
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
Elixir libraries
FastHTML
Merge requests
!5
basically rewrite myhtml_worker from scratch to use EI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
basically rewrite myhtml_worker from scratch to use EI
feature/ei-porting
into
master
Overview
1
Commits
13
Pipelines
3
Changes
7
Merged
kaniini
requested to merge
feature/ei-porting
into
master
5 years ago
Overview
1
Commits
13
Pipelines
3
Changes
7
Expand
closes
#1 (closed)
0
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Loading
Loading
Please
register
or
sign in
to reply
Nov 06, 2019
worker: set MyHTML_TREE_PARSE_FLAGS_WITHOUT_DOCTYPE_IN_TREE
· fa87b8f8
kaniini
authored
5 years ago
fa87b8f8
Nov 04, 2019
mix: use OTP22_DEF knob
· 34200411
kaniini
authored
5 years ago
34200411
restore compatibility with OTP 21 and earlier
· 35087636
kaniini
authored
5 years ago
35087636
worker: put tstack_free() back
· 29603202
kaniini
authored
5 years ago
29603202
enable more warnings for the worker
· c2b865dc
kaniini
authored
5 years ago
c2b865dc
worker: further cleanups
· cc04d029
kaniini
authored
5 years ago
cc04d029
worker: use proper C99 enum type for parse flags
· b0e1a77a
kaniini
authored
5 years ago
b0e1a77a
cleanups
· 351d9b9b
kaniini
authored
5 years ago
351d9b9b
worker: effectively rewrite to use EI
· a5114dec
kaniini
authored
5 years ago
a5114dec
worker: rewrite basic message handling and remove pattern match
· a61f0df8
kaniini
authored
5 years ago
a61f0df8
worker: use EI functions to connect as cnode
· fbc02914
kaniini
authored
5 years ago
fbc02914
worker: refactor out usage(), make commandline arg aliases const
· e678d969
kaniini
authored
5 years ago
e678d969
worker: replace erl_err_quit() with panic()
· bfeb3f82
kaniini
authored
5 years ago
bfeb3f82
Loading