All releases tagged Beta


Release Notes: This release addresses a bug in which siege wouldn't cancel cleanly on some platforms after ctrl-c.


Release Notes: This release provides a commandline option to set the content-type, allows you to construct PUT, DELETE, and HEAD URLs, and allows you to set an HTTP method for -g/--get requests. If set to HEAD, it displays the header transaction. If set to GET, it displays the page contents.


Release Notes: This release refines the fix for Debian bug #665407 and adds conditionals for backward compatibility.


Release Notes: This release fixes a bug which prevented siege from compiling on kfreebsd-* kernels. It also leverages /dev/urandom on machines which support it for improved randomness.


Release Notes: This release fixes a 13-year bug. Siege now uses $sysconfdir/urls.txt as its default urls.txt file. This is in accordance with existing documentation.


Release Notes: This release addresses warnings generated by aclocal-1.9. It also changes the default setting for verbose in siegerc from true to false.


Release Notes: This release allows you to override the Host header with the -H/--header option, i.e. --header="Host: www.haha.com"


Release Notes: This release fixes a memory allocation problem which could lead to segmentation faults.


Release Notes: This release offers serveral minor bug fixes.


Release Notes: This release allows the user to add timestamps to the output. They can be turned on or off with timestamp=true|false in the .siegerc file. It also includes minor bugfixes.