summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix C compilation warning + PEP8 failuresGiampaolo Rodola2017-07-271-0/+2
* github migration including travis support, Makefile, README and HISTORY turne...Giampaolo Rodola2014-05-272-50/+65
* add license in all source filesGiampaolo Rodola2012-01-122-4/+50
* rename _bytes -> b for consistency with benchmark scriptGiampaolo Rodola2012-01-121-15/+15
* provide a -k cmdline option for the test suite to avoid removing the big file...Giampaolo Rodola2012-01-121-4/+15
* fix for python 2.5Giampaolo Rodola2012-01-111-4/+11
* make use of with statement to close files and socketsGiampaolo Rodola2012-01-111-21/+24
* python 3 fixesGiampaolo Rodola2012-01-112-6/+7
* Benchmark script refactoring:Giampaolo Rodola2012-01-111-30/+68
* reindent + little refactoringGiampaolo Rodola2012-01-101-17/+16
* test_send_nbytes_0 on FreeBSD appears to not be reliable as sendfile() cannot...Giampaolo Rodola2012-01-051-8/+12
* test refactoring: define a global variable for sendfile() buffer sizeGiampaolo Rodola2012-01-051-23/+25
* more understandable test failuresGiampaolo Rodola2012-01-051-0/+4
* benchmark script refactoring + python 3 fixGiampaolo Rodola2012-01-041-8/+20
* make benchmark script work on python 3Giampaolo Rodola2012-01-042-16/+20
* test refactoringGiampaolo Rodola2012-01-031-2/+2
* FreeBSD test refactoringGiampaolo Rodola2012-01-031-5/+5
* test refactoringGiampaolo Rodola2012-01-031-33/+30
* test refactoring: use with statemnt to close file objectsGiampaolo Rodola2012-01-031-61/+59
* #11: get rid of header/trailer on Linux via TCP_CORK; thinking back it's not ...Giampaolo Rodola2012-01-031-3/+3
* use plain assert statement instead of assertTrue when testing for <= comparisonsGiampaolo Rodola2012-01-031-4/+3
* re-enable big file testGiampaolo Rodola2011-05-101-3/+3
* fix failing tests on linuxGiampaolo Rodola2011-04-211-3/+3
* fix trailers and small file testsGiampaolo Rodola2011-04-211-8/+8
* fix small file and trailer tests trapping sendfile() in a loop and exit the l...Giampaolo Rodola2011-04-201-3/+9
* typoGiampaolo Rodola2011-04-191-1/+2
* Add support for offset = None on Linux, meaning the offset is automatically u...Giampaolo Rodola2011-04-191-0/+13
* finally use _parse_off_t() to figure out whether using long or long-long for ...Giampaolo Rodola2011-04-181-1/+2
* Fix some C warnings; fix python 2.4 compatibility broke in previous commitsGiampaolo Rodola2011-04-181-19/+22
* Linux - PyPargseArg: use #l or #L depending on large file supportGiampaolo Rodola2011-04-171-1/+1
* SunOS - PyPargseArg: use #l or #L depending on large file supportGiampaolo Rodola2011-04-171-7/+11
* carriage return on printGiampaolo Rodola2011-04-171-2/+2
* print statment: use sys.stdout.write() instead for compatibility with python 3Giampaolo Rodola2011-04-171-2/+4
* add large file testGiampaolo Rodola2011-04-171-0/+141
* Fix #12: add SunOS supportGiampaolo Rodola2011-04-171-41/+60
* add empty file and small file testsGiampaolo Rodola2011-04-161-20/+62
* disable send until EOF (sbytes = 0) test for OSX because the implementation i...Giampaolo Rodola2011-04-161-2/+4
* add test for sbytes = 0; on OSX and FreeBSD this means 'send the whole file'Giampaolo Rodola2011-04-161-0/+9
* - Linux: add error handling for getsockopt() and setsockopt()Giampaolo Rodola2011-04-161-10/+29
* fix 11: add header/trailer support for LinuxGiampaolo Rodola2011-04-161-43/+34
* rename headers->header, trailers->trailerGiampaolo Rodola2011-04-161-12/+12
* change header/trailer type: make them strings instead of sequencesGiampaolo Rodola2011-04-151-11/+3
* Remove Py_buffer interface usage to make the module work on python versions <...Giampaolo Rodola2011-04-151-13/+18
* support python < 2.5Giampaolo Rodola2011-04-081-6/+10
* add OSX support (test_headers is failing)Giampaolo Rodola2011-04-081-22/+13
* change license to MIT; update setup.py metadata and version.Giampaolo Rodola2011-04-081-7/+2
* use join() to synchronize sub processesGiampaolo Rodola2011-02-101-1/+5
* benchmark server docstringGiampaolo Rodola2011-02-101-3/+7
* ignore meGiampaolo Rodola2011-02-101-4/+4
* rewrite benchmark.py script so that it no longer uses a threaded asyncore ser...Giampaolo Rodola2011-02-101-159/+77