Simple Web Applications

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2016-03-04
22:17
append_servers: add support for pretty printer configuration Leaf check-in: acc531d2a5 user: nat tags: trunk
2016-03-02
20:31
examples: add a configuration file for all_servers check-in: 2269a60d3d user: nat tags: trunk
2016-03-01
18:08
examples: add basic files for append_server check-in: 8dd720621b user: nat tags: trunk
2016-02-29
22:32
append_servers: create the target file when it doesn't already exist check-in: 53ee191af9 user: nat tags: trunk
2016-02-28
21:38
tests.gpr: add a Binder option to have tracebacks in AWS exception pages check-in: 4aa7e84513 user: nat tags: trunk
2016-02-27
22:53
all_servers: new test binary that provides both servers based on vhost check-in: 5b78890d65 user: nat tags: trunk
2016-02-25
21:32
append_servers: add a constructor based on S-expression check-in: e04d1fcf07 user: nat tags: trunk
2016-02-24
18:36
append_server: new binary to test the append server check-in: e2e7d483c3 user: nat tags: trunk
2016-02-19
22:03
append_servers: add a public AWS handler around the DB check-in: c59af054c7 user: nat tags: trunk
2016-02-18
17:59
append_servers: add a first draft of an object dealing with a whole DB check-in: c3615b277d user: nat tags: trunk
2016-02-17
19:45
append_servers: start with code to manage a single endpoint check-in: 413db2e498 user: nat tags: trunk
2016-02-16
21:42
README: add a brief description of the upcoming simple web application check-in: 3bf3ce615e user: nat tags: trunk
2016-02-15
18:41
Move generated packages to a dedicated directory check-in: aeba6f19be user: nat tags: trunk
2016-02-14
17:00
upload_servers: add a constructor based on S-expression check-in: bf69c1a346 user: nat tags: trunk
2016-02-13
21:31
examples/upload.sh: escape hmac argument to allow it to start with `-` check-in: 0cabe2b376 user: nat tags: trunk
2016-02-12
18:22
examples/upload.sh: correctly quote (hopefully) all variable expansions check-in: c02f532e39 user: nat tags: trunk
2014-08-28
21:38
examples/upload.sh: escape the filename in `curl` invocation, so it can contain commas or semicolons check-in: ef511849fc user: nat tags: trunk
2014-08-23
13:11
upload_servers: use the new Natools.Time_IO to output time differences check-in: fe1e222689 user: nat tags: trunk
2014-08-08
20:31
examples/upload.sh: fix validation of number part in EXPIRE check-in: 38b63e6d3a user: nat tags: trunk
2014-08-06
20:19
examples/upload.sh: fix status codes when exiting on error check-in: 4647d61d0e user: nat tags: trunk
2014-08-05
19:57
examples/upload.sh: add validation of EXPIRE environment variable check-in: 2955bb28d9 user: nat tags: trunk
2014-07-07
18:44
examples/upload.sh: fix sending of comment field check-in: 5bb00476e2 user: nat tags: trunk
2014-07-06
13:04
Add LICENCE and README files check-in: 63ed7fe23d user: nat tags: trunk
2014-07-05
14:43
examples/upload.sh: new helper script for unix clients of Upload_Servers check-in: 48407c016f user: nat tags: trunk
2014-07-04
20:34
webapps.gpr: remove invalid Main entry (tests.gpr is used to make the standalone executable) check-in: cb0de64cc2 user: nat tags: trunk
2014-07-02
17:55
upload_servers: use custom template for HTTP error pages check-in: d15ed7ff11 user: nat tags: trunk
2014-07-01
17:41
upload_servers: add support for static resources check-in: 49d3078a06 user: nat tags: trunk
2014-06-30
18:18
upload_servers: use AWS template engine for index and report pages check-in: e515ec1a95 user: nat tags: trunk
2014-06-29
19:22
upload_servers: fix MIME type of post-error page check-in: f772d12820 user: nat tags: trunk
2014-06-28
16:32
upload_servers: fix exception when submitting a form without file check-in: de05ef7d3c user: nat tags: trunk
2014-06-26
20:13
upload_servers: purge existint expired files on start-up check-in: 9c11f54bb1 user: nat tags: trunk
2014-06-25
22:25
upload_server: use syslog in test application check-in: da7c416a65 user: nat tags: trunk
2014-06-24
17:23
upload_servers: use an extrenally provided Log procedure instead of an internal list check-in: 5e702b7a5c user: nat tags: trunk
2014-06-19
20:30
upload_servers: add a periodic purge of the database (every 15 min) check-in: 539eb76a2a user: nat tags: trunk
2014-06-15
13:39
upload_servers: add pretty printer configuration for written state check-in: 4b5a03d101 user: nat tags: trunk
2014-06-13
17:48
upload_servers: use File_Writers instead of a Stream_IO to write state check-in: a1c5e2bc60 user: nat tags: trunk
2014-06-12
20:30
upload_servers: use File_Readers instead of Stream_IO to compute hash of incoming files check-in: 5d74b83099 user: nat tags: trunk
2014-06-11
19:01
upload_servers: use static interpreters for configuration and state files check-in: 6653c3942e user: nat tags: trunk
2014-06-10
18:22
upload_servers: chase package renames from Natools check-in: 1799b6b87e user: nat tags: trunk
2014-05-09
19:38
upload_servers: clean-up local uploaded file on success, to fit better with nginx upload module check-in: 0138e5fcf0 user: nat tags: trunk
2014-05-07
20:42
upload_servers: add a debug mode, and hide sensitive information when not in it check-in: 7050fa349e user: nat tags: trunk
2014-05-06
19:21
upload_server: select configuration file from command line instead of hardcoding it check-in: 602af30d70 user: nat tags: trunk
2014-05-05
21:42
upload_servers: add a check that the processed file is indeed in the expected upload directory check-in: c6a094e169 user: nat tags: trunk
2014-05-04
19:11
upload_servers: add support for nginx upload module check-in: cc87cb4d8d user: nat tags: trunk
2014-05-03
19:22
upload_servers: add a debug form-dump page check-in: 116c5c9c6f user: nat tags: trunk
2014-05-02
20:40
upload_servers: display time before expiration besides absolute expiration time check-in: 8e3a6b4ee6 user: nat tags: trunk
2014-05-01
18:16
upload_servers: add a configurable maximum expiration delay, inversely proportional to file size check-in: bd953810b3 user: nat tags: trunk
2014-04-30
18:27
upload_servers: add expiration input to the HTML form check-in: 3e52bb201a user: nat tags: trunk
2014-04-29
19:52
upload_servers: add an internal log and a debug page to display it check-in: db46359f7c user: nat tags: trunk
2014-04-28
21:28
upload_servers: add a file list page to help program inspection check-in: d4be78d43e user: nat tags: trunk