public
Description: A cross-platform web server that's scripted with Nu.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nunja.git

timburks's nunja Feed   feed

fud started watching nunja 28 days ago
nunja is at timburks/nunja
timburks committed to timburks/nunja about 1 month ago

1ed9762ad7486944a455b5b8970648da448c49fd

Added option to turn off automatic tags.

timburks committed to timburks/nunja 2 months ago

8d485b4f198bcf89162129e8ed2a94c17da4c8e5

Added a helper for computing salted passwords.

timburks committed to timburks/nunja 2 months ago

e5b79720af70f40bee1c43095e9dfd16ef6514cf

New -l option makes nunja bind only to loopback to serve local-only connections.

timburks committed to timburks/nunja 2 months ago

2081d118f7792b1c867be4916281f474bc44f127

Allow numbers in url query dictionaries.

timburks committed to timburks/nunja 2 months ago

4e54b3a6e20cb2af03c4cc82d670d24e0eee7ca8

Sort keys in url query strings.

patrickt forked nunja 3 months ago
Forked repository is at patrickt/nunja
patrickt started watching nunja 3 months ago
nunja is at timburks/nunja
tlossen stopped watching nunja 3 months ago
nunja is at timburks/nunja
timburks committed to timburks/nunja 4 months ago

2a8ff574caa963aa7cac2a0be864ab0ca6365901

Support for attributes on the automatically-generated BODY tag.

timburks committed to timburks/nunja 4 months ago

519b58a154a1a653c41463bf1c723986f0090835

Only wrap text/html results in html tags.

timburks committed to timburks/nunja 4 months ago
timburks committed to timburks/nunja 4 months ago

ad036c71fe188bcc477effa313f6e8d8173dabf8

Support for generation of md5 hashes.

timburks committed to timburks/nunja 4 months ago

242d6ed9febd325f556257c263cba69754320b5b

Partial support for asynchronous posts to other servers.

jsyedidia started watching nunja 4 months ago
nunja is at timburks/nunja
entangledstate stopped watching nunja 5 months ago
nunja is at timburks/nunja
timburks committed to timburks/nunja 5 months ago

6925778de78b071d59f91ca75be5582a6eb1e5a6

Improved formatting. Pages are now correctly wrapped in <html> tags.

timburks committed to timburks/nunja 5 months ago

ce659aa8fae6d50c53f4490f616a8c9603dd530e

Set caching for static files.

timburks committed to timburks/nunja 5 months ago

d20db0609e3e5a3ebf02be8290966718cfc8c9aa

Some small cleanup to dns and http request handling.

timburks committed to timburks/nunja 5 months ago

f635b744dd371076b926a6cc1dae1b00158bca22

Preliminary support for asynchronous dns and http queries.

timburks committed to timburks/nunja 5 months ago

592c6fecd13d44e60e37494bfe228f299e7c02f8

url-decode keys as well as values in posts.

timburks committed to timburks/nunja 5 months ago

bad61b54fda4c8ecc39241eded16453a61f0426c

Added an support for an optional nunja-site-prefix macro.

timburks committed to timburks/nunja 5 months ago

d5c9b6b4bc2090aef92acbde637be89b13db5357

Fixed broken post example and pseudo-downloader.

timburks committed to timburks/nunja 5 months ago

ed36a984b5545f3f00262c56f31f446f7ffb297e

Merge branch 'master' of ssh://mini/git/public/Nunja

timburks committed to timburks/nunja 5 months ago

a910c752cee11c27ed248b27e50608c0c76618e5

Significant rework of get and post handlers. This will break existing sites, but it's worth it.

asolove started watching nunja 5 months ago
nunja is at timburks/nunja
tlossen started watching nunja 5 months ago
nunja is at timburks/nunja
timburks committed to timburks/nunja 5 months ago

39a0d22880137aeefc30d11faabaea7688fb909d

Added sample handler to emulate large file downloads.

timburks committed to timburks/nunja 6 months ago

8c8071c8eeaac2cf82d0d55c4ee0f50fe0e464d7

Added a simple multipart post example to the sample site.

timburks committed to timburks/nunja 6 months ago

7214a2325f7bfc7609bb30aa07084a719fd29c1f

Added (Nunja setVerbose:) to control verbosity.