1. ce28e51 by William A. Rowe Jr · 22 years ago
  2. 868254e by William A. Rowe Jr · 22 years ago
  3. 8af901b by William A. Rowe Jr · 22 years ago
  4. fdaee64 by William A. Rowe Jr · 22 years ago
  5. 1e40b18 by William A. Rowe Jr · 22 years ago
  6. f2e838d - Move config.guess, config.sub, and install.sh to build/ by Justin Erenkrantz · 22 years ago
  7. 345915f no apr_lock.h, yes apr_thread_mutex.h no USE_RW_LOCK_FOR_SSL by Aaron Bannert · 22 years ago
  8. 07ec2f8 Stop using the old apr_lock.h API and start just using the by Aaron Bannert · 22 years ago
  9. 1f7d561 Add check_socket call to flood_net.h. This attempts to determine if the by Justin Erenkrantz · 22 years ago
  10. c519d53 - Allow keepalive connections to be handled with T-E: Chunked by Justin Erenkrantz · 22 years ago
  11. c6362d9 After a good night's sleep, rethink the chunking code to eliminate most by Justin Erenkrantz · 22 years ago
  12. 76a7175 First cut (not complete) of T-E: Chunked support. by Justin Erenkrantz · 22 years ago
  13. b8889e9 Add CAPATH detection for RedHat installs of openssl RPM by Justin Erenkrantz · 22 years ago
  14. db8d971 Return APR_SUCCESS if we get to this point in the function. by Justin Erenkrantz · 22 years ago
  15. 499d371 Somehow this got skipped before. by Justin Erenkrantz · 22 years ago
  16. f0dd314 Solaris's ld is picky about dependencies, so reorder things to make it happy. by Justin Erenkrantz · 22 years ago
  17. 86f85f8 - Fix up building of source apr and apr-util directly by using the by Justin Erenkrantz · 22 years ago
  18. 49c5a82 Fix it so that buildconf works if apr/apr-util dirs exist. by Justin Erenkrantz · 22 years ago
  19. 317a715 Add support for prefix-installed OpenSSL paths. by Justin Erenkrantz · 22 years ago
  20. 1f23f1e Make the version number have some meaning. (We're at m4 supposedly, so by Justin Erenkrantz · 22 years ago
  21. 939f9fa Make the sequence tag be recursive. (i.e. multiple sequence tags by Justin Erenkrantz · 22 years ago
  22. f1cf3a5 * Introduce sequence tag to urllist element. See CHANGES for description. by Justin Erenkrantz · 22 years ago
  23. 23bbdf9 Axe stale comments. by Justin Erenkrantz · 22 years ago
  24. 0526b75 Sync up with recent changes to APR and its libtool. by Justin Erenkrantz · 22 years ago
  25. fc99900 Update to latest find_apr.m4 and find_apu.m4 by Justin Erenkrantz · 22 years ago
  26. 4880d69 I have no idea what milestone-04 will be, but it's in development. Enjoy. by Justin Erenkrantz · 22 years ago
  27. 16820b7 Bah, I forgot this. by Justin Erenkrantz · 22 years ago
  28. e53af8a New build system that allows complete separation from httpd-2.0 tree. by Justin Erenkrantz · 22 years ago
  29. 062f3a9 Clean up includes by Justin Erenkrantz · 22 years ago
  30. 868f50d Welcome to milestone-03 by Justin Erenkrantz · 22 years ago
  31. aa95859 A couple new things. by Aaron Bannert · 22 years ago
  32. bb878fc This API has changed in APR, this brings us up to date. This whole thing by Aaron Bannert · 22 years ago
  33. bc10b8b Fix unterminated-string bug that would give us corrupted cookie data when by Aaron Bannert · 22 years ago
  34. e9995d7 Whoops! Fix backwards CPP logic that would prevent rwlocks from by Aaron Bannert · 22 years ago
  35. 78646d5 Did some work a week or two ago. by Aaron Bannert · 22 years ago
  36. c8ba2ba That patch has been committed. by Justin Erenkrantz · 22 years ago
  37. fc56348 Seed OpenSSL from memory instead of from a rnd file when we don't have by Justin Erenkrantz · 22 years ago
  38. bb20a29 - Look for certs dir in logical places if not overriden. by Justin Erenkrantz · 22 years ago
  39. 2b177da Yeah, this works now. And, we'll emit some error that'll help us identify by Justin Erenkrantz · 22 years ago
  40. c89015f More. by Justin Erenkrantz · 22 years ago
  41. 3006809 Yo, Aaron, didn't you make some changes? What were they? =) by Justin Erenkrantz · 22 years ago
  42. f45ca08 Remove the lameo defaults for randfile and capath. If SSL is specified, by Justin Erenkrantz · 22 years ago
  43. cd4bc13 Oh, that's nice. If we don't have SSL support built-in, they get a generic by Justin Erenkrantz · 22 years ago
  44. 58e58a7 When we die, also indicate which URL we die on. This doesn't fix the by Justin Erenkrantz · 22 years ago
  45. d5d902d Fix to source in the apr-util variables. (The DBM changes force us to do by Justin Erenkrantz · 22 years ago
  46. e17108a I'm considering resuming flood development again at the beginning of the by Justin Erenkrantz · 22 years ago
  47. 4630616 apr_proc_wait changed prototypes. by Justin Erenkrantz · 22 years ago
  48. 7264e7b Take from APRVARS *and* local environment settings. by Aaron Bannert · 22 years ago
  49. 602e83c We're not longer putting these together in configure, so I'm putting this by Aaron Bannert · 22 years ago
  50. 87ee191 A better description for the --with-openssl param. by Aaron Bannert · 22 years ago
  51. ece5197 This would be useful along with Doug's recent suggestion/patch. by Aaron Bannert · 22 years ago
  52. f7cc190 Fixes++, Bugs++. by Aaron Bannert · 22 years ago
  53. 9c138c2 Ouch! This has probably been biting us for a long time! I suspect by Aaron Bannert · 22 years ago
  54. ff7b667 Libtool takes care of this for us, of course. Duh. by Aaron Bannert · 22 years ago
  55. e4adf5d Thanks Doug, this will definately come in handy. by Aaron Bannert · 22 years ago
  56. 85eec63 I didn't mean to get rid of the EXTRA_* macros that are substututed by Aaron Bannert · 22 years ago
  57. 7ac70c8 One down. I'll probably commit the rest of my #if FLOOD_HAS_OPENSSL by Aaron Bannert · 22 years ago
  58. bc07f60 These are helpful. by Aaron Bannert · 22 years ago
  59. 544699d Wrap the ssl includes in #if blocks. by Aaron Bannert · 22 years ago
  60. 1e3092e No reason to call these if we don't have SSL. by Aaron Bannert · 22 years ago
  61. 9b81476 Decided to do this the right way. If we don't have FLOOD_HAS_OPENSSL by Aaron Bannert · 22 years ago
  62. 686793a This hasn't worked for awhile now. I finally figured out that it by Aaron Bannert · 22 years ago
  63. 45e24b3 Conditionally compile these routines, only if FLOOD_HAS_OPENSSL is defined. by Aaron Bannert · 22 years ago
  64. 1617a88 Other things to work on. Seems like I can't finish one thing without by Aaron Bannert · 22 years ago
  65. d4f70c1 Running mental monologue. by Aaron Bannert · 22 years ago
  66. 8c0e7d6 Per Roy's recommendations (aka -1 Veto ;) I've switched SSL to be disabled by Aaron Bannert · 22 years ago
  67. c9bc930 Added a new parameter --enable-ssl. SSL is enabled by default, so if you by Aaron Bannert · 22 years ago
  68. d0acd08 Some new stuff to keep track of. by Aaron Bannert · 23 years ago
  69. 561e3ca It'd help when testing mod_ssl if the test program could handle SSL by Justin Erenkrantz · 23 years ago
  70. aa0fc01 silence annoying warnings by Roy T. Fielding · 23 years ago
  71. 8dd22d2 Fix a bunch of warnings. by Roy T. Fielding · 23 years ago
  72. 4b9a1d5 Attempt to make flood compile again with recent API change for apr_proc_wait() by Martin Kraemer · 23 years ago
  73. 73ae9e5 Yet another example of how I use awk with flood. by Justin Erenkrantz · 23 years ago
  74. d8bcf40 Add note about the analyze script I just committed by Justin Erenkrantz · 23 years ago
  75. be15b29 Commit one of our scripts for analysis of flood output. by Justin Erenkrantz · 23 years ago
  76. a916811 Document this puppy a bit more. by Justin Erenkrantz · 23 years ago
  77. 8a638a5 Some more things to think about. by Aaron Bannert · 23 years ago
  78. 4f05f70 Okay, here's the "real" commit log for the fork()-based implementation of flood. by Justin Erenkrantz · 23 years ago
  79. f58dc11 Just a reminder for us. I haven't had time to implement this and I don't by Aaron Bannert · 23 years ago
  80. 826e70e Per Sander, Linux 2.4 returns EAGAIN when we run out of ports. by Justin Erenkrantz · 23 years ago
  81. a05855a Fix the ramp-up code so that it reads the XML value and then sleeps correctly. by Justin Erenkrantz · 23 years ago
  82. fd4dbb6 Sleep for four minutes (a typical TIME_WAIT period) when we run out of by Justin Erenkrantz · 23 years ago
  83. 3a529d3 Remove unneeded assignment. by Justin Erenkrantz · 23 years ago
  84. 73cacff Fix the regex code to work on Linux - which doesn't have rm_sp and rm_ep by Justin Erenkrantz · 23 years ago
  85. 5d4a484 On FreeBSD, the return of regexec() is 0 or REG_NOMATCH, and REG_OK is undefined by Martin Kraemer · 23 years ago
  86. 5896954 Oops. by Martin Kraemer · 23 years ago
  87. 7f0a5be Workaround to get dummy dependencies. (build/rules.mk needs them) by Martin Kraemer · 23 years ago
  88. 05bc1f4 Guyute. by Justin Erenkrantz · 23 years ago
  89. db66960 Actually get the staggered start to work correctly. by Justin Erenkrantz · 23 years ago
  90. ff1e91b Update to show new staggered start syntax. by Justin Erenkrantz · 23 years ago
  91. bca8cc8 Add startdelay and startcount elements. by Justin Erenkrantz · 23 years ago
  92. 90f8385 Sync up with Doug^H^H^H^HPerl's apr_uri changes. by Justin Erenkrantz · 23 years ago
  93. 8cdf3ab - Clean up debugging info when using delays. by Justin Erenkrantz · 23 years ago
  94. 4c9df48 Rewrite the expression/template code to use variable names (backed by a by Justin Erenkrantz · 23 years ago
  95. 30641fa 'milestone-02' is now tagged, let's add some new features. by Aaron Bannert · 23 years ago
  96. 0f22856 These newer files needed ASF license headers. by Aaron Bannert · 23 years ago
  97. a28fdbe You must allocate memory before calling apr_cpystrn. by Justin Erenkrantz · 23 years ago
  98. ab4183c Change timeout to be 120 seconds. (JSP compilation can be awfully slow.) by Justin Erenkrantz · 23 years ago
  99. 1410870 Fixed a runtime error that was not properly caught. Now by Aaron Bannert · 23 years ago
  100. 905f9e9 I think we need to be able to expand the responsetemplate parameters for by Justin Erenkrantz · 23 years ago