V0.95
------------
2026-06-21 :

- Apache 2.4 support: conn_rec->client_addr (still builds on 2.2 via a compat define)
- 64-bit byte counters for large files and high configured bandwidth
- Windows: send several packets per 10ms sleep so the configured rate is met
- Track the client's bandwidth; skip throttling a client already slower than the limit
- Do not insert the output filter twice on subrequests/redirects (mod_xsendfile + rewrite)
- Per-request trace logging (LogLevel bw:trace6) with human-readable sizes

  Much of this round (Apache 2.4, Windows timing, the double-filter fix) is
  based on contributions from @sosherof (PRs #3, #4, #6). Thanks!

  Headed through synthetic and real-world testing before this line is
  finalized as 1.0.

V0.92
------------
2010-07-20 :

- Fixed ap_get_server_banner unknown on older apache version

V0.91
------------
2010-05-27 :

- Fixed weird behaviour on Windows Hosts. (mod_bw.txt)
- Added high resolution timers for windows. (speed improvements)
- Fixed stupid bug that caused crash when mod is enabled but there is
 not a single limit.


v0.9
------------
2010-05-24 :

- Fixed an "invisible" memory leak
- Fixed MinBandWidth X -1 skipping all bw control.
- Added status callback
- Code cleanup. No more warnings or stuff in Visual Studio

v0.8
------------
2007-03-17 :

- Added user agent match on bandwidth and connections limiting
- Fixed issue of symbols not found on some platforms
- Updated documentation accordingly


v0.7 
------------
2005-08-29 :

- Changed License to Apache Software License v2.0
- Changed coded style. Using GNU indent.
- Changed function name from is_filetype to match_ext
- Removed check for "no configurations" (confid < 0)
- Removed BandwidthDebug directive.
- Removed simple allocation on Win32 platform. Using SHM now.
- Removed no-limiting for error pages.
- Added Support for APR > 0.9
- Added Support for extra-large files (2G, 4G) with APR > 1
- Borrowed code (in_domain and ip match) from mod_access)
- IPV6 Support


