To email a contributor remove "DELETE" from the email address.
(The DELETEs are necessary as this list is published online.)
2013/14/05 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_3-0-1_MAY-14-2013
2013/08/05 Michael Hudson-Doyle
* SIEGE BETA RELEASE_3-0-1-beta4_MAY-08-2013
* doc/siegerc.in Added documentation for cookies
* src/cookies.c Code format change by JDF
* src/version.c Version increment: beta4
2013/06/05 Michael Hudson-Doyle
* SIEGE BETA RELEASE_3-0-1-beta3_MAY-06-2013
* src/sock.c Fixed called to gethostbyname_r
* src/version.c Version increment: beta3
2013/18/04 Jeffrey Fulmer
* SIEGE BETA RELEASE_3-0-1-beta2_APR-18-2013
* src/version.c Version increment: beta2
* utils/config.guess Updated
* utils/config.sub Updated
2013/16/04 Jeffrey Fulmer
* SIEGE BETA RELEASE_3-0-1-beta1_APR-16-2013
* src/http.c request buffer is dynmaic in _get and _post
* src/version.c Version increment: beta1
2013/16/04 Mike Jones
* src/client.c Iteration loop changed so that each client
starts at a different spot in the file
2013/05/04 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_3-0-0_APR-05-2013
2013/24/03 Jeffrey Fulmer
* SIEGE BETA RELEASE_3-0-0-beta3_MAR-24-2013
* configure.ac Added -Wunused-value
* src/eval.c Uses new hash API
* src/hash.c Replaced homegrown algorithm with FNV
* src/init.c Uses new hash API
* src/main.c Cleaned up remnants from 2.xx architecture
* src/version.c Version increment: beta3
* doc/siegerc.in Added documentation for ftp-unique
* lib/util.c Removed deference * in for loops;
recalculated len if end is longer
than the parameter string.
2013/20/03 Jeffrey Fulmer
* SIEGE BETA RELEASE_3-0-0-beta2_MAR-21-2013
* src/ftp.c Reworked __response to accomode server messages
* src/main.c Added condition for PUT in usecase --get
* src/http.c Null'd some memsets rather than zero'ing them
* src/url.c Added logic to add a / if the url is simply a host
2013/20/03 Jeffrey Fulmer
* src/ftp.c xfree'd file (D'oh!)
* src/client.c xfree'd D on failure TODO: Free in socket_close?
* src/version.c Version increment: beta2
2013/19/03 Jeffrey Fulmer
* SIEGE BETA RELEASE_3-0-0-beta1_MAR-19-2013
* src/auth.c Completely reworked as an object
* src/auth.h Completely reworked as an object
* src/cookie.c Updated with new API calls
* src/creds.c Added to the distribution
* src/creds.h Added to the distribution
* src/ftp.c Added to the distribution
* src/ftp.h Added to the distribution
* src/http.c Updated with new API calls
* src/setup.h Added values for FTP
* src/sock.c Updated with new API calls
* src/url.c Completely reworked as an object
* src/url.h Completely reworked as an object
2013/11/03 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-78_MAR-08-2013
2013/11/03 Jeffrey Fulmer
* src/http.c Added conditional accept header in get and post
* Fixed output for -g/--get on a POST request
* src/version.c Version increment: 2.78
2013/07/03 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-77_MAR-07-2013
2013/07/03 Jeffrey Fulmer
* configure.in Removed from distribution
* configure.ac Added to distribution / AM to AC macro
* doc/Makefile.am Added DESTDIR for distributors
* src/Makefile.am Change LDFLAGS to AM_LDFLAGS
* src/version.c Version increment: 2.77
2013/01/03 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-76_MAR-01-2013
2013/28/03 Denis Gabaydulin
* src/client.c Added support for HTTP 307 Redirect
2013/01/03 Jeffrey Fulmer
* src/client.c Fixed -g/--get output
* src/version.c Version increment: 2.76
2013/27/02 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-75_FEB-28-2013
2013/27/02 Jeffrey Fulmer
* src/client.c removed an offending break statement
* src/auth.c fixed a memory problem
* src/http.c changed the digest method param to be dynamic
* src/version.c version increment: 2.75
2013/13/02 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-74_FEB-13-2013
2013/13/02 Jeffrey Fulmer
* src/util.c Re-added debug with conditions
* src/util.h Re-added debug prototype
* src/client.c Changed all output with __FILE__ to debug
* src/cookie.c Changed all output with __FILE__ to debug
* src/http.c Changed all output with __FILE__ to debug
* src/version.c Version increment: 2.74
2013/07/02 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-73_FEB-08-2013
2013/06/02 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b8_FEB-07-2013
2013/06/02 Jeffrey Fulmer
* html/echo.php Added to the distribution
* src/util.c Removed void debug (const char *fmt, ...);
* src/util.h Removed void debug (const char *fmt, ...);
* src/util.c Added void echo (const char *fmt, ...);
* src/util.h Added void echo (const char *fmt, ...);
* echo prints to screen based on global conditions
* src/main.c Changed debug and print to echo
* Added '-q/--quiet' to command line parser
* src/client.c Changed debug and print to echo
* src/http.c Changed debug and print to echo
* doc/siege.1.in Added documentation for quiet
* src/version.c Version increment: beta 8
2013/06/02 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b7_FEB-06-2013
2013/06/02 Jeffrey Fulmer
* src/main.c On -g/--get exits 1 if data doesn't contain HTTP200
* src/url.c Added logic to detect POST on condition of my.get
* src/version.c Version increment: beta 7
2012/17/09 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b6_SEP-17-2012
2012/17/09 Jeffrey Fulmer
* src/sock.h added SDSET state
* src/sock.c invoke select only before first byte
* src/http.c added content-length reads for --debug and --get
* src/version.c Version increment: beta 6
2012/13/09 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b5_SEP-13-2012
2012/13/09 Jeffrey Fulmer
* src/http.c Fixed a bug which prevented debug output
* src/version.c Version increment: beta 5
2012/30/07 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b4_JUL-30-2012
* src/sock.c added pthread_testcancel in select failure block
* src/version.c version increament: beta 4
2012/09/07 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b3_JUL-09-2012
2012/08/07 Jeffrey Fulmer
* src/http.c removed encoding for -g/--get option
added read loop to print on -g/--get
* src/setup.h added my.gmethod to be set in .siegerc
* src/init.c added parser for gmethod (Options: GET/HEAD)
* doc/siegerc.in added option to set HEAD or GET on -g/--get
2012/01/07 Jan Steemann
* src/setup.h Added conttype to hold content-type
* src/http.c Added dynamic call type to requests GET,HEAD,POST,etc.
* src/init.c Added default conttype: application/x-www-form-urlencoded
* src/main.c Added -T command line switch
* src/url.c Added GET/HEAD/DELETE/PUT parser
* src/version.c Version increment: beta 3
2012/17/04 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b2_APR-17-2012
* configure.in Added a check for limits.h
* src/setup.h Added conditional inclusion of limits.h
Fixes Debian bug 665407
2012/01/02 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-73b1_APR-09-2012
2012/09/04 Josue Abarca
* src/setup.h Added limits.h to fix Debian bug 665407
2012/06/04 Arnout van Meer
* src/util.c Added function urandom() for systems with /dev/urandom
* configure.in Added check for /dev/urandom
2012/01/02 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-72_FEB-15-2012
2012/02/10 Josue Abarca
* SIEGE BETA RELEASE RELEASE_2-72b1_Feb-10-2012
* src/version.c Routine increment 2.72b1
* src/init.c Assinged configure generated constant to
the urls.txt file so siege can actually
find it.
2012/01/02 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-71_FEB-01-2012
2012/30/01 Josue Abarca
* SIEGE BETA RELEASE RELEASE_2-71b7_Jan-30-2012
* aclocal.m4 Addressed warnings raised by aclocal-1.9
* doc/siegerc.in Changed verbose default to false
2011/03/10 Jason Yan
* SIEGE BETA RELEASE RELEASE_2-71b6_MAR-10-2011
* src/http.c Dynamic Host headers in _get and _post
* src/util.c strnlen and strncasestr for folks who lack them
* src/util.h prototypes for strnlen and strncasestr
2011/01/25 "Brian Borowski"
* SIEGE BETA RELEASE RELEASE_2-71b5_JAN-25-2011
* lib/notify.c synchronized memory allotment in message and display
2011/01/24 "Brian Borowski"
* SIEGE BETA RELEASE RELEASE_2-71b4_JAN-23-2011
* lib/notify.c increased BUFSIZE to match eval.h
2010/12/01 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-71b3_DEC-01-2010
2010/11/30 Christof Damian
* src/main.c terminated the long options
* src/version.c increment to 2.71b3
2010/11/22 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-71b2_NOV-22-2010
2010/11/20 Jamie Couture
* src/main.c Fixed a problem in which the T in Transaction is chomped
* src/date.c Added char * timestamp() function
* src/client.c Added class to timestamp for stamped output
* src/setup.h Added boolean timestamp to my structure
* src/init.c Added timestamp=yes|no to .siegerc parser
2010/08/20 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-71b1_AUG-20-2010
2010/08/20 Jeffrey Fulmer
* src/cookie.c On line 83, changed 1 to 1UL - bug was
discovered by Toby Matejovsky on MacOS
* src/version.c Increment to 2.71b1
2010/07/16 Jeffrey Fulmer
* SIEGE RELEASE RELEASE_2-70_JUL-16-2010
2010/05/21 Josue Abarca
* utils/bombardment Fixed a syntax error which caused it to break
2010/05/16 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-70b8_MAY-16-2010
* src/array.c dynamic memory allocation
* src/array.h updated prototypes; include ARRAYSIZE
* src/client.c updated debugging statements in new format
* src/http.c updated debugging statements in new format
2010/05/11 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-70b6_MAY-11-2010
* src/version.c Increment: 2.70b6
* src/setup.h Increased extra to 2048
* src/http.h Added the difference (1536) to REQBUF and POSTBUF
2010/05/08 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-70b6_MAY-08-2010
* lib/notify.c Added color codings for each level
* lib/notify.h Added DEBUG option
* include/joedog.h ADDED DEBUG option
* src/array.c Improved memory management
* src/array.h Removed size parameter
2010/05/08 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-70b5_MAY-08-2010
* src/version.c Increment: 2.70b5
* src/array.c Added to distribution (circular array support)
* src/array.h Added to distribution (circular array support)
* src/setup.h Added ARRAY lurl - array of upto 50 login URLS
* src/init.c Added parse login-url and push onto array
* src/client.c Loop through login-urls
2010/04/30 Jeffrey Fulmer
* SIEGE BETA RELEASE RELEASE_2-70b4_APR-30-2010
* include/joedog.h wrapped *nprintf functions with ndef __CYGWIN__
* src/version.c Increment: 2.70b4
2010/04/05 Jeffrey Fulmer
* SIEGE BETA RELEASE * RELEASE_2-70b3_APR-28-2010
* src/load.c Changed detection of binary file types based
on file name extensions.
* src/http.h Added definitions for REQBUF and POSTBUF
* src/http.c Changed the size of POST request to REQBUF+POSTBUF
* src/main.c Added fix to prevent segfault on unsupported protocol
* src/version.c Increment: 2.70b3
2010/03/11 "Raul Martinez Jr"
* SIEGE BETA RELEASE RELEASE_2-70b2_MAR-11-2010
* src/main.c Added an optional log file to -l/--log[=file]
Updated help section with some word smithing
* src/version.c Increment: 2.70b2
2009/07/28 Jeffrey Fulmer
* SIEGE BETA RELEASE * RELEASE_2-70_JUL-28-2009
* src/version.c Increment: 2.70b1
2009/07/27 "Mark Sonnabaum"
* src/cookie.c Fixed a problem in which cookies aren't returned
when the domain is stored with a leading dot. This
software is NINE years old, people. What took so
long to ID this bug???
2009/05/11 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-69_MAY-11-2009
2009/05/08 Jeffrey Fulmer
* lib/notify.c Changed the APIs for error management
* lib/memory.c Refined some of the memory functions
* src/*.c Updated to reflect new libjoedog API
* src/ssl.c Increased the scope of HAVE_SSL
* src/sock.c Increased the scope of HAVE_SSL
2009/04/20 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-68_APR-20-2009
2009/04/20 Jeffrey Fulmer
* SIEGE BETA 9 RELEASE_2-68b9_Apr-20-2009
2009/04/20 Jeffrey Fulmer
* src/ssl.c Moved SSL_library_init() and
SSL_load_error_strings() to
SSL_thread_setup so they are only
called once.
* src/version.c Routine increment (beta 9)
2009/04/13 Jeffrey Fulmer
* SIEGE BETA 8 RELEASE_2-68b8_Apr-13-2009
2004/04/13 Jeffrey Fulmer
* utils/config.guess ugpraded to more recent version
* src/version.c routine increment
2009/04/03 Jeffrey Fulmer
* SIEGE BETA 7 RELEASE_2-68b7_Apr-03-2009
2009/04/03 Tristan Greaves
* utils/bombardment.in fixes bashisms in the 'bombardment' script.
* doc/ fixed man pages
* utils/ upgraded libtool to 1.5.22
* src/version.c increment to beta 7
2009/04/02 Jeffrey Fulmer
* SIEGE BETA 6 RELEASE_2-68b6_Apr-02-2009
2009/04/02 Jeffrey Fulmer
* lib/util.c fixed a leak in substring
* src/util.c fixed a seg fault in parse_time
* src/main.c fixed a seg fault in url reclamation
* src/hash.c added a NULL check for key
* src/version.c increment to beta 6
2009/12/29 Jeffrey Fulmer
* SIEGE BETA 5 RELEASE_2-68b5_Feb-27-2009
2009/02/27 Jeffrey Fulmer
* src/client.c Fixed proxy connect mechanism
2008/12/29 Jeffrey Fulmer
* SIEGE BETA 4 RELEASE_2-68b4_DEC-29-2008
2008/10/10 "Sergio Ruiz"
* src/sock.c Added a read timeout.
2008/08/18 Jeffrey Fulmer
* SIEGE BETA 3 RELEASE_2-68b3_AUG-18-2008
2008/08/18 Jeffrey Fulmer
* src/auth.c Added a parameter to set_digest_authorization
* src/auth.h Added a parameter to set_digest_authorization
* src/http.c Changed digest auth parser
* src/version.c Version increment
2008/07/25 Francois Pesce
* src/auth.c Added digest authentication
* src/cfg.c Improved memory management
* src/client.c Added digest authentication
* src/client.h Added digest date to struct
* src/eval.c Minor improvements
* src/http.c Added http_free_headers and digest auth
* src/init.c Improved the parser
* src/main.c Added digest authentication
* src/sock.c Removed paranoid read checks
* src/sock.h Added data for digest authentication
* src/version.c Increment to 2.68b2
* src/url.c Improved memory management
2008/07/01 Jeffrey Fulmer
* src/load.c Truncated file POSTs over 50K.
* src/load.h Increased the post size to 50K.
2008/05/21 Jeffrey Fulmer
* SIEGE BETA 1 RELEASE_2-68b1_MAY-21-2008
2008/05/09 Jeffrey Fulmer
* src/client added case 500-509 on return codes
2008/05/09 "Jannic Arsenijevic"
* src/http.c fixed memset bug at line 307
2008/04/30 "Richard Lloyd"
* src/ssl.c added sanity checks around OPENSSL_free
* src/sock.c added sanity checks around SSL_free
* lib/memory.c assigned ptr to NULL to fail ensuing checks
2008/04/09 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-67_APR-11-2008
2008/04/09 Jeffrey Fulmer
* SIEGE BETA 5 RELEASE_2-67b5_APR-09-2008
2008/03/31 Vilem Marsick
* added few more cancellation points
* changed condition wait in crew.c to a timed condition wait
* fixed a wrong pointer operation in crew_destroy()
* removed locks in crew_set_shutdown() that caused deadlocks
* changed handler.c so that crew_set_shutdown() is not called 3 times
2007/07/05 Jeffrey Fulmer
* SIEGE BETA 4 RELEASE_2-67b4_JUL-05-2007
2007/06/06 Peter Bex
* configure.in added check for dlopen() in libc
* src/auth.c code cleanup (fulmer)
* src/init.c code cleanup (fulmer)
* joedog/defs.h added ':' as a separator (fulmer)
2007/05/01 Jeffrey Fulmer
* SIEGE BETA 3 RELEASE_2-67b3_JUN-01-2007
2007/06/01 Jeffrey Fulmer
* src/sock.c added test for __sun to make blocking
* src/version.c version increment beta 3
2007/04/17 Jeffrey Fulmer
* SIEGE BETA 2 RELEASE_2-67b2_APR-17-2007
2007/04/14 Jeffrey Fulmer
* html added html subdirectory of PHP test pages
2007/04/12 Hans Bausewein
* src/main.c initialize auth variables and OK 200 for debug
* src/client.c reset bids after each successful iteration and
added ok200
* src/version.c routine increment
2007/04/06 Jeffrey Fulmer
* SIEGE BETA 1 RELEASE_2-67b1_APR-06-2007
2007/04/06 Jeffrey Fulmer
* lib/perl.c added int empty();
* include/joedog.h added int empty();
* src/date.c added char * timetostr(const time_t *T)
* src/date.h added char * timetostr(const time_t *T)
* src/url.h added char *, BOOLEAN and time_t for cache
* src/url.c added functions related to cache validation
* src/http.c added header parsing for ETag and Last-modified
* src/init.c fixed my.loginurl assignment problem
* src/version.c routine increment 2.67b1
2007/03/30 Jeffrey Fulmer
* SIEGE RELEASE * RELEASE_2-66_MAR-30-2007
2007/03/28 Jeffrey Fulmer
* SIEGE BETA 3 * RELEASE_2-66b3_MAR-28-2007
2007/03/27 Jeffrey Fulmer
* lib/joedog/*.c code cleanup
* src/version.c routine increment
2007/03/26 Jeffrey Fulmer
* SIEGE BETA 2 RELEASE_2-66b2_MAR-26-2007
2007/03/18 Jeffrey Fulmer
* configure.in added a test for buggy pthread initializations
* src/sock.c SSL_write throws a LOT of EAGAINS on solaris.
the call was placed inside a loop to handle that
* src/cookie.h changed MAX_COOKIE_SIZE to 8K
* src/cookie.c fixed and overflow problem with strncat and
corrected major problem with cookie expiration.
removed Univserity of Kansas date parse in favor
one from libcurl.
* src/http.c handles cookies up to 8K and discard remainder
* src/date.c added to the distribution
* src/date.h added to the distribution
* src/init.c fixed a problem with parsing proxy host from .siegerc
* src/util.c added uppercase and lowercase functions
* src/main.c convert program name to uppercase in --version
2007/03/01 Jeffrey Fulmer
* SIEGE BETA 1 RELEASE_2-66b1_MAR-01-2007
* src/load.c added content-type map for file posts
* src/http.c changed the prototypes of http_get and http_post
* src/client.c called http_post and http_get with new prototypes
* src/url.h added conttype
* src/url.c added default content-type for post urls
2006/07/20 Paul Court
* src/cfg.c fixed EOF problem
2006/06/14 Jeffrey Fulmer
* SIEGE 2.65 RELEASE_2-65_JUN-14-2006
2006/06/14 Jeffrey Fulmer
* src/version.c version increment: 2.65 final release
2006/05/25 Jeffrey Fulmer
* SIEGE BETA 6 RELEASE_2-65b6_MAY-11-2006
* src/http.c added additional debugging information
* src/version.c routine increment
* ChangeLog pruned back to 2.60 release
2006/05/25 Ionut Turturica
* src/sock.c fixed blocking problem; added add'l debugging info
2006/05/11 Jeffrey Fulmer
* SIEGE BETA 5 RELEASE_2-65b5_MAY-11-2006
2006/05/10 Jeffrey Fulmer
* src/setup.h moved cookie and url structs to their appropriate module
* src/url.h added the URL struct
* src/cookie added the cookie struct
* src/http.c minor bug fixes, integrity checks
2006/05/01 Jeffrey Fulmer
* SIEGE BETA 4 RELEASE_2-65b4_MAY-01-2006
2006/04/30 Jeffrey Fulmer
* src/version.h added to distribution.
* src/url.c added integrity checks
* src/http.c added integrity checks
* src/init.c added version.h
* src/main.c added version.h
2006/04/25 Jeffrey Fulmer
* SIEGE BETA 3 RELEASE_2-65b3_APR-25-2006
2006/04/20 Jeffrey Fulmer
* doc/layingsiege.7.in changed chapter from 1 to 7
* configure.in changed man chapters.
* src/version.c version increment 2.65b3
* utils/siege.config.in fixed script for portability
2006/04/18 Jeffrey Fulmer
* SIEGE BETA 2 RELEASE_2-65_APR-18-2006
2006/04/18 Jeffrey Fulmer
* utils/siege.config.in fixed the script to work under bash
* src/load.c corrected a problem with fixed lenght content length
* src/init.c added the ability to turn off spinning
* src/log.c changed log error message
* src/setup.h added BOOLEAN spinner
* configure.in changed urls_txt.1 to urls_txt.5
* doc/urls_txt.1.in renamed doc/urls_txt.5.in
* doc/Makefile.am changed urls_txt.1 to urls_txt.5
2005/10/11 Jeffrey Fulmer
* SIEGE 2.64 RELEASE_2-64_OCT-11-2005
2005/10/11 Jeffrey Fulmer
* configure.in added explicit checks for string.h & strings.h
* lib/stralloc.c added config.h and appropriate headers
2005/10/10 Jeffrey Fulmer
* SIEGE BETA 2 RELEASE_2-64b2_OCT-10-2005
2005/09/10 Ionut Turturica
* doc/siegerc.in added ssl functionality
* include/joedog.h added stralloc
* lib/stralloc.c/.h added to the distribution
* src/init.c added ssl variables; added proxy auth display
* src/ssl.c added cert handling, error display and timeouts
* src/url.c fixed several memory issues
2005/09/09 Nick Galbreath
* doc/siege.1.in added -A/--user-agent documentation
* src/main.c added -A/--user-agent
* src/crew.c fixed a memory flaw, added crew_join
* src/crew.h prototyped crew_join
2005/07/24 Jeffrey Fulmer
* SIEGE BETA 1 RELEASE_2-64b1_JUL-24-2005
2005/07/24 Jeffrey Fulmer
* src/main.c addition minor fixes
2005/06/14 Jeffrey Fulmer
* SIEGE 2.63 RELEASE_2-63_JUN-14-2005
2005/04/08 Jeffrey Fulmer
* SIEGE BETA 3 RELEASE_2-63b3_MAY-17-2005
2005/05/10 Jeffrey Fulmer
* src/version.c version increment
* src/crew.c changed prototypes to size_t; fixed crew_cancel
* src/crew.h changed prototypes to match new parameters
2005/04/08 Jeffrey Fulmer
* SIEGE BETA 2 RELEASE_2-63b2_APR-28-2005
2005/04/22 Jeffrey Fulmer
* src/sock.c minor refinement to the readline function
2005/04/21 Jeffrey Fulmer
* SIEGE BETA 1 RELEASE_2-63b1_APR-21-2005
2005/04/20 James Antill
* src/sock.c added logic to break from loop on 0 byte reads
* src/http.c added logic to break from loop on 0 byte reads
2005/04/16 Jeffrey Fulmer
* src/crew.c added to the distribution
* src/crew.h added to the distribution
* src/data.c added to the distribution
* src/data.h added to the distribution
* src/setup.h removed that pesky global "our" struct
* src/handler.c/h added support for the CREW object
* src/main.c added support for the DATA object
* src/log.c/h added support for the DATA object
2005/04/11 Jeffrey Fulmer
* SIEGE 2.62 RELEASE_2-62_APR-11-2005
2005/04/08 Jeffrey Fulmer
* SIEGE BETA 5 RELEASE_2-62b5_APR-08-2005
2005/04/08 Jeff Stearns
* src/setup.h changed data types
* src/main.c changed data types and corresponding printfs
* src/client.c changed data types and corresponding printfs
* src/version.c version increment
2005/03/10 Jeff Fulmer
* SIEGE BETA 4 RELEASE_2-62b4_MAR-10-2005
2005/03/10 Jeff Fulmer
* src/main.c moved all notification to stderr so that users
may capture clean CSV in stdout (sweet!)
* src/setup.h prototype changes from int to BOOLEAN
* src/client.c fixed problem with CSV time reporting
* src/log.c added localtime_r changed int protos to BOOL
* src/log.h changed int prototypes to BOOLEAN
* src/version.c routine increment; changes to const
2005/03/08 Jeff Fulmer
* SIEGE BETA 3 RELEASE_2-62b3_MAR-08-2005
2005/03/06 Jeff Fulmer
* src/sock.h added chkbuf for thread safe chunk parsing
* src/sock.c read chunk information into chkbuf
* src/version.c version increment
* doc/siegerc.in changed chunked encoding to true
2005/03/04 Jeff Fulmer
* SIEGE BETA 2 RELEASE_2-62b2_MAR-04-2005
2005/03/04 Jeff Fulmer
* src/sock.c added linux-proof test for connectivity
* src/main.c removed division by zero errors in stats
* src/version.c version increment
* src/cfg.c fixed logic in is_variable_line
2005/01/01 Jason Rexilius
* src/client.c added comma separated style for output; timestamps
* src/url.c added urlIDs to the structure
* src/http.c various ColdFusion fixes.
2004/12/12 Jeremy Echols
* src/cfg.c improved variable handling in the urls.txt file
2004/11/19 Jeff Fulmer
* SIEGE 2.61 RELEASE_2-61_NOV-19-2004
2004/11/19 Jeff Fulmer
* src/setup.h added chunked boolean
* src/init.c added logic to set chunked boolean
* src/http.c implemented chunked boolean
2004/09/11 Jeff Fulmer
* SIEGE BETA 1 RELEASE_2-61b1_SEP-11-2004
2004/08/08 Kurt Miller
* configure.in sed -e "s|%_PREFIX%|$bindir|"
* lib/error.c added #include
* src/Makefile.in changed directory references
* src/cookie.c changed cookie id to pthread_t
* src/cookie.h changed cookie id to pthread_t
2004/07/06
* SIEGE 2.60 RELEASE RELEASE_2-60_JUL-28-2004