Sebastian Lohff
|
4bfb5b92f8
|
Added check for nonexistent directories in tar-mode
|
2012-04-27 03:54:55 +02:00 |
Sebastian Lohff
|
fba7b2e117
|
Added tar and tar-compression support
|
2012-04-27 03:52:07 +02:00 |
Sebastian Lohff
|
a1b08ba10a
|
Moved redirect functionality to extra class
|
2012-04-26 15:45:51 +02:00 |
Sebastian Lohff
|
c010709827
|
Fixed bug with max upload size
When max upload size was not set (default 0), servefile woudn't
allow any uploads.
|
2012-04-26 14:52:25 +02:00 |
Sebastian Lohff
|
4fbe543d53
|
Fixed some manpage errors
|
2012-04-26 14:45:25 +02:00 |
Sebastian Lohff
|
ecba7e1d37
|
fixed errors in manpage
|
2012-04-20 16:21:15 +02:00 |
Sebastian Lohff
|
cc93b6340c
|
Added manpage
|
2012-04-20 15:01:38 +02:00 |
Sebastian Lohff
|
860e24906c
|
Changed missing error for missing content length
From 400 to 411 (length required)
|
2012-04-20 04:23:23 +02:00 |
Sebastian Lohff
|
9ee544dece
|
Show SSL key fingerprints on self generated certs
|
2012-04-20 04:22:02 +02:00 |
Sebastian Lohff
|
89fde3fd82
|
Added changelog
|
2012-04-17 18:31:13 +02:00 |
Sebastian Lohff
|
32fb52e4d6
|
Moved to version 0.4.0
|
2012-04-16 19:12:58 +02:00 |
Sebastian Lohff
|
6c5cca4a00
|
Basic dirlisting with SimpleHTTPRequestHandler
|
2012-04-16 19:10:36 +02:00 |
Sebastian Lohff
|
bd611eb219
|
Added option to limit upload file size
|
2012-04-16 18:40:28 +02:00 |
Sebastian Lohff
|
381e89a316
|
Surpressed error when no iproute2 is present
|
2012-04-16 16:42:17 +02:00 |
Sebastian Lohff
|
fbc87e0991
|
Added authentication support
|
2012-04-16 16:36:40 +02:00 |
Sebastian Lohff
|
15d4890e3b
|
Added status message for keypair generation
|
2012-04-16 16:36:31 +02:00 |
Sebastian Lohff
|
6820011c67
|
Added support to generate self signed certs
|
2012-04-16 14:51:12 +02:00 |
Sebastian Lohff
|
afe666db91
|
HTTPS works
|
2012-04-14 22:31:09 +02:00 |
Sebastian Lohff
|
edb1582626
|
Fixed uploading to existing directories
|
2012-04-13 20:19:23 +02:00 |
Sebastian Lohff
|
fdac22b5d8
|
Massive code cleanup, added ServeFile class
|
2012-04-13 20:17:48 +02:00 |
Sebastian Lohff
|
c206724060
|
Added Content-Disposition to HEAD
|
2012-04-12 17:38:05 +02:00 |
Sebastian Lohff
|
d9ca9b128c
|
Code cleanup
|
2012-04-12 13:17:55 +02:00 |
Sebastian Lohff
|
a0e97c7de4
|
Merge branch 'master' into putfile
Conflicts:
servefile
|
2012-04-12 12:21:12 +02:00 |
Sebastian Lohff
|
e5108d0f63
|
Added HEAD support
|
2012-04-09 15:32:57 +02:00 |
Sebastian Lohff
|
83d392efe7
|
Added upload support for wget --post-file
|
2012-04-07 22:34:34 +02:00 |
Sebastian Lohff
|
99882b9a37
|
Added PUT support
|
2012-04-07 18:50:24 +02:00 |
Sebastian Lohff
|
06b983fe1d
|
Moved filename generation to extra function
|
2012-04-07 18:48:48 +02:00 |
Sebastian Lohff
|
d46cc10107
|
Added cleanup for temp directories
|
2012-04-07 03:02:20 +02:00 |
Sebastian Lohff
|
771d383b81
|
Added upload support per multipart
|
2012-04-07 02:57:06 +02:00 |
Sebastian Lohff
|
a34c2bc5b8
|
Merge branch 'master' into putfile
|
2012-04-05 17:24:46 +02:00 |
Sebastian Lohff
|
f6cfefb3ea
|
Version 0.3.2 + description updated
|
2012-04-05 17:11:17 +02:00 |
Sebastian Lohff
|
b2ce090b55
|
Fixed argparse/argv bug
|
2012-04-05 16:23:04 +02:00 |
Sebastian Lohff
|
1780f76df1
|
Added BaseClass + Argparse line
|
2012-04-05 15:56:28 +02:00 |
Sebastian Pipping
|
8c90e4142d
|
Add description for --help
|
2012-04-03 03:51:17 +02:00 |
Sebastian Pipping
|
8c9bc15677
|
Add --version
|
2012-04-03 03:51:10 +02:00 |
Sebastian Lohff
|
be8ad72b31
|
Fixes and additional methos for ip-gathering
|
2012-03-18 05:13:51 +01:00 |
Sebastian Lohff
|
929da24f4c
|
Fixed header, now with author/license etc.
|
2012-03-18 04:16:10 +01:00 |
Sebastian Lohff
|
152c5275aa
|
Removed README stub, now v0.3.1
|
2012-03-18 03:58:18 +01:00 |
Sebastian Lohff
|
6a2fea1465
|
Introduced argparse
|
2012-03-18 02:28:14 +01:00 |
Sebastian Lohff
|
c186d5f695
|
Rearranged imports
|
2012-03-18 01:42:03 +01:00 |
Sebastian Lohff
|
48318d9132
|
Moved from ifconfig to ip
|
2012-03-18 01:35:12 +01:00 |
Sebastian Lohff
|
77be4adcd0
|
Code cleanup
|
2012-03-18 00:21:55 +01:00 |
Sebastian Lohff
|
8620869e03
|
Initial commit
|
2012-03-12 15:41:55 +01:00 |