summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Collapse)Author
2013-11-21uhttpd: fix crashes in the ubus pluginFelix 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-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-02make hex array staticFelix Fietkau
2013-01-02add uh_addr_rfc1918()Felix Fietkau
2013-01-02change uh_b64decode to take a void pointer to avoid redundant ↵Felix Fietkau
signed/unsigned casts
2013-01-01add uh_split_header()Felix Fietkau
2013-01-01add uh_path_match()Felix Fietkau
2013-01-01minor cleanupFelix Fietkau
2012-12-30clean up uh_urldecode, null-terminate stringFelix Fietkau
2012-12-30Initial implementationFelix Fietkau