Package: gatling / 0.13-6.1

Metadata

Package Version Patches format
gatling 0.13-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix manpage sections.patch | (download)

bench.1 | 2 1 + 1 - 0 !
gatling.1 | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 manpage fix
 This patch fixes the section of some man pages
02 adjust makefile.patch | (download)

GNUmakefile | 22 8 + 14 - 0 !
1 file changed, 8 insertions(+), 14 deletions(-)

 makefile fixes
 This patch changes the GNUmakefile to ignore local files lying around on
 build and adjusts to the standard Debian build, including optimization options
 and build error handling
03 manpage dl.patch | (download)

dl.1 | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 man page for dl
 This patch adds the manpage for the "dl" utility
05 manpage dotfiles.patch | (download)

gatling.1 | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add dotfile handling documentation to manpage
 This patch documents the way .dotfiles are handled to the manpage
06 cgi fix.patch | (download)

http.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 cgi handling fix
 This patch fixes CGI issues like this:
 .
  =========================================================================
  accept 8 192.168.32.2 38021 6 http
  POST/CGI 8 /configupload.cgi 0
  Mozilla/5.0_(X11;_Linux_i686_on_x86_64;_rv:6.0.2)_Gecko/20100101_Firefox/6.0.2_Iceweasel/6.0.2
  http://192.168.32.3/ 192.168.32.3
  cgi_fork 8 9 3459
  http_postdata_write_error 9 Broken pipe
  close/acceptfail 9
  =========================================================================
 .
 H->still_to_copy is synchronized with h->still_to_copy at a point where
 it contained 0 and the value of h->still_to_copy is more useful.
 The issue was forwarded upstream to gatling@fefe.de at 2011-12-06
07 writelog.patch | (download)

writelog.1 | 33 33 + 0 - 0 !
writelog.c | 291 291 + 0 - 0 !
2 files changed, 324 insertions(+)

 writelog utility
 This patch adds the C program writelog that takes care of gatling's logfile
 output from stdout, writing to a logfile that can be logrotated.
08 cgi post fix.patch | (download)

http.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 cgi post fix
 This patch fixes the issue that the first 0-Byte in the payload was always
 replaced with a space character (0x20) in the local CGI case, breaking CGI
 POST uploads. Therefore I removed the respective line from http.c.
09 new libpolarssl.patch | (download)

pssl.c | 102 14 + 88 - 0 !
1 file changed, 14 insertions(+), 88 deletions(-)

 adjust pssl.c to new libpolarssl
 This patch adjusts gatling's polarssl support to polarssl 1.3.x
10 mbedtls.patch | (download)

GNUmakefile | 6 3 + 3 - 0 !
gatling.c | 46 21 + 25 - 0 !
gatling.h | 14 7 + 7 - 0 !
http.c | 22 11 + 11 - 0 !
pssl.c | 127 52 + 75 - 0 !
5 files changed, 94 insertions(+), 121 deletions(-)

 switch from polarssl to mbedtls
11 silently ignore uid as username fix.patch | (download)

gatling.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 throw an error if -u <uid> parameter is a username rather
             than a numeric user id.