root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @77 [77] 3 weeks TaaviSannik Cleanup mod_status modifications. Use "/server-status?peruser_stats" to …
(edit) @76 [76] 3 weeks TaaviSannik Fix SIGHUP not working properly after last commits. Modified …
(edit) @75 [75] 4 weeks TaaviSannik Make idle_processors() to count STARTING children as idle. Previously if …
(edit) @74 [74] 4 weeks TaaviSannik Fix 2 regressions in perform_server_maintenance(). - fixed main process …
(edit) @73 [73] 5 weeks TaaviSannik Remove the use of ap_child_table. Previously peruser used a separate …
(edit) @72 [72] 5 weeks TaaviSannik Add some extra stats to the status hook. - connections per server …
(edit) @71 [71] 5 weeks TaaviSannik Rewrite graceful restart. Removed old graceful code and made peruser to …
(edit) @70 [70] 6 weeks TaaviSannik More regression fixes in determine_child_fate() - fixed …
(edit) @69 [69] 6 weeks TaaviSannik Fix regression in perform_idle_server_maintenance(). The new rewritten …
(edit) @68 [68] 6 weeks TaaviSannik Trac ticket #2. - fix not compiling when debug mode enabled. - rewrote …
(edit) @67 [67] 6 weeks TaaviSannik Apache 2.2.16 Upgraded trunk to Apache 2.2.16.
(edit) @66 [66] 6 weeks TaaviSannik Trac ticket #2. Fix "invalid virtualhost for this child". This occurred …
(edit) @65 [65] 6 weeks TaaviSannik Code cleanup. Reformatted the source code to be more compliant with …
(edit) @64 [64] 6 months TaaviSannik Missing changes (mainly) from base upgrade.
(edit) @63 [63] 6 months TaaviSannik Add changes from Peruser 0.4.0rc1.
(edit) @62 [62] 6 months TaaviSannik Upgrade base to apache 2.2.15.
(edit) @61 [61] 12 months TaaviSannik process_socket(): check for SSL support only when current_conn exists. …
(edit) @60 [60] 12 months TaaviSannik Small fix to reduce log clutter. - check for senv's error_pass when senv …
(edit) @59 [59] 12 months TaaviSannik Add backwards compatibility support for 0.3.0. This change re-enables the …
(edit) @58 [58] 12 months TaaviSannik Rework the trunk and make preparations for 0.4.0 release. The new trunk …
(edit) @57 [57] 13 months TaaviSannik dc: FreeBSD fixes. There were mainly two reasons why peruser didnt work …
(edit) @56 [56] 15 months TaaviSannik Cleanup in peruser_pre_config() and ap_mpm_run(). The child_info_image is …
(edit) @55 [55] 16 months TaaviSannik dc: fix misleading comments about child status This got changed …
(edit) @54 [54] 16 months TaaviSannik dc: reverted the new graceful implementation and did some cleanup. The …
(edit) @53 [53] 17 months TaaviSannik Added DC's branch of subversion. The v2 patch (distributed in mailing …
(edit) @52 [52] 3 years telana * compiler warning fixes
(edit) @51 [51] 3 years telana * Released peruser 0.3.0
(edit) @50 [50] 3 years telana From Rommer: #if -> #ifdef, fixed graceful restarts
(edit) @49 [49] 3 years telana * dump_server_env_image() from Rommer * #ifdef MPM_PERUSER_DEBUG around …
(edit) @48 [48] 3 years telana * Rommer: clean up file descriptors on child startup
(edit) @47 [47] 3 years telana * Rommer: prevent server_env_image from being created twice
(edit) @46 [46] 3 years telana * Rommer: removed senv counter increment from child_add(), already called …
(edit) @45 [45] 3 years telana * Updated email addresses for Janno and Taavi
(edit) @44 [44] 3 years telana * added a bit of email address obfuscation, for whatever it's worth
(edit) @43 [43] 3 years telana * chdir() before chroot()
(edit) @42 [42] 3 years telana * Chroot path checks from gentoo
(edit) @41 [41] 3 years telana * Added AUTHORS file - let me know if I missed anyone
(edit) @40 [40] 3 years telana * Portability fix from bert@…
(edit) @39 [39] 3 years telana * Fix for 0.0.0.0 addresses from Rommer
(edit) @38 [38] 3 years telana * ExpireTimeout? fix from Rommer for new graceful restart code
(edit) @37 [37] 3 years telana * KeepAlive? support from Janno Sannik
(edit) @36 [36] 3 years telana * Release: 0.2.2
(edit) @35 [35] 3 years telana * Graceful restart fix from Taavi and Janno Sannik
(edit) @34 [34] 3 years telana * ServerLimit? fix from Taavi and Janno Sannik
(edit) @33 [33] 4 years telana * Released version 0.2.1
(edit) @32 [32] 4 years telana * removed unnecessary sleep(1) loop from pass_socket()
(edit) @31 [31] 4 years telana * Stefan Seufert's mod_status patch
(edit) @30 [30] 4 years telana * IdleTimeout? patch from Janno Sannik and Rommer
(edit) @29 [29] 4 years telana * fixes for APR 1.2
(edit) @28 [28] 4 years seuf * Fix possible null pointer derefence when apache core cannot create a …
(edit) @27 [27] 5 years telana * Socket fixes from Stefan Seufert <stefan@…>
(edit) @26 [26] 5 years telana * Release 0.1.8 * Removed unnecessary sleep(1) * Fixed "MinProcessors? 1" …
(edit) @25 [25] 5 years telana * Release 0.1.8 * Removed unnecessary sleep(1) * Fixed "MinProcessors? 1" …
(edit) @24 [24] 5 years telana Branching 0.1.x
(edit) @23 [23] 5 years telana Brigade fix reinstated; requires apache 2.0.54+
(edit) @22 [22] 5 years telana * graceful restart now closes sockets in SENV table * commented out …
(edit) @21 [21] 5 years telana Fix for webdav in 2.0.53+
(edit) @20 [20] 5 years telana * Only increment NUM_CHILDS when we actually add an entry to …
(edit) @19 [19] 5 years telana Peruser version 0.1.4 * Multiplexer now ignores MaxRequestsPerChild?
(edit) @18 [18] 5 years telana * Moved call to child_clone() in an attempt to resolve the deadlock issue …
(edit) @17 [17] 5 years telana Peruser version 0.1.3
(edit) @16 [16] 5 years telana Peruser version 0.1.2
(edit) @15 [15] 5 years telana Peruser version 0.1.1
(edit) @14 [14] 5 years telana Branching older releases, moving to new versioning scheme
(edit) @13 [13] 5 years telana Reorg for branches
(edit) @12 [12] 5 years telana Reorg for branches
(edit) @11 [11] 5 years telana Reorg for branches
(edit) @10 [10] 5 years telana Reorg for branches
(edit) @9 [9] 5 years telana Reorg for branches
(edit) @8 [8] 5 years telana Trunk creation
(edit) @7 [7] 5 years telana Peruser release 11
(edit) @6 [6] 5 years telana Peruser release 10
(edit) @5 [5] 5 years telana Peruser release 9
(edit) @4 [4] 5 years telana Peruser release 7
(edit) @3 [3] 5 years telana Peruser release 4
(edit) @2 [2] 5 years telana Peruser release 3
(add) @1 [1] 5 years telana Peruser release 2
Note: See TracRevisionLog for help on using the revision log.