onion-dev - Google Groups (original) (raw)
0 selected
FOMO Indonesia2
Jun 26
Masukkan kode verifikasi untuk memulai interaksiMasukkan kode dibawah ini ke aplikasi full anonim anda dan mulailah interaksi! 938102
unread,
Masukkan kode verifikasi untuk memulai interaksiMasukkan kode dibawah ini ke aplikasi full anonim anda dan mulailah interaksi! 938102
Jun 26
Louis-Simon Houde, David Moreno Montero3
11/10/21
Windows supportThank you David ! Le mer. 10 nov. 2021 à 04:59, David Moreno Montero dmo...@coralbits.com a
unread,
Windows supportThank you David ! Le mer. 10 nov. 2021 à 04:59, David Moreno Montero dmo...@coralbits.com a
11/10/21
Phil Brady
2/17/21
deletedelete
unread,
deletedelete
2/17/21
Basile Starynkevitch, … mmdmoidur...@gmail.com7
7/12/20
generating an HTML email body using onion templatesOn Tuesday, 26 November 2019 20:35:14 UTC+5:30, Basile Starynkevitch wrote: > Hello All, > >
unread,
generating an HTML email body using onion templatesOn Tuesday, 26 November 2019 20:35:14 UTC+5:30, Basile Starynkevitch wrote: > Hello All, > >
7/12/20
bil...@gmail.com
10/7/19
Handler Configuration to Default index.htmlHi there Typically servers can be configured to default an /index.html URL to root ( / ). I have a
unread,
Handler Configuration to Default index.htmlHi there Typically servers can be configured to default an /index.html URL to root ( / ). I have a
10/7/19
slkyb...@gmail.com, David Moreno Montero2
9/22/19
Question about onion porting in armHi, you can set all these paths when running cmake: mkdir build cd build cmake -
unread,
Question about onion porting in armHi, you can set all these paths when running cmake: mkdir build cd build cmake -
9/22/19
ahmed...@gmail.com, David Moreno Montero2
12/27/18
How to structure a onion web applicationHi, sorry for the late reply, but I'm quite busy on the moment. Anyway, I would use opack (as in
unread,
How to structure a onion web applicationHi, sorry for the late reply, but I'm quite busy on the moment. Anyway, I would use opack (as in
12/27/18
santo...@gmail.com
8/24/18
Direct way to integrate libonion with application's event loopHi, I have a single thread application and want to support native http. I don't want to create a
unread,
Direct way to integrate libonion with application's event loopHi, I have a single thread application and want to support native http. I don't want to create a
8/24/18
Basile Starynkevitch, … David Moreno Montero30
7/6/18
Handling SIGTERM (see issue #229)On 07/06/2018 10:25 AM, David Moreno Montero wrote: > Hi, > > The philosophy I tried to use
unread,
Handling SIGTERM (see issue #229)On 07/06/2018 10:25 AM, David Moreno Montero wrote: > Hi, > > The philosophy I tried to use
7/6/18
Basile Starynkevitch, David Moreno Montero2
7/4/18
do we want inline C functions in Onion?I wouldn't do it: 1. A function call is not very expensive and easily pipelined by the processor.
unread,
do we want inline C functions in Onion?I wouldn't do it: 1. A function call is not very expensive and easily pipelined by the processor.
7/4/18
Basile Starynkevitch, David Moreno Montero7
7/4/18
onion without pthreads support (and use of mutex inside the onion data structure)On 07/04/2018 01:09 PM, Basile Starynkevitch wrote: The HAVE_PTHREADS removal mostly will improve
unread,
onion without pthreads support (and use of mutex inside the onion data structure)On 07/04/2018 01:09 PM, Basile Starynkevitch wrote: The HAVE_PTHREADS removal mostly will improve
7/4/18
Basile Starynkevitch, … David Moreno Montero6
7/3/18
onion petition-s? wrong word in English!Easy peasy. Done in master. On 3 July 2018 at 09:37, David Moreno Montero <dmo...@coralbits.com
unread,
onion petition-s? wrong word in English!Easy peasy. Done in master. On 3 July 2018 at 09:37, David Moreno Montero <dmo...@coralbits.com
7/3/18
David Moreno Montero
7/3/18
New contributors.md fileHi, I'm working on a "CONTRIBUTORS.md" file to stat the main contributors on onion, as
unread,
New contributors.md fileHi, I'm working on a "CONTRIBUTORS.md" file to stat the main contributors on onion, as
7/3/18
Basile Starynkevitch, … David Moreno Montero8
7/3/18
is libonion's event loop supposed to be usable by the application for other purposes?On 2018-07-03 13:22, David Moreno Montero wrote: > Hi, > > I dont have time now to anwser
unread,
is libonion's event loop supposed to be usable by the application for other purposes?On 2018-07-03 13:22, David Moreno Montero wrote: > Hi, > > I dont have time now to anwser
7/3/18
basile.sta...@gmail.com, … Basile Starynkevitch5
6/11/18
helping external contributions (tips)On 06/11/2018 01:46 PM, David Moreno Montero wrote: > Hi, > > I just added a pull request
unread,
helping external contributions (tips)On 06/11/2018 01:46 PM, David Moreno Montero wrote: > Hi, > > I just added a pull request
6/11/18
Basile Starynkevitch, Zachary Grafton2
6/11/18
onion and npm?Basile, I would imagine that npm and libonion don't really mix from libonion's perspective.
unread,
onion and npm?Basile, I would imagine that npm and libonion don't really mix from libonion's perspective.
6/11/18
David Moreno Montero, leonard...@gmail.com2
5/11/17
Re: [onion-dev] SSL BluesHi David Is is working. There are just a few quirks to look out for. If the file paths are wrong,
unread,
Re: [onion-dev] SSL BluesHi David Is is working. There are just a few quirks to look out for. If the file paths are wrong,
5/11/17
br...@beruna.org, David Moreno Montero2
3/7/17
POST'ing image data using onionRight now, if you send a form with multipart encoding, the files are stored into a temporal file in
unread,
POST'ing image data using onionRight now, if you send a form with multipart encoding, the files are stored into a temporal file in
3/7/17
harsh P
2/3/17
websocket example with server initiated dataHi, I am struggling with basic example to run webSocket with libonion. I am 2 days old with the web
unread,
websocket example with server initiated dataHi, I am struggling with basic example to run webSocket with libonion. I am 2 days old with the web
2/3/17
harsh P
2/3/17
issue compiling websocket "Cant calculate SHA1 if gnutls is not compiled in! Aborting now"I installed the libonion and followed the steps ie unzip the files on linux sudo apt-get install
unread,
issue compiling websocket "Cant calculate SHA1 if gnutls is not compiled in! Aborting now"I installed the libonion and followed the steps ie unzip the files on linux sudo apt-get install
2/3/17
adi.h...@gmail.com
10/18/16
websockets exampleHi all, I like onion alot, cause its very easy to add a webinterface to my embeded projects... Thanks
unread,
websockets exampleHi all, I like onion alot, cause its very easy to add a webinterface to my embeded projects... Thanks
10/18/16
leonard...@gmail.com, David Moreno Montero2
10/1/16
SIGPIPE on client disconnect SSE handlerOnion should ignore SIGPIPE by default, unless you set the O_NO_SIGPIPE flag at onion_new. (https://
unread,
SIGPIPE on client disconnect SSE handlerOnion should ignore SIGPIPE by default, unless you set the O_NO_SIGPIPE flag at onion_new. (https://
10/1/16
anurag.aga...@gmail.com
8/6/16
Contribute to onion-devHello, I am Anurag working professional from India, and I would like to contribute to this project.
unread,
Contribute to onion-devHello, I am Anurag working professional from India, and I would like to contribute to this project.
8/6/16
co...@azuqua.com, David Moreno Montero6
5/27/16
Request size limitHey David, Thanks for following up on this. Yes that is the case I am sending JSON POST data. When
unread,
Request size limitHey David, Thanks for following up on this. Yes that is the case I am sending JSON POST data. When
5/27/16
gregoire...@gmail.com, David Moreno Montero3
5/25/16
Mix of URL handlers (serve html pages and REST interface)Thank you! I was able to make it work with second solution: onion_url *urls=onion_root_url(o); /*
unread,
Mix of URL handlers (serve html pages and REST interface)Thank you! I was able to make it work with second solution: onion_url *urls=onion_root_url(o); /*
5/25/16
iau...@163.com, Zachary Grafton2
5/7/16
how to auto-send the internal depended filesHi, You are probably looking for onion_handler_export_local_new if using the c api. If you are using
unread,
how to auto-send the internal depended filesHi, You are probably looking for onion_handler_export_local_new if using the c api. If you are using
5/7/16
David Moreno Montero, … Basile Starynkevitch6
5/4/16
Future branches strategyOk, the thing is that github do not create annotated tags, just plain tags. And the git-version-gen
unread,
Future branches strategyOk, the thing is that github do not create annotated tags, just plain tags. And the git-version-gen
5/4/16
David Moreno Montero, … Zachary Grafton9
4/29/16
Ready to publish v0.8 todayAwesome. David, I know you mentioned splitting off a develop branch and merging that onto master and
unread,
Ready to publish v0.8 todayAwesome. David, I know you mentioned splitting off a develop branch and merging that onto master and
4/29/16
Basile Starynkevitch
4/27/16
onion_listen_stop & websocket-sHello All, I don't know what exactly is the behavior of onion_listen_stop wrt to websockets. I
unread,
onion_listen_stop & websocket-sHello All, I don't know what exactly is the behavior of onion_listen_stop wrt to websockets. I
4/27/16
David Moreno Montero
4/23/16
ManpagesHi, I just created a pull request to add manpages for opack(1), otemplate(1) and onion-crl(1). Please
unread,
ManpagesHi, I just created a pull request to add manpages for opack(1), otemplate(1) and onion-crl(1). Please
4/23/16