onion icon indicating copy to clipboard operation
onion copied to clipboard

C library to create simple HTTP servers and Web Applications.

Results 63 onion issues
Sort by recently updated
recently updated
newest added

Hello, when I try to make onion on openBSD with the freebsd branch I always end up with this: ``` Generating fileserver_html.c [ERROR load.c:52] Could not load external library i18n....

It seems like the websockets code (when in single threaded mode) sits inside it's own loop and doesn't service any of the other HTTP requests. Is this correct, or did...

Hi, Can this run inside my application's event loop or it has to have its own event loop? Also, does it support asynchronous handling Thanks, santos

In summary, the ofileserver example (with WebDAV support) behaves funny from both WinSCP and Gnome Files. I've spent over a day experimenting with Onion's WebDAV support, and was able to...

In interactive.c the function format_query(const char *key, const char *value, char *temp) should be format_query(char *temp, const char *key, const char *value, int flags), am I right?

I have a device with old OS and only SSLv3 is available and it seems that onion/gnutls lib does not support it anymore. Can I add it by hand? how?...

code: example ofileserver have same problem --------------------------------------------------------- onion_connection_status www_resource(void *_, onion_request * req, onion_response * res) { return onion_shortcut_response_file(onion_request_get_fullpath(req) + 1, req, res); } chrome debug: --------------------------------------------------------- GET /%E9%A2%84%E8%A7%88Andreea%20Balan%20Feat.Silviu-Asa%20De%20Frumos.mp3 HTTP/1.1...

### 1. software version onion v0.8 ubuntu 16.04 ### 2. arm.txt config //specify the cross compiler SET(CMAKE_C_COMPILER /home/vincent/bin/android-19-toolchain/bin/arm-linux-androideabi-gcc) SET(CMAKE_CXX_COMPILER /home/vincent/bin/android-19-toolchain/bin/arm-linux-androideabi-g++) // where is the target environment SET(CMAKE_FIND_ROOT_PATH /home/vincent/bin/android-19-toolchain/) // search...

I'll need to fix this problem pretty soon for a company project, but I might as well add an issue for documentation, and to see if anyone else has any...

I like a lot to use some indentation tool (e.g. GNU [indent](https://www.gnu.org/software/indent/) or [astyle](https://sourceforge.net/projects/astyle/) or any other free software indentation tool). It would be very nice to publish your indentation...

help wanted