File weighttp.changes of Package weighttp
-------------------------------------------------------------------
Sat Apr 5 06:59:49 AM UTC 2025 - jenkins@lighttpd.net
- update to 0.5
+ bump version to 0.5
-------------------------------------------------------------------
Tue Mar 25 05:44:47 AM UTC 2025 - jenkins@lighttpd.net
- update to gc905be
+ remove obsolete comment
+ code move; insubstantive code change
+ ignore aborted requests when benchmark ends early
+ update command line help
+ do not adjust req_started if tests end early
+ comment on sorting funcs using subtract shortcut
-------------------------------------------------------------------
Mon Mar 24 05:09:42 PM UTC 2025 - jenkins@lighttpd.net
- update to g101c78
+ zero TimingStats when all connect fail
-------------------------------------------------------------------
Mon Mar 24 05:45:13 AM UTC 2025 - jenkins@lighttpd.net
- update to g6e69f3
+ count keep-alive retired; omit redundant totals
+ read, discard HTTP/1.x 1xx intermediate responses
+ handle single response line, or no Content-Length
+ check for edge case if all connect() failed
+ option to end benchmark after num seconds (-a)
-------------------------------------------------------------------
Sat Mar 22 05:24:46 PM UTC 2025 - jenkins@lighttpd.net
- update to ga1e475
+ meson.build improvements and doc
+ option to omit reporting extended percentiles (-d)
+ option for CSV file w/ percentages for total time
+ report total times (connect + response times)
+ option to omit stddev sanity chk mean-median (-S)
-------------------------------------------------------------------
Fri Mar 21 02:43:25 AM UTC 2025 - jenkins@lighttpd.net
- update to g444592
+ update COPYRIGHT dates, tag line
+ include "config.h" if present
+ remove waf build option
+ build using meson
-------------------------------------------------------------------
Thu Mar 20 02:31:54 PM UTC 2025 - jenkins@lighttpd.net
- update to g38fe9b
+ quiet coverity warnings
-------------------------------------------------------------------
Thu Mar 20 01:53:03 PM UTC 2025 - jenkins@lighttpd.net
- update to g9a11c2
+ major rewrite
+ tee(),splice() request to socket
+ enable SO_LINGER with 0 sec linger
+ use send()/recv() on sockets for portability
+ support multiple IPs for local bind addrs
+ use __attribute_nonnull__() as function macro
+ typos in comments
+ update .gitignore
+ autoupdate
+ disable TCP Nagle for pipelining, too
+ adjust if client recv buffer is full
+ update TODO
+ __attribute_fallthrough__
+ printf output precision to guarantee at least 0
+ set client->request_offset on partial request wr
+ set POLLIN|POLLRDHUP interest in client_connected
+ client->req_redo for restarting requests
+ return 0 from client_error(), client_perror()
+ client_buffer_shift()
+ limit and batch pipelined requests
+ add timing statistics
+ link with -lm for sqrt()
-------------------------------------------------------------------
Fri Apr 15 02:34:52 UTC 2016 - jenkins@lighttpd.net
- update to gf680be
+ more robust chunked response parsing (fixes #2554)
+ v0.4
-------------------------------------------------------------------
Sun Jun 21 21:39:23 UTC 2015 - jenkins@lighttpd.net
- update to g8f2147
+ Fix header parsing to compare HTTP header field names case insensitively. This fixes the problem where responses get incorrectly marked as errors if the response header field name case doesn't happen to match to what is in the code.
+ Corrected Host header handling (fixes #2477)
+ User-Agent header no longer needs a leading space
+ Fix bug with unsigned 'char' type (arm) in option parsing (fixes github#6)
+ Improve option error handling
+ calculate concur & reqs more easily
+ add autobuild; remove build-date from binary
-------------------------------------------------------------------
Fri May 10 12:38:23 UTC 2013 - stbuehler@web.de
- update to v0.3:
* add support for responses that are not keepalive, not chunked and don't have any content-length header
* add User-Agent header to request
* remove some bogus defines from wscript
* add -H commandline parameter to specify custom headers
* add stats about response status codes (2xx, 3xx, 4xx, 5xx)
- additional commits from upstream:
* Corrected Host header handling (fixes #2477)
* User-Agent header no longer needs a leading space
* Fix header parsing to compare HTTP header field names case
insensitively. This fixes the problem where responses get incorrectly
marked as errors if the response header field name case doesn't happen
to match to what is in the code.
- add debian package
-------------------------------------------------------------------
Tue Aug 24 22:20:17 UTC 2010 - mrueckert@suse.de
- initial package