Manas
a2ba1b8189
Uses editorconfig to maintain consistent coding styles
...
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
10 years ago
Rob Wu
b0ff49e456
Improve reliability of the test server
...
- replace // with /
(otherwise http://localhost:8888// links to e.g. http://src/ instead
of http://localhost:8888/src ).
- Solve XSS issue (file names should be sanitized, not output as-is).
- Prevent server from crashing if there is a stat error (e.g. permission
error or file not found (e.g. broken symlink)).
10 years ago
Rob Wu
ff8c334207
Use random port in test webserver
10 years ago
Jonas Jenwald
5332c02a02
Fix lint error: "test/webserver.js: line 177, col 106, Line is too long."
10 years ago
Yury Delendik
4ec132a2ba
Adds encoding for test server index page.
10 years ago
Tim van der Meij
34728ee49b
Removing unused code
11 years ago
fkaelberer
7492699543
Add cache expire time to test server
11 years ago
Thorben Bochenek
5c6985bc82
Remove unused variable
11 years ago
Yury Delendik
4d3b15a486
Cools down Chrome/Windows during testing
11 years ago
Yury Delendik
cc0c0747b5
Disables range requests for chrome windows during testing
11 years ago
Yury Delendik
4df24f457a
Replaces pythons web server
11 years ago