Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-21 | uhttpd: fix crashes in the ubus plugin | Felix Fietkau | |
The ubus plugin calls blocking ubus functions that loop back into uloop_run. Protect the client data structure with refcounting to ensure that the outer uloop_run call does not clean up the data that the inner uloop_run call is still processing. Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-02 | make hex array static | Felix Fietkau | |
2013-01-02 | add uh_addr_rfc1918() | Felix Fietkau | |
2013-01-02 | change uh_b64decode to take a void pointer to avoid redundant ↵ | Felix Fietkau | |
signed/unsigned casts | |||
2013-01-01 | add uh_split_header() | Felix Fietkau | |
2013-01-01 | add uh_path_match() | Felix Fietkau | |
2013-01-01 | minor cleanup | Felix Fietkau | |
2012-12-30 | clean up uh_urldecode, null-terminate string | Felix Fietkau | |
2012-12-30 | Initial implementation | Felix Fietkau | |