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 Mr Moreno, the function 'onion_websocket_write' does not return the correct length information in all cases. If the internal writing is split in multiple parts, only the length of the...

For the [RefPerSys](http://refpersys.org) project (some artificial intelligence open source software), it would be useful to build libonion (on Linux/x86-64) with both optimizations and [DWARF](https://en.wikipedia.org/wiki/DWARF) enabled. That is to compile libonion's...

CMake 2.8 is very old. It does not support some useful features (for example, option).

How do I execute a default startup command and autologin to a different account ?

Hi I am trying onions' websocket example using the "Simple Websocket Client" firefox extension as client. It works. It can connect, send information but when I close connection on client...

Hi At the ti arm tool chain arm-arago-linux-gnueabi-gcc/g++ try to compile error [ 25%] Building C object src/onion/CMakeFiles/onion.dir/handlers/opack.c.o [ 26%] Building C object src/onion/CMakeFiles/onion.dir/handlers/path.c.o [ 26%] Building C object src/onion/CMakeFiles/onion.dir/handlers/internal_status.c.o...

Hello, I start onion like this: onion *o=onion_new(O_ONE_LOOP ); But in this mode it seems to close connection after each request. I would like to keep the connection alive. Is...

I was looking for a simple library written in C for handling HTTP and I was feeling stressed because the only one I found had a very complex API. Then...

When string with empty lines between lines with text is sent as a param of request (e.g. data from webform), the second and every next line with text begins with...

Currently there is support for tags, but support for filters, specially "|safe" is necesary as well.