History log of /libevent-2.1.12/test/bench_http.c (Results 1 – 25 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta
# 77b587b3 13-Nov-2018 Azat Khuzhin <[email protected]>

t/bench_http: disable buffering (win32 do not show anything otherwise)

Refs: #255
(cherry picked from commit 903c6acea52a2a2922b5cd43faec1e64631c3da8)


Revision tags: release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta, release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta
# e9837124 13-Dec-2014 Thomas Bernard <[email protected]>

use ev_uint16_t instead of unsigned short for port

Like in `sockaddr_in` structure in /usr/include/netinet/in.h

@azat: convert all other users (bench, compat, ..) and tweak message
Fixes: #178
Fixe

use ev_uint16_t instead of unsigned short for port

Like in `sockaddr_in` structure in /usr/include/netinet/in.h

@azat: convert all other users (bench, compat, ..) and tweak message
Fixes: #178
Fixes: #196
Refs: 6bf1ca78
Link: https://codereview.appspot.com/156040043/#msg4

show more ...


# a487706e 07-Aug-2016 Azat Khuzhin <[email protected]>

test: fix building with --disable-thread-support under win32


Revision tags: release-2.1.4-alpha
# 4e143958 21-Jan-2014 Joakim Söderberg <[email protected]>

Change all uses of WIN32 to _WIN32


# ff7f7396 08-Jan-2014 Nick Mathewson <[email protected]>

Fix coverity warnings in benchmark tools.

Again, not harmful, but best to stay warning-free.


# 78da644f 16-Dec-2013 Joakim Soderberg <[email protected]>

Fix bench_cascade program on Windows.


Revision tags: release-2.1.3-alpha, release-2.1.2-alpha, release-2.0.21-stable, release-2.0.20-stable, release-2.0.19-stable, release-2.1.1-alpha, release-2.0.18-stable
# 5c0f7e06 29-Feb-2012 Nick Mathewson <[email protected]>

Stop referring to an obsolete include guard in bench_http.h


Revision tags: release-2.0.17-stable
# e49e2891 10-Feb-2012 Nick Mathewson <[email protected]>

Update copyright notices to 2012


Revision tags: release-2.0.16-stable
# 3c824bd3 24-Oct-2011 Nick Mathewson <[email protected]>

Update copyright dates to 2011.


Revision tags: release-2.0.15-stable, release-2.0.14-stable
# 2f51dc03 28-Aug-2011 Nick Mathewson <[email protected]>

Cleanup on 7c11e51e1ab: fix strtol usage


# 7c11e51e 27-Aug-2011 Harlan Stenn <[email protected]>

Clean up some problems identified by Coverity.


Revision tags: release-2.0.13-stable, release-2.0.12-stable
# 9f560bfa 25-May-2011 Nick Mathewson <[email protected]>

Use "_WIN32", not WIN32: it's standard and we don't need to fake it

This patch was automatically generated with perl.

Based on a patch by Peter Rosin.


Revision tags: release-2.0.11-stable, release-2.0.10-stable
# c0bf63ce 02-Dec-2010 Evan Jones <[email protected]>

tests: Use relative includes ("") instead of system includes (<>)


Revision tags: release-2.0.9-rc
# e5870690 18-Oct-2010 Nick Mathewson <[email protected]>

Modernize header usage in bench_http.c


Revision tags: release-2.0.8-rc
# e5c214a4 14-Oct-2010 Nick Mathewson <[email protected]>

Fix -Wsigned-compare warnings in test/*


Revision tags: release-2.0.7-rc
# 2447fe88 28-Aug-2010 Christopher Davis <[email protected]>

Add event_config_set_num_cpus_hint for tuning thread pools, etc.


Revision tags: release-2.0.6-rc
# ec347b92 07-Jul-2010 Nick Mathewson <[email protected]>

Move event-config.h to include/event2

This change means that all required include files are in event2, and
all files not in event2/* are optional.


Revision tags: release-1.4.14b-stable, release-1.4.14-stable, release-2.0.5-beta
# 384d1245 08-May-2010 Nick Mathewson <[email protected]>

Fix bench_http build on win32.


# 2c2618d8 05-Mar-2010 Nick Mathewson <[email protected]>

more whitespace normalization


# 17efc1cd 04-Mar-2010 Nick Mathewson <[email protected]>

Update all our copyright notices to say "2010"


# 1273d2f5 02-Mar-2010 Christopher Davis <[email protected]>

VC has no getopt(), so do without in bench_http.


# 4ac38a5c 02-Mar-2010 Christopher Davis <[email protected]>

Get bench_http to work on Windows; add a switch to enable IOCP.


Revision tags: release-2.0.4-alpha
# 4faeaea9 19-Feb-2010 Nick Mathewson <[email protected]>

Clean up formatting: function/keyword spacing consistency.

- Keywords always have a space before a paren. Functions never do.

- No more than 3 blank lines in a row.


Revision tags: release-2.0.3-alpha, release-1.4.13-stable
# 784b8773 06-Nov-2009 Nick Mathewson <[email protected]>

We do not work any more without an event-config.h; stop pretending that it is meaningful to check for HAVE_CONFIG_H

svn:r1516


Revision tags: release-2.0.2-alpha@1379, release-1.4.12-stable, release-1.4.11-stable
# df0617f2 23-Apr-2009 Nick Mathewson <[email protected]>

Use signal.h, not sys/signal.h.

This is patch 2673214 from mmadia. It is correct, since we unconditionally
include signal.h in many other places, and only sometimes include sys/signal.h.
It is nece

Use signal.h, not sys/signal.h.

This is patch 2673214 from mmadia. It is correct, since we unconditionally
include signal.h in many other places, and only sometimes include sys/signal.h.
It is necessary to compile on Haiku, I'm told.

svn:r1228

show more ...


12