summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2011-04-16 16:33:35 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2011-04-16 16:33:35 +0000
commit2591f69646a1f8defaf8d132e635b133c69adf46 (patch)
tree4cbcbc9b3c18d8b38b8a90bb1ac6dca7924425ce /README
parentffd9a63021860a964ac13cfad8d278b0260075e8 (diff)
downloadpysendfile-2591f69646a1f8defaf8d132e635b133c69adf46.tar.gz
fix 11: add header/trailer support for Linux
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 251c3cf..df3ded1 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ FreeBSD
Dragon Fly BSD
AIX (non properly tested)
+Python versions from 2.4 to 3.2 by using a single code base.
=================================
Example usage
@@ -59,12 +60,17 @@ while 1:
Authors
=================================
-py-sendfile was originally written by Ben Woolley including Linux, FreeBSD
-and Dragonfly BSD support.
+py-sendfile was originally written by Ben Woolley including Linux and FreeBSD
+support.
-Later on Niklas Edmundsson took over maintenance.
+Later on Niklas Edmundsson took over maintenance and added AIX support.
-It has almost completely rewritten by Giampaolo Rodola' (g.rodola@gmail.com)
-adding support for OSX, FreeBSD constants, Python 3 and who is now maintaining
-the module.
+It has completely rewritten by Giampaolo Rodola' (g.rodola@gmail.com) who took
+over maintenance and added support for:
+
+- Python 3
+- OSX
+- FreeBSD flag argument
+- large files
+- Linux header/trailer support via TCP_CORK socket option