| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify some code in output_results() just a bit to avoid a | Jeff Trawick | 2001-08-22 | 1 | -3/+5 |
* | Use uniform wrapping for unistd.h, and don't include it if it's aready includ... | Martin Kraemer | 2001-08-22 | 1 | -0/+2 |
* | Changes for rbb's #include/build openssl/inc32 patch. | William A. Rowe Jr | 2001-08-21 | 1 | -2/+2 |
* | Create the abs.dsp win32 project to support building ab with /USE_SSL, | William A. Rowe Jr | 2001-08-20 | 1 | -0/+131 |
* | Based on the VC6 switch - and pulling the win32 make files from cvs | William A. Rowe Jr | 2001-08-17 | 2 | -4/+6 |
* | The purpose of this patch is to toggle the debugging mode (default) to | William A. Rowe Jr | 2001-08-17 | 7 | -58/+39 |
* | Given a choice between chasing my tail to keep these updated, and rolling | William A. Rowe Jr | 2001-08-17 | 7 | -1517/+0 |
* | Not here anymore | William A. Rowe Jr | 2001-08-17 | 1 | -1/+0 |
* | Undo a very bad decision. By naming the version file .ver, I lost track | William A. Rowe Jr | 2001-08-17 | 2 | -5/+5 |
* | Good to the last drop, this should be all of it. | William A. Rowe Jr | 2001-08-17 | 2 | -0/+2 |
* | Add the red light/green light to ApacheMonitor's popup menu. | William A. Rowe Jr | 2001-08-17 | 1 | -9/+10 |
* | Missed a versioned win32 project in my tree | William A. Rowe Jr | 2001-08-16 | 1 | -0/+35 |
* | Fix the 'never disappearing' popup menu - anchor it to our (hidden) | William A. Rowe Jr | 2001-08-16 | 1 | -4/+8 |
* | A bit overboard - this registered window message only needs to be | William A. Rowe Jr | 2001-08-16 | 1 | -1/+1 |
* | Wipe out some resource leakage. | William A. Rowe Jr | 2001-08-16 | 1 | -0/+2 |
* | Revised patch to clean up timer and other issues | William A. Rowe Jr | 2001-08-16 | 1 | -7/+5 |
* | Bug fix to the WM_TIMER that was not properly called after it was moved | William A. Rowe Jr | 2001-08-16 | 3 | -52/+144 |
* | Now that it's apr'ized, ab is most definately in a 2.0 revision cycle, | William A. Rowe Jr | 2001-08-16 | 2 | -8/+7 |
* | Toss win32 version stamps on these | William A. Rowe Jr | 2001-08-16 | 5 | -0/+180 |
* | Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. | William A. Rowe Jr | 2001-08-16 | 1 | -2/+2 |
* | Access the (generated) ApacheMonitor.ver version resource. | William A. Rowe Jr | 2001-08-16 | 1 | -34/+3 |
* | Goodness | William A. Rowe Jr | 2001-08-16 | 1 | -0/+2 |
* | ApacheMonitor versioning needs to click in with the httpd version. | William A. Rowe Jr | 2001-08-16 | 1 | -11/+34 |
* | . clean up strings and remove them to the resource file (the simplest | William A. Rowe Jr | 2001-08-16 | 3 | -151/+157 |
* | Save a ton o' space by rle encoding the header bitmap. | William A. Rowe Jr | 2001-08-15 | 1 | -0/+0 |
* | > 1. Cleaned the ApacheMonitor code a little bit. | William A. Rowe Jr | 2001-08-14 | 5 | -636/+431 |
* | Apache Monitor's tray code does not notify Windows to remove it from the | Roy T. Fielding | 2001-08-08 | 1 | -1/+2 |
* | Hopefully it's marked as binary this time around... | Cliff Woolley | 2001-08-07 | 1 | -0/+0 |
* | This file should have been marked -kb ... it's getting CRLF translated | Cliff Woolley | 2001-08-07 | 1 | -0/+0 |
* | Update .rc file to fix build | Cliff Woolley | 2001-08-07 | 1 | -200/+19 |
* | I accidentally committed the DOS line endings in that last commit. This | Cliff Woolley | 2001-08-07 | 1 | -141/+141 |
* | Oops, missed the .mak file update. [Again, I'm flying blind... somebody | Cliff Woolley | 2001-08-07 | 1 | -77/+83 |
* | This is a nearly blind commit of an update posted by Mladen Turk just | Cliff Woolley | 2001-08-07 | 4 | -475/+617 |
* | Update for the 2.0.23 tag | William A. Rowe Jr | 2001-08-07 | 5 | -275/+110 |
* | Include ApacheMonitor/wintty in the build. | William A. Rowe Jr | 2001-08-07 | 2 | -0/+366 |
* | The solution for an icon monitor app has arrived :) | William A. Rowe Jr | 2001-08-07 | 12 | -0/+1859 |
* | Eliminate emits | William A. Rowe Jr | 2001-08-07 | 1 | -0/+2 |
* | Ignore some stuff | William A. Rowe Jr | 2001-07-30 | 1 | -0/+3 |
* | Update for latest structure changes for 2.0.21 | William A. Rowe Jr | 2001-07-20 | 3 | -0/+6 |
* | APR_FINFO_TYPE is all we really needed here. | William A. Rowe Jr | 2001-07-20 | 1 | -4/+6 |
* | A pool is a REQUIRED ARGUMENT, never optional (NULL). | William A. Rowe Jr | 2001-07-20 | 1 | -3/+3 |
* | If we've spent the effort of getting some connections, when we die with an | David Reid | 2001-07-20 | 1 | -7/+11 |
* | A smart answer to users attempting the -s arg to ab. | William A. Rowe Jr | 2001-07-19 | 1 | -3/+6 |
* | fix the type of parms to apr_send() and apr_recv() | Jeff Trawick | 2001-07-19 | 1 | -4/+4 |
* | Truncate the working set in ab by introducing a connection pool. | William A. Rowe Jr | 2001-07-19 | 1 | -21/+28 |
* | Hmmm... editing with tabs != 8, eeuh. Just cleaning and fixing casts. | William A. Rowe Jr | 2001-07-18 | 1 | -34/+35 |
* | Fix some casting | William A. Rowe Jr | 2001-07-18 | 1 | -11/+13 |
* | Changes to back out inherit flag from apr_os_sock_make() | William A. Rowe Jr | 2001-07-18 | 1 | -3/+3 |
* | Added an inherit flag to apr_socket_create and other socket creation | Ryan Bloom | 2001-07-16 | 1 | -3/+3 |
* | Allow all parts of Apache 2.0 to build when --srcdir is used. This | Ryan Bloom | 2001-07-09 | 1 | -2/+2 |