1
0
mirror of https://github.com/wg/wrk synced 2025-01-06 21:32:54 +08:00
Commit Graph

80 Commits

Author SHA1 Message Date
Will
a211dd5a70 upgrade openssl to 1.1.1i 2021-02-07 16:13:05 +09:00
Will
2d433a9b43 build bytecode.o from C source 2021-02-07 16:06:44 +09:00
Will
2221a30405 upgrade luajit to v2.1 branch (ec6edc5) 2021-02-07 15:58:46 +09:00
Will
c7698504a9 configure github actions 2021-02-07 15:54:17 +09:00
Will
0896020a2a add azure & circleci configs 2019-04-18 10:51:32 +09:00
Will
9f7214502a fix library linking order 2019-04-18 10:48:58 +09:00
Will
1091676772 upgrade openssl to 1.1.1b 2019-04-17 20:04:18 +09:00
Will
0bbe32c2f8 define MACOSX_DEPLOYMENT_TARGET on macos 2019-04-17 20:02:40 +09:00
Will
7594a95186 define _DEFAULT_SOURCE on linux 2018-01-21 15:00:58 +09:00
Will
a5d9db0bd0 upgrade openssl to 1.1.0g 2018-01-21 14:47:53 +09:00
Will
c080834bc2 upgrade LuaJIT to 2.1.0-beta3 2018-01-21 14:47:22 +09:00
Will
b9a832a7e0 update zmalloc and http_parser 2018-01-21 14:15:56 +09:00
Will
9d71b2f6dd make lua imports version independent 2018-01-21 14:05:34 +09:00
Will
91655b5520 update ae, zmalloc & http_parser 2017-02-05 15:16:14 +09:00
Will
45e4625353 require openssl 1.1.0+ 2017-02-05 14:05:52 +09:00
Will
50305ed1d8 send hostname in TLS SNI extension 2016-03-26 09:18:07 +09:00
Will
040db59768 generate version from git describe 2016-03-20 17:03:36 +09:00
Will
bc6f6797c4 support using system openssl & luajit 2016-03-20 16:39:04 +09:00
Will
29b1848551 refactor dependencies & bundle openssl 2016-03-20 16:06:41 +09:00
Will
03dc368674 fix bug in lua table copying 2015-11-04 21:59:46 +09:00
Will
8bf0b2e3d3 handle unexpected EOF as error 2015-11-04 21:41:57 +09:00
Will
7cdede916a upgrade LuaJIT to 2.0.4 2015-05-16 20:05:10 +09:00
Will
0f8016c907 add optional delay() script function 2015-05-08 14:54:10 +09:00
Will
a20969192f remove dependency on unspecified behavior 2015-03-24 19:03:52 +09:00
Will
051c35fca6 add defines and includes for solaris 2015-03-18 21:18:33 +09:00
Will
eb165ce430 prepare wrk 4.0.0 release 2015-03-15 14:08:55 +09:00
Will
ef6a836b7d remove calibration & improve CO correction 2015-02-21 10:30:15 +09:00
Will
57f3b33f4f simplify script state setup 2015-02-21 10:30:15 +09:00
Will
5158fc18d6 remove obsoleted timeout check 2015-02-21 10:30:15 +09:00
Will
39af03f7ba eliminate sampling and record all data 2015-02-21 10:30:14 +09:00
Will
9b84d3e1a4 add script setup() and thread methods 2015-02-21 10:30:14 +09:00
Will
6f0aa32ede move address resolution into lua 2015-02-21 10:30:14 +09:00
Will
93348e2814 add CHANGES file and simplify script init 2015-02-21 10:30:14 +09:00
Will
db6da47fe3 update LICENSE redistribution terms 2015-02-21 10:30:09 +09:00
Will
a52c770204 start request timer before first write 2015-01-31 14:54:36 +09:00
Will
b8431944ed use correct type for getopt_long result 2015-01-31 14:44:54 +09:00
Will
522ec607f8 pass EOF through to parser 2015-01-31 14:33:27 +09:00
Will
6c15549e77 update http parser to 2.4.2 2015-01-31 11:55:31 +09:00
Will
88aa6c5237 copy request string from lua stack 2014-08-05 21:50:32 +09:00
Will
0c64376d09 ensure connection structs are zeroed 2014-08-05 21:50:32 +09:00
Will
205a1960c8 minor Makefile improvements 2014-05-15 20:11:07 +09:00
Will
14088561d9 import LuaJIT 2.0.3 2014-05-15 20:09:09 +09:00
Will
5b2fa06151 cleanup & pipelining for 3.1.0 release 2014-02-10 19:35:13 +09:00
Will
4facab702e support pipelining via script request() 2014-02-10 19:21:23 +09:00
Will
ade03d2348 support any existing TLS/SSL version 2014-02-10 17:28:57 +09:00
Will
44aa1b4aab add a few example scripts 2013-12-07 14:09:44 +09:00
Will
7763ce3c9b correct dependency order for parallel builds 2013-11-16 12:06:29 +09:00
Will
2a4b64033a fix Host header with port or IPv6 address 2013-11-10 16:23:14 +09:00
Will
b03bcb9acc use $CURDIR intead of $PWD in Makefile 2013-11-09 12:30:53 +09:00
Will
fe4c1a692b read all available bytes when socket ready 2013-10-05 13:49:46 +09:00