Changeset 114:4af7a3d4bcbb
- Timestamp:
- 2007-08-01 18:54:30
(1 year ago)
- Author:
- Stefan Schwarzer <sschwarzer@sschwarzer.net>
- branch:
- default
- Message:
Todo: Prevent DOS attacks.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r103 |
r114 |
|
| 41 | 41 | - custom file display (e. g. show images and contents of a tar(.gz|.bz2) |
|---|
| 42 | 42 | archive) |
|---|
| | 43 | - prevent DOS attacks |
|---|
| | 44 | - limit size of displayed files, especially binary files displayed |
|---|
| | 45 | as hexdumps |
|---|
| | 46 | - limit number of files displayed as in deeply-nested directory |
|---|
| | 47 | structures |
|---|
| 43 | 48 | - utilize exctags |
|---|
| 44 | 49 | - show type of identifiers |
|---|