2
0
Fork 0

Commit Graph

  • f680becd0b v0.4 master weighttp-0.4 Glenn Strauss 2016-04-14 22:28:08 -0400
  • 925707722f more robust chunked response parsing (fixes #2554) Glenn Strauss 2016-04-14 22:16:46 -0400
  • 8f2147e429 add autobuild; remove build-date from binary Stefan Bühler 2015-06-21 21:49:18 +0200
  • 7da292b242 calculate concur & reqs more easily Xiaochen Wang 2013-10-24 14:54:37 +0800
  • c14ac587e0 Improve option error handling Stefan Bühler 2013-06-15 13:24:18 +0200
  • 1ebdbb88ff Fix bug with unsigned 'char' type (arm) in option parsing (fixes github#6) Stefan Bühler 2013-06-15 13:23:54 +0200
  • c24b5051c0 User-Agent header no longer needs a leading space Ben Brown 2013-02-19 20:08:13 +0000
  • 23181d6f4f Corrected Host header handling (fixes #2477) Ben Brown 2013-02-19 20:03:57 +0000
  • b720a89d55 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. Jyri J. Virkki 2013-01-06 02:21:09 -0800
  • 1bdbe4003c v0.3 weighttp-0.3 Thomas Porzelt 2011-10-16 12:01:50 +0200
  • 0fdf9d4229 add stats about response status codes (2xx, 3xx, 4xx, 5xx) Thomas Porzelt 2011-10-16 12:01:08 +0200
  • 0e287d6736 add -H commandline parameter to specify custom headers Thomas Porzelt 2011-10-16 10:24:51 +0200
  • cb720d0bf1 remove some bogus defines from wscript Thomas Porzelt 2009-11-01 15:11:57 +0100
  • 5c686391cb add User-Agent header to request Thomas Porzelt 2009-10-04 17:45:27 +0200
  • bdfdd127c1 add support for responses that are not keepalive, not chunked and don't have any content-length header Thomas Porzelt 2009-10-04 17:45:19 +0200
  • 9df53d5efc v0.2 weighttp-0.2 v0.2 Thomas Porzelt 2009-09-30 23:32:20 +0200
  • b9a679e2f5 add chunked encoding support Thomas Porzelt 2009-09-30 23:31:03 +0200
  • 9d7e517a0d v0.1 weighttp-0.1 v0.1 Thomas Porzelt 2009-09-13 16:39:02 +0200
  • 4a454553a6 add ipv6 support Thomas Porzelt 2009-09-13 16:36:27 +0200
  • 993ed0a6b0 fix tiny memory leak Thomas Porzelt 2009-09-13 16:16:29 +0200
  • 98278f6de2 add progress output Thomas Porzelt 2009-09-13 16:08:15 +0200
  • 2a8afc8dfb fix handling of responses bigger than the client BUFFER_SIZE (32kb) Thomas Porzelt 2009-09-11 20:16:03 +0200
  • 572ab4496e fix state machine bug which would lead to failed request even though there was no error Thomas Porzelt 2009-09-11 18:27:43 +0200
  • 9df7f495cc fix integer overflows with commandline parameters resulting in wrong amount of requests performed fix client state machine Thomas Porzelt 2009-09-11 12:09:54 +0200
  • 20738ad079 waf: fix broken wscript Thomas Porzelt 2009-09-10 23:53:14 +0200
  • dd6f9d16ad add newlines at end of files Thomas Porzelt 2009-09-10 23:45:34 +0200
  • a5fc82bc70 fix syntax error introduced by last-minute cleanups... Thomas Porzelt 2009-09-10 22:26:58 +0200
  • 5adc0d587e waf: don't treat warnings as errors when compiling Thomas Porzelt 2009-09-10 22:08:42 +0200
  • 68b711e66b initial commit Thomas Porzelt 2009-09-10 20:09:56 +0200