Home
last modified time | relevance | path

Searched refs:mongoose (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/mongoose/examples/
H A DMakefile30 server: server.c ../mongoose.c
31 $(CC) server.c ../mongoose.c $(OUT) $(CFLAGS)
33 hello: hello.c ../mongoose.c
34 $(CC) hello.c ../mongoose.c $(OUT) $(CFLAGS)
39 post: post.c ../mongoose.c
40 $(CC) post.c ../mongoose.c $(OUT) $(CFLAGS)
45 upload: upload.c ../mongoose.c
48 auth: auth.c ../mongoose.c
49 $(CC) auth.c ../mongoose.c $(OUT) $(CFLAGS)
51 mjpg: mjpg.c ../mongoose.c
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/mongoose/docs/
H A DUsage.md12 mongoose, or configure it.
14 On UNIX, `mongoose` is a command line utility. Running `mongoose` in
16 (`mongoose [OPTIONS]`) or configuration file name
17 (`mongoose [config_file_name]`) starts the
20 $ mongoose -document_root /var/www # Running mongoose with cmdline options
21 $ mongoose /etc/my_config.txt # Running mongoose with config file
31 Otherwise, mongoose would search for file `mongoose.conf` in the same directory
41 ssl_certificate C:\mongoose\ssl_cert.pem
45 `document_root /var/www`, and mongoose has been started as
55 $ cat > mongoose.conf
[all …]
H A DAndroidBuild.md3 This is a small guide to help you run mongoose on Android. Currently it is
6 Note : You dont need root access to run mongoose on Android.
10 - Run `/path-to-ndk/ndk-build -C /path-to-mongoose/examples`
11 That should generate mongoose/lib/armeabi/mongoose
13 push the generated mongoose binary to `/data/local` folder on device.
14 - From adb shell, navigate to `/data/local` and execute `./mongoose`.
24 to know how to interact with the native C functions of mongoose in Android
H A DEmbed.md6 [mongoose.c](https://raw.github.com/cesanta/mongoose/master/mongoose.c) and
7 [mongoose.h](https://raw.github.com/cesanta/mongoose/master/mongoose.h)
13 Here's a minimal application `app.c` that embeds mongoose:
15 #include "mongoose.h"
30 To compile it, put `mongoose.c`, `mongoose.h` and `app.c` into one
34 cc app.c mongoose.c -pthread -o app # on Unix
35 cl.exe app.c mongoose.c /TC /MD # on Windows
98 #include "mongoose.h"
128 * [hello.c](https://github.com/cesanta/mongoose/blob/master/examples/hello.c)
130 * [post.c](https://github.com/cesanta/mongoose/blob/master/examples/post.c)
[all …]
H A DOptions.md21 mongoose executable. Default: not set, no query logging is done.
60 `mongoose -A` command. Default: not set, WebDAV mutations are disallowed.
77 and all requests are authorised against that file. Use `mongoose -A` to
86 `mongoose -hide_files_patterns secret.txt|even_more_secret.txt`. Default:
104 to, e.g. `mongoose -listening_port 127.0.0.1:8080`. Otherwise Mongoose
109 required when mongoose needs to bind on privileged port on UNIX, e.g.
111 $ sudo mongoose -listening_port 80 -run_as_user nobody
136 mongoose -url_rewrites **.doc$=/path/to/cgi-bin/handle_doc.cgi
139 mongoose -url_rewrites /~joe/=/home/joe/,/~bill=/home/bill/
142 mongoose -url_rewrites 404=/cgi-bin/error.cgi
[all …]
H A DLuaSqlite.md3 Pre-built Windows and Mac mongoose binaries support Lua Server Pages
5 That means it is possible to write PHP-like scripts with mongoose
13 name that ends up with `.lp`, cause this is the way mongoose recognises
33 [mongoose.h](https://github.com/cesanta/mongoose/blob/master/mongoose.h)
35 Check out [prime_numbers.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/prime_num…
48 To serve a Lua Page, mongoose creates Lua context. That context is used for
H A DFileSharing.md4 ## 1. Download Mongoose executable from http://cesanta.com/mongoose.shtml and copy the executable i…
8 ## 2. Double-click mongoose executable. A browser will start automatically, an icon will appear on …
12 ## 3. Click on the mongoose icon
H A DPhpWebsite.md21 ## 5. Download Mongoose executable from http://cesanta.com/mongoose.shtml and copy the executable i…
25 ## 6. Double-click mongoose executable. An icon will appear on a system tray in the bottom right co…
32 ## 8. Click on the mongoose icon and choose "Edit Settings" menu.:
43 ## 11. Click on the mongoose icon and choose "Go to my address" menu:
/dports/www/mongoose/mongoose-632b3a3/docs/
H A DUsage.md12 mongoose, or configure it.
14 On UNIX, `mongoose` is a command line utility. Running `mongoose` in
16 (`mongoose [OPTIONS]`) or configuration file name
17 (`mongoose [config_file_name]`) starts the
20 $ mongoose -document_root /var/www # Running mongoose with cmdline options
21 $ mongoose /etc/my_config.txt # Running mongoose with config file
31 Otherwise, mongoose would search for file `mongoose.conf` in the same directory
41 ssl_certificate C:\mongoose\ssl_cert.pem
45 `document_root /var/www`, and mongoose has been started as
55 $ cat > mongoose.conf
[all …]
H A DAndroidBuild.md3 This is a small guide to help you run mongoose on Android. Currently it is
6 Note : You dont need root access to run mongoose on Android.
10 - Run `/path-to-ndk/ndk-build -C /path-to-mongoose/examples`
11 That should generate mongoose/lib/armeabi/mongoose
13 push the generated mongoose binary to `/data/local` folder on device.
14 - From adb shell, navigate to `/data/local` and execute `./mongoose`.
24 to know how to interact with the native C functions of mongoose in Android
H A DOptions.md15 For example, `$mongoose access_control_list +10.0.0.0/8`
25 mongoose executable. Default: not set, no query logging is done.
86 and all requests are authorised against that file. Use `mongoose -A` to
104 to, e.g. `mongoose -listening_port 127.0.0.1:8080`. Otherwise Mongoose
112 for example `mongoose -listening_port 8080,8000`. Default: 8080.
116 required when mongoose needs to bind on privileged port on UNIX, e.g.
118 $ sudo mongoose -listening_port 80 -run_as_user nobody
143 mongoose -url_rewrites **.doc$=/path/to/cgi-bin/handle_doc.cgi
146 mongoose -url_rewrites /~joe/=/home/joe/,/~bill=/home/bill/
149 mongoose -url_rewrites 404=/cgi-bin/error.cgi
[all …]
H A DLuaSqlite.md3 Pre-built Windows and Mac mongoose binaries support Lua Server Pages
5 That means it is possible to write PHP-like scripts with mongoose
13 name that ends up with `.lp`, cause this is the way mongoose recognises
33 [mongoose.h](https://github.com/cesanta/mongoose/blob/master/mongoose.h)
35 Check out [prime_numbers.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/prime_num…
48 To serve a Lua Page, mongoose creates Lua context. That context is used for
H A DEmbed.md6 [mongoose.c](https://raw.github.com/cesanta/mongoose/master/mongoose.c) and
7 [mongoose.h](https://raw.github.com/cesanta/mongoose/master/mongoose.h)
13 Here's a minimal application `app.c` that embeds mongoose:
15 #include "mongoose.h"
30 To compile it, put `mongoose.c`, `mongoose.h` and `app.c` into one
34 cc app.c mongoose.c -pthread -o app # on Unix
35 cl.exe app.c mongoose.c /TC /MD # on Windows
98 #include "mongoose.h"
127 [examples](https://github.com/cesanta/mongoose/blob/master/examples/) directory.
H A DFileSharing.md4 ## 1. Download Mongoose executable from http://cesanta.com/mongoose.shtml and copy the executable i…
8 ## 2. Double-click mongoose executable. A browser will start automatically, an icon will appear on …
12 ## 3. Click on the mongoose icon
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/CMake/
H A DMongooseConfiguration.cmake22 SET(MONGOOSE_SOURCES_DIR ${CMAKE_BINARY_DIR}/mongoose)
34 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.1.tgz"
44 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.8.tgz"
51 # Patch mongoose
53 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c
68 ${MONGOOSE_SOURCES_DIR}/mongoose.c
83 -DNO_SSL=1 # Remove SSL support from mongoose
98 CHECK_INCLUDE_FILE_CXX(mongoose.h HAVE_MONGOOSE_H)
100 message(FATAL_ERROR "Please install the mongoose-devel package")
103 CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/CMake/
H A DMongooseConfiguration.cmake22 SET(MONGOOSE_SOURCES_DIR ${CMAKE_BINARY_DIR}/mongoose)
34 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.1.tgz"
44 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.8.tgz"
51 # Patch mongoose
53 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c
68 ${MONGOOSE_SOURCES_DIR}/mongoose.c
83 -DNO_SSL=1 # Remove SSL support from mongoose
98 CHECK_INCLUDE_FILE_CXX(mongoose.h HAVE_MONGOOSE_H)
100 message(FATAL_ERROR "Please install the mongoose-devel package")
103 CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Resources/CMake/
H A DMongooseConfiguration.cmake22 SET(MONGOOSE_SOURCES_DIR ${CMAKE_BINARY_DIR}/mongoose)
34 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.1.tgz"
44 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.8.tgz"
51 # Patch mongoose
53 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c
68 ${MONGOOSE_SOURCES_DIR}/mongoose.c
83 -DNO_SSL=1 # Remove SSL support from mongoose
98 CHECK_INCLUDE_FILE_CXX(mongoose.h HAVE_MONGOOSE_H)
100 message(FATAL_ERROR "Please install the mongoose-devel package")
103 CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/CMake/
H A DMongooseConfiguration.cmake22 SET(MONGOOSE_SOURCES_DIR ${CMAKE_BINARY_DIR}/mongoose)
34 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.1.tgz"
44 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.8.tgz"
51 # Patch mongoose
53 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c
68 ${MONGOOSE_SOURCES_DIR}/mongoose.c
83 -DNO_SSL=1 # Remove SSL support from mongoose
98 CHECK_INCLUDE_FILE_CXX(mongoose.h HAVE_MONGOOSE_H)
100 message(FATAL_ERROR "Please install the mongoose-devel package")
103 CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
[all …]
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Resources/CMake/
H A DMongooseConfiguration.cmake22 SET(MONGOOSE_SOURCES_DIR ${CMAKE_BINARY_DIR}/mongoose)
34 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.1.tgz"
44 "http://orthanc.osimis.io/ThirdPartyDownloads/mongoose-3.8.tgz"
51 # Patch mongoose
53 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c
68 ${MONGOOSE_SOURCES_DIR}/mongoose.c
83 -DNO_SSL=1 # Remove SSL support from mongoose
98 CHECK_INCLUDE_FILE_CXX(mongoose.h HAVE_MONGOOSE_H)
100 message(FATAL_ERROR "Please install the mongoose-devel package")
103 CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dmongoose_pedantic.patch1 diff --git a/include/mongoose.h b/include/mongoose.h
3 --- a/include/mongoose.h
4 +++ b/include/mongoose.h
10 #line 1 "mongoose/src/mg_common.h"
18 diff --git a/include/mongoose.h b/include/mongoose.h
20 --- a/include/mongoose.h
21 +++ b/include/mongoose.h
35 diff --git a/src/mongoose.c b/src/mongoose.c
37 --- a/src/mongoose.c
38 +++ b/src/mongoose.c
H A Dmongoose_msvcdbg.patch9 include/mongoose.h | 4 ++--
10 src/mongoose.c | 4 ++--
13 diff --git a/include/mongoose.h b/include/mongoose.h
15 --- a/include/mongoose.h
16 +++ b/include/mongoose.h
35 diff --git a/src/mongoose.c b/src/mongoose.c
37 --- a/src/mongoose.c
38 +++ b/src/mongoose.c
H A Dmongoose_bool.patch1 diff --git a/include/mongoose.h b/include/mongoose.h
3 --- a/include/mongoose.h
4 +++ b/include/mongoose.h
H A Dmongoose_warn.patch1 diff --git a/src/mongoose.c b/src/mongoose.c
3 --- a/src/mongoose.c
4 +++ b/src/mongoose.c
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/mongoose/
H A DREADME.md4 * [Mailing list](http://groups.google.com/group/mongoose-users)
5 * [Downloads](http://cesanta.com/mongoose.shtml) and
16 …in [Lua](http://lua.org) ), see [dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examp…
18 [embedding API](https://github.com/cesanta/mongoose/blob/master/mongoose.h).
20 [mongoose.c](https://github.com/cesanta/mongoose/blob/master/mongoose.c) file
/dports/www/mongoose/mongoose-632b3a3/
H A DREADME.md13 * [Mailing list](http://groups.google.com/group/mongoose-users)
14 * [Downloads](http://cesanta.com/mongoose.shtml)
26 [embedding API](https://github.com/cesanta/mongoose/blob/master/mongoose.h).
28 [mongoose.c](https://github.com/cesanta/mongoose/blob/master/mongoose.c) file

12345678910>>...18