forked from JoeDog/siege
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
132 lines (118 loc) · 6.44 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
To email a contributor remove "DELETE" from the email address.
(The DELETEs are necessary as this list is published online.)
2016/02/19 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE RELEASE RELEASE_4-0-0-Mar-10-2016
* doc/siegerc.in Set parser to true by default
* src/version.c Version increment: 4.0.0
2016/03/09 vfilanovsky <[email protected]>
* SIEGE BETA RELEASE_4-0-0_beta9-Mar-09-2016
* src/http.c Expanded request size
* src/version.c Version increment: 4.0.0-beta9
* src/Makefile.am Removed KNOWNBUGS README.https from distro
2016/02/26 Trent Oswald <[email protected]>
* src/load.c Added: .csv .ico .md .svg .yml
2016/02/19 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0_beta8-Feb-19-2016
* INSTALL Updated for 4.0.0
* KNOWNBUGS Removed - tracked elsewhere
* NEWS Removed - tracked elsewhere
* README.https Removed - redundant
* src/version.c Version increment: 4.0.0-beta8
2016/02/18 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0_beta7-Feb-18-2016
* src/auth.c Wrapped __mkhash with HAVE_SSL
* src/http.c Wrapped libz functions with HAVE_ZLIB
* src/ssl.c Wrapped ssl functions with HAVE_SSL
* src/version.c Version increment: 4.0.0-beta7
2016/02/09 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0_beta6_FEB_10_2016
* doc/siege.pod Added to the distribution
* doc/siege.config.pod Added to the distribution
* doc/bombardment.pod Added to the distribution
* doc/siege2csv.pod Added to the distribution
* src/init.c Formatting changes
* src/main.c Completely silenced the program with -q
2016/02/04 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0_beta5_FEB_04_2016
* doc/siegerc.in Added instructions for color = on | off
* lib/notify.c Added options (-1) to turn off color
* src/cfg.c Improved the urls.txt comment parser
* src/ftp.c Fixed a bug with unique file names
* src/init.c Added my.color to conf file parser
* src/url.c On POST/PUT changed path/file assignment
* src/init.c Added my.color on|off to my.config
2016/01/31 Jeffrey Fulmer <http://www.joedog.org/support/>
* include/config.h.in Added HAVE_LOCALTIME_R
* src/date.c Changed Daniels tm_year; added date_expired
* src/cache.c Added is_cached; logical enhancements
* src/cache.h Added is_cached
* src/cient.c Added check for cached items
* src/http.c Parse expires and last-modified
* src/parser.c Minor refinements
2016/01/28 Jeffrey Fulmer <http://www.joedog.org/support/>
* src/Makefile.am Added cache.c and cache.h
* src/cache.c Added to the distribution
* src/cache.h Added to the distribution
* src/date.c Overhauled as an object
* src/date.c Updated prototypes
* src/eval.c Updated for new hash API
* src/hash.c Added hash_remove, hash_remover
* src/hash.h Changed hash_lookup to hash_contains
* src/http.c Implemented cache for entity tags
* src/http.h Removed old headers struct
* src/sock.h Added cache to the CONN struct
* src/url.c Removed cache indicators
* src/url.h Removed prototypes associated with cache
* src/version.c Copyright update; version increment: 4.0.0-beta5
2016/01/23 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0_beta4_JAN_23_2016
* src/Makefile.am Added response.c response.h
* src/response.c Response headers, added to project
* src/response.h Added to the project
* src/http.c Parse headers with response
* src/sock.h Moved TE enum into response.h
* src/client.c Changed calls to response
* src/hash.c Changed value type to void*
* src/hash.h Changed value type to void*
* src/cookies.c Changed to use new hash object
* src/eval.c Changed to use new hash object
* src/init.c Changed to use new hash object
* src/main.c Changed to use new hash object
* src/parser.c Various logical improvements
* include/boolean.h Minor cleanup
* include/joedog.h Added ISALPHA
* src/version.c Version increment: 4.0.0-beta4
2016/01/16 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0-beta3_JAN_16_2016
* ChangeLog Pruned to 4.x.x
* doc/siegerc.in Setting logging to false by default
* src/http.c Completely overhauled http_read
* src/parser.c Revised the page check
* src/url.c Added default http scheme
* src/util.c Added stristr (portable strcasestr)
* src/client.c Refined condition for requesting elements
* src/version.c Version increment: 4.0.0-beta3
2016/01/01 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0-beta2_JAN_01_2016
* src/client.c Added logic for HTML redirect
* src/parser.c De-objectified the parser
* src/url.c Added url_set_scheme
* src/url.h Added url_set_scheme
* src/setup.h Added BOOLEAN parser
* src/init.c Parses 'parser' from siegerc
* src/util.c Added BOOLEAN endswith
* src/util.h Added BOOLEAN endswith
* doc/siegerc.in Added parser = true|false
* src/version.c Version increment: 4.0.0-beta2
2015/12/25 Jeffrey Fulmer <http://www.joedog.org/support/>
* SIEGE BETA RELEASE_4-0-0-beta1_DEC_25_2015
* configure.ac Added a test for zlib
* src/page.c Added to the distribution
* src/page.h Added to the distribution
* src/parser.c Added to the distribution
* src/parser.h Added to the distribution
* src/client.c Added calls to parser
* src/http.c Download content to page; deflate
* src/main.c Improved memory management
* src/init.c Revamped file reader to eliminiate leak
* src/version.c Version increment: 4.0.0-beta1